From owner-svn-ports-all@freebsd.org Sun Jan 27 13:55:09 2019 Return-Path: Delivered-To: svn-ports-all@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 A633014ACEB6; Sun, 27 Jan 2019 13:55:09 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18D4D6A504; Sun, 27 Jan 2019 13:55:09 +0000 (UTC) (envelope-from tcberner@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 E52048EC3; Sun, 27 Jan 2019 13:55:08 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0RDt8Yl021460; Sun, 27 Jan 2019 13:55:08 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0RDt8NE021456; Sun, 27 Jan 2019 13:55:08 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201901271355.x0RDt8NE021456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 27 Jan 2019 13:55:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r491351 - in branches/2019Q1: editors/encryptpad security/botan2 X-SVN-Group: ports-branches X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in branches/2019Q1: editors/encryptpad security/botan2 X-SVN-Commit-Revision: 491351 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 18D4D6A504 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2019 13:55:09 -0000 Author: tcberner Date: Sun Jan 27 13:55:07 2019 New Revision: 491351 URL: https://svnweb.freebsd.org/changeset/ports/491351 Log: MFH: r491339 security/botan2: Update to 2.9.0 (Fixes CVE-2018-20187) PR: 234938 Submitted by: Ralf van der Enden (maintainer) Security: d8e7e854-17fa-11e9-bef6-6805ca2fa271 Approved by: ports-secteam (miwi) Modified: branches/2019Q1/editors/encryptpad/Makefile branches/2019Q1/security/botan2/Makefile branches/2019Q1/security/botan2/distinfo branches/2019Q1/security/botan2/pkg-plist Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/editors/encryptpad/Makefile ============================================================================== --- branches/2019Q1/editors/encryptpad/Makefile Sun Jan 27 13:50:11 2019 (r491350) +++ branches/2019Q1/editors/encryptpad/Makefile Sun Jan 27 13:55:07 2019 (r491351) @@ -4,7 +4,7 @@ PORTNAME= encryptpad DISTVERSIONPREFIX= v DISTVERSION= 0.4.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors security MAINTAINER= dg@syrec.org Modified: branches/2019Q1/security/botan2/Makefile ============================================================================== --- branches/2019Q1/security/botan2/Makefile Sun Jan 27 13:50:11 2019 (r491350) +++ branches/2019Q1/security/botan2/Makefile Sun Jan 27 13:55:07 2019 (r491351) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= botan -DISTVERSION= 2.8.0 -PORTREVISION= 2 +DISTVERSION= 2.9.0 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 2 @@ -27,7 +26,8 @@ USE_LDCONFIG= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --with-external-includedir=${PREFIX}/include \ --with-external-libdir=${PREFIX}/lib \ - --with-boost --with-bzip2 --with-lzma --with-zlib + --with-boost --with-bzip2 --with-lzma --with-zlib \ + --cc=${COMPILER_TYPE} LDFLAGS+= -pthread DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} @@ -60,6 +60,6 @@ post-patch: ${WRKSRC}/src/build-data/cc/clang.txt post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.8.8.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/botan ${STAGEDIR}${PREFIX}/lib/libbotan-2.so.9.9.0 .include Modified: branches/2019Q1/security/botan2/distinfo ============================================================================== --- branches/2019Q1/security/botan2/distinfo Sun Jan 27 13:50:11 2019 (r491350) +++ branches/2019Q1/security/botan2/distinfo Sun Jan 27 13:55:07 2019 (r491351) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538471024 -SHA256 (Botan-2.8.0.tgz) = e7159b127e91e0c158245d61c638c50d443ec7b440b6b0161328c47b3aba3960 -SIZE (Botan-2.8.0.tgz) = 7152674 +TIMESTAMP = 1547467989 +SHA256 (Botan-2.9.0.tgz) = 305564352334dd63ae63db039077d96ae52dfa57a3248871081719b6a9f2d119 +SIZE (Botan-2.9.0.tgz) = 7216373 Modified: branches/2019Q1/security/botan2/pkg-plist ============================================================================== --- branches/2019Q1/security/botan2/pkg-plist Sun Jan 27 13:50:11 2019 (r491350) +++ branches/2019Q1/security/botan2/pkg-plist Sun Jan 27 13:55:07 2019 (r491351) @@ -16,6 +16,7 @@ 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/base58.h include/botan-2/botan/base64.h include/botan-2/botan/basefilt.h include/botan-2/botan/bcrypt.h @@ -307,7 +308,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.8 -lib/libbotan-2.so.8.8.0 +lib/libbotan-2.so.9 +lib/libbotan-2.so.9.9.0 %%PYTHON_SITELIBDIR%%/botan2.py libdata/pkgconfig/botan-2.pc