aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2022-08-10 10:44:12 +0000
committerBernard Spil <brnrd@FreeBSD.org>2022-08-10 10:44:12 +0000
commit60e36aec7285f86a2d0abdf12b97c8ea8d1247a9 (patch)
tree66a463ec595beb424331653f8a9ccf050ebf44a9
parentfd858ddd93734eb07fde5ba2e4635e863542b183 (diff)
downloadports-60e36aec7285f86a2d0abdf12b97c8ea8d1247a9.tar.gz
ports-60e36aec7285f86a2d0abdf12b97c8ea8d1247a9.zip
security/openssl-quictls: Update to 3.0.5
Security: a28e8b7e-fc70-11ec-856e-d4c9ef517024 MFH: 2022Q3
-rw-r--r--security/openssl-quictls/Makefile5
-rw-r--r--security/openssl-quictls/distinfo6
-rw-r--r--security/openssl-quictls/files/patch-CVE-2022-206823
3 files changed, 5 insertions, 29 deletions
diff --git a/security/openssl-quictls/Makefile b/security/openssl-quictls/Makefile
index 23ba17aede8c..65dba099dc59 100644
--- a/security/openssl-quictls/Makefile
+++ b/security/openssl-quictls/Makefile
@@ -1,6 +1,5 @@
PORTNAME= openssl
-PORTVERSION= 3.0.3
-PORTREVISION= 1
+PORTVERSION= 3.0.5
CATEGORIES= security devel
PKGNAMESUFFIX= -quictls
@@ -24,7 +23,7 @@ USES= cpe perl5
USE_PERL5= build
USE_GITHUB= yes
GH_ACCOUNT= ${PKGNAMESUFFIX:S/-//}
-GH_TAGNAME= 368c9d581b17f0bbe425f8dedeaa7b864a7b29ce
+GH_TAGNAME= 75e940831d0570d6b020cfebf128ae500f424867
TEST_TARGET= test
diff --git a/security/openssl-quictls/distinfo b/security/openssl-quictls/distinfo
index b56b9cdbb20c..d65fa3edb967 100644
--- a/security/openssl-quictls/distinfo
+++ b/security/openssl-quictls/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1651750765
-SHA256 (quictls-openssl-3.0.3-368c9d581b17f0bbe425f8dedeaa7b864a7b29ce_GH0.tar.gz) = 6b22b72ab9b5db04defdd4e9daa2b6f5090065f198c00a93e1d591a6ddba483d
-SIZE (quictls-openssl-3.0.3-368c9d581b17f0bbe425f8dedeaa7b864a7b29ce_GH0.tar.gz) = 15221269
+TIMESTAMP = 1660127651
+SHA256 (quictls-openssl-3.0.5-75e940831d0570d6b020cfebf128ae500f424867_GH0.tar.gz) = bebd2276980dd453f3ba1b94e5dd746f4dcbc126e3bff7e8256bb5ed8e8738e4
+SIZE (quictls-openssl-3.0.5-75e940831d0570d6b020cfebf128ae500f424867_GH0.tar.gz) = 15247700
diff --git a/security/openssl-quictls/files/patch-CVE-2022-2068 b/security/openssl-quictls/files/patch-CVE-2022-2068
deleted file mode 100644
index 367fd562181b..000000000000
--- a/security/openssl-quictls/files/patch-CVE-2022-2068
+++ /dev/null
@@ -1,23 +0,0 @@
-From 8a3579a7b7067a983e69a4eda839ac408c120739 Mon Sep 17 00:00:00 2001
-From: Tomas Mraz <tomas@openssl.org>
-Date: Mon, 13 Jun 2022 17:10:15 +0200
-Subject: [PATCH] c_rehash: Drop the issuer_name_hash= prefix from the CRL hash
-
-Reviewed-by: Richard Levitte <levitte@openssl.org>
-Reviewed-by: Matt Caswell <matt@openssl.org>
----
- tools/c_rehash.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tools/c_rehash.in b/tools/c_rehash.in
-index 2f735d68c9c8..343cdc1e7575 100644
---- tools/c_rehash.in.orig
-+++ tools/c_rehash.in
-@@ -222,6 +222,7 @@ sub link_hash {
- "-fingerprint", "-noout",
- "-in", $fname);
- chomp $hash;
-+ $hash =~ s/^.*=// if !$is_cert;
- chomp $fprint;
- return if !$hash;
- $fprint =~ s/^.*=//;