diff mbox series

[1/1] package/botan: bump to version 2.17.2

Message ID 20201213092409.126496-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/botan: bump to version 2.17.2 | expand

Commit Message

Fabrice Fontaine Dec. 13, 2020, 9:24 a.m. UTC
https://botan.randombit.net/news.html#version-2-17-2-2020-11-13

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/botan/botan.hash | 2 +-
 package/botan/botan.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Dec. 13, 2020, 9:39 a.m. UTC | #1
On Sun, 13 Dec 2020 10:24:09 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> https://botan.randombit.net/news.html#version-2-17-2-2020-11-13
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/botan/botan.hash | 2 +-
>  package/botan/botan.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/botan/botan.hash b/package/botan/botan.hash
index 612aa1e85a..f8fa6e5151 100644
--- a/package/botan/botan.hash
+++ b/package/botan/botan.hash
@@ -1,4 +1,4 @@ 
 # From https://botan.randombit.net/releases/sha256sums.txt
-sha256  b97044b312aa718349af7851331b064bc7bd5352400d5f80793bace427d01343  Botan-2.17.0.tar.xz
+sha256  ebe27dfe2b55d7e02bf520e926606c48b76b22facb483256b13ab38e018e1e6c  Botan-2.17.2.tar.xz
 # Locally computed
 sha256  fb7f0322d36fba55ca17d77bc203a9f09a40daa8a249b75cf8887aba36cec9d0  license.txt
diff --git a/package/botan/botan.mk b/package/botan/botan.mk
index 79c45ffb5f..4fe2e54c55 100644
--- a/package/botan/botan.mk
+++ b/package/botan/botan.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-BOTAN_VERSION = 2.17.0
+BOTAN_VERSION = 2.17.2
 BOTAN_SOURCE = Botan-$(BOTAN_VERSION).tar.xz
 BOTAN_SITE = http://botan.randombit.net/releases
 BOTAN_LICENSE = BSD-2-Clause