pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gssdp
Module Name: pkgsrc
Committed By: wiz
Date: Fri Sep 30 14:48:08 UTC 2016
Modified Files:
pkgsrc/net/gssdp: Makefile PLIST distinfo
Removed Files:
pkgsrc/net/gssdp/patches: patch-ab
Log Message:
Updated gssdp to 1.0.0.
0.99.0
======
- Don't leak arp lookup symbol
- Minor documentation updates
All contributors to this release:
- Jens Georg <mail%jensge.org@localhost>
0.14.16
=======
- Fill the interface index for bionic.
- Remove unused include.
- Fix interface lookup on Win32
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=762455
- https://bugzilla.gnome.org/show_bug.cgi?id=765688
- https://bugzilla.gnome.org/show_bug.cgi?id=765709
All contributors to this release:
- Aurélien Chabot <aurelien.chabot%parrot.com@localhost>
- Jens Georg <mail%jensge.org@localhost>
- Florian Zwoch <fzwoch%gmail.com@localhost>
0.14.15
=======
- Actually use the TTL that was set by the user
- Use if_nametoindex instead of IOCTL when available
- Implement a User Agent cache based on SSDP packages
- Fix potential strncpy overflow
- Add missing m4 macros
- Disable PKTINFO on OS X
- Do not leak host_addr in clients.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=653894
- https://bugzilla.gnome.org/show_bug.cgi?id=762324
- https://bugzilla.gnome.org/show_bug.cgi?id=764677
All contributors to this release:
- Jens Georg <mail%jensge.org@localhost>
- Philip Withnall <philip.withnall%collabora.co.uk@localhost>
- Philip Withnall <philip%tecnocode.co.uk@localhost>
0.14.14
=======
- Fix warning if the IP address is not known.
- Fix issue with discovery.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=760702
All contributors to this release:
- Jens Georg <mail%jensge.org@localhost>
- Philip Withnall <philip%tecnocode.co.uk@localhost>
0.14.13
=======
- Make "host-ip" of GSSDPClient a construction property to give the caller the
chance to bypass the IP autodetection during client creation.
All contributors to this release:
- Jens Georg <mail%jensge.org@localhost>
0.14.12.1
=========
- Update m4 macros from autoconf-archive.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=758778
All contributors to this release:
- Jens Georg <mail%jensge.org@localhost>
0.14.12
=======
- Fix issues with names of loopback device on *BSD.
- Move gtest code one level up and examples to their own folder.
- Fix a possible NULL derefence in gssdp-device-sniffer.
- Remove use of gnome-common for building.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=743070
All contributors to this release:
- Jens Georg <mail%jensge.org@localhost>
- Thomas Klausner <tk%giga.or.at@localhost>
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/gssdp/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/gssdp/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/gssdp/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/net/gssdp/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/gssdp/Makefile
diff -u pkgsrc/net/gssdp/Makefile:1.57 pkgsrc/net/gssdp/Makefile:1.58
--- pkgsrc/net/gssdp/Makefile:1.57 Tue May 3 11:40:06 2016
+++ pkgsrc/net/gssdp/Makefile Fri Sep 30 14:48:08 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2016/05/03 11:40:06 prlw1 Exp $
+# $NetBSD: Makefile,v 1.58 2016/09/30 14:48:08 wiz Exp $
-DISTNAME= gssdp-0.14.11
-PKGREVISION= 7
+DISTNAME= gssdp-1.0.0
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/0.14/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/1.0/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/net/gssdp/PLIST
diff -u pkgsrc/net/gssdp/PLIST:1.6 pkgsrc/net/gssdp/PLIST:1.7
--- pkgsrc/net/gssdp/PLIST:1.6 Tue May 27 18:12:38 2014
+++ pkgsrc/net/gssdp/PLIST Fri Sep 30 14:48:08 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2014/05/27 18:12:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/09/30 14:48:08 wiz Exp $
include/gssdp-1.0/libgssdp/gssdp-client.h
include/gssdp-1.0/libgssdp/gssdp-error.h
include/gssdp-1.0/libgssdp/gssdp-resource-browser.h
@@ -17,7 +17,6 @@ share/gtk-doc/html/gssdp/gssdp-Error-cod
share/gtk-doc/html/gssdp/gssdp.devhelp2
share/gtk-doc/html/gssdp/home.png
share/gtk-doc/html/gssdp/index.html
-share/gtk-doc/html/gssdp/index.sgml
share/gtk-doc/html/gssdp/left-insensitive.png
share/gtk-doc/html/gssdp/left.png
share/gtk-doc/html/gssdp/right-insensitive.png
Index: pkgsrc/net/gssdp/distinfo
diff -u pkgsrc/net/gssdp/distinfo:1.16 pkgsrc/net/gssdp/distinfo:1.17
--- pkgsrc/net/gssdp/distinfo:1.16 Wed Nov 4 00:35:03 2015
+++ pkgsrc/net/gssdp/distinfo Fri Sep 30 14:48:08 2016
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.16 2015/11/04 00:35:03 agc Exp $
+$NetBSD: distinfo,v 1.17 2016/09/30 14:48:08 wiz Exp $
-SHA1 (gssdp-0.14.11.tar.xz) = e1cd94c7e33252aeccf5b534a7a32e47d7743e5a
-RMD160 (gssdp-0.14.11.tar.xz) = d7bbf3cf1ec31fc906b29896d0783020a47ce888
-SHA512 (gssdp-0.14.11.tar.xz) = 1954f048b073338a744cc3d8b31c3e006a52ab2223d1b4adbeed5c563fb4cd0bd51bb4dfa018b0fd200e175e4c12d11b9a1de43a5109c5c647dcc26398dd774b
-Size (gssdp-0.14.11.tar.xz) = 291872 bytes
-SHA1 (patch-ab) = 4fa8df3bedce54cec439142bc4a9cbfd3e30652d
+SHA1 (gssdp-1.0.0.tar.xz) = a667b7bbef5624bb1e197ad9b48233ba43d38fc9
+RMD160 (gssdp-1.0.0.tar.xz) = edd0828e483bd0e1c4e8c142bd67a4877bce49ae
+SHA512 (gssdp-1.0.0.tar.xz) = dc9ea988bc94fc3a368da4f1a342a7759ad406d0fce236e03941ec1116a503a8d24147d923c54bb449cb746f856049c9dba0eb56fe1769d80459b39c624d2e7e
+Size (gssdp-1.0.0.tar.xz) = 312256 bytes
Home |
Main Index |
Thread Index |
Old Index