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 3A16A1A9239 for ; Mon, 1 Nov 2021 18:11:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6DDCF84F46; Mon, 1 Nov 2021 18:11:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4F5584F30 for ; Mon, 1 Nov 2021 18:11:38 +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 jfJkQpii3gLf for ; Mon, 1 Nov 2021 18:11:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 26C7084C71 for ; Mon, 1 Nov 2021 18:11:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23AA9FAEC; Mon, 1 Nov 2021 18:11:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635790298157230" MIME-Version: 1.0 Date: Mon, 1 Nov 2021 18:11:38 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/net/dbip-asn-lite To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20211101181138.23AA9FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635790298157230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Nov 1 18:11:38 UTC 2021 Modified Files: pkgsrc/net/dbip-asn-lite: Makefile distinfo Log Message: dbip-asn-lite: update to 2021-11. No upstream ChangeLog. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/dbip-asn-lite/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/dbip-asn-lite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635790298157230 Content-Disposition: inline Content-Length: 1701 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dbip-asn-lite/Makefile diff -u pkgsrc/net/dbip-asn-lite/Makefile:1.19 pkgsrc/net/dbip-asn-lite/Makefile:1.20 --- pkgsrc/net/dbip-asn-lite/Makefile:1.19 Sun Oct 3 17:55:01 2021 +++ pkgsrc/net/dbip-asn-lite/Makefile Mon Nov 1 18:11:37 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2021/10/03 17:55:01 fcambus Exp $ +# $NetBSD: Makefile,v 1.20 2021/11/01 18:11:37 fcambus Exp $ -DISTNAME= dbip-asn-lite-2021-10.mmdb -PKGNAME= dbip-asn-lite-2021.10 +DISTNAME= dbip-asn-lite-2021-11.mmdb +PKGNAME= dbip-asn-lite-2021.11 CATEGORIES= net MASTER_SITES= https://download.db-ip.com/free/ EXTRACT_SUFX= .gz Index: pkgsrc/net/dbip-asn-lite/distinfo diff -u pkgsrc/net/dbip-asn-lite/distinfo:1.20 pkgsrc/net/dbip-asn-lite/distinfo:1.21 --- pkgsrc/net/dbip-asn-lite/distinfo:1.20 Tue Oct 26 11:05:29 2021 +++ pkgsrc/net/dbip-asn-lite/distinfo Mon Nov 1 18:11:37 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2021/10/26 11:05:29 nia Exp $ +$NetBSD: distinfo,v 1.21 2021/11/01 18:11:37 fcambus Exp $ -BLAKE2s (dbip-asn-lite-2021-10.mmdb.gz) = 188e8520d1b9ebf20a981788a4cf249f65123788f2cb10164a904def76590d50 -SHA512 (dbip-asn-lite-2021-10.mmdb.gz) = ed97ba4e9653aadfd7a52bb7ca134dc6943225bc5a11bac3fb666e3f5ecb45a08edc792ed6ef2dd6f141f3afbbc9aa2ee664f8283667ac4c96acb6e1e5840bab -Size (dbip-asn-lite-2021-10.mmdb.gz) = 4007408 bytes +BLAKE2s (dbip-asn-lite-2021-11.mmdb.gz) = 996e11e53c8bb8925d8b346dbf2d5a359b92e87579bed1031d077191b056fb3f +SHA512 (dbip-asn-lite-2021-11.mmdb.gz) = 191d1e6ce65f123f9faed433a6a29897ecab276c3b4d29079caeebaafc69570a32ce96da6da01842c6687eb64d7fdf13e0709d191efd90deda2637c9aa730bcc +Size (dbip-asn-lite-2021-11.mmdb.gz) = 4037264 bytes --_----------=_1635790298157230--