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.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a3fd9d04626
branches:  trunk
changeset: 388652:7a3fd9d04626
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 24 11:59:30 2022 +0000

description:
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.

diffstat:

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

diffs (58 lines):

diff -r 3fa303b937b0 -r 7a3fd9d04626 security/botan2/Makefile
--- a/security/botan2/Makefile  Thu Nov 24 11:42:10 2022 +0000
+++ b/security/botan2/Makefile  Thu Nov 24 11:59:30 2022 +0000
@@ -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=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
 
diff -r 3fa303b937b0 -r 7a3fd9d04626 security/botan2/PLIST
--- a/security/botan2/PLIST     Thu Nov 24 11:42:10 2022 +0000
+++ b/security/botan2/PLIST     Thu Nov 24 11:59:30 2022 +0000
@@ -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 @@
 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
diff -r 3fa303b937b0 -r 7a3fd9d04626 security/botan2/distinfo
--- a/security/botan2/distinfo  Thu Nov 24 11:42:10 2022 +0000
+++ b/security/botan2/distinfo  Thu Nov 24 11:59:30 2022 +0000
@@ -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