Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 20:52:34 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c6fb53f94ff3 - main - security/botan2: update to 2.19.2 release (+)
Message-ID:  <202206052052.255KqY6A054013@gitrepo.freebsd.org>

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

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

commit c6fb53f94ff3664ee6bf5aa21290d0324947e5e1
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-06-05 20:50:05 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-06-05 20:52:23 +0000

    security/botan2: update to 2.19.2 release (+)
    
    * Since 2.19.2 Botan has dropped openssl provider, remove corresponding option
    * Adopt
---
 security/botan2/Makefile | 12 ++++--------
 security/botan2/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/security/botan2/Makefile b/security/botan2/Makefile
index a23d936353fa..351d619c5419 100644
--- a/security/botan2/Makefile
+++ b/security/botan2/Makefile
@@ -1,12 +1,11 @@
 PORTNAME=	botan
-DISTVERSION=	2.19.1
-PORTREVISION=	1
+DISTVERSION=	2.19.2
 CATEGORIES=	security
 MASTER_SITES=	http://botan.randombit.net/releases/
 PKGNAMESUFFIX=	2
 DISTNAME=	Botan-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	fluffy@FreeBSD.org
 COMMENT=	Portable, easy to use and efficient C++ crypto library
 
 LICENSE=	BSD2CLAUSE
@@ -44,8 +43,8 @@ PLIST_SUB=	SHLIBVER=${_SHLIBVER} \
 		SOABIVER=${_SOABIVER}
 PORTDOCS=	*
 
-OPTIONS_DEFINE=		DOCS MANPAGES PYTHON SQLITE3 SSL
-OPTIONS_DEFAULT=	MANPAGES SSL
+OPTIONS_DEFINE=		DOCS MANPAGES PYTHON SQLITE3
+OPTIONS_DEFAULT=	MANPAGES
 OPTIONS_SUB=		yes
 
 MANPAGES_BUILD_DEPENDS=		${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
@@ -59,9 +58,6 @@ PYTHON_CONFIGURE_OFF=	--no-install-python-module
 SQLITE3_USES=		sqlite
 SQLITE3_CONFIGURE_WITH=	sqlite3
 
-SSL_USES=		ssl
-SSL_CONFIGURE_WITH=	openssl
-
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == aarch64
diff --git a/security/botan2/distinfo b/security/botan2/distinfo
index a0291199c0c9..d42f706ad62f 100644
--- a/security/botan2/distinfo
+++ b/security/botan2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642970839
-SHA256 (Botan-2.19.1.tar.xz) = e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560
-SIZE (Botan-2.19.1.tar.xz) = 6088380
+TIMESTAMP = 1654461501
+SHA256 (Botan-2.19.2.tar.xz) = 3af5f17615c6b5cd8b832d269fb6cb4d54ec64f9eb09ddbf1add5093941b4d75
+SIZE (Botan-2.19.2.tar.xz) = 6063336



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