From owner-svn-ports-branches@freebsd.org Sat Dec 24 00:02:13 2016 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 EA003C8E9B4; Sat, 24 Dec 2016 00:02:13 +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 97361229; Sat, 24 Dec 2016 00:02:13 +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 uBO02Cbl008611; Sat, 24 Dec 2016 00:02:12 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBO02CkO008608; Sat, 24 Dec 2016 00:02:12 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201612240002.uBO02CkO008608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 24 Dec 2016 00:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r429295 - in branches/2016Q4/security/libgcrypt: . files X-SVN-Group: ports-branches 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: Sat, 24 Dec 2016 00:02:14 -0000 Author: cpm Date: Sat Dec 24 00:02:12 2016 New Revision: 429295 URL: https://svnweb.freebsd.org/changeset/ports/429295 Log: MFH: r429273 security/libgcrypt: Update to 1.7.5 - Update to 1.7.5 - Remove files useless to install from DOCS - Remove patch since sparc v8 is not supported on FreeBSD - Bump library version in pkg-plist Changelog: https://lists.gnupg.org/pipermail/gnupg-announce/2016q4/000399.html PR: 215236 Approved by: amdmi3 (mentor) Exp-run by: antoine Approved by: ports-secteam (junovitch) Deleted: branches/2016Q4/security/libgcrypt/files/ Modified: branches/2016Q4/security/libgcrypt/Makefile branches/2016Q4/security/libgcrypt/distinfo branches/2016Q4/security/libgcrypt/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/security/libgcrypt/Makefile ============================================================================== --- branches/2016Q4/security/libgcrypt/Makefile Fri Dec 23 23:30:06 2016 (r429294) +++ branches/2016Q4/security/libgcrypt/Makefile Sat Dec 24 00:02:12 2016 (r429295) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.5 CATEGORIES= security MASTER_SITES= GNUPG @@ -24,8 +24,8 @@ CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/} USE_LDCONFIG= yes TEST_TARGET= check -DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS README \ - README.GIT THANKS TODO doc/HACKING doc/README.apichanges +DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS THANKS TODO \ + doc/HACKING doc/README.apichanges INFO= gcrypt PORTDOCS= * Modified: branches/2016Q4/security/libgcrypt/distinfo ============================================================================== --- branches/2016Q4/security/libgcrypt/distinfo Fri Dec 23 23:30:06 2016 (r429294) +++ branches/2016Q4/security/libgcrypt/distinfo Sat Dec 24 00:02:12 2016 (r429295) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471514079 -SHA256 (libgcrypt-1.7.3.tar.bz2) = ddac6111077d0a1612247587be238c5294dd0ee4d76dc7ba783cc55fb0337071 -SIZE (libgcrypt-1.7.3.tar.bz2) = 2861294 +TIMESTAMP = 1481866213 +SHA256 (libgcrypt-1.7.5.tar.bz2) = d1fea4128beef2bb30a470af6bafabccc503ced350534fb9dd8f5a53ffbae800 +SIZE (libgcrypt-1.7.5.tar.bz2) = 2883968 Modified: branches/2016Q4/security/libgcrypt/pkg-plist ============================================================================== --- branches/2016Q4/security/libgcrypt/pkg-plist Fri Dec 23 23:30:06 2016 (r429294) +++ branches/2016Q4/security/libgcrypt/pkg-plist Sat Dec 24 00:02:12 2016 (r429295) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.1.3 +lib/libgcrypt.so.20.1.5 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4