Received: by mail.netbsd.org (Postfix, from userid 605) id 9677B85043; Mon, 30 Apr 2018 10:34:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8DAAD84E3C for ; Mon, 30 Apr 2018 10:34:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0fVcaTMMp0aZ for ; Mon, 30 Apr 2018 10:34:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8060F84C82 for ; Mon, 30 Apr 2018 10:34:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69FA6FBEC; Mon, 30 Apr 2018 10:34:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152508446380980" MIME-Version: 1.0 Date: Mon, 30 Apr 2018 10:34:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/libgpg-error To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180430103423.69FA6FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152508446380980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 30 10:34:23 UTC 2018 Modified Files: pkgsrc/security/libgpg-error: Makefile PLIST distinfo Log Message: libgpg-error: update to 1.30. Remove hack for DragonFly/i386, DragonFly is 64-bit only nowadays. Noteworthy changes in version 1.30 (2018-04-30) [C24/A24/R1] ----------------------------------------------- * Fix for a hang on Windows when using gpgrt_poll under nPth. * Build fix for Solaris. [#3869] To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/security/libgpg-error/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/libgpg-error/PLIST cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/libgpg-error/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152508446380980 Content-Disposition: inline Content-Length: 5328 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libgpg-error/Makefile diff -u pkgsrc/security/libgpg-error/Makefile:1.62 pkgsrc/security/libgpg-error/Makefile:1.63 --- pkgsrc/security/libgpg-error/Makefile:1.62 Thu Apr 12 06:56:17 2018 +++ pkgsrc/security/libgpg-error/Makefile Mon Apr 30 10:34:23 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2018/04/12 06:56:17 adam Exp $ +# $NetBSD: Makefile,v 1.63 2018/04/30 10:34:23 wiz Exp $ -DISTNAME= libgpg-error-1.29 +DISTNAME= libgpg-error-1.30 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ MASTER_SITES+= ftp://ftp.ring.gr.jp/pub/net/gnupg/libgpg-error/ @@ -29,29 +29,10 @@ CONFIGURE_ENV+= CC_FOR_BUILD=${NATIVE_C CONFIGURE_ENV+= CC_FOR_BUILD=${CC:Q}\ ${CFLAGS:M*:Q} .endif -# XXX See HACKS -.if ${OPSYS} == "IRIX" || !empty(MACHINE_PLATFORM:MNetBSD-[3-9]*) -USE_TOOLS+= awk -.else -USE_TOOLS+= gawk -.endif - -LDFLAGS.SunOS+= -lsocket - .if !empty(MACHINE_PLATFORM:MSunOS-5.10-*) LIBS+= -lrt .endif -# On Dragonfly i386, Pkgsrc libintl segfaults on bindtextdomain function -# while locking a thread. Until that's resolved, stop libgpg-error from -# using NLS which invokes that function during initialization. -PLIST_VARS+= nls -.if ${OPSYS} == "DragonFly" && ${MACHINE} == "i386" -CONFIGURE_ARGS+= --disable-nls -.else -PLIST.nls= yes -.endif - TEST_TARGET= check .include "../../converters/libiconv/buildlink3.mk" Index: pkgsrc/security/libgpg-error/PLIST diff -u pkgsrc/security/libgpg-error/PLIST:1.17 pkgsrc/security/libgpg-error/PLIST:1.18 --- pkgsrc/security/libgpg-error/PLIST:1.17 Fri Mar 16 09:48:00 2018 +++ pkgsrc/security/libgpg-error/PLIST Mon Apr 30 10:34:23 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2018/03/16 09:48:00 adam Exp $ +@comment $NetBSD: PLIST,v 1.18 2018/04/30 10:34:23 wiz Exp $ bin/gpg-error bin/gpg-error-config bin/gpgrt-config @@ -15,22 +15,22 @@ share/common-lisp/source/gpg-error/gpg-e share/common-lisp/source/gpg-error/gpg-error.asd share/common-lisp/source/gpg-error/gpg-error.lisp share/libgpg-error/errorref.txt -${PLIST.nls}share/locale/cs/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/da/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/de/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/eo/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/fr/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/hu/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/it/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/ja/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/nl/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/pl/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/pt/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/ro/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/ru/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/sr/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/sv/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/uk/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/vi/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo -${PLIST.nls}share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo +share/locale/cs/LC_MESSAGES/libgpg-error.mo +share/locale/da/LC_MESSAGES/libgpg-error.mo +share/locale/de/LC_MESSAGES/libgpg-error.mo +share/locale/eo/LC_MESSAGES/libgpg-error.mo +share/locale/fr/LC_MESSAGES/libgpg-error.mo +share/locale/hu/LC_MESSAGES/libgpg-error.mo +share/locale/it/LC_MESSAGES/libgpg-error.mo +share/locale/ja/LC_MESSAGES/libgpg-error.mo +share/locale/nl/LC_MESSAGES/libgpg-error.mo +share/locale/pl/LC_MESSAGES/libgpg-error.mo +share/locale/pt/LC_MESSAGES/libgpg-error.mo +share/locale/ro/LC_MESSAGES/libgpg-error.mo +share/locale/ru/LC_MESSAGES/libgpg-error.mo +share/locale/sr/LC_MESSAGES/libgpg-error.mo +share/locale/sv/LC_MESSAGES/libgpg-error.mo +share/locale/uk/LC_MESSAGES/libgpg-error.mo +share/locale/vi/LC_MESSAGES/libgpg-error.mo +share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo +share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo Index: pkgsrc/security/libgpg-error/distinfo diff -u pkgsrc/security/libgpg-error/distinfo:1.37 pkgsrc/security/libgpg-error/distinfo:1.38 --- pkgsrc/security/libgpg-error/distinfo:1.37 Thu Apr 12 06:56:17 2018 +++ pkgsrc/security/libgpg-error/distinfo Mon Apr 30 10:34:23 2018 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2018/04/12 06:56:17 adam Exp $ +$NetBSD: distinfo,v 1.38 2018/04/30 10:34:23 wiz Exp $ -SHA1 (libgpg-error-1.29.tar.bz2) = a56241d60bb7d810fdb478463b1732b134a52a19 -RMD160 (libgpg-error-1.29.tar.bz2) = 57abd8eb1b0a5be3ee217213917295d040c4efe5 -SHA512 (libgpg-error-1.29.tar.bz2) = 57b95a7ed0ed808f05a75d7ee700ed0317da06fde1f8c59f5a4f049d784c4598f3c693068ddd47cd8bb0efdb43b9b628b876d34211f8a3e67d5088110a15323b -Size (libgpg-error-1.29.tar.bz2) = 894749 bytes +SHA1 (libgpg-error-1.30.tar.bz2) = f9357bc404cc3c2ac5c808d665310bd5af344eb7 +RMD160 (libgpg-error-1.30.tar.bz2) = 02beb4651963eb3a865e5b978cde6d566b7b24f4 +SHA512 (libgpg-error-1.30.tar.bz2) = ee07d3d3f30432b6a7ff68640c64ff42cc21510e1da43023d7b23571abcc54ee9f5db0c95a92745d8961e15664c4a54fcf024552af0f9de41d99ef716c2b48c4 +Size (libgpg-error-1.30.tar.bz2) = 897319 bytes SHA1 (patch-src_estream.c) = 0502a55403062abeab22c83a6d919c57ff1c5d82 SHA1 (patch-src_gpg-error-config.in) = e22e99208192971f8c123d7ee9b22c5f615669e1 --_----------=_152508446380980--