Received: by mail.netbsd.org (Postfix, from userid 605) id C49CA84D76; Tue, 17 Apr 2018 08:18:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9A2B84D41 for ; Tue, 17 Apr 2018 08:18:52 +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 d3XDwM1tHQvF for ; Tue, 17 Apr 2018 08:18:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D5B8284C8D for ; Tue, 17 Apr 2018 08:18:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD6CCFBEC; Tue, 17 Apr 2018 08:18:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15239531302920" MIME-Version: 1.0 Date: Tue, 17 Apr 2018 08:18:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/glib-networking To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180417081850.CD6CCFBEC@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. --_----------=_15239531302920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 17 08:18:50 UTC 2018 Modified Files: pkgsrc/net/glib-networking: Makefile PLIST distinfo Removed Files: pkgsrc/net/glib-networking/patches: patch-aa Log Message: glib-networking: update to 2.56.0. 2.56.0 - March 20, 2018 ======================= - Updated translations 2.55.90 - February 12, 2018 =========================== - Fix unit tests when SSLv3 is unavailable (#782853) - Allow static linking (#791100, Xavier Claessens) - Fix issues found by coverity (#792402, Philip Withnall) - Remove TLS build option; it is now mandatory - Try to ensure that GnuTLS is only initialized if TLS is actually used - Update use of GObject to follow current best practices - Use XDG_CURRENT_DESKTOP to determine which proxy module to load 2.55.2 - December 13, 2017 ========================== * Fix glib-pacrunner.service installation directory [#790367, Michael Catanzaro] * Updated translations: Hebrew, Indonesian, Spanish 2.55.1 - November 13, 2017 ========================== * Implement DTLS support [#697908, Philip Withnall and Olivier Crête] * Fix using different client certs for different connections [#781578, Martin Pitt] * Port to Meson build system [#786639, Iñigo Martínez] * Updated translations: Catalan (Valencian), Croatian, Czech, German, Greek, Norwegian bokmål, Persian, Slovenian To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/glib-networking/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/glib-networking/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/glib-networking/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/net/glib-networking/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15239531302920 Content-Disposition: inline Content-Length: 4802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/glib-networking/Makefile diff -u pkgsrc/net/glib-networking/Makefile:1.31 pkgsrc/net/glib-networking/Makefile:1.32 --- pkgsrc/net/glib-networking/Makefile:1.31 Mon Mar 19 10:39:25 2018 +++ pkgsrc/net/glib-networking/Makefile Tue Apr 17 08:18:50 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2018/03/19 10:39:25 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2018/04/17 08:18:50 wiz Exp $ -DISTNAME= glib-networking-2.54.1 -PKGREVISION= 1 +DISTNAME= glib-networking-2.56.0 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -11,29 +10,20 @@ HOMEPAGE= https://www.gnome.org/ COMMENT= Network-related giomodules for glib LICENSE= gnu-lgpl-v2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ca-certificates=/etc/openssl/certs/ca-certificates.crt -USE_LIBTOOL= yes +MESON_ARGS+= -Dca_certificates_path=/etc/openssl/certs/ca-certificates.crt USE_TOOLS+= pkg-config gmake gettext -# gcc>=4.2 specific -Werror=XXX flags will be added unconditionally. -.include "../../mk/compiler.mk" -.if !empty(CC_VERSION:Mgcc-4.[01].*) || !empty(CC_VERSION:Mgcc-[1-3].*) -CONFIGURE_ARGS+= --disable-more-warnings -.endif +REPLACE_PYTHON+= find-ca-certificates +REPLACE_PYTHON+= meson_post_install.py -.if !empty(PKGSRC_COMPILER:Mclang) -_WRAP_EXTRA_ARGS.CC+= -Wno-error=format-nonliteral -CWRAPPERS_APPEND.cc+= -Wno-error=format-nonliteral -.endif - -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.46.0 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.56.0 .include "../../devel/glib2/modules.mk" BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1 .include "../../www/libproxy/buildlink3.mk" BUILDLINK_API_DEPENDS.gnutls+= gnutls>=3.0 .include "../../security/gnutls/buildlink3.mk" -# XXX libcgrypt is not necessary if gnutls was built against nettle, -# but the assumption is hardwired at multiple places -.include "../../security/libgcrypt/buildlink3.mk" +.include "../../security/p11-kit/buildlink3.mk" +.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk" +.include "../../devel/py-meson/build.mk" +.include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/glib-networking/PLIST diff -u pkgsrc/net/glib-networking/PLIST:1.12 pkgsrc/net/glib-networking/PLIST:1.13 --- pkgsrc/net/glib-networking/PLIST:1.12 Tue Oct 17 10:48:20 2017 +++ pkgsrc/net/glib-networking/PLIST Tue Apr 17 08:18:50 2018 @@ -1,9 +1,20 @@ -@comment $NetBSD: PLIST,v 1.12 2017/10/17 10:48:20 wiz Exp $ -lib/gio/modules/libgiognutls.la -lib/gio/modules/libgiolibproxy.la +@comment $NetBSD: PLIST,v 1.13 2018/04/17 08:18:50 wiz Exp $ +lib/gio/modules/libgiognomeproxy.so +lib/gio/modules/libgiognutls.so +lib/gio/modules/libgiolibproxy.so lib/systemd/user/glib-pacrunner.service libexec/glib-pacrunner share/dbus-1/services/org.gtk.GLib.PACRunner.service +share/installed-tests/glib-networking/certificate.test +share/installed-tests/glib-networking/connection.test +share/installed-tests/glib-networking/dtls-connection.test +share/installed-tests/glib-networking/file-database.test +share/installed-tests/glib-networking/gnome.test +share/installed-tests/glib-networking/libproxy.test +share/installed-tests/glib-networking/pkcs11-array.test +share/installed-tests/glib-networking/pkcs11-pin.test +share/installed-tests/glib-networking/pkcs11-slot.test +share/installed-tests/glib-networking/pkcs11-util.test share/locale/an/LC_MESSAGES/glib-networking.mo share/locale/ar/LC_MESSAGES/glib-networking.mo share/locale/as/LC_MESSAGES/glib-networking.mo Index: pkgsrc/net/glib-networking/distinfo diff -u pkgsrc/net/glib-networking/distinfo:1.16 pkgsrc/net/glib-networking/distinfo:1.17 --- pkgsrc/net/glib-networking/distinfo:1.16 Thu Nov 23 22:36:58 2017 +++ pkgsrc/net/glib-networking/distinfo Tue Apr 17 08:18:50 2018 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.16 2017/11/23 22:36:58 wiz Exp $ +$NetBSD: distinfo,v 1.17 2018/04/17 08:18:50 wiz Exp $ -SHA1 (glib-networking-2.54.1.tar.xz) = 7d518a829b41a5d6dd122f0c924cbf56ba416e8a -RMD160 (glib-networking-2.54.1.tar.xz) = b75a7193972cc4a3144a4b6d467087999ef8fce8 -SHA512 (glib-networking-2.54.1.tar.xz) = 8356d835914e33df43f4f2bb6a915ddcd48dd0565e4d5bc1f1d692e9c3124ee4421b99f87f2586f74e9fed24ef7421159f3242fd1eb7bd74950bd25e860896ec -Size (glib-networking-2.54.1.tar.xz) = 441232 bytes -SHA1 (patch-aa) = 4171ec918a45c40b370baa6c7f67ed452a0f93f2 +SHA1 (glib-networking-2.56.0.tar.xz) = 4b5e53b71e50e0c7e4841982f3b147702cbd6f6b +RMD160 (glib-networking-2.56.0.tar.xz) = 5b1cdbc56c27de200dff2042ed528a7a32764ad3 +SHA512 (glib-networking-2.56.0.tar.xz) = 7c34817fa08e29c1d75e253a223d7beda0f38feb731d0a4219b10a220b664974f8f51ea693b93c7ebaa77ebd5e629fcaa5a52da5092513613f6b5faf5e9a21db +Size (glib-networking-2.56.0.tar.xz) = 163852 bytes --_----------=_15239531302920--