Received: by mail.netbsd.org (Postfix, from userid 605) id AC95F84D96; Thu, 10 Oct 2019 14:23:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3438984D5F for ; Thu, 10 Oct 2019 14:23:54 +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 PFn_v1Z-r3Ul for ; Thu, 10 Oct 2019 14:23:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AF15684D40 for ; Thu, 10 Oct 2019 14:23:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A243FFBF4; Thu, 10 Oct 2019 14:23:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15707174336440" MIME-Version: 1.0 Date: Thu, 10 Oct 2019 14:23:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/libsoup To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191010142353.A243FFBF4@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. --_----------=_15707174336440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Oct 10 14:23:53 UTC 2019 Modified Files: pkgsrc/net/libsoup: Makefile distinfo Log Message: libsoup: update to 2.68.2. Changes in libsoup from 2.68.1 to 2.68.2: * Documentation fixes [Sonny Piers] * Windows compatibility test fixes [Ignacio Casal Quinteiro] * WebSockets: client_max_window_bits in server must have a value [Carlos Garcia Campos] * build: improve diagnostics when detecting Apache [Simon McVittie] * NTLM: Make v2 authentication more robust [Claudio Saavedra] * Updated translations: British English, Chinese (Taiwan), Danish, Dutch To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/libsoup/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/libsoup/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15707174336440 Content-Disposition: inline Content-Length: 1627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libsoup/Makefile diff -u pkgsrc/net/libsoup/Makefile:1.56 pkgsrc/net/libsoup/Makefile:1.57 --- pkgsrc/net/libsoup/Makefile:1.56 Thu Oct 10 12:43:28 2019 +++ pkgsrc/net/libsoup/Makefile Thu Oct 10 14:23:53 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2019/10/10 12:43:28 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2019/10/10 14:23:53 wiz Exp $ -DISTNAME= libsoup-2.68.1 +DISTNAME= libsoup-2.68.2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/libsoup/distinfo diff -u pkgsrc/net/libsoup/distinfo:1.24 pkgsrc/net/libsoup/distinfo:1.25 --- pkgsrc/net/libsoup/distinfo:1.24 Thu Oct 10 12:43:28 2019 +++ pkgsrc/net/libsoup/distinfo Thu Oct 10 14:23:53 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2019/10/10 12:43:28 wiz Exp $ +$NetBSD: distinfo,v 1.25 2019/10/10 14:23:53 wiz Exp $ -SHA1 (libsoup-2.68.1.tar.xz) = d3f15038fae4f48ae386cfdf53ae12382ab7524b -RMD160 (libsoup-2.68.1.tar.xz) = 91c5858f61967d2ac90040d47ab79f518e75977a -SHA512 (libsoup-2.68.1.tar.xz) = e670de61c7a20994cafcddf8eb33d5210d6b623955c66ca21fc13c13d0596e72d0f487e6cc29cde73edcff6307dedd33063013a49643081830876209a336c46b -Size (libsoup-2.68.1.tar.xz) = 1486664 bytes +SHA1 (libsoup-2.68.2.tar.xz) = 38e489cf0d37a478a77d1bba278bfd2a47ac249a +RMD160 (libsoup-2.68.2.tar.xz) = 6bb4adf01014ada1d03814ed71a0e872ea0d8f18 +SHA512 (libsoup-2.68.2.tar.xz) = 4fb8fc55fc49c11da1e3575c9de7c407ff616d07a81983347701b868153f69a3fece8bdaeddce6d1ba817d4c547ec6c3ce4cc2d763d34c8b476a92505d99e533 +Size (libsoup-2.68.2.tar.xz) = 1467072 bytes --_----------=_15707174336440--