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 EF5B9158020 for ; Sun, 16 Oct 2022 11:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C7A0E085E; Sun, 16 Oct 2022 11:11:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 02C57E0858 for ; Sun, 16 Oct 2022 11:11:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD452340F30 for ; Sun, 16 Oct 2022 11:11:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 315BD602 for ; Sun, 16 Oct 2022 11:11:02 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1665918387.a8373534988ff6cf163515c962e291619e892da7.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/knot/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/knot/knot-3.2.1-r1.ebuild net-dns/knot/knot-3.2.1.ebuild net-dns/knot/metadata.xml X-VCS-Directories: net-dns/knot/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: a8373534988ff6cf163515c962e291619e892da7 X-VCS-Branch: master Date: Sun, 16 Oct 2022 11:11:02 +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: 00940d61-13b2-4de3-8a5a-dfd953c3ee7a X-Archives-Hash: 56cc263a904a3063d01d6e6e4ebedf2e commit: a8373534988ff6cf163515c962e291619e892da7 Author: Matthew Smith gentoo org> AuthorDate: Sun Oct 16 11:06:27 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Oct 16 11:06:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8373534 net-dns/knot: add subslot Signed-off-by: Matthew Smith gentoo.org> net-dns/knot/{knot-3.2.1.ebuild => knot-3.2.1-r1.ebuild} | 5 ++++- net-dns/knot/metadata.xml | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/net-dns/knot/knot-3.2.1.ebuild b/net-dns/knot/knot-3.2.1-r1.ebuild similarity index 95% rename from net-dns/knot/knot-3.2.1.ebuild rename to net-dns/knot/knot-3.2.1-r1.ebuild index 77cbe56a39d2..972051e9f0eb 100644 --- a/net-dns/knot/knot-3.2.1.ebuild +++ b/net-dns/knot/knot-3.2.1-r1.ebuild @@ -5,12 +5,15 @@ EAPI=8 inherit flag-o-matic systemd +# subslot: libknot major.libdnssec major.libzscanner major +KNOT_SUBSLOT="13.9.4" + DESCRIPTION="High-performance authoritative-only DNS server" HOMEPAGE="https://www.knot-dns.cz/" SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz" LICENSE="GPL-3" -SLOT="0" +SLOT="0/${KNOT_SUBSLOT}" KEYWORDS="~amd64 ~riscv ~x86" KNOT_MODULES=( diff --git a/net-dns/knot/metadata.xml b/net-dns/knot/metadata.xml index d249c7aba581..56b218b58761 100644 --- a/net-dns/knot/metadata.xml +++ b/net-dns/knot/metadata.xml @@ -64,4 +64,9 @@ Enable eXpress Data Path + + + Reflect sonames of libknot, libdnssec, and libzscanner. + +