svn commit: r545273 - in head: devel/qca devel/qca-legacy editors/encryptpad security/botan2 security/softhsm2 sysutils/daggy

Fernando Apesteguía fernape at FreeBSD.org
Wed Aug 19 05:53:31 UTC 2020


Author: fernape
Date: Wed Aug 19 05:53:29 2020
New Revision: 545273
URL: https://svnweb.freebsd.org/changeset/ports/545273

Log:
  security/botan2: update to 2.15.0
  
  ChangeLog: https://botan.randombit.net/news.html#version-2-15-0-2020-07-07
  
  Bumping dependent ports due to library abi version bump.
  
  PR:	248343
  Submitted by:	tremere at cainites.net (maintainer)

Modified:
  head/devel/qca-legacy/Makefile
  head/devel/qca/Makefile
  head/editors/encryptpad/Makefile
  head/security/botan2/Makefile
  head/security/botan2/distinfo
  head/security/botan2/pkg-plist
  head/security/softhsm2/Makefile
  head/sysutils/daggy/Makefile

Modified: head/devel/qca-legacy/Makefile
==============================================================================
--- head/devel/qca-legacy/Makefile	Wed Aug 19 04:20:33 2020	(r545272)
+++ head/devel/qca-legacy/Makefile	Wed Aug 19 05:53:29 2020	(r545273)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qca
 PORTVERSION=	2.2.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel
 MASTER_SITES=	KDE/stable/qca/${PORTVERSION}
 PKGNAMESUFFIX=	-legacy-qt5

Modified: head/devel/qca/Makefile
==============================================================================
--- head/devel/qca/Makefile	Wed Aug 19 04:20:33 2020	(r545272)
+++ head/devel/qca/Makefile	Wed Aug 19 05:53:29 2020	(r545273)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qca
 DISTVERSION=	2.3.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	KDE/stable/qca/${PORTVERSION}
 PKGNAMESUFFIX=	-qt5

Modified: head/editors/encryptpad/Makefile
==============================================================================
--- head/editors/encryptpad/Makefile	Wed Aug 19 04:20:33 2020	(r545272)
+++ head/editors/encryptpad/Makefile	Wed Aug 19 05:53:29 2020	(r545273)
@@ -4,7 +4,7 @@
 PORTNAME=	encryptpad
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors security
 
 MAINTAINER=	dmgk at FreeBSD.org

Modified: head/security/botan2/Makefile
==============================================================================
--- head/security/botan2/Makefile	Wed Aug 19 04:20:33 2020	(r545272)
+++ head/security/botan2/Makefile	Wed Aug 19 05:53:29 2020	(r545273)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	botan
-DISTVERSION=	2.14.0
+DISTVERSION=	2.15.0
 CATEGORIES=	security
 MASTER_SITES=	http://botan.randombit.net/releases/
 PKGNAMESUFFIX=	2
@@ -35,7 +35,7 @@ LDFLAGS+=		-pthread
 
 DOCSDIR=	${LOCALBASE}/share/doc/${PORTNAME}-${PORTVERSION}
 
-_SOABIVER=	13
+_SOABIVER=	15
 _SHLIBVER=	${DISTVERSION:S/./ /g:[2]}
 _SHLIBVERPATCH=	${DISTVERSION:S/./ /g:[3]}
 PLIST_SUB=	SOABIVER=${_SOABIVER} SHLIBVER=${_SHLIBVER} SHLIBVERPATCH=${_SHLIBVERPATCH}

Modified: head/security/botan2/distinfo
==============================================================================
--- head/security/botan2/distinfo	Wed Aug 19 04:20:33 2020	(r545272)
+++ head/security/botan2/distinfo	Wed Aug 19 05:53:29 2020	(r545273)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586441487
-SHA256 (Botan-2.14.0.tar.xz) = 0c10f12b424a40ee19bde00292098e201d7498535c062d8d5b586d07861a54b5
-SIZE (Botan-2.14.0.tar.xz) = 5958948
+TIMESTAMP = 1594192139
+SHA256 (Botan-2.15.0.tar.xz) = d88af1307f1fefac79aa4f2f524699478d69ce15a857cf2d0a90ac6bf2a50009
+SIZE (Botan-2.15.0.tar.xz) = 5920688

Modified: head/security/botan2/pkg-plist
==============================================================================
--- head/security/botan2/pkg-plist	Wed Aug 19 04:20:33 2020	(r545272)
+++ head/security/botan2/pkg-plist	Wed Aug 19 05:53:29 2020	(r545273)
@@ -209,6 +209,7 @@ include/botan-2/botan/polyn_gf2m.h
 include/botan-2/botan/pow_mod.h
 include/botan-2/botan/prf_tls.h
 include/botan-2/botan/prf_x942.h
+include/botan-2/botan/processor_rng.h
 include/botan-2/botan/psk_db.h
 include/botan-2/botan/psk_db_sql.h
 include/botan-2/botan/pssr.h

Modified: head/security/softhsm2/Makefile
==============================================================================
--- head/security/softhsm2/Makefile	Wed Aug 19 04:20:33 2020	(r545272)
+++ head/security/softhsm2/Makefile	Wed Aug 19 05:53:29 2020	(r545273)
@@ -3,6 +3,7 @@
 
 PORTNAME=	softhsm
 PORTVERSION=	2.6.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://dist.opendnssec.org/source/ \
 		http://dist.opendnssec.org/source/testing/

Modified: head/sysutils/daggy/Makefile
==============================================================================
--- head/sysutils/daggy/Makefile	Wed Aug 19 04:20:33 2020	(r545272)
+++ head/sysutils/daggy/Makefile	Wed Aug 19 05:53:29 2020	(r545273)
@@ -2,6 +2,7 @@
 
 PORTNAME=	daggy
 DISTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	yuri at FreeBSD.org


More information about the svn-ports-head mailing list