Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 18:56:42 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 85f2c29c66b2 - main - security/libressl-devel: unbreak USES=ssl
Message-ID:  <202306031856.353IugRV000875@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85f2c29c66b2eff538a403969acf741b0ff0d536

commit 85f2c29c66b2eff538a403969acf741b0ff0d536
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-06-03 18:55:15 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-06-03 18:55:15 +0000

    security/libressl-devel: unbreak USES=ssl
    
    libcrypto.so SHLIBVER bumped to 51
---
 security/libressl-devel/version.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/libressl-devel/version.mk b/security/libressl-devel/version.mk
index d282553ac791..2d8444a62b18 100644
--- a/security/libressl-devel/version.mk
+++ b/security/libressl-devel/version.mk
@@ -1 +1 @@
-OPENSSL_SHLIBVER?=	50
+OPENSSL_SHLIBVER?=	51



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306031856.353IugRV000875>