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:           Thu Nov 24 11:59:30 UTC 2022

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

Log Message:
botan: update to 2.19.3.

Version 2.19.3, 2022-11-16
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* CVE-2022-43705: A malicious OCSP responder could forge OCSP
  responses due to a failure to validate that an embedded certificate
  was issued by the end-entity issuing certificate authority.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/botan2/Makefile
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/security/botan2/Makefile:1.5
--- pkgsrc/security/botan2/Makefile:1.4 Wed Nov  9 13:14:16 2022
+++ pkgsrc/security/botan2/Makefile     Thu Nov 24 11:59:30 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/11/09 13:14:16 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2022/11/24 11:59:30 wiz Exp $
 
-DISTNAME=      Botan-2.19.2
+DISTNAME=      Botan-2.19.3
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    security
 MASTER_SITES=  https://botan.randombit.net/releases/
@@ -42,9 +42,9 @@ CONFIGURE_ARGS+=      --cpu=i386
 CONFIGURE_ARGS+=       --cpu=ppc
 .elif ${MACHINE_ARCH} == "powerpc64"
 CONFIGURE_ARGS+=       --cpu=ppc64
-.elif !empty(MACHINE_ARCH:Maarch64*)
+.elif ${MACHINE_ARCH:Maarch64*}
 CONFIGURE_ARGS+=       --cpu=arm64
-.elif !empty(MACHINE_ARCH:Mearm*)
+.elif ${MACHINE_ARCH:Mearm*}
 CONFIGURE_ARGS+=       --cpu=arm32
 .endif
 

Index: pkgsrc/security/botan2/PLIST
diff -u pkgsrc/security/botan2/PLIST:1.2 pkgsrc/security/botan2/PLIST:1.3
--- pkgsrc/security/botan2/PLIST:1.2    Mon Jun 13 09:23:57 2022
+++ pkgsrc/security/botan2/PLIST        Thu Nov 24 11:59:30 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/06/13 09:23:57 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/11/24 11:59:30 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.2
+lib/libbotan-2.so.19.19.3
 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.2 pkgsrc/security/botan2/distinfo:1.3
--- pkgsrc/security/botan2/distinfo:1.2 Mon Jun 13 09:23:57 2022
+++ pkgsrc/security/botan2/distinfo     Thu Nov 24 11:59:30 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2022/06/13 09:23:57 wiz Exp $
+$NetBSD: distinfo,v 1.3 2022/11/24 11:59:30 wiz Exp $
 
-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
+BLAKE2s (Botan-2.19.3.tar.xz) = 124eb756725b0b7fe63a89617940271a6e99cee91ca1f6ca986ce432b7f8fc22
+SHA512 (Botan-2.19.3.tar.xz) = 80012397e2aa7cc88a9536340ac9b770d1195fddda53b9d4cfde82318dd05f9d4f925bbdff773aba99883a701f4d30581e9d5c97e915fa80c3ca2acfa5a92110
+Size (Botan-2.19.3.tar.xz) = 6105896 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