From owner-svn-ports-all@freebsd.org Thu Jul 6 10:22:06 2017 Return-Path: Delivered-To: svn-ports-all@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 E0A68DA9D61; Thu, 6 Jul 2017 10:22:06 +0000 (UTC) (envelope-from cpm@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 B2E39656DC; Thu, 6 Jul 2017 10:22:06 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v66AM5gk037030; Thu, 6 Jul 2017 10:22:05 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v66AM52f037027; Thu, 6 Jul 2017 10:22:05 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201707061022.v66AM52f037027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 6 Jul 2017 10:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445135 - branches/2017Q3/security/libgcrypt X-SVN-Group: ports-branches X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: branches/2017Q3/security/libgcrypt X-SVN-Commit-Revision: 445135 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 06 Jul 2017 10:22:07 -0000 Author: cpm Date: Thu Jul 6 10:22:05 2017 New Revision: 445135 URL: https://svnweb.freebsd.org/changeset/ports/445135 Log: MFH: r445028 security/libgcrypt: update to 1.7.8 - Update libgcrypt to 1.7.8 - Bump library version in pkg-plist Noteworthy changes in version 1.7.8 * Bug fixes: - Mitigate a flush+reload side-channel attack on RSA secret keys dubbed "Sliding right into disaster". For details see . [CVE-2017-7526] Changes: https://lists.gnupg.org/pipermail/gnupg-announce/2017q2/000408.html Binary compatibility report: https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.7.7/1.7.8/95cc7/abi_compat_report.html PR: 220382 Exp-run by: antoine Security: https://www.vuxml.org/freebsd/ed3bf433-5d92-11e7-aa14-e8e0b747a45a.html Approved by: ports-secteam (junovitch) 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 Thu Jul 6 10:13:15 2017 (r445134) +++ branches/2017Q3/security/libgcrypt/Makefile Thu Jul 6 10:22:05 2017 (r445135) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.7.7 +PORTVERSION= 1.7.8 CATEGORIES= security MASTER_SITES= GNUPG Modified: branches/2017Q3/security/libgcrypt/distinfo ============================================================================== --- branches/2017Q3/security/libgcrypt/distinfo Thu Jul 6 10:13:15 2017 (r445134) +++ branches/2017Q3/security/libgcrypt/distinfo Thu Jul 6 10:22:05 2017 (r445135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496487630 -SHA256 (libgcrypt-1.7.7.tar.bz2) = b9b85eba0793ea3e6e66b896eb031fa05e1a4517277cc9ab10816b359254cd9a -SIZE (libgcrypt-1.7.7.tar.bz2) = 2861190 +TIMESTAMP = 1498827790 +SHA256 (libgcrypt-1.7.8.tar.bz2) = 948276ea47e6ba0244f36a17b51dcdd52cfd1e664b0a1ac3bc82134fb6cec199 +SIZE (libgcrypt-1.7.8.tar.bz2) = 2897853 Modified: branches/2017Q3/security/libgcrypt/pkg-plist ============================================================================== --- branches/2017Q3/security/libgcrypt/pkg-plist Thu Jul 6 10:13:15 2017 (r445134) +++ branches/2017Q3/security/libgcrypt/pkg-plist Thu Jul 6 10:22:05 2017 (r445135) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.1.7 +lib/libgcrypt.so.20.1.8 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4