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

Kurt Jaeger pi at FreeBSD.org
Sun Nov 22 17:33:06 UTC 2015


Author: pi
Date: Sun Nov 22 17:33:05 2015
New Revision: 402237
URL: https://svnweb.freebsd.org/changeset/ports/402237

Log:
  security/libgcrypt: Re-add missing patch
  
  - This patch was removed when updating to 1.6.4, so the patch needs
    to be put back in order to solve the bug 204399.
  
  PR:		204600
  Submitted by:	Carlos J. Puga Medina <cpm at fbsd.es> (maintainer)

Added:
  head/security/libgcrypt/files/
  head/security/libgcrypt/files/patch-cipher-Makefile.in
     - copied, changed from r400318, head/security/libgcrypt/files/patch-cipher-Makefile.in
Modified:
  head/security/libgcrypt/Makefile

Modified: head/security/libgcrypt/Makefile
==============================================================================
--- head/security/libgcrypt/Makefile	Sun Nov 22 17:16:08 2015	(r402236)
+++ head/security/libgcrypt/Makefile	Sun Nov 22 17:33:05 2015	(r402237)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libgcrypt
 PORTVERSION=	1.6.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 

Copied and modified: head/security/libgcrypt/files/patch-cipher-Makefile.in (from r400318, head/security/libgcrypt/files/patch-cipher-Makefile.in)
==============================================================================
--- head/security/libgcrypt/files/patch-cipher-Makefile.in	Tue Oct 27 15:54:49 2015	(r400318, copy source)
+++ head/security/libgcrypt/files/patch-cipher-Makefile.in	Sun Nov 22 17:33:05 2015	(r402237)
@@ -1,6 +1,14 @@
---- cipher/Makefile.in.orig	2015-01-21 19:09:47.000000000 +0100
-+++ cipher/Makefile.in	2015-01-21 19:13:35.000000000 +0100
-@@ -766,6 +766,12 @@
+--- 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) `
  


More information about the svn-ports-all mailing list