git: 8cd7fc6ff4b0 - main - security/openssl35: Update to 3.5.0 LTS Release

From: Bernard Spil <brnrd_at_FreeBSD.org>
Date: Tue, 08 Apr 2025 19:51:46 UTC
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8cd7fc6ff4b053a618377edaeafd899442d73f75

commit 8cd7fc6ff4b053a618377edaeafd899442d73f75
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2025-04-08 19:51:13 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2025-04-08 19:51:13 +0000

    security/openssl35: Update to 3.5.0 LTS Release
    
    * OpenSSL 3.5 is now RELEASE
---
 security/openssl35/Makefile    |  2 +-
 security/openssl35/distinfo    |  6 +++---
 security/openssl35/pkg-message | 20 --------------------
 3 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/security/openssl35/Makefile b/security/openssl35/Makefile
index fced626f161c..b6df490a53d4 100644
--- a/security/openssl35/Makefile
+++ b/security/openssl35/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	openssl
-DISTVERSION=	3.5.0-beta1
+DISTVERSION=	3.5.0
 CATEGORIES=	security devel
 PKGNAMESUFFIX=	35
 MASTER_SITES=	https://github.com/openssl/openssl/releases/download/${DISTNAME}/
diff --git a/security/openssl35/distinfo b/security/openssl35/distinfo
index b476c8a89609..a607cb09a0e2 100644
--- a/security/openssl35/distinfo
+++ b/security/openssl35/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742978288
-SHA256 (openssl-3.5.0-beta1.tar.gz) = 8f0be61fae28c9f83dec382587b0d4103eddbdaa6c20f194da198e8f76d40fbc
-SIZE (openssl-3.5.0-beta1.tar.gz) = 53138001
+TIMESTAMP = 1744140897
+SHA256 (openssl-3.5.0.tar.gz) = 344d0a79f1a9b08029b0744e2cc401a43f9c90acd1044d09a530b4885a8e9fc0
+SIZE (openssl-3.5.0.tar.gz) = 53136912
diff --git a/security/openssl35/pkg-message b/security/openssl35/pkg-message
deleted file mode 100644
index 42fb83613a19..000000000000
--- a/security/openssl35/pkg-message
+++ /dev/null
@@ -1,20 +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
-}
-]