Index: branches/2016Q4/security/libgcrypt/files/patch-mpi_longlong.h =================================================================== --- branches/2016Q4/security/libgcrypt/files/patch-mpi_longlong.h (revision 429294) +++ branches/2016Q4/security/libgcrypt/files/patch-mpi_longlong.h (nonexistent) @@ -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, Property changes on: branches/2016Q4/security/libgcrypt/files/patch-mpi_longlong.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2016Q4/security/libgcrypt/Makefile =================================================================== --- branches/2016Q4/security/libgcrypt/Makefile (revision 429294) +++ branches/2016Q4/security/libgcrypt/Makefile (revision 429295) @@ -1,51 +1,51 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.5 CATEGORIES= security MASTER_SITES= GNUPG MAINTAINER= cpm@FreeBSD.org COMMENT= General purpose crypto library based on code used in GnuPG LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi BUILD_DEPENDS= libgpg-error>=1.8:security/libgpg-error RUN_DEPENDS= libgpg-error>=1.8:security/libgpg-error USES= cpe libtool makeinfo tar:bzip2 CPE_VENDOR= gnupg USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-drng-support --enable-static=yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" 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= * OPTIONS_DEFINE= DOCS .include .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-asm .endif post-patch: ${RM} -f ${WRKSRC}/doc/gcrypt.info* ${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' ${WRKSRC}/mpi/i386/*.S post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: branches/2016Q4/security/libgcrypt/distinfo =================================================================== --- branches/2016Q4/security/libgcrypt/distinfo (revision 429294) +++ branches/2016Q4/security/libgcrypt/distinfo (revision 429295) @@ -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 Index: branches/2016Q4/security/libgcrypt/pkg-plist =================================================================== --- branches/2016Q4/security/libgcrypt/pkg-plist (revision 429294) +++ branches/2016Q4/security/libgcrypt/pkg-plist (revision 429295) @@ -1,11 +1,11 @@ bin/mpicalc bin/dumpsexp bin/hmac256 bin/libgcrypt-config 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 Index: branches/2016Q4 =================================================================== --- branches/2016Q4 (revision 429294) +++ branches/2016Q4 (revision 429295) Property changes on: branches/2016Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r429273