Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 77D2C1A9239 for ; Thu, 6 Jan 2022 00:16:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EC75784E96; Thu, 6 Jan 2022 00:16:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E8EB84E96 for ; Thu, 6 Jan 2022 00:09:33 +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 KLdLSPa57p4g for ; Thu, 6 Jan 2022 00:09:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 760C084C71 for ; Thu, 6 Jan 2022 00:09:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69E07FAEC; Thu, 6 Jan 2022 00:09:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641427772182430" MIME-Version: 1.0 Date: Thu, 6 Jan 2022 00:09:32 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/geoclue To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20220106000932.69E07FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641427772182430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Jan 6 00:09:32 UTC 2022 Modified Files: pkgsrc/geography/geoclue: Makefile distinfo Log Message: geography/geoclue: Update to 2.5.7 upstream: "Many fixes." To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/geography/geoclue/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/geoclue/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641427772182430 Content-Disposition: inline Content-Length: 1663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/geoclue/Makefile diff -u pkgsrc/geography/geoclue/Makefile:1.36 pkgsrc/geography/geoclue/Makefile:1.37 --- pkgsrc/geography/geoclue/Makefile:1.36 Wed Dec 8 16:02:06 2021 +++ pkgsrc/geography/geoclue/Makefile Thu Jan 6 00:09:32 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2021/12/08 16:02:06 adam Exp $ +# $NetBSD: Makefile,v 1.37 2022/01/06 00:09:32 gdt Exp $ -DISTNAME= geoclue-2.5.6 -PKGREVISION= 5 +DISTNAME= geoclue-2.5.7 CATEGORIES= geography MASTER_SITES= https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/${PKGVERSION_NOREV}/ Index: pkgsrc/geography/geoclue/distinfo diff -u pkgsrc/geography/geoclue/distinfo:1.5 pkgsrc/geography/geoclue/distinfo:1.6 --- pkgsrc/geography/geoclue/distinfo:1.5 Tue Oct 26 10:45:09 2021 +++ pkgsrc/geography/geoclue/distinfo Thu Jan 6 00:09:32 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:45:09 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/01/06 00:09:32 gdt Exp $ -BLAKE2s (geoclue-2.5.6.tar.gz) = 1b5360cd8455a3c1fc9c7741125b6184e1ebe34ddc50be3c7838e783503960dd -SHA512 (geoclue-2.5.6.tar.gz) = 0d428a804408026f844768f5adb44c827d6b3cdaf75d014f233dc2a56a389783de9389e93bba4528b5849a69239e4ce3679111f2517248dff476204df886a94e -Size (geoclue-2.5.6.tar.gz) = 114318 bytes +BLAKE2s (geoclue-2.5.7.tar.gz) = e15d81e20924561fe932c78656044894747727719af28c091c8ac70d46d772b2 +SHA512 (geoclue-2.5.7.tar.gz) = 06bd9b87f54f7fbc44710d9e8c43dc39002f019c0c84e26a13d099ed70365a95f358bc60fed63a7beb6467339515524e3588e921b2143cf9a8e926b0c54ce89b +Size (geoclue-2.5.7.tar.gz) = 114889 bytes SHA1 (patch-data_meson.build) = c785e3401db9f76808dbb682896352b49aaf9112 --_----------=_1641427772182430--