From owner-svn-ports-all@freebsd.org Mon Jun 20 11:11:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C702A7B148; Mon, 20 Jun 2016 11:11:11 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E4EA143F; Mon, 20 Jun 2016 11:11:11 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5KBBAEJ078136; Mon, 20 Jun 2016 11:11:10 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5KBBAZI078132; Mon, 20 Jun 2016 11:11:10 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201606201111.u5KBBAZI078132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 20 Jun 2016 11:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r417151 - in branches/2016Q2/security/libgcrypt: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2016 11:11:11 -0000 Author: cpm Date: Mon Jun 20 11:11:09 2016 New Revision: 417151 URL: https://svnweb.freebsd.org/changeset/ports/417151 Log: MFH: r413860 r417040 - Update to 1.7.0 - Remove unneeded patches (applied upstream) - Fix inline assembler error on 9.x - Fix pkg-plist Changelog: https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000386.html PR: 208907 Approved by: junovitch (mentor) Exp-run: antoine Differential Revision: D5989 - Update to 1.7.1 - Remove unneeded patch (applied upstream) - Convert to new test framework https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000389.html PR: 210328 Reviewed by: amdmi3, junovitch (mentors) Approved by: amdmi3, junovitch (mentors) Exp-run: antoine Differential Revision: D6865 Approved by: ports-secteam (junovitch) Deleted: branches/2016Q2/security/libgcrypt/files/patch-cipher_salsa20.c branches/2016Q2/security/libgcrypt/files/patch-src_gcrypt.h.in Modified: branches/2016Q2/security/libgcrypt/Makefile branches/2016Q2/security/libgcrypt/distinfo branches/2016Q2/security/libgcrypt/files/patch-mpi_longlong.h branches/2016Q2/security/libgcrypt/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/security/libgcrypt/Makefile ============================================================================== --- branches/2016Q2/security/libgcrypt/Makefile Mon Jun 20 10:55:33 2016 (r417150) +++ branches/2016Q2/security/libgcrypt/Makefile Mon Jun 20 11:11:09 2016 (r417151) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.6.5 -PORTREVISION= 1 +PORTVERSION= 1.7.1 CATEGORIES= security MASTER_SITES= GNUPG @@ -23,6 +22,7 @@ CONFIGURE_ARGS= --disable-drng-support - 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 @@ -48,7 +48,4 @@ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} -regression-test: build - cd ${WRKSRC} && ${MAKE_CMD} check - .include Modified: branches/2016Q2/security/libgcrypt/distinfo ============================================================================== --- branches/2016Q2/security/libgcrypt/distinfo Mon Jun 20 10:55:33 2016 (r417150) +++ branches/2016Q2/security/libgcrypt/distinfo Mon Jun 20 11:11:09 2016 (r417151) @@ -1,2 +1,3 @@ -SHA256 (libgcrypt-1.6.5.tar.bz2) = f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924 -SIZE (libgcrypt-1.6.5.tar.bz2) = 2549601 +TIMESTAMP = 1466077169 +SHA256 (libgcrypt-1.7.1.tar.bz2) = 450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95 +SIZE (libgcrypt-1.7.1.tar.bz2) = 2843435 Modified: branches/2016Q2/security/libgcrypt/files/patch-mpi_longlong.h ============================================================================== --- branches/2016Q2/security/libgcrypt/files/patch-mpi_longlong.h Mon Jun 20 10:55:33 2016 (r417150) +++ branches/2016Q2/security/libgcrypt/files/patch-mpi_longlong.h Mon Jun 20 11:11:09 2016 (r417151) @@ -1,27 +1,27 @@ ---- mpi/longlong.h.orig 2016-03-23 17:33:08 UTC +--- mpi/longlong.h.orig 2016-06-16 11:43:39 UTC +++ mpi/longlong.h -@@ -170,6 +170,7 @@ MA 02111-1307, USA. */ +@@ -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) \ + # define UMUL_TIME 46 ++# if 0 + # ifndef LONGLONG_STANDALONE + # define udiv_qrnnd(q, r, n1, n0, d) \ do { UDItype __r; \ -@@ -179,6 +180,7 @@ MA 02111-1307, USA. */ +@@ -183,6 +184,7 @@ MA 02111-1307, USA. */ extern UDItype __udiv_qrnnd (); - #define UDIV_TIME 220 - #endif /* LONGLONG_STANDALONE */ + # define UDIV_TIME 220 + # endif /* !LONGLONG_STANDALONE */ +#endif /* 0 */ #endif /* __alpha */ /*************************************** -@@ -1287,7 +1289,7 @@ typedef unsigned int UTItype __attribute +@@ -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__) +-# 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, Modified: branches/2016Q2/security/libgcrypt/pkg-plist ============================================================================== --- branches/2016Q2/security/libgcrypt/pkg-plist Mon Jun 20 10:55:33 2016 (r417150) +++ branches/2016Q2/security/libgcrypt/pkg-plist Mon Jun 20 11:11:09 2016 (r417151) @@ -6,6 +6,6 @@ include/gcrypt.h lib/libgcrypt.a lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.0.5 +lib/libgcrypt.so.20.1.1 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4