pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/botan2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jun 13 09:23:58 UTC 2022

Modified Files:
        pkgsrc/security/botan2: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/botan2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/botan2/PLIST \
    pkgsrc/security/botan2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/botan2/Makefile
diff -u pkgsrc/security/botan2/Makefile:1.2 pkgsrc/security/botan2/Makefile:1.3
--- pkgsrc/security/botan2/Makefile:1.2 Sun Jun  5 14:17:27 2022
+++ pkgsrc/security/botan2/Makefile     Mon Jun 13 09:23:57 2022
@@ -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/

Index: pkgsrc/security/botan2/PLIST
diff -u pkgsrc/security/botan2/PLIST:1.1 pkgsrc/security/botan2/PLIST:1.2
--- pkgsrc/security/botan2/PLIST:1.1    Fri Apr  1 08:01:11 2022
+++ pkgsrc/security/botan2/PLIST        Mon Jun 13 09:23:57 2022
@@ -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 @@ include/botan-2/botan/zlib.h
 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
Index: pkgsrc/security/botan2/distinfo
diff -u pkgsrc/security/botan2/distinfo:1.1 pkgsrc/security/botan2/distinfo:1.2
--- pkgsrc/security/botan2/distinfo:1.1 Fri Apr  1 08:01:11 2022
+++ pkgsrc/security/botan2/distinfo     Mon Jun 13 09:23:57 2022
@@ -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