Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2024 08:14:42 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ce4aba13958d - main - security/libressl: Chase SHLIBVER bump
Message-ID:  <202410220814.49M8EgP1054089@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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