Date: Sat, 16 Mar 2024 16:08:59 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: eed8d0d4d241 - main - security/libressl-devel: unbreak USES=ssl Message-ID: <202403161608.42GG8xSG048938@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=eed8d0d4d2410f92a2071941115097b76a533257 commit eed8d0d4d2410f92a2071941115097b76a533257 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-03-16 16:07:12 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-03-16 16:08:27 +0000 security/libressl-devel: unbreak USES=ssl libcrypto.so SHLIBVER bumped to 53 --- 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 43a2f33b79b2..d967dc772682 100644 --- a/security/libressl-devel/version.mk +++ b/security/libressl-devel/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 52 +OPENSSL_SHLIBVER?= 53
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403161608.42GG8xSG048938>