From owner-svn-ports-branches@freebsd.org Sun Jul 23 16:08:01 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 20E1CDA48B8; Sun, 23 Jul 2017 16:08:01 +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 EECC666098; Sun, 23 Jul 2017 16:08:00 +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 v6NG8019084344; Sun, 23 Jul 2017 16:08:00 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6NG7x4d084337; Sun, 23 Jul 2017 16:07:59 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201707231607.v6NG7x4d084337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 23 Jul 2017 16:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r446494 - 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: 446494 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: Sun, 23 Jul 2017 16:08:01 -0000 Author: cpm Date: Sun Jul 23 16:07:59 2017 New Revision: 446494 URL: https://svnweb.freebsd.org/changeset/ports/446494 Log: MFH: r446306 security/libgcrypt: update to 1.8.0 - Update libgcrypt to 1.8.0 - Update libgpg-error version required to 1.25 - Bump library version in pkg-plist Changes: https://lists.gnupg.org/pipermail/gnupg-announce/2017q3/000410.html Binary compatibility report: https://abi-laboratory.pro/tracker/compat_report/libgcrypt/1.7.8/1.8.0/d9ddd/abi_compat_report.html PR: 220858 Exp-run by: antoine Approved by: ports-secteam (feld) 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 Sun Jul 23 16:05:38 2017 (r446493) +++ branches/2017Q3/security/libgcrypt/Makefile Sun Jul 23 16:07:59 2017 (r446494) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.7.8 +PORTVERSION= 1.8.0 CATEGORIES= security MASTER_SITES= GNUPG @@ -11,8 +11,8 @@ COMMENT= General purpose crypto library based on code LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi -BUILD_DEPENDS= libgpg-error>=1.8:security/libgpg-error -RUN_DEPENDS= libgpg-error>=1.8:security/libgpg-error +BUILD_DEPENDS= libgpg-error>=1.25:security/libgpg-error +RUN_DEPENDS= libgpg-error>=1.25:security/libgpg-error USES= cpe libtool makeinfo tar:bzip2 CPE_VENDOR= gnupg Modified: branches/2017Q3/security/libgcrypt/distinfo ============================================================================== --- branches/2017Q3/security/libgcrypt/distinfo Sun Jul 23 16:05:38 2017 (r446493) +++ branches/2017Q3/security/libgcrypt/distinfo Sun Jul 23 16:07:59 2017 (r446494) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498827790 -SHA256 (libgcrypt-1.7.8.tar.bz2) = 948276ea47e6ba0244f36a17b51dcdd52cfd1e664b0a1ac3bc82134fb6cec199 -SIZE (libgcrypt-1.7.8.tar.bz2) = 2897853 +TIMESTAMP = 1500481367 +SHA256 (libgcrypt-1.8.0.tar.bz2) = 23e49697b87cc4173b03b4757c8df4314e3149058fa18bdc4f82098f103d891b +SIZE (libgcrypt-1.8.0.tar.bz2) = 2963266 Modified: branches/2017Q3/security/libgcrypt/pkg-plist ============================================================================== --- branches/2017Q3/security/libgcrypt/pkg-plist Sun Jul 23 16:05:38 2017 (r446493) +++ branches/2017Q3/security/libgcrypt/pkg-plist Sun Jul 23 16:07:59 2017 (r446494) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.1.8 +lib/libgcrypt.so.20.2.0 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4