From 6722cbe6ee86f73950810437162c2f0a5dd3ca0f Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Sat, 24 Dec 2016 00:02:12 +0000 Subject: MFH: r429273 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) Exp-run by: antoine Approved by: ports-secteam (junovitch) --- security/libgcrypt/Makefile | 6 +++--- security/libgcrypt/distinfo | 6 +++--- security/libgcrypt/files/patch-mpi_longlong.h | 27 --------------------------- security/libgcrypt/pkg-plist | 2 +- 4 files changed, 7 insertions(+), 34 deletions(-) delete mode 100644 security/libgcrypt/files/patch-mpi_longlong.h diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 63dd6d02aa8f..a509e364dde0 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 -- cgit v1.2.3