From owner-svn-ports-all@freebsd.org Tue Feb 16 13:29:15 2016 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 EB229AAABD1; Tue, 16 Feb 2016 13:29:14 +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 C1CBE17F5; Tue, 16 Feb 2016 13:29:14 +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 u1GDTD8x008788; Tue, 16 Feb 2016 13:29:13 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1GDTDVm008783; Tue, 16 Feb 2016 13:29:13 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201602161329.u1GDTDVm008783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 16 Feb 2016 13:29:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408993 - in branches/2016Q1/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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 16 Feb 2016 13:29:15 -0000 Author: cpm Date: Tue Feb 16 13:29:13 2016 New Revision: 408993 URL: https://svnweb.freebsd.org/changeset/ports/408993 Log: MFH: r408972 - Update libgcrypt to 1.6.5 - Change LICENSE since support has been added for "or later" variants of GNU licenses. - Remove needless patch-cipher_salsa20.c Changes: https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000384.html PR: 207107 Approved by: junovitch (mentor) Security: CVE-2015-7511 Security: https://vuxml.FreeBSD.org/freebsd/95b92e3b-d451-11e5-9794-e8e0b747a45a.html Approved by: ports-secteam (eadler) Added: branches/2016Q1/security/libgcrypt/files/patch-cipher-Makefile.in - copied unchanged from r408972, head/security/libgcrypt/files/patch-cipher-Makefile.in Deleted: branches/2016Q1/security/libgcrypt/files/patch-cipher_salsa20.c Modified: branches/2016Q1/security/libgcrypt/Makefile branches/2016Q1/security/libgcrypt/distinfo branches/2016Q1/security/libgcrypt/pkg-plist Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/libgcrypt/Makefile ============================================================================== --- branches/2016Q1/security/libgcrypt/Makefile Tue Feb 16 13:27:16 2016 (r408992) +++ branches/2016Q1/security/libgcrypt/Makefile Tue Feb 16 13:29:13 2016 (r408993) @@ -1,15 +1,14 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.6.4 -PORTREVISION= 4 +PORTVERSION= 1.6.5 CATEGORIES= security MASTER_SITES= GNUPG MAINTAINER= cpm@FreeBSD.org COMMENT= General purpose crypto library based on code used in GnuPG -LICENSE= GPLv2 LGPL21 +LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi BUILD_DEPENDS= libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error Modified: branches/2016Q1/security/libgcrypt/distinfo ============================================================================== --- branches/2016Q1/security/libgcrypt/distinfo Tue Feb 16 13:27:16 2016 (r408992) +++ branches/2016Q1/security/libgcrypt/distinfo Tue Feb 16 13:29:13 2016 (r408993) @@ -1,2 +1,2 @@ -SHA256 (libgcrypt-1.6.4.tar.bz2) = c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026 -SIZE (libgcrypt-1.6.4.tar.bz2) = 2549820 +SHA256 (libgcrypt-1.6.5.tar.bz2) = f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924 +SIZE (libgcrypt-1.6.5.tar.bz2) = 2549601 Copied: branches/2016Q1/security/libgcrypt/files/patch-cipher-Makefile.in (from r408972, head/security/libgcrypt/files/patch-cipher-Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/security/libgcrypt/files/patch-cipher-Makefile.in Tue Feb 16 13:29:13 2016 (r408993, copy of r408972, head/security/libgcrypt/files/patch-cipher-Makefile.in) @@ -0,0 +1,23 @@ +--- cipher/Makefile.in.orig 2015-09-08 06:32:11 UTC ++++ cipher/Makefile.in +@@ -818,13 +818,19 @@ uninstall-am: + tags tags-am uninstall uninstall-am + + +-# We need to lower the optimization for this module. ++# We need to lower the optimization for these modules. + tiger.o: $(srcdir)/tiger.c + `echo $(COMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) ` + + tiger.lo: $(srcdir)/tiger.c + `echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) ` + ++salsa20.o: $(srcdir)/salsa20.c ++ `echo $(COMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) ` ++ ++salsa20.lo: $(srcdir)/salsa20.c ++ `echo $(LTCOMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) ` ++ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: Modified: branches/2016Q1/security/libgcrypt/pkg-plist ============================================================================== --- branches/2016Q1/security/libgcrypt/pkg-plist Tue Feb 16 13:27:16 2016 (r408992) +++ branches/2016Q1/security/libgcrypt/pkg-plist Tue Feb 16 13:29:13 2016 (r408993) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.0.4 +lib/libgcrypt.so.20.0.5 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4