From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4465115800F for ; Wed, 1 Feb 2023 20:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5310EE0B60; Wed, 1 Feb 2023 20:23:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C486E0B60 for ; Wed, 1 Feb 2023 20:23:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 305CB335C94 for ; Wed, 1 Feb 2023 20:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90EAE771 for ; Wed, 1 Feb 2023 20:23:52 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1675282868.5ac7a03673cab57ebdd1a3f371ed1885ab83524d.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns-recursor/Manifest net-dns/pdns-recursor/pdns-recursor-4.8.1.ebuild net-dns/pdns-recursor/pdns-recursor-4.8.2.ebuild X-VCS-Directories: net-dns/pdns-recursor/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 5ac7a03673cab57ebdd1a3f371ed1885ab83524d X-VCS-Branch: master Date: Wed, 1 Feb 2023 20:23:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f5a89c1-dc80-46d0-98e3-9fa2f27b2e39 X-Archives-Hash: b492d91334d77f573fc8e49ad6558c96 commit: 5ac7a03673cab57ebdd1a3f371ed1885ab83524d Author: Sven Wegener gentoo org> AuthorDate: Wed Feb 1 20:20:31 2023 +0000 Commit: Sven Wegener gentoo org> CommitDate: Wed Feb 1 20:21:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac7a036 net-dns/pdns-recursor: add 4.8.2, drop 4.8.1 Signed-off-by: Sven Wegener gentoo.org> net-dns/pdns-recursor/Manifest | 2 +- .../{pdns-recursor-4.8.1.ebuild => pdns-recursor-4.8.2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest index a62ef0ebbb92..89d288529745 100644 --- a/net-dns/pdns-recursor/Manifest +++ b/net-dns/pdns-recursor/Manifest @@ -1,2 +1,2 @@ DIST pdns-recursor-4.7.4.tar.bz2 1609031 BLAKE2B b051a77f1c734546b26c3bb0030c0e57ee4621b14f0e92d7d294fb80fde599aa813f56a64750e1a00587fee8f05aa9ae1def94f3c3709b103223ed48124b66a7 SHA512 51ecccb557a5a9f3aa28144b60ab75b0fe5534bb2534b0a44662b474a01a0fae61f08b8ca787fc27f22b2a89b721ae66e1a954c4ceb829e66f89f286d5e174a8 -DIST pdns-recursor-4.8.1.tar.bz2 1528477 BLAKE2B 41fc1f275723caa1a3e8a19b3a29f3017bbcf7d301c73dd9f5a32f9620dee2e6a3b7a30e37dc41886512d934282182e03d88dd270748fcec4b90db8496149110 SHA512 f7be89749db345a9a57a63117835aadf506d1cbd8ba1d8a3a7021a3438f597ab2af7f2c9fecf3f4ef48a9c9b4b22406c4fc02357e8de787227756388e44217ee +DIST pdns-recursor-4.8.2.tar.bz2 1532488 BLAKE2B 697b1981f0ae9ef8823f8f8cd09f31083d5924fda9ce153eda25ffe0abf67bd92d972946e58d3f2ffc8cf822693cdd759915fdd148a457dc0659424c346455bd SHA512 024d3e2bc784dc29208be6640bd0c74d296f72d0753a2f9bb0b8befc7abe08e8c1852fc707ddf17562c8b333329646c3a9e6e059c46188b2acf3b6b4e28a246f diff --git a/net-dns/pdns-recursor/pdns-recursor-4.8.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.8.2.ebuild similarity index 100% rename from net-dns/pdns-recursor/pdns-recursor-4.8.1.ebuild rename to net-dns/pdns-recursor/pdns-recursor-4.8.2.ebuild