Received: by mail.netbsd.org (Postfix, from userid 605) id 5D04184D8D; Thu, 23 Nov 2017 22:36:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA7CB84D7B for ; Thu, 23 Nov 2017 22:36:58 +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 HM53hjaI8I8T for ; Thu, 23 Nov 2017 22:36:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6909984D30 for ; Thu, 23 Nov 2017 22:36:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 644E4FB40; Thu, 23 Nov 2017 22:36:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151147661886180" MIME-Version: 1.0 Date: Thu, 23 Nov 2017 22:36:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/glib-networking To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171123223658.644E4FB40@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. --_----------=_151147661886180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 23 22:36:58 UTC 2017 Modified Files: pkgsrc/net/glib-networking: Makefile distinfo Log Message: glib-networking: update to 2.54.1. 2.54.1 ====== * gnutls: Fix using different client certs for different connections [#781578, Martin Pitt] * Updated translations: Catalan (Valencian), Greek, Persian To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/glib-networking/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/glib-networking/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151147661886180 Content-Disposition: inline Content-Length: 1853 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/glib-networking/Makefile diff -u pkgsrc/net/glib-networking/Makefile:1.29 pkgsrc/net/glib-networking/Makefile:1.30 --- pkgsrc/net/glib-networking/Makefile:1.29 Tue Oct 17 10:48:20 2017 +++ pkgsrc/net/glib-networking/Makefile Thu Nov 23 22:36:58 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2017/10/17 10:48:20 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2017/11/23 22:36:58 wiz Exp $ -DISTNAME= glib-networking-2.54.0 +DISTNAME= glib-networking-2.54.1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/net/glib-networking/distinfo diff -u pkgsrc/net/glib-networking/distinfo:1.15 pkgsrc/net/glib-networking/distinfo:1.16 --- pkgsrc/net/glib-networking/distinfo:1.15 Tue Oct 17 10:48:20 2017 +++ pkgsrc/net/glib-networking/distinfo Thu Nov 23 22:36:58 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2017/10/17 10:48:20 wiz Exp $ +$NetBSD: distinfo,v 1.16 2017/11/23 22:36:58 wiz Exp $ -SHA1 (glib-networking-2.54.0.tar.xz) = 94ef1f6c826aa28ee3b5e57647ea1ddb4a88392b -RMD160 (glib-networking-2.54.0.tar.xz) = 145d64e6c003d64f3b34c069c57cb589f38078b4 -SHA512 (glib-networking-2.54.0.tar.xz) = 283638551fd5687936898e321f7bbb144b7d782c9b60b5626d5416d27407dcee427f6af5df29663038c74b9cc0d42d25b37290d186f0abaed7ef0a53e46612e3 -Size (glib-networking-2.54.0.tar.xz) = 439996 bytes +SHA1 (glib-networking-2.54.1.tar.xz) = 7d518a829b41a5d6dd122f0c924cbf56ba416e8a +RMD160 (glib-networking-2.54.1.tar.xz) = b75a7193972cc4a3144a4b6d467087999ef8fce8 +SHA512 (glib-networking-2.54.1.tar.xz) = 8356d835914e33df43f4f2bb6a915ddcd48dd0565e4d5bc1f1d692e9c3124ee4421b99f87f2586f74e9fed24ef7421159f3242fd1eb7bd74950bd25e860896ec +Size (glib-networking-2.54.1.tar.xz) = 441232 bytes SHA1 (patch-aa) = 4171ec918a45c40b370baa6c7f67ed452a0f93f2 --_----------=_151147661886180--