View | Details | Raw Unified | Return to bug 207107 | Differences between
and this patch

Collapse All | Expand All

(-)security/libgcrypt/Makefile (-3 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	libgcrypt
3
PORTNAME=	libgcrypt
4
PORTVERSION=	1.6.4
4
PORTVERSION=	1.6.5
5
PORTREVISION=	4
6
CATEGORIES=	security
5
CATEGORIES=	security
7
MASTER_SITES=	GNUPG
6
MASTER_SITES=	GNUPG
8
7
Lines 9-15 Link Here
9
MAINTAINER=	cpm@FreeBSD.org
8
MAINTAINER=	cpm@FreeBSD.org
10
COMMENT=	General purpose crypto library based on code used in GnuPG
9
COMMENT=	General purpose crypto library based on code used in GnuPG
11
10
12
LICENSE=	GPLv2 LGPL21
11
LICENSE=	GPLv2+ LGPL21+
13
LICENSE_COMB=	multi
12
LICENSE_COMB=	multi
14
13
15
BUILD_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
14
BUILD_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
(-)security/libgcrypt/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgcrypt-1.6.4.tar.bz2) = c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026
1
SHA256 (libgcrypt-1.6.5.tar.bz2) = f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924
2
SIZE (libgcrypt-1.6.4.tar.bz2) = 2549820
2
SIZE (libgcrypt-1.6.5.tar.bz2) = 2549601
(-)security/libgcrypt/files/patch-cipher_Makefile.in (+23 lines)
Line 0 Link Here
1
--- cipher/Makefile.in.orig	2015-09-08 06:32:11 UTC
2
+++ cipher/Makefile.in
3
@@ -818,13 +818,19 @@ uninstall-am:
4
 	tags tags-am uninstall uninstall-am
5
 
6
 
7
-# We need to lower the optimization for this module.
8
+# We need to lower the optimization for these modules.
9
 tiger.o: $(srcdir)/tiger.c
10
 	`echo $(COMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
11
 
12
 tiger.lo: $(srcdir)/tiger.c
13
 	`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
14
 
15
+salsa20.o: $(srcdir)/salsa20.c
16
+	`echo $(COMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) `
17
+
18
+salsa20.lo: $(srcdir)/salsa20.c
19
+	`echo $(LTCOMPILE) -c $(srcdir)/salsa20.c | $(o_flag_munging) `
20
+
21
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
22
 # Otherwise a system limit (for SysV at least) may be exceeded.
23
 .NOEXPORT:
(-)security/libgcrypt/pkg-plist (-1 / +1 lines)
Lines 6-11 Link Here
6
lib/libgcrypt.a
6
lib/libgcrypt.a
7
lib/libgcrypt.so
7
lib/libgcrypt.so
8
lib/libgcrypt.so.20
8
lib/libgcrypt.so.20
9
lib/libgcrypt.so.20.0.4
9
lib/libgcrypt.so.20.0.5
10
man/man1/hmac256.1.gz
10
man/man1/hmac256.1.gz
11
share/aclocal/libgcrypt.m4
11
share/aclocal/libgcrypt.m4

Return to bug 207107