diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-27 00:04:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-27 00:04:48 +0000 |
commit | 9d1dba8f3e6df1953fea6ad1c321a6201a92b8c0 (patch) | |
tree | 9a7357540340e04779a9fbc4ac474e0e3d6cb154 /net/gssdp/Makefile | |
parent | 009f44f2133d102f2a95e6d63a8d1d39c4c025c5 (diff) | |
download | pkgsrc-9d1dba8f3e6df1953fea6ad1c321a6201a92b8c0.tar.gz |
Update to 0.14.9:
0.14.9
======
- Properly set max age property.
- Some gtk-doc fixes.
- Only consider "200 OK" a proper response for SSDP requests.
- Remove a scary warning.
- Fix source packet filtering.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=697084
- https://bugzilla.gnome.org/show_bug.cgi?id=730946
- https://bugzilla.gnome.org/show_bug.cgi?id=733651
All contributors to this release:
- Jussi Kukkonen <jku@goto.fi>
- Jens Georg <mail@jensge.org>
- Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
Diffstat (limited to 'net/gssdp/Makefile')
-rw-r--r-- | net/gssdp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index b6b99a7a634..fe72b4731b7 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2014/05/27 18:12:38 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2014/07/27 00:04:48 wiz Exp $ -DISTNAME= gssdp-0.14.8 +DISTNAME= gssdp-0.14.9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/0.14/} EXTRACT_SUFX= .tar.xz |