From owner-svn-ports-all@freebsd.org Fri Jul 21 10:56:17 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 D9B49DA4079; Fri, 21 Jul 2017 10:56:17 +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 A5AEE6BCDB; Fri, 21 Jul 2017 10:56:17 +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 v6LAuGmK070548; Fri, 21 Jul 2017 10:56:16 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6LAuGF8070545; Fri, 21 Jul 2017 10:56:16 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201707211056.v6LAuGF8070545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 21 Jul 2017 10:56:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446306 - head/security/libgcrypt X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/security/libgcrypt X-SVN-Commit-Revision: 446306 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: Fri, 21 Jul 2017 10:56:18 -0000 Author: cpm Date: Fri Jul 21 10:56:16 2017 New Revision: 446306 URL: https://svnweb.freebsd.org/changeset/ports/446306 Log: 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 MFH: 2017Q3 Exp-run by: antoine Modified: head/security/libgcrypt/Makefile head/security/libgcrypt/distinfo head/security/libgcrypt/pkg-plist Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Fri Jul 21 10:53:42 2017 (r446305) +++ head/security/libgcrypt/Makefile Fri Jul 21 10:56:16 2017 (r446306) @@ -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: head/security/libgcrypt/distinfo ============================================================================== --- head/security/libgcrypt/distinfo Fri Jul 21 10:53:42 2017 (r446305) +++ head/security/libgcrypt/distinfo Fri Jul 21 10:56:16 2017 (r446306) @@ -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: head/security/libgcrypt/pkg-plist ============================================================================== --- head/security/libgcrypt/pkg-plist Fri Jul 21 10:53:42 2017 (r446305) +++ head/security/libgcrypt/pkg-plist Fri Jul 21 10:56:16 2017 (r446306) @@ -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