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 AE550158089 for ; Sun, 8 Oct 2023 01:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C19C62BC018; Sun, 8 Oct 2023 01:50:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A472A2BC015 for ; Sun, 8 Oct 2023 01:50:35 +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 8F36C335CAF for ; Sun, 8 Oct 2023 01:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01A6E9EA for ; Sun, 8 Oct 2023 01:50:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1696729440.d281c38380d030cfeefc3eaf503e7b5c34daef81.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/c-ares/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/c-ares/c-ares-1.19.1.ebuild net-dns/c-ares/c-ares-1.20.0.ebuild X-VCS-Directories: net-dns/c-ares/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d281c38380d030cfeefc3eaf503e7b5c34daef81 X-VCS-Branch: master Date: Sun, 8 Oct 2023 01:50: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: 9ea8d58f-d6dd-40ea-91f1-b7320f27d415 X-Archives-Hash: 9db6f858b285809ebf7844c29b47f8e2 commit: d281c38380d030cfeefc3eaf503e7b5c34daef81 Author: Sam James gentoo org> AuthorDate: Sun Oct 8 01:43:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 8 01:44:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d281c383 net-dns/c-ares: fix LICENSE Closes: https://bugs.gentoo.org/912405 Signed-off-by: Sam James gentoo.org> net-dns/c-ares/c-ares-1.19.1.ebuild | 3 ++- net-dns/c-ares/c-ares-1.20.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-dns/c-ares/c-ares-1.19.1.ebuild b/net-dns/c-ares/c-ares-1.19.1.ebuild index 760debb0dc93..086b6b092f5c 100644 --- a/net-dns/c-ares/c-ares-1.19.1.ebuild +++ b/net-dns/c-ares/c-ares-1.19.1.ebuild @@ -13,7 +13,8 @@ SRC_URI=" verify-sig? ( https://c-ares.org/download/${P}.tar.gz.asc ) " -LICENSE="MIT" +# ISC for lib/{bitncmp.c,inet_ntop.c,inet_net_pton.c} (bug #912405) +LICENSE="MIT ISC" # Subslot = SONAME of libcares.so.2 SLOT="0/2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" diff --git a/net-dns/c-ares/c-ares-1.20.0.ebuild b/net-dns/c-ares/c-ares-1.20.0.ebuild index e0e327e77943..7e6b1c74e94c 100644 --- a/net-dns/c-ares/c-ares-1.20.0.ebuild +++ b/net-dns/c-ares/c-ares-1.20.0.ebuild @@ -13,7 +13,8 @@ SRC_URI=" verify-sig? ( https://c-ares.org/download/${P}.tar.gz.asc ) " -LICENSE="MIT" +# ISC for lib/{bitncmp.c,inet_ntop.c,inet_net_pton.c} (bug #912405) +LICENSE="MIT ISC" # Subslot = SONAME of libcares.so.2 SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"