From owner-svn-ports-branches@freebsd.org Tue Sep 19 01:05:20 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 371B3E15396; Tue, 19 Sep 2017 01:05:20 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id 119383776; Tue, 19 Sep 2017 01:05:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8J15JdW051984; Tue, 19 Sep 2017 01:05:19 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8J15IvQ051981; Tue, 19 Sep 2017 01:05:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201709190105.v8J15IvQ051981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 19 Sep 2017 01:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r450088 - branches/2017Q3/security/libgcrypt X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2017Q3/security/libgcrypt X-SVN-Commit-Revision: 450088 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 01:05:20 -0000 Author: feld Date: Tue Sep 19 01:05:18 2017 New Revision: 450088 URL: https://svnweb.freebsd.org/changeset/ports/450088 Log: MFH: r448989 security/libgcrypt: update to 1.8.1 - Update libgcrypt to 1.8.1 - Bump library version in pkg-plist Noteworthy changes in version 1.8.1 * Bug fixes: - Mitigate a local side-channel attack on Curve25519 dubbed "May the Fourth be With You". [CVE-2017-0379] [also in 1.7.9] - Add more extra bytes to the pool after reading a seed file. - Add the OID SHA384WithECDSA from RFC-7427 to SHA-384. - Fix build problems with the Jitter RNG - Fix assembler code build problems on Rasbian (ARMv8/AArch32-CE). Changes: https://abi-laboratory.pro/tracker/changelog/libgcrypt/1.8.1/log.html Binary compatibility report: https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.8.0/1.8.1/31172/abi_compat_report.html Security: https://vuxml.freebsd.org/freebsd/22f28bb3-8d98-11e7-8c37-e8e0b747a45a.html Approved by: ports-secteam (with hat) Modified: branches/2017Q3/security/libgcrypt/Makefile branches/2017Q3/security/libgcrypt/distinfo branches/2017Q3/security/libgcrypt/pkg-plist Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/security/libgcrypt/Makefile ============================================================================== --- branches/2017Q3/security/libgcrypt/Makefile Tue Sep 19 01:04:15 2017 (r450087) +++ branches/2017Q3/security/libgcrypt/Makefile Tue Sep 19 01:05:18 2017 (r450088) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= security MASTER_SITES= GNUPG @@ -40,7 +40,6 @@ CONFIGURE_ARGS+= --disable-asm post-patch: @${RM} ${WRKSRC}/doc/gcrypt.info* @${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S - @${REINPLACE_CMD} -e 's|-O0/'\''|-O0/g'\''|g' ${WRKSRC}/random/Makefile.* post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so Modified: branches/2017Q3/security/libgcrypt/distinfo ============================================================================== --- branches/2017Q3/security/libgcrypt/distinfo Tue Sep 19 01:04:15 2017 (r450087) +++ branches/2017Q3/security/libgcrypt/distinfo Tue Sep 19 01:05:18 2017 (r450088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500481367 -SHA256 (libgcrypt-1.8.0.tar.bz2) = 23e49697b87cc4173b03b4757c8df4314e3149058fa18bdc4f82098f103d891b -SIZE (libgcrypt-1.8.0.tar.bz2) = 2963266 +TIMESTAMP = 1503947280 +SHA256 (libgcrypt-1.8.1.tar.bz2) = 7a2875f8b1ae0301732e878c0cca2c9664ff09ef71408f085c50e332656a78b3 +SIZE (libgcrypt-1.8.1.tar.bz2) = 2967344 Modified: branches/2017Q3/security/libgcrypt/pkg-plist ============================================================================== --- branches/2017Q3/security/libgcrypt/pkg-plist Tue Sep 19 01:04:15 2017 (r450087) +++ branches/2017Q3/security/libgcrypt/pkg-plist Tue Sep 19 01:05:18 2017 (r450088) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.2.0 +lib/libgcrypt.so.20.2.1 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4