Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 18:56:20 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8d3212f19c5e - main - security/botan2: update to 2.18.0
Message-ID:  <202104151856.13FIuKhU004303@gitrepo.freebsd.org>

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

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

commit 8d3212f19c5e1857ac06ceaf308f568f947582a6
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-04-15 18:53:36 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-04-15 18:56:15 +0000

    security/botan2: update to 2.18.0
    
    Changes https://botan.randombit.net/news.html#version-2-18-0-2021-04-15
    
    PR:             255097
    Approved by:    Ralf van der Enden <tremere@cainites.net> (maintainer)
---
 security/botan2/Makefile | 12 +++++++-----
 security/botan2/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/security/botan2/Makefile b/security/botan2/Makefile
index 1023ab61a643..97161ad4557b 100644
--- a/security/botan2/Makefile
+++ b/security/botan2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	botan
-DISTVERSION=	2.17.3
+DISTVERSION=	2.18.0
 CATEGORIES=	security
 MASTER_SITES=	http://botan.randombit.net/releases/
 PKGNAMESUFFIX=	2
@@ -34,18 +34,20 @@ LDFLAGS+=		-pthread
 
 DOCSDIR=	${LOCALBASE}/share/doc/${PORTNAME}-${PORTVERSION}
 
-_SOABIVER=	17
+_SOABIVER=	18
 _SHLIBVER=	${DISTVERSION:S/./ /g:[2]}
 _SHLIBVERPATCH=	${DISTVERSION:S/./ /g:[3]}
-PLIST_SUB=	SOABIVER=${_SOABIVER} SHLIBVER=${_SHLIBVER} SHLIBVERPATCH=${_SHLIBVERPATCH}
+PLIST_SUB=	SHLIBVER=${_SHLIBVER} \
+		SHLIBVERPATCH=${_SHLIBVERPATCH} \
+		SOABIVER=${_SOABIVER}
 PORTDOCS=	*
 
 OPTIONS_DEFINE=		DOCS PYTHON SQLITE3 SSL
 OPTIONS_DEFAULT=	SSL
 OPTIONS_SUB=		yes
 
-PYTHON_USES=		python
-PYTHON_USES_OFF=	python:build
+PYTHON_USES=		python:3.6+
+PYTHON_USES_OFF=	python:3.6+,build
 PYTHON_CONFIGURE_ON=	--with-python-versions=${PYTHON_VER}
 PYTHON_CONFIGURE_OFF=	--no-install-python-module
 
diff --git a/security/botan2/distinfo b/security/botan2/distinfo
index 9dabaa979baa..d85f7f4d9d5d 100644
--- a/security/botan2/distinfo
+++ b/security/botan2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609870288
-SHA256 (Botan-2.17.3.tar.xz) = 79123b654445a4abba486e09a431788545c708237382a3e765664c9f55b03b88
-SIZE (Botan-2.17.3.tar.xz) = 5937596
+TIMESTAMP = 1618494833
+SHA256 (Botan-2.18.0.tar.xz) = cc64852e1e0c5bb30ecd052e4a12d5136125a8ce5c3be2efb6fb061c8677e327
+SIZE (Botan-2.18.0.tar.xz) = 5941536



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