Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 680401A9217 for ; Tue, 1 Dec 2020 15:00:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CD40984D84; Tue, 1 Dec 2020 15:00:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1482C84D79 for ; Tue, 1 Dec 2020 15:00:41 +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 wkxoGbmc6GJ9 for ; Tue, 1 Dec 2020 15:00:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8BF6984CE9 for ; Tue, 1 Dec 2020 15:00:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88A6CFA9D; Tue, 1 Dec 2020 15:00:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1606834840258880" MIME-Version: 1.0 Date: Tue, 1 Dec 2020 15:00:40 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/net/dbip-country-lite To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20201201150040.88A6CFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1606834840258880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Tue Dec 1 15:00:40 UTC 2020 Modified Files: pkgsrc/net/dbip-country-lite: Makefile distinfo Log Message: dbip-country-lite: update to 2020-12. No upstream ChangeLog. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/dbip-country-lite/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/dbip-country-lite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1606834840258880 Content-Disposition: inline Content-Length: 1902 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dbip-country-lite/Makefile diff -u pkgsrc/net/dbip-country-lite/Makefile:1.10 pkgsrc/net/dbip-country-lite/Makefile:1.11 --- pkgsrc/net/dbip-country-lite/Makefile:1.10 Sun Nov 1 15:22:04 2020 +++ pkgsrc/net/dbip-country-lite/Makefile Tue Dec 1 15:00:40 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2020/11/01 15:22:04 fcambus Exp $ +# $NetBSD: Makefile,v 1.11 2020/12/01 15:00:40 fcambus Exp $ -DISTNAME= dbip-country-lite-2020-11.mmdb -PKGNAME= dbip-country-lite-2020.11 +DISTNAME= dbip-country-lite-2020-12.mmdb +PKGNAME= dbip-country-lite-2020.12 CATEGORIES= net MASTER_SITES= https://download.db-ip.com/free/ EXTRACT_SUFX= .gz Index: pkgsrc/net/dbip-country-lite/distinfo diff -u pkgsrc/net/dbip-country-lite/distinfo:1.9 pkgsrc/net/dbip-country-lite/distinfo:1.10 --- pkgsrc/net/dbip-country-lite/distinfo:1.9 Sun Nov 1 15:22:04 2020 +++ pkgsrc/net/dbip-country-lite/distinfo Tue Dec 1 15:00:40 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/11/01 15:22:04 fcambus Exp $ +$NetBSD: distinfo,v 1.10 2020/12/01 15:00:40 fcambus Exp $ -SHA1 (dbip-country-lite-2020-11.mmdb.gz) = 547551974c3388e7ab9ba2674b638c0e0105d7a6 -RMD160 (dbip-country-lite-2020-11.mmdb.gz) = cf4e4161d799d1c77db26eb93b977d712dee9838 -SHA512 (dbip-country-lite-2020-11.mmdb.gz) = bd558403017f5ad7471dc051868c57573921ecf5fcd01470ffd48b5bb539fc56d30605e60a586d3ada46a4da70552c759a544c910e42fe9ecf0470688de53dc6 -Size (dbip-country-lite-2020-11.mmdb.gz) = 2586903 bytes +SHA1 (dbip-country-lite-2020-12.mmdb.gz) = 52598ce0f9d14f1730ac1c215c49557c8a987678 +RMD160 (dbip-country-lite-2020-12.mmdb.gz) = 9d3539a8f0f4e6d5e6dd1efba5b6358381d1d034 +SHA512 (dbip-country-lite-2020-12.mmdb.gz) = 6865c1d32ed3a4e48e84cc984a490b0b85e11b64c33828e557c8c11a6cc3db27524b7df4abe2cc16a6b3e6c9dffd09ac41db795300d0bc67bc016969c6b03731 +Size (dbip-country-lite-2020-12.mmdb.gz) = 2524676 bytes --_----------=_1606834840258880--