Received: by mail.netbsd.org (Postfix, from userid 605) id 3FFD284D4D; Sun, 9 Feb 2020 13:59:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9C2584D36 for ; Sun, 9 Feb 2020 13:59:44 +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 gUUpg38VX-ih for ; Sun, 9 Feb 2020 13:59:44 +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 35F1F84CE8 for ; Sun, 9 Feb 2020 13:59:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 222A9FBF4; Sun, 9 Feb 2020 13:59:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581256784130250" MIME-Version: 1.0 Date: Sun, 9 Feb 2020 13:59:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/libsecret To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200209135944.222A9FBF4@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. --_----------=_1581256784130250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 9 13:59:44 UTC 2020 Modified Files: pkgsrc/security/libsecret: Makefile distinfo Removed Files: pkgsrc/security/libsecret/patches: patch-libsecret_secret-file-collection.c Log Message: libsecret: update to 0.20.1. 0.20.1 * Build fixes [!45] To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/libsecret/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/libsecret/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/security/libsecret/patches/patch-libsecret_secret-file-collection.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581256784130250 Content-Disposition: inline Content-Length: 1901 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libsecret/Makefile diff -u pkgsrc/security/libsecret/Makefile:1.17 pkgsrc/security/libsecret/Makefile:1.18 --- pkgsrc/security/libsecret/Makefile:1.17 Tue Jan 21 14:04:16 2020 +++ pkgsrc/security/libsecret/Makefile Sun Feb 9 13:59:43 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2020/01/21 14:04:16 nia Exp $ +# $NetBSD: Makefile,v 1.18 2020/02/09 13:59:43 wiz Exp $ -DISTNAME= libsecret-0.20.0 +DISTNAME= libsecret-0.20.1 CATEGORIES= security gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/0.20/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/${PKGVERSION:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= ryoon@NetBSD.org Index: pkgsrc/security/libsecret/distinfo diff -u pkgsrc/security/libsecret/distinfo:1.13 pkgsrc/security/libsecret/distinfo:1.14 --- pkgsrc/security/libsecret/distinfo:1.13 Tue Jan 21 14:04:16 2020 +++ pkgsrc/security/libsecret/distinfo Sun Feb 9 13:59:43 2020 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.13 2020/01/21 14:04:16 nia Exp $ +$NetBSD: distinfo,v 1.14 2020/02/09 13:59:43 wiz Exp $ -SHA1 (libsecret-0.20.0.tar.xz) = 9373ea13d39048ae7ac5c9cbb8547f4459f91688 -RMD160 (libsecret-0.20.0.tar.xz) = bba5457e5ac9c5a283401cedaefb25f06635f70c -SHA512 (libsecret-0.20.0.tar.xz) = 13e89dddf578f79b43a44287a2bd8789cc028b53dc60b9d8ef40d2e51d9b4ada9388caa87517834634042304ece0b4fcec95d16387d2e9dc08d2b2f33073543d -Size (libsecret-0.20.0.tar.xz) = 527552 bytes -SHA1 (patch-libsecret_secret-file-collection.c) = b83913ec6e8c9a85f21d3ff77b8b8010e27aa8a1 +SHA1 (libsecret-0.20.1.tar.xz) = 1b070fffdca39e8c603dcc4220af022850e9c18e +RMD160 (libsecret-0.20.1.tar.xz) = 0b93c4f2ef5e5f21258a86f9333d23435e667aaa +SHA512 (libsecret-0.20.1.tar.xz) = d8fca5f4da63427f594e1cb38c91330a98ab706aa945f8e735337f3fd342895bc96ceb36390ba01a4c0b9c5d503c4b544753c3243c444579f46f7b2e7836d1ac +Size (libsecret-0.20.1.tar.xz) = 528416 bytes --_----------=_1581256784130250--