git: adfe6e053bf6 - 2022Q3 - security/openssl-quictls: Update to 3.0.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Aug 2022 10:47:15 UTC
The branch 2022Q3 has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=adfe6e053bf6e02d120e8514be1460122cd2de23
commit adfe6e053bf6e02d120e8514be1460122cd2de23
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2022-08-10 10:44:12 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2022-08-10 10:47:09 +0000
security/openssl-quictls: Update to 3.0.5
Security: a28e8b7e-fc70-11ec-856e-d4c9ef517024
MFH: 2022Q3
(cherry picked from commit 60e36aec7285f86a2d0abdf12b97c8ea8d1247a9)
---
security/openssl-quictls/Makefile | 5 ++---
security/openssl-quictls/distinfo | 6 +++---
security/openssl-quictls/files/patch-CVE-2022-2068 | 23 ----------------------
3 files changed, 5 insertions(+), 29 deletions(-)
diff --git a/security/openssl-quictls/Makefile b/security/openssl-quictls/Makefile
index 77b5247f56ba..edfd561d9c81 100644
--- a/security/openssl-quictls/Makefile
+++ b/security/openssl-quictls/Makefile
@@ -1,8 +1,7 @@
# Created by: Dirk Froemberg <dirk@FreeBSD.org>
PORTNAME= openssl
-PORTVERSION= 3.0.3
-PORTREVISION= 1
+PORTVERSION= 3.0.5
CATEGORIES= security devel
PKGNAMESUFFIX= -quictls
@@ -26,7 +25,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/^.*=//;