git: 7d0002a75e8a - main - security/openssl36: Security update to 3.6.0 release
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Oct 2025 18:50:52 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7d0002a75e8a39b84232505e059afbce74bdc996
commit 7d0002a75e8a39b84232505e059afbce74bdc996
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2025-10-01 18:49:24 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2025-10-01 18:50:48 +0000
security/openssl36: Security update to 3.6.0 release
* No longer in BETA
Security: 00e912c5-9e92-11f0-bc5f-8447094a420f
---
security/openssl36/Makefile | 2 +-
security/openssl36/distinfo | 6 +++---
security/openssl36/pkg-message | 14 --------------
3 files changed, 4 insertions(+), 18 deletions(-)
diff --git a/security/openssl36/Makefile b/security/openssl36/Makefile
index 9627f4c42676..8575090a660f 100644
--- a/security/openssl36/Makefile
+++ b/security/openssl36/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openssl
-DISTVERSION= 3.6.0-beta1
+DISTVERSION= 3.6.0
CATEGORIES= security devel
PKGNAMESUFFIX= 36
MASTER_SITES= https://github.com/openssl/openssl/releases/download/${DISTNAME}/
diff --git a/security/openssl36/distinfo b/security/openssl36/distinfo
index 9cb2e1a06ea7..5d9809463414 100644
--- a/security/openssl36/distinfo
+++ b/security/openssl36/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1758108619
-SHA256 (openssl-3.6.0-beta1.tar.gz) = 1cfcda5da5d7221861749113b5090038588784e82a3ba5f893e0c347e5bb1626
-SIZE (openssl-3.6.0-beta1.tar.gz) = 54969625
+TIMESTAMP = 1759344047
+SHA256 (openssl-3.6.0.tar.gz) = b6a5f44b7eb69e3fa35dbf15524405b44837a481d43d81daddde3ff21fcbb8e9
+SIZE (openssl-3.6.0.tar.gz) = 54974351
diff --git a/security/openssl36/pkg-message b/security/openssl36/pkg-message
deleted file mode 100644
index 5178cb483794..000000000000
--- a/security/openssl36/pkg-message
+++ /dev/null
@@ -1,14 +0,0 @@
-[
-{ type: install
- message: <<EOM
-This OpenSSL version is in an BETA stage
-Do NOT use for production!
-EOM
-}
-{ type: upgrade
- message: <<EOM
-This OpenSSL version is in an BETA stage
-Do NOT use for production!
-EOM
-}
-]