git: ce4aba13958d - main - security/libressl: Chase SHLIBVER bump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Oct 2024 08:14:42 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce4aba13958d4816b28d4bb74dd6859f484578a0 commit ce4aba13958d4816b28d4bb74dd6859f484578a0 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2024-10-22 08:13:36 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2024-10-22 08:13:36 +0000 security/libressl: Chase SHLIBVER bump PR: 282232 Reported by: Jakub Lach <jakub_lach mailplus pl> --- security/libressl/Makefile | 1 + security/libressl/version.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 6ec46601729c..c26a1aa52332 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,5 +1,6 @@ PORTNAME= libressl PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL diff --git a/security/libressl/version.mk b/security/libressl/version.mk index d967dc772682..c2a37fc2b0bb 100644 --- a/security/libressl/version.mk +++ b/security/libressl/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 53 +OPENSSL_SHLIBVER?= 55