From owner-svn-ports-head@freebsd.org Wed Jul 20 09:09:45 2016 Return-Path: Delivered-To: svn-ports-head@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 735C8B9F027; Wed, 20 Jul 2016 09:09:45 +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 26CA01E15; Wed, 20 Jul 2016 09:09:45 +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 u6K99iXr033329; Wed, 20 Jul 2016 09:09:44 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6K99iPV033325; Wed, 20 Jul 2016 09:09:44 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201607200909.u6K99iPV033325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 20 Jul 2016 09:09:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418828 - head/security/libgcrypt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 09:09:45 -0000 Author: cpm Date: Wed Jul 20 09:09:43 2016 New Revision: 418828 URL: https://svnweb.freebsd.org/changeset/ports/418828 Log: - Update to 1.7.2 - Bump library version in pkg-plist Changelog: https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000392.html PR: 211153 Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) MFH: 2016Q3 Exp-run: antoine Differential Revision: D7221 Modified: head/security/libgcrypt/Makefile head/security/libgcrypt/distinfo head/security/libgcrypt/pkg-plist Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Wed Jul 20 09:04:50 2016 (r418827) +++ head/security/libgcrypt/Makefile Wed Jul 20 09:09:43 2016 (r418828) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/libgcrypt/distinfo ============================================================================== --- head/security/libgcrypt/distinfo Wed Jul 20 09:04:50 2016 (r418827) +++ head/security/libgcrypt/distinfo Wed Jul 20 09:09:43 2016 (r418828) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466077169 -SHA256 (libgcrypt-1.7.1.tar.bz2) = 450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95 -SIZE (libgcrypt-1.7.1.tar.bz2) = 2843435 +TIMESTAMP = 1468663748 +SHA256 (libgcrypt-1.7.2.tar.bz2) = 3d35df906d6eab354504c05d749a9b021944cb29ff5f65c8ef9c3dd5f7b6689f +SIZE (libgcrypt-1.7.2.tar.bz2) = 2845301 Modified: head/security/libgcrypt/pkg-plist ============================================================================== --- head/security/libgcrypt/pkg-plist Wed Jul 20 09:04:50 2016 (r418827) +++ head/security/libgcrypt/pkg-plist Wed Jul 20 09:09:43 2016 (r418828) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.1.1 +lib/libgcrypt.so.20.1.2 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4