summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-10-06 08:12:33 +0000
committerryoon <ryoon@pkgsrc.org>2012-10-06 08:12:33 +0000
commitca7df490581d205afe083a504a62a21b67658285 (patch)
tree8fdf07b093f17417c4bb9b43c136b1e3d0de1cc4 /net
parente9dba833372b7e07e94b75a94e264a96e7316758 (diff)
downloadpkgsrc-ca7df490581d205afe083a504a62a21b67658285.tar.gz
Update to 0.12.2.1
* Bump BUILDLINK_API_DEPENDS and BUILDLINK_ABI_DEPENDS Changelog: 0.12.2.1 ======== - Add missing gssdp-1.0.deps file to tarball All contributors to this release: Jens Georg <mail@jensge.org> Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=682228 0.12.2 ====== - Functional tests. - Regression tests. - Ignore announcements from services with a lower version. - Make internal resource cache version-independant. - Update gtk-doc annotations. - Update pkg-config files. - Create Vala bindings from GIR. All contributors to this release: Jens Georg <mail@jensge.org> Stef Walter <stefw@gnome.org> Riko Yamada <rik0yamada@yahoo.co.jp> Mark Ryan <mark.d.ryan@intel.com> Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=673150 - https://bugzilla.gnome.org/show_bug.cgi?id=678744 - https://bugzilla.gnome.org/show_bug.cgi?id=679781 - https://bugzilla.gnome.org/show_bug.cgi?id=682099 - https://bugzilla.gnome.org/show_bug.cgi?id=675355 0.12.1 ====== - Increase UDP buffer size. - Fix searching for an UDN that started with [a-f] All contributors to this release: Steffen Sledz <sledz@dresearch-fe.de> Jens Georg <mail@jensge.org> Bugs fixed: - https://bugzilla.gnome.org/show_bug.cgi?id=664177 0.12.0 ====== - Remove unnecessary and annoying deprecation warnings. - When sending duplicate announcement packets, always repeat complete sets. All contributors to this release: Jens Georg <mail@jensge.org> Bugs fixed: - bgo#655900 DLNA requirements addressed: - 7.2.4.3 - 7.2.4.5 0.11.2 ====== - Modernize autotools. - Create .xz dist tarballs only. - Deprecate main_context argument and property. Use g_main_context_push_thread_default() instead. - Fix warnings from gtk-doc. All contributors to this release: Jens Georg <mail@jensge.org> Bugs fixed: - bgo#654733 - bgo#654178 - bgo#654177 Changes in dependencies (when compiling from git): Autoconf >= 2.64 Automake >= 1.11 0.11.1 ====== - Fullfill restrictions imposed by UPnP CTT 1.5. - Initial OpenBSD support. - Fix a crash on socket creation. - Implement DLNA guideline 7.2.3.4. - Copyright header clean-up. All contributors to this release: Jens Georg <mail@jensge.org> Bugs fixed: - bgo#653733 - bgo#653875 - bgo#653857 0.11.0 ====== - Many fixes to discovery, discoverability and announcement. - Many introspection improvements such as: * Classes that can throw an error on construction now implement GInitable. * Updated introspection annotations. - Code cleanup. All contributors to this release: Jens Georg <mail@jensge.org> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Alberto Mardegan <mardy@users.sourceforge.net> Sven Neumann <s.neumann@raumfeld.com> 0.10.0 ====== - Improve interoperability by also announcing lower versions of the service. - More reliable announcements by announcing at least 3 times. - Drop ChangeLog in favour of git history. - Fix IPv6 network calculation. All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Luis de Bethencourt <luis@debethencourt.com> Jens Georg <mail@jensge.org> 0.9.2 ===== - Fix a critical issue in event handling code introduced in last release. - Add 'network' property to GSSDPClient. By default its set to network IP address of the interface the client is associated with. - Plug some leaks. Changes in dependencies: - Explicitly require libsoup >= 2.26.1. Bugs fixed in this release: 2210 - Socket address leaking in socket_source_cb All contributors to this release: Jens Georg <mail@jensge.org> Sven Neumann <s.neumann@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.9.1 ===== Another micro release in the unstable 0.9.x branch that brings in all new fixes from the stable 0.8.2 release. All contributors to this release: Sven Neumann <s.neumann@raumfeld.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.9.0 ===== This release marks the beginning of the new unstable 0.9.x release cycle. Changes after 0.8.0 that were not included in the subsequent stable release: - Port to GIO/GSocket. - Port to Windows. - Don't print the whole packet on failure to send it. - Some other non-functional improvements and fixes. All Contributors: Jens Georg <mail@jensge.org> Ross Burton <ross@linux.intel.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.8.0 ===== - Chain up in dispose() and finalize() all classes. - Flag string arg of GSSDPClient signal as static. - Don't use deprecated libsoup API. - Properly catch errors in recvfrom syscall. - Fix some typos. Bugs fixed in this release: 2194 - Typo in gssdp_socket_source 2193 - Errors caught in recvfrom by pure luck 2090 - 0.7.2 Typo in configure.ac All Contributors: Sven Neumann <s.neumann@raumfeld.com> Jens Georg <mail@jensge.org> Ross Burton <ross@linux.intel.com> Berrie Bloem <berrie@codevio.com>
Diffstat (limited to 'net')
-rw-r--r--net/gssdp/Makefile8
-rw-r--r--net/gssdp/PLIST4
-rw-r--r--net/gssdp/buildlink3.mk6
-rw-r--r--net/gssdp/distinfo9
-rw-r--r--net/gssdp/patches/patch-aa21
5 files changed, 13 insertions, 35 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile
index 7a59841433c..5c48191d33b 100644
--- a/net/gssdp/Makefile
+++ b/net/gssdp/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2012/10/02 17:11:46 tron Exp $
+# $NetBSD: Makefile,v 1.21 2012/10/06 08:12:33 ryoon Exp $
#
-DISTNAME= gssdp-0.7.2
-PKGREVISION= 14
+DISTNAME= gssdp-0.12.2.1
CATEGORIES= net
-MASTER_SITES= http://www.gupnp.org/sources/gssdp/
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/0.12/}
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gupnp.org/
diff --git a/net/gssdp/PLIST b/net/gssdp/PLIST
index 50fd99bf333..862164a59a4 100644
--- a/net/gssdp/PLIST
+++ b/net/gssdp/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2010/01/20 13:44:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/10/06 08:12:33 ryoon Exp $
bin/gssdp-device-sniffer
include/gssdp-1.0/libgssdp/gssdp-client.h
include/gssdp-1.0/libgssdp/gssdp-error.h
@@ -11,9 +11,9 @@ share/gssdp/gssdp-device-sniffer.ui
share/gtk-doc/html/gssdp/GSSDPClient.html
share/gtk-doc/html/gssdp/GSSDPResourceBrowser.html
share/gtk-doc/html/gssdp/GSSDPResourceGroup.html
+share/gtk-doc/html/gssdp/annotation-glossary.html
share/gtk-doc/html/gssdp/ch01.html
share/gtk-doc/html/gssdp/gssdp-Error-codes.html
-share/gtk-doc/html/gssdp/gssdp.devhelp
share/gtk-doc/html/gssdp/gssdp.devhelp2
share/gtk-doc/html/gssdp/home.png
share/gtk-doc/html/gssdp/index.html
diff --git a/net/gssdp/buildlink3.mk b/net/gssdp/buildlink3.mk
index 94b75367a5c..a61c4a566b9 100644
--- a/net/gssdp/buildlink3.mk
+++ b/net/gssdp/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.11 2012/09/15 10:06:00 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2012/10/06 08:12:33 ryoon Exp $
BUILDLINK_TREE+= gssdp
.if !defined(GSSDP_BUILDLINK3_MK)
GSSDP_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.gssdp+= gssdp>=0.7.1
-BUILDLINK_ABI_DEPENDS.gssdp+= gssdp>=0.7.2nb13
+BUILDLINK_API_DEPENDS.gssdp+= gssdp>=0.12.2.1
+BUILDLINK_ABI_DEPENDS.gssdp+= gssdp>=0.12.2.1
BUILDLINK_PKGSRCDIR.gssdp?= ../../net/gssdp
.include "../../devel/glib2/buildlink3.mk"
diff --git a/net/gssdp/distinfo b/net/gssdp/distinfo
index 89add20fb3d..b0a2f1e7510 100644
--- a/net/gssdp/distinfo
+++ b/net/gssdp/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2010/05/02 11:11:10 wiz Exp $
+$NetBSD: distinfo,v 1.4 2012/10/06 08:12:33 ryoon Exp $
-SHA1 (gssdp-0.7.2.tar.gz) = db02986ef254c97cc8499973b7e3f79da20459b7
-RMD160 (gssdp-0.7.2.tar.gz) = 95e122363aaef18fb656b030d20f65cf7df615fc
-Size (gssdp-0.7.2.tar.gz) = 367062 bytes
-SHA1 (patch-aa) = 437ac0787c0cd65b078e6d7a3d6880200ade9ca7
+SHA1 (gssdp-0.12.2.1.tar.xz) = d3b7dc2512835ff73709d95c218341fe8911d64c
+RMD160 (gssdp-0.12.2.1.tar.xz) = af460625d0869be8332129ee05c5f2d328a649af
+Size (gssdp-0.12.2.1.tar.xz) = 271976 bytes
SHA1 (patch-ab) = 16088d79afd534ec44b47f26ee30d3f9be126897
diff --git a/net/gssdp/patches/patch-aa b/net/gssdp/patches/patch-aa
deleted file mode 100644
index 2b2ff0b8e76..00000000000
--- a/net/gssdp/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2010/01/20 13:44:03 wiz Exp $
-
---- libgssdp/gssdp-socket-source.c.orig 2009-12-02 11:06:02.000000000 +0000
-+++ libgssdp/gssdp-socket-source.c
-@@ -154,6 +154,16 @@ gssdp_socket_source_new (GSSDPSocketSour
- if (res == -1)
- goto error;
-
-+#ifdef __NetBSD__
-+ res = setsockopt (socket_source->poll_fd.fd,
-+ SOL_SOCKET,
-+ SO_REUSEPORT,
-+ &boolean,
-+ sizeof (boolean));
-+ if (res == -1)
-+ goto error;
-+#endif
-+
- /* Subscribe to multicast channel */
- res = inet_aton (SSDP_ADDR, &(mreq.imr_multiaddr));
- if (res == 0)