package/botan: security bump to version 2.16
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 9 Oct 2020 16:10:36 +0000 (18:10 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 11 Oct 2020 17:06:07 +0000 (19:06 +0200)
Fix a memory leak in GCM where if passed an unsuitable block cipher (eg
not 128 bit) it would throw an exception and leak the cipher object.

https://github.com/randombit/botan/blob/2.16.0/news.rst

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/botan/botan.hash
package/botan/botan.mk

index e8d62aa98c4eb887f2ef45f0e1d743fb1cffc0ff..003dd13e9c8de248538c243ffc25a226a3a26b84 100644 (file)
@@ -1,4 +1,4 @@
 # From https://botan.randombit.net/releases/sha256sums.txt
-sha256  d88af1307f1fefac79aa4f2f524699478d69ce15a857cf2d0a90ac6bf2a50009  Botan-2.15.0.tar.xz
+sha256  92ed6ebc918d86bd1b04221ca518af4cf29cc326c4760740bd2d22e61cea2628  Botan-2.16.0.tar.xz
 # Locally computed
 sha256  fb7f0322d36fba55ca17d77bc203a9f09a40daa8a249b75cf8887aba36cec9d0  license.txt
index 19677a40e03b7041d36baae0b942f91b3cc95169..d36324c7f7b445e331401540209c60517bc22186 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BOTAN_VERSION = 2.15.0
+BOTAN_VERSION = 2.16.0
 BOTAN_SOURCE = Botan-$(BOTAN_VERSION).tar.xz
 BOTAN_SITE = http://botan.randombit.net/releases
 BOTAN_LICENSE = BSD-2-Clause