pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/gupnp12



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.

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



Home | Main Index | Thread Index | Old Index