From owner-svn-ports-head@freebsd.org Fri Aug 17 21:08:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5FA4107B7A5; Fri, 17 Aug 2018 21:07:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B30872C5D; Fri, 17 Aug 2018 21:07:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CF455F90; Fri, 17 Aug 2018 21:07:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7HL7x8V065060; Fri, 17 Aug 2018 21:07:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7HL7w0J065055; Fri, 17 Aug 2018 21:07:58 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808172107.w7HL7w0J065055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 17 Aug 2018 21:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477449 - in head: dns/powerdns dns/powerdns-recursor editors/encryptpad security/botan2 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head: dns/powerdns dns/powerdns-recursor editors/encryptpad security/botan2 X-SVN-Commit-Revision: 477449 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 21:08:00 -0000 Author: swills Date: Fri Aug 17 21:07:58 2018 New Revision: 477449 URL: https://svnweb.freebsd.org/changeset/ports/477449 Log: security/botan2: update to 2.7.0 While here, bump PORTREVISION on dependent ports PR: 230666 Submitted by: Ralf van der Enden (maintainer MFH: 2018Q3 Security: 7762d7ad-2e38-41d2-9785-c51f653ba8bd Modified: head/dns/powerdns-recursor/Makefile (contents, props changed) head/dns/powerdns/Makefile (contents, props changed) head/editors/encryptpad/Makefile (contents, props changed) head/security/botan2/Makefile (contents, props changed) head/security/botan2/distinfo (contents, props changed) head/security/botan2/pkg-plist (contents, props changed) Modified: head/dns/powerdns-recursor/Makefile ============================================================================== --- head/dns/powerdns-recursor/Makefile Fri Aug 17 21:07:32 2018 (r477448) +++ head/dns/powerdns-recursor/Makefile Fri Aug 17 21:07:58 2018 (r477449) @@ -3,7 +3,7 @@ PORTNAME= recursor DISTVERSION= 4.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- @@ -29,7 +29,8 @@ USES= compiler:c++11-lib cpe gmake localbase:ldflags GNU_CONFIGURE= YES CXXFLAGS+= -D_GLIBCXX_USE_C99 CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \ - --with-protobuf + --with-protobuf \ + --without-net-snmp CPE_VENDOR= powerdns Modified: head/dns/powerdns/Makefile ============================================================================== --- head/dns/powerdns/Makefile Fri Aug 17 21:07:32 2018 (r477448) +++ head/dns/powerdns/Makefile Fri Aug 17 21:07:58 2018 (r477449) @@ -2,7 +2,7 @@ PORTNAME= powerdns DISTVERSION= 4.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} Modified: head/editors/encryptpad/Makefile ============================================================================== --- head/editors/encryptpad/Makefile Fri Aug 17 21:07:32 2018 (r477448) +++ head/editors/encryptpad/Makefile Fri Aug 17 21:07:58 2018 (r477449) @@ -4,7 +4,7 @@ PORTNAME= encryptpad DISTVERSIONPREFIX= v DISTVERSION= 0.4.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors security PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Modified: head/security/botan2/Makefile ============================================================================== --- head/security/botan2/Makefile Fri Aug 17 21:07:32 2018 (r477448) +++ head/security/botan2/Makefile Fri Aug 17 21:07:58 2018 (r477449) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= botan -DISTVERSION= 2.6.0 -PORTREVISION= 3 +DISTVERSION= 2.7.0 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 @@ -62,7 +61,7 @@ post-patch: ${WRKSRC}/src/build-data/cc/clang.txt post-install: -.for i in bin/botan lib/libbotan-2.so.5.6.0 +.for i in bin/botan lib/libbotan-2.so.7.7.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${i} .endfor Modified: head/security/botan2/distinfo ============================================================================== --- head/security/botan2/distinfo Fri Aug 17 21:07:32 2018 (r477448) +++ head/security/botan2/distinfo Fri Aug 17 21:07:58 2018 (r477449) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523435950 -SHA256 (Botan-2.6.0.tgz) = c1f261555bba702c73608dde7bd743ef2d6377a41a1c295915b25c5babaf5cc5 -SIZE (Botan-2.6.0.tgz) = 6599127 +TIMESTAMP = 1530602195 +SHA256 (Botan-2.7.0.tgz) = e42df91556317588c6ca0e41bf796f9bd5ec5c70e0668e6c97c608c697c24a90 +SIZE (Botan-2.7.0.tgz) = 7021654 Modified: head/security/botan2/pkg-plist ============================================================================== --- head/security/botan2/pkg-plist Fri Aug 17 21:07:32 2018 (r477448) +++ head/security/botan2/pkg-plist Fri Aug 17 21:07:58 2018 (r477449) @@ -15,6 +15,7 @@ include/botan-2/botan/assert.h include/botan-2/botan/atomic.h include/botan-2/botan/auto_rng.h include/botan-2/botan/b64_filt.h +include/botan-2/botan/base32.h include/botan-2/botan/base64.h include/botan-2/botan/basefilt.h include/botan-2/botan/bcrypt.h @@ -214,6 +215,7 @@ include/botan-2/botan/rotate.h include/botan-2/botan/rsa.h include/botan-2/botan/salsa20.h include/botan-2/botan/scan_name.h +include/botan-2/botan/scrypt.h include/botan-2/botan/secmem.h include/botan-2/botan/secqueue.h include/botan-2/botan/seed.h @@ -303,7 +305,7 @@ include/botan-2/botan/xts.h include/botan-2/botan/zlib.h lib/libbotan-2.a lib/libbotan-2.so -lib/libbotan-2.so.5 -lib/libbotan-2.so.5.6.0 +lib/libbotan-2.so.7 +lib/libbotan-2.so.7.7.0 %%PYTHON_SITELIBDIR%%/botan2.py libdata/pkgconfig/botan-2.pc