git: 02a45093a3e8 - main - security/libressl: Chase missing SHLIBVER bump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 13:24:01 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=02a45093a3e8ed10e7a0af0c70ced7af9b36d6fe commit 02a45093a3e8ed10e7a0af0c70ced7af9b36d6fe Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2024-05-13 13:23:15 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2024-05-13 13:23:15 +0000 security/libressl: Chase missing SHLIBVER bump Reported by: Herbert Skuhra --- 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 69e7c455796a..ec06e07a521a 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,5 +1,6 @@ PORTNAME= libressl PORTVERSION= 3.9.2 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL diff --git a/security/libressl/version.mk b/security/libressl/version.mk index 43a2f33b79b2..d967dc772682 100644 --- a/security/libressl/version.mk +++ b/security/libressl/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 52 +OPENSSL_SHLIBVER?= 53