Date: Sun, 3 Sep 2023 22:30:04 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: 3a4218bc1002 - main - security/libressl-devel: unbreak USES=ssl Message-ID: <202309032230.383MU4O8090776@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=3a4218bc1002f06ecf2cf018b6e6354c1643b169 commit 3a4218bc1002f06ecf2cf018b6e6354c1643b169 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2023-09-03 22:28:49 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2023-09-03 22:28:49 +0000 security/libressl-devel: unbreak USES=ssl libcrypto.so SHLIBVER bumped to 52 --- 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 2d8444a62b18..43a2f33b79b2 100644 --- a/security/libressl-devel/version.mk +++ b/security/libressl-devel/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 51 +OPENSSL_SHLIBVER?= 52
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309032230.383MU4O8090776>