aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorcpm <cpm@FreeBSD.org>2016-12-23 23:45:00 +0800
committercpm <cpm@FreeBSD.org>2016-12-23 23:45:00 +0800
commit7aad9908762e4619c5b1c8c399b9d0be564eaeb2 (patch)
tree1023f28d9dcf1258ba677f059c16c0a925ca677d /security
parent01a5213c33b4568cb3e70505f24d574442c874a4 (diff)
downloadfreebsd-ports-gnome-7aad9908762e4619c5b1c8c399b9d0be564eaeb2.tar.gz
freebsd-ports-gnome-7aad9908762e4619c5b1c8c399b9d0be564eaeb2.tar.zst
freebsd-ports-gnome-7aad9908762e4619c5b1c8c399b9d0be564eaeb2.zip
security/libgcrypt: Update to 1.7.5
- Update to 1.7.5 - Remove files useless to install from DOCS - Remove patch since sparc v8 is not supported on FreeBSD - Bump library version in pkg-plist Changelog: https://lists.gnupg.org/pipermail/gnupg-announce/2016q4/000399.html PR: 215236 Approved by: amdmi3 (mentor) MFH: 2016Q4 Exp-run by: antoine
Diffstat (limited to 'security')
-rw-r--r--security/libgcrypt/Makefile6
-rw-r--r--security/libgcrypt/distinfo6
-rw-r--r--security/libgcrypt/files/patch-mpi_longlong.h27
-rw-r--r--security/libgcrypt/pkg-plist2
4 files changed, 7 insertions, 34 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 878480ed653d..e137e9572f6b 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libgcrypt
-PORTVERSION= 1.7.3
+PORTVERSION= 1.7.5
CATEGORIES= security
MASTER_SITES= GNUPG
@@ -24,8 +24,8 @@ CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
USE_LDCONFIG= yes
TEST_TARGET= check
-DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS README \
- README.GIT THANKS TODO doc/HACKING doc/README.apichanges
+DOCS= AUTHORS ChangeLog ChangeLog-2011 INSTALL NEWS THANKS TODO \
+ doc/HACKING doc/README.apichanges
INFO= gcrypt
PORTDOCS= *
diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo
index 3283222f7679..50d772c8357d 100644
--- a/security/libgcrypt/distinfo
+++ b/security/libgcrypt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471514079
-SHA256 (libgcrypt-1.7.3.tar.bz2) = ddac6111077d0a1612247587be238c5294dd0ee4d76dc7ba783cc55fb0337071
-SIZE (libgcrypt-1.7.3.tar.bz2) = 2861294
+TIMESTAMP = 1481866213
+SHA256 (libgcrypt-1.7.5.tar.bz2) = d1fea4128beef2bb30a470af6bafabccc503ced350534fb9dd8f5a53ffbae800
+SIZE (libgcrypt-1.7.5.tar.bz2) = 2883968
diff --git a/security/libgcrypt/files/patch-mpi_longlong.h b/security/libgcrypt/files/patch-mpi_longlong.h
deleted file mode 100644
index 249e29f0cb03..000000000000
--- a/security/libgcrypt/files/patch-mpi_longlong.h
+++ /dev/null
@@ -1,27 +0,0 @@
---- mpi/longlong.h.orig 2016-06-16 11:43:39 UTC
-+++ mpi/longlong.h
-@@ -174,6 +174,7 @@ MA 02111-1307, USA. */
- (pl) = __m0 * __m1; \
- } while (0)
- # define UMUL_TIME 46
-+# if 0
- # ifndef LONGLONG_STANDALONE
- # define udiv_qrnnd(q, r, n1, n0, d) \
- do { UDItype __r; \
-@@ -183,6 +184,7 @@ MA 02111-1307, USA. */
- extern UDItype __udiv_qrnnd ();
- # define UDIV_TIME 220
- # endif /* !LONGLONG_STANDALONE */
-+#endif /* 0 */
- #endif /* __alpha */
-
- /***************************************
-@@ -1293,7 +1295,7 @@ typedef unsigned int UTItype __attribute
- "rJ" ((USItype)(al)), \
- "rI" ((USItype)(bl)) \
- __CLOBBER_CC)
--# if defined (__sparc_v8__) || defined(__sparcv8)
-+# if defined (__sparc_v8__) || defined(__sparcv8) || defined(__sparc__)
- /* Don't match immediate range because, 1) it is not often useful,
- 2) the 'I' flag thinks of the range as a 13 bit signed interval,
- while we want to match a 13 bit interval, sign extended to 32 bits,
diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist
index c4103df7dcac..a5b25faf72f8 100644
--- a/security/libgcrypt/pkg-plist
+++ b/security/libgcrypt/pkg-plist
@@ -6,6 +6,6 @@ include/gcrypt.h
lib/libgcrypt.a
lib/libgcrypt.so
lib/libgcrypt.so.20
-lib/libgcrypt.so.20.1.3
+lib/libgcrypt.so.20.1.5
man/man1/hmac256.1.gz
share/aclocal/libgcrypt.m4