pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/botan2 botan: update to 2.19.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cec26e532bc5
branches:  trunk
changeset: 380711:cec26e532bc5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jun 13 09:23:57 2022 +0000

description:
botan: update to 2.19.2.

Version 2.19.2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Add support for parallel computation in Argon2 (GH #2937 #2926)

* Add SSSE3 implementation of Argon2 (GH #2937 #2927)

* The OpenSSL provider was incompatible with OpenSSL 3.0.
  It has been removed (GH #2902)

* Avoid using reserve in secure_vector appending, which caused
  a performance problem (GH #2945 #2920)

* Fix TLS::Text_Policy behavior when X25519 is disabled
  at build time (GH #2894)

* Fix several warnings from Clang (#2888 #2886)

diffstat:

 security/botan2/Makefile |  4 ++--
 security/botan2/PLIST    |  4 ++--
 security/botan2/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 09dce492569b -r cec26e532bc5 security/botan2/Makefile
--- a/security/botan2/Makefile  Mon Jun 13 09:10:14 2022 +0000
+++ b/security/botan2/Makefile  Mon Jun 13 09:23:57 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2022/06/05 14:17:27 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/06/13 09:23:57 wiz Exp $
 
-DISTNAME=      Botan-2.19.1
+DISTNAME=      Botan-2.19.2
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    security
 MASTER_SITES=  https://botan.randombit.net/releases/
diff -r 09dce492569b -r cec26e532bc5 security/botan2/PLIST
--- a/security/botan2/PLIST     Mon Jun 13 09:10:14 2022 +0000
+++ b/security/botan2/PLIST     Mon Jun 13 09:23:57 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/04/01 08:01:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/06/13 09:23:57 wiz Exp $
 bin/botan
 include/botan-2/botan/adler32.h
 include/botan-2/botan/aead.h
@@ -317,7 +317,7 @@
 lib/libbotan-2.a
 lib/libbotan-2.so
 lib/libbotan-2.so.19
-lib/libbotan-2.so.19.19.1
+lib/libbotan-2.so.19.19.2
 lib/pkgconfig/botan-2.pc
 ${PYSITELIB}/botan2.py
 share/doc/${PKGNAME}/authors.txt
diff -r 09dce492569b -r cec26e532bc5 security/botan2/distinfo
--- a/security/botan2/distinfo  Mon Jun 13 09:10:14 2022 +0000
+++ b/security/botan2/distinfo  Mon Jun 13 09:23:57 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2022/04/01 08:01:11 wiz Exp $
+$NetBSD: distinfo,v 1.2 2022/06/13 09:23:57 wiz Exp $
 
-BLAKE2s (Botan-2.19.1.tar.xz) = 8e7c4d58d26e388a8bc8cf83e4fc86096b47b8fe44c95dff611f906702fedabb
-SHA512 (Botan-2.19.1.tar.xz) = e604be0e7e82da89e3e1949d3035a87dc63314bd9854d5fe5129ccb3ed5bc78edb0406c7f8ad1a152b59a63b6d98ba207a0851a08428c3452cce794614b5eef5
-Size (Botan-2.19.1.tar.xz) = 6088380 bytes
+BLAKE2s (Botan-2.19.2.tar.xz) = b862c464caa9854b57960526b1a2743dd87ede5325733bf982f8fb116f5cdc83
+SHA512 (Botan-2.19.2.tar.xz) = 52b9c80a240457e46a299480338472f7d0c0b56df7b1709fdef52c5be3afca5b474fe143801c9a332ae884eaf033e60461c9d3e0b2f7b069f4fe8b4c45932abf
+Size (Botan-2.19.2.tar.xz) = 6063336 bytes
 SHA1 (patch-configure.py) = 2688fe59474bf3de425b49d2e0c9c1f4ecccfd16
 SHA1 (patch-src_build-data_os_openbsd.txt) = 7858a819d457e0cb18a5b9d608c386bee36813ee
 SHA1 (patch-src_lib_utils_os__utils.cpp) = ab44b46c0a9a649f055dc7cd8f54c6ffdf8246cb



Home | Main Index | Thread Index | Old Index