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 17D6F158086 for ; Sat, 4 Dec 2021 09:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F1CB2BC031; Sat, 4 Dec 2021 09:01:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 243C62BC031 for ; Sat, 4 Dec 2021 09:01:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 20B0D343212 for ; Sat, 4 Dec 2021 09:01:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 805091C6 for ; Sat, 4 Dec 2021 09:01:33 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1638608436.6433199e05ae1f29265aff83e3630f18f8d69e47.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ldns-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/ldns-utils/ldns-utils-1.8.0-r1.ebuild net-dns/ldns-utils/ldns-utils-1.8.0.ebuild X-VCS-Directories: net-dns/ldns-utils/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 6433199e05ae1f29265aff83e3630f18f8d69e47 X-VCS-Branch: master Date: Sat, 4 Dec 2021 09:01:33 +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: 785044d9-e250-4786-b116-4f46f81c6cd1 X-Archives-Hash: ed2cae00b3ae422f9234800df20fdc57 commit: 6433199e05ae1f29265aff83e3630f18f8d69e47 Author: Marc Schiffbauer gentoo org> AuthorDate: Sat Dec 4 08:59:58 2021 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Sat Dec 4 09:00:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6433199e net-dns/ldns-utils: fix soname version Signed-off-by: Marc Schiffbauer gentoo.org> ...{ldns-utils-1.8.0.ebuild => ldns-utils-1.8.0-r1.ebuild} | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/net-dns/ldns-utils/ldns-utils-1.8.0.ebuild b/net-dns/ldns-utils/ldns-utils-1.8.0-r1.ebuild similarity index 83% rename from net-dns/ldns-utils/ldns-utils-1.8.0.ebuild rename to net-dns/ldns-utils/ldns-utils-1.8.0-r1.ebuild index d4ff2e44171d..b7516aaa9282 100644 --- a/net-dns/ldns-utils/ldns-utils-1.8.0.ebuild +++ b/net-dns/ldns-utils/ldns-utils-1.8.0-r1.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + +inherit autotools MY_P=${P/-utils} @@ -30,7 +32,16 @@ RESTRICT="test" S=${WORKDIR}/${MY_P} +src_prepare() { + # backport https://github.com/NLnetLabs/ldns/commit/bc9d017f6fd8b6b5d2ff6e4489a2931d0aab8184 + sed -i 's/AC_SUBST(VERSION_INFO.*/AC_SUBST(VERSION_INFO, [5:0:2])/' "${S}"/configure.ac || die 'could not patch configure.ac' + + default +} + src_configure() { + eautoreconf + # >=openssl-1.1.0 required for dane-ta if has_version "