Received: by mail.netbsd.org (Postfix, from userid 605) id E387484DE0; Wed, 13 Feb 2019 20:29:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B36284CDC for ; Wed, 13 Feb 2019 20:29:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id IyCwfshOKpft for ; Wed, 13 Feb 2019 20:29:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E342A84CDA for ; Wed, 13 Feb 2019 20:29:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE003FB16; Wed, 13 Feb 2019 20:29:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550089796151550" MIME-Version: 1.0 Date: Wed, 13 Feb 2019 20:29:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/gssdp To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190213202956.DE003FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550089796151550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 13 20:29:56 UTC 2019 Modified Files: pkgsrc/net/gssdp: Makefile distinfo Log Message: gssdp: update to 1.0.3. 1.0.3 ===== - meson build fixes - Fix running sniffer from meson build - Fix issue on OS X when socket is destroyed after suspend - Fix a memory leak in the device sniffer - Fix a crash when sending a SSDP message after clearing the custom headers - Use utsname.release for Server: header Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/gssdp/issues/1 - https://bugzilla.gnome.org/show_bug.cgi?id=794340 To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/net/gssdp/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/gssdp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550089796151550 Content-Disposition: inline Content-Length: 1566 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gssdp/Makefile diff -u pkgsrc/net/gssdp/Makefile:1.75 pkgsrc/net/gssdp/Makefile:1.76 --- pkgsrc/net/gssdp/Makefile:1.75 Sun Dec 9 18:52:05 2018 +++ pkgsrc/net/gssdp/Makefile Wed Feb 13 20:29:56 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2018/12/09 18:52:05 adam Exp $ +# $NetBSD: Makefile,v 1.76 2019/02/13 20:29:56 wiz Exp $ -DISTNAME= gssdp-1.0.2 -PKGREVISION= 9 +DISTNAME= gssdp-1.0.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/1.0/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/gssdp/distinfo diff -u pkgsrc/net/gssdp/distinfo:1.18 pkgsrc/net/gssdp/distinfo:1.19 --- pkgsrc/net/gssdp/distinfo:1.18 Mon Oct 2 15:44:10 2017 +++ pkgsrc/net/gssdp/distinfo Wed Feb 13 20:29:56 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/10/02 15:44:10 wiz Exp $ +$NetBSD: distinfo,v 1.19 2019/02/13 20:29:56 wiz Exp $ -SHA1 (gssdp-1.0.2.tar.xz) = 450eb3a8cf9e831f420afa04ff934a0d2a1afec4 -RMD160 (gssdp-1.0.2.tar.xz) = fd219b994b6b207f19e5b0cbb420b809fa1c03f8 -SHA512 (gssdp-1.0.2.tar.xz) = eac1d3db495d0433c27ad84c33c23a25b3ebdf5c85bb2d5f5b2198c00aae484f2128c22838534b9b4bf4c9787795241acafe30d00407912bdb9945422cbdc103 -Size (gssdp-1.0.2.tar.xz) = 312352 bytes +SHA1 (gssdp-1.0.3.tar.xz) = bd95ab58ea47168f6dc3610e66dc945fbf96ff0f +RMD160 (gssdp-1.0.3.tar.xz) = e3ebe949be6525e4dc6129a3c8b1ee18a267e741 +SHA512 (gssdp-1.0.3.tar.xz) = ef72335c3f796aff0d3dce1781d5a0b015508f614d4a73699ebce411b0593419b40c09839ffb62e50cf9d77e16ec0e31d0e23f92d35abb4d105dea47c00a0506 +Size (gssdp-1.0.3.tar.xz) = 316740 bytes --_----------=_1550089796151550--