pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gupnp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct  2 15:45:46 UTC 2017

Modified Files:
        pkgsrc/net/gupnp: Makefile PLIST distinfo

Log Message:
gupnp: update to 1.0.2.

1.0.2
=====
- Fix a potential crash of GUPnPProxy when trying to access a dangling
  GUPnPServiceProxy pointer of a server handler.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=777491

All contributors to this release:
 - Sven Neumann <neumann%teufel.de@localhost>

1.0.1
=====

- Connman CM: Various fixes
- Linux CM: Fix compiler warning about negative shift
- Documentation: Fix FSF address
- Documentation: Fix references
- Build: Update ax_append_link_flags

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=770318

All contributors to this release:
 - Sven Neumann <neumann%teufel.de@localhost>
 - Jens Georg <mail%jensge.org@localhost>
 - Oliver Tappe <zooey%hirschkaefer.de@localhost>


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/gupnp/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/gupnp/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/gupnp/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/gupnp/Makefile
diff -u pkgsrc/net/gupnp/Makefile:1.50 pkgsrc/net/gupnp/Makefile:1.51
--- pkgsrc/net/gupnp/Makefile:1.50      Mon Sep 18 09:53:02 2017
+++ pkgsrc/net/gupnp/Makefile   Mon Oct  2 15:45:46 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2017/09/18 09:53:02 maya Exp $
+# $NetBSD: Makefile,v 1.51 2017/10/02 15:45:46 wiz Exp $
 
-DISTNAME=      gupnp-1.0.0
-PKGREVISION=   3
+DISTNAME=      gupnp-1.0.2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gupnp/1.0/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/gupnp/PLIST
diff -u pkgsrc/net/gupnp/PLIST:1.9 pkgsrc/net/gupnp/PLIST:1.10
--- pkgsrc/net/gupnp/PLIST:1.9  Fri Sep 30 14:52:05 2016
+++ pkgsrc/net/gupnp/PLIST      Mon Oct  2 15:45:46 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2016/09/30 14:52:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/10/02 15:45:46 wiz Exp $
 bin/gupnp-binding-tool
 include/gupnp-1.0/libgupnp/gupnp-acl.h
 include/gupnp-1.0/libgupnp/gupnp-context-manager.h
@@ -42,6 +42,22 @@ share/gtk-doc/html/gupnp/api-context.htm
 share/gtk-doc/html/gupnp/api-device-control.html
 share/gtk-doc/html/gupnp/api-device-impl.html
 share/gtk-doc/html/gupnp/api-device-info.html
+share/gtk-doc/html/gupnp/api-index-0-12-3.html
+share/gtk-doc/html/gupnp/api-index-0-13-0.html
+share/gtk-doc/html/gupnp/api-index-0-13-3.html
+share/gtk-doc/html/gupnp/api-index-0-17-0.html
+share/gtk-doc/html/gupnp/api-index-0-17-2.html
+share/gtk-doc/html/gupnp/api-index-0-19-1.html
+share/gtk-doc/html/gupnp/api-index-0-19-2.html
+share/gtk-doc/html/gupnp/api-index-0-20-11.html
+share/gtk-doc/html/gupnp/api-index-0-20-12.html
+share/gtk-doc/html/gupnp/api-index-0-20-3.html
+share/gtk-doc/html/gupnp/api-index-0-20-4.html
+share/gtk-doc/html/gupnp/api-index-0-20-5.html
+share/gtk-doc/html/gupnp/api-index-0-20-8.html
+share/gtk-doc/html/gupnp/api-index-0-20-9.html
+share/gtk-doc/html/gupnp/api-index-deprecated.html
+share/gtk-doc/html/gupnp/api-index-full.html
 share/gtk-doc/html/gupnp/api-tools.html
 share/gtk-doc/html/gupnp/api-utility.html
 share/gtk-doc/html/gupnp/api.html
@@ -55,7 +71,6 @@ share/gtk-doc/html/gupnp/gupnp-gupnp-ser
 share/gtk-doc/html/gupnp/gupnp.devhelp2
 share/gtk-doc/html/gupnp/home.png
 share/gtk-doc/html/gupnp/index.html
-share/gtk-doc/html/gupnp/ix01.html
 share/gtk-doc/html/gupnp/left-insensitive.png
 share/gtk-doc/html/gupnp/left.png
 share/gtk-doc/html/gupnp/overview.html

Index: pkgsrc/net/gupnp/distinfo
diff -u pkgsrc/net/gupnp/distinfo:1.25 pkgsrc/net/gupnp/distinfo:1.26
--- pkgsrc/net/gupnp/distinfo:1.25      Mon Mar 27 13:47:50 2017
+++ pkgsrc/net/gupnp/distinfo   Mon Oct  2 15:45:46 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2017/03/27 13:47:50 jperkin Exp $
+$NetBSD: distinfo,v 1.26 2017/10/02 15:45:46 wiz Exp $
 
-SHA1 (gupnp-1.0.0.tar.xz) = c73214798c0665adfbf52eed1428ff86c160afce
-RMD160 (gupnp-1.0.0.tar.xz) = ff0ee4e6319b16757386e4668a091c9d28b34a6a
-SHA512 (gupnp-1.0.0.tar.xz) = fff1294de3755b0ec961488b5a82618b41a10edde6c0b8b20b03c72621742495d49e59926ad79d1b4ccf4c561a244153c5cdac5e5ce9d54008f230ee9ff77778
-Size (gupnp-1.0.0.tar.xz) = 410008 bytes
+SHA1 (gupnp-1.0.2.tar.xz) = f0844bf3c579b16b329fcc4b0aedb319c4c5d3da
+RMD160 (gupnp-1.0.2.tar.xz) = 655a89208b6f6b9817279e89f5106b9d0b53d075
+SHA512 (gupnp-1.0.2.tar.xz) = a22082b10725abe233a8b3212a988a7c7e52a617aefe2029f25572d371560264cddd15eab2ad4637880b4be3b4bdb85dbc5c47c8da338667152c86eaecd7e165
+Size (gupnp-1.0.2.tar.xz) = 421792 bytes
 SHA1 (patch-libgupnp_guul.c) = 2d903fa0723c0617a8eaca81e4cbcf2008a74f17



Home | Main Index | Thread Index | Old Index