Received: by mail.netbsd.org (Postfix, from userid 605) id 69E9884CD4; Wed, 15 Jan 2020 00:10:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA2E184D81 for ; Wed, 15 Jan 2020 00:10:03 +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 Uz3wJA5AVMzE for ; Wed, 15 Jan 2020 00:10:03 +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 2DD0F84CD4 for ; Wed, 15 Jan 2020 00:10:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AA93FBF4; Wed, 15 Jan 2020 00:10:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157904700372990" MIME-Version: 1.0 Date: Wed, 15 Jan 2020 00:10:03 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/gupnp12 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200115001003.2AA93FBF4@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. --_----------=_157904700372990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 15 00:10:03 UTC 2020 Modified Files: pkgsrc/net/gupnp12: Makefile distinfo Log Message: gupnp12: update to 1.2.2. 1.2.2 ===== - Fix macOS dylib versioning - Fix endless loop on early notify - Several documentation fixes - Implement version-independent type registration in ResourceFactory - Fix an issue with implementation of the depracted functions - Fix an issue with including net/if.h and linux/if.h - Add async introspection functions matching the usual GIO function pattern - Go through main loop if introspection fails before the actual network request - Bump required GLib version to 2.58 Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=764498 - https://gitlab.gnome.org/GNOME/gupnp/issues/5 - https://gitlab.gnome.org/GNOME/gupnp/issues/6 - https://gitlab.gnome.org/GNOME/gupnp/issues/8 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/gupnp12/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gupnp12/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157904700372990 Content-Disposition: inline Content-Length: 1924 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gupnp12/Makefile diff -u pkgsrc/net/gupnp12/Makefile:1.3 pkgsrc/net/gupnp12/Makefile:1.4 --- pkgsrc/net/gupnp12/Makefile:1.3 Sun Nov 3 11:45:36 2019 +++ pkgsrc/net/gupnp12/Makefile Wed Jan 15 00:10:02 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2019/11/03 11:45:36 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2020/01/15 00:10:02 wiz Exp $ -DISTNAME= gupnp-1.2.1 +DISTNAME= gupnp-1.2.2 PKGNAME= ${DISTNAME:S/gupnp/gupnp12/} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp/${PKGVERSION_NOREV:R}/} @@ -33,7 +33,7 @@ pre-configure: .endif .include "../../archivers/xz/buildlink3.mk" -BUILDLINK_API_DEPENDS.glib2+= glib2>=2.39.90 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.58.0 .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../lang/python/application.mk" Index: pkgsrc/net/gupnp12/distinfo diff -u pkgsrc/net/gupnp12/distinfo:1.1 pkgsrc/net/gupnp12/distinfo:1.2 --- pkgsrc/net/gupnp12/distinfo:1.1 Tue Aug 20 13:16:43 2019 +++ pkgsrc/net/gupnp12/distinfo Wed Jan 15 00:10:02 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/08/20 13:16:43 wiz Exp $ +$NetBSD: distinfo,v 1.2 2020/01/15 00:10:02 wiz Exp $ -SHA1 (gupnp-1.2.1.tar.xz) = 16fa8d44caa82db33c04f7764121190635c5184b -RMD160 (gupnp-1.2.1.tar.xz) = 4adc64c201e7a1b51193cabdc54bd3fca701e1c3 -SHA512 (gupnp-1.2.1.tar.xz) = 5be709f12d5d65b10a6790e64caa82ef10de1ea8894df40ce542010a8be39acb074b3c0ed6b191a66569603839bdc039715359300c5cd53c03dd341787789b8e -Size (gupnp-1.2.1.tar.xz) = 135276 bytes +SHA1 (gupnp-1.2.2.tar.xz) = acb293e95b7cb70598a8775e938160afb4946b42 +RMD160 (gupnp-1.2.2.tar.xz) = 3fda2700917ea429c5c480e226caccd32d1776dd +SHA512 (gupnp-1.2.2.tar.xz) = 08a715b06f30b9d9d11b914136f89b0c53d6b07b09dddf622619073fc6f144fc8d711eec28ede80fd14fc71a6addfe88de15740d0748302522ce71555fd18d2a +Size (gupnp-1.2.2.tar.xz) = 136556 bytes --_----------=_157904700372990--