diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-11-23 13:30:33 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-11-23 13:32:48 +0000 |
commit | 5616c284b3db74c319aaf362204bd48877629f55 (patch) | |
tree | 04d260bbfeeca79ef0bd48e736097afbc580ea05 | |
parent | c98fe22da061cfc1b81bd6e0556630a8ecfb208e (diff) |
security/botan2: update to 2.19.3 security release (+)
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.
Security: CVE-2022-43705
MFH: 2022Q4
-rw-r--r-- | security/botan2/Makefile | 3 | ||||
-rw-r--r-- | security/botan2/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 71f2bd2335a3..1976101da3c1 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -1,6 +1,5 @@ PORTNAME= botan -DISTVERSION= 2.19.2 -PORTREVISION= 2 +DISTVERSION= 2.19.3 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 diff --git a/security/botan2/distinfo b/security/botan2/distinfo index d42f706ad62f..182b84602a83 100644 --- a/security/botan2/distinfo +++ b/security/botan2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654461501 -SHA256 (Botan-2.19.2.tar.xz) = 3af5f17615c6b5cd8b832d269fb6cb4d54ec64f9eb09ddbf1add5093941b4d75 -SIZE (Botan-2.19.2.tar.xz) = 6063336 +TIMESTAMP = 1669163853 +SHA256 (Botan-2.19.3.tar.xz) = dae047f399c5a47f087db5d3d9d9e8f11ae4985d14c928d71da1aff801802d55 +SIZE (Botan-2.19.3.tar.xz) = 6105896 |