summaryrefslogtreecommitdiff
path: root/net/gssdp
AgeCommit message (Collapse)AuthorFilesLines
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz2-4/+4
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam2-4/+4
2013-05-03Bump version for vala018 -> vala020 change. Just to be on the safe side.wiz1-1/+2
2013-05-03use vala020drochner1-2/+2
2013-03-15update to 0.14.2drochner3-28/+7
This switches to the new stable release branch.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-11-refer to upstream bug IDdrochner4-7/+15
-build vala bindings bump PKGREV
2012-10-10re-add the patch which applies SO_REUSEPORT, got lost in last updatedrochner2-1/+19
2012-10-08Revbump after updating graphics/pangoadam1-1/+2
2012-10-06Update to 0.12.2.1ryoon5-35/+13
* 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>
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache2-4/+4
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-06-10recursive bump from textproc/icu shlib major bump.obache2-4/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-04-15Change description and comment to spell out Simple Service Discovery Protocolreed2-3/+4
and to mention the included tool.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-15Include gtk2/buildlink3.mk, since the configure script checks for it,wiz1-1/+2
so we don't leave it to chance that libsoup24 might pull it in. Possibly might address PR 43476.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-2/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-02Update to 0.7.2:wiz2-6/+6
0.7.2 ===== - Provide gobject-introspection GIR and typelib. - Use silent build rules. - Fix issues with version-independence magic in SSDP code. - Fix build issues in jhbuild environment. Bugs fixed in this release: 2025 - autogen.sh fails to find autoconf macros when they're installed in a non-standard location 1927 - gssdp fails to answer M-SEARCH sometimes 1921 - GObject Introspection Makefile for GSSDP
2010-01-20Update to 0.7.1:wiz5-19/+18
0.7.1 ===== - Don't leak target regex. - Make GSSDPClient ignore Point to Point interfaces. - Use SO_REUSEPORT if present. Darwin and some BSDs don't have SO_REUSEADDR, but SO_REUSEPORT. - If we can't create a request socket don't try to create a multicast socket. - Have specific GError code for interfaces without an IP address. - Actually remove gssdp_client_new_full(). Bugs fixed: 1898 - GSSDPClient keeps autoselecting my VPN 1810 - Not possible to run multiple ssdp clients on darwin 1800 - leak of a gregex in gssdp-resource-browser 1796 - gssdp_client_new_full is declared in header but not implemented All contributors: Olivier CrĂȘte <olivier.crete@collabora.co.uk> Ross Burton <ross@linux.intel.com> Iain Holmes <iain@linux.intel.com> Mattias Wadman <mattias.wadman@gmail.com> Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.7 === - Join the multicast group on the specified interface. - Put the message src timeout in the specified GMainContext. - "host-ip" property moved from GUPnPContext to parent GSSDPClient. - Use inet_aton instead of inet_addr and handle the error from it. - gssdp-device-sniffer ported to GtkBuilder. - Version-independent target match. This makes client forward and backward compatible with resources that implement different version of the specs than the client. - Version-independent M-SEARCH response. This has the same effect as above but only the other way around. - GSSDPClient now binds to interface rather than IP. - No need to find the default route. - Add "active" property to GSSDPClient. - Fix pkg-config paths. - Add basic .gitignore. - Other minor/internal changes. Bugs fixed: 1621 - new gssdp timeout not added to the specific maincontext 1570 - gupnp doesn't set the pkgconfig lib dir correctly in 64 bit env Dependencies dropped: - libglade All contributors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Ross Burton <ross@linux.intel.com> Jens Georg <mail@jensge.org> Olivier CrĂȘte <olivier.crete@collabora.co.uk> WARNING: This release is API and ABI incompatible with previous releases.
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-08-02add gssdp-0.6.4, a service discovery library for for UPnPdrochner7-0/+104