svn commit: r408972 - in head/security/libgcrypt: . files

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Feb 16 02:52:58 UTC 2016


Author: cpm
Date: Tue Feb 16 02:52:56 2016
New Revision: 408972
URL: https://svnweb.freebsd.org/changeset/ports/408972

Log:
  - 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)

Added:
  head/security/libgcrypt/files/patch-cipher-Makefile.in
     - copied unchanged from r408513, head/security/libgcrypt/files/patch-cipher-Makefile.in
Deleted:
  head/security/libgcrypt/files/patch-cipher_salsa20.c
Modified:
  head/security/libgcrypt/Makefile
  head/security/libgcrypt/distinfo
  head/security/libgcrypt/pkg-plist

Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile	Tue Feb 16 02:40:27 2016	(r408971)
+++ head/security/libgcrypt/Makefile	Tue Feb 16 02:52:56 2016	(r408972)
@@ -1,15 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	libgcrypt
-PORTVERSION=	1.6.4
-PORTREVISION=	4
+PORTVERSION=	1.6.5
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
 MAINTAINER=	cpm at 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: head/security/libgcrypt/distinfo
==============================================================================
--- head/security/libgcrypt/distinfo	Tue Feb 16 02:40:27 2016	(r408971)
+++ head/security/libgcrypt/distinfo	Tue Feb 16 02:52:56 2016	(r408972)
@@ -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: head/security/libgcrypt/files/patch-cipher-Makefile.in (from r408513, head/security/libgcrypt/files/patch-cipher-Makefile.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/libgcrypt/files/patch-cipher-Makefile.in	Tue Feb 16 02:52:56 2016	(r408972, copy of r408513, 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: head/security/libgcrypt/pkg-plist
==============================================================================
--- head/security/libgcrypt/pkg-plist	Tue Feb 16 02:40:27 2016	(r408971)
+++ head/security/libgcrypt/pkg-plist	Tue Feb 16 02:52:56 2016	(r408972)
@@ -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


More information about the svn-ports-all mailing list