Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ECF8EA6552 for ; Sat, 17 Jan 2015 09:23:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8B97114A250; Sat, 17 Jan 2015 09:23:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E99214A24B for ; Sat, 17 Jan 2015 09:23:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FW6i2bAOFlGp for ; Sat, 17 Jan 2015 09:23:26 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 80B0D14A248 for ; Sat, 17 Jan 2015 09:23:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 750AD98; Sat, 17 Jan 2015 09:23:26 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 17 Jan 2015 09:23:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/gupnp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150117092326.750AD98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Jan 17 09:23:26 UTC 2015 Modified Files: pkgsrc/net/gupnp: Makefile distinfo Removed Files: pkgsrc/net/gupnp/patches: patch-libgupnp_gupnp-acl.h patch-libgupnp_gupnp-device.h patch-libgupnp_gupnp-service.h Log Message: Update to 0.20.13: 0.20.13 ======= Changes since 0.20.12: - Fix cyclic includes. - Avoid redefinition of symbols. - Fix missing function declaration. - Don't check von connman.pc. - Allow actions without arguments. - Respect "prefer_bigger" even if there is no icon size. - DOAP fixes. - Fix VAPI generation. - Fix reference counting. - Port to new libsoup API. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=722696 - https://bugzilla.gnome.org/show_bug.cgi?id=731209 - https://bugzilla.gnome.org/show_bug.cgi?id=731457 - https://bugzilla.gnome.org/show_bug.cgi?id=733241 - https://bugzilla.gnome.org/show_bug.cgi?id=740267 - https://bugzilla.gnome.org/show_bug.cgi?id=742075 All contributors to this release: - Jens Georg - Sven Neumann - Jussi Kukkonen - Olav Vitters - Etienne Peron - Andre Klapper To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/gupnp/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/gupnp/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/net/gupnp/patches/patch-libgupnp_gupnp-acl.h \ pkgsrc/net/gupnp/patches/patch-libgupnp_gupnp-device.h \ pkgsrc/net/gupnp/patches/patch-libgupnp_gupnp-service.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.