Date: Sat, 12 Oct 2019 22:00:02 +0000 (UTC) From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514357 - in head: devel/qca editors/encryptpad security/botan2 sysutils/daggy Message-ID: <201910122200.x9CM02C8026775@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dmgk Date: Sat Oct 12 22:00:01 2019 New Revision: 514357 URL: https://svnweb.freebsd.org/changeset/ports/514357 Log: security/botan2: Update to 2.12.0 Changes: https://botan.randombit.net/news.html#version-2-12-0-2019-10-07 Also bump PORTREVISION of dependent ports. PR: 241217 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D22000 Modified: head/devel/qca/Makefile head/editors/encryptpad/Makefile head/security/botan2/Makefile head/security/botan2/distinfo head/sysutils/daggy/Makefile Modified: head/devel/qca/Makefile ============================================================================== --- head/devel/qca/Makefile Sat Oct 12 21:25:23 2019 (r514356) +++ head/devel/qca/Makefile Sat Oct 12 22:00:01 2019 (r514357) @@ -3,7 +3,7 @@ PORTNAME= qca PORTVERSION= 2.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= KDE/stable/qca/${PORTVERSION} PKGNAMESUFFIX= -qt5 Modified: head/editors/encryptpad/Makefile ============================================================================== --- head/editors/encryptpad/Makefile Sat Oct 12 21:25:23 2019 (r514356) +++ head/editors/encryptpad/Makefile Sat Oct 12 22:00:01 2019 (r514357) @@ -4,7 +4,7 @@ PORTNAME= encryptpad DISTVERSIONPREFIX= v DISTVERSION= 0.4.0.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors security MAINTAINER= dmgk@FreeBSD.org Modified: head/security/botan2/Makefile ============================================================================== --- head/security/botan2/Makefile Sat Oct 12 21:25:23 2019 (r514356) +++ head/security/botan2/Makefile Sat Oct 12 22:00:01 2019 (r514357) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= botan -DISTVERSION= 2.11.0 +DISTVERSION= 2.12.0 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 Modified: head/security/botan2/distinfo ============================================================================== --- head/security/botan2/distinfo Sat Oct 12 21:25:23 2019 (r514356) +++ head/security/botan2/distinfo Sat Oct 12 22:00:01 2019 (r514357) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568364010 -SHA256 (Botan-2.11.0.tar.xz) = f7874da2aeb8c018fd77df40b2137879bf90b66f5589490c991e83fb3e8094be -SIZE (Botan-2.11.0.tar.xz) = 5765712 +TIMESTAMP = 1570456660 +SHA256 (Botan-2.12.0.tar.xz) = 1eaefd459d52f27de1805cff8c68792e0610919648ee98e101980e94edb90a63 +SIZE (Botan-2.12.0.tar.xz) = 5827896 Modified: head/sysutils/daggy/Makefile ============================================================================== --- head/sysutils/daggy/Makefile Sat Oct 12 21:25:23 2019 (r514356) +++ head/sysutils/daggy/Makefile Sat Oct 12 22:00:01 2019 (r514357) @@ -2,7 +2,7 @@ PORTNAME= daggy DISTVERSION= 1.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910122200.x9CM02C8026775>