Date: Tue, 16 Feb 2016 13:29:13 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> 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 Message-ID: <201602161329.u1GDTDVm008783@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602161329.u1GDTDVm008783>