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 9F768158083 for ; Sun, 1 Sep 2024 10:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0B90E2A26; Sun, 1 Sep 2024 10:10:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CBA06E2A26 for ; Sun, 1 Sep 2024 10:10:43 +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 10540343109 for ; Sun, 1 Sep 2024 10:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67F1C1E7F for ; Sun, 1 Sep 2024 10:10:41 +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: <1725185419.7eb1712e23c240b50f1e072a589a843abb574f7d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpcap/libpcap-1.10.4.ebuild net-libs/libpcap/libpcap-1.10.5.ebuild net-libs/libpcap/libpcap-9999.ebuild X-VCS-Directories: net-libs/libpcap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7eb1712e23c240b50f1e072a589a843abb574f7d X-VCS-Branch: master Date: Sun, 1 Sep 2024 10:10:41 +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: 6647dacf-b052-482a-93f1-fc2803b5e772 X-Archives-Hash: 384067dbc18c413e1ac80ea2bdbe07ba commit: 7eb1712e23c240b50f1e072a589a843abb574f7d Author: Sam James gentoo org> AuthorDate: Sun Sep 1 10:08:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 1 10:10:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb1712e net-libs/libpcap: update LICENSE As pointed out in the bug, while the project itself is BSD, the source files used for the libpcap library seem to be different. Closes: https://bugs.gentoo.org/912414 Signed-off-by: Sam James gentoo.org> net-libs/libpcap/libpcap-1.10.4.ebuild | 7 +++++-- net-libs/libpcap/libpcap-1.10.5.ebuild | 5 ++++- net-libs/libpcap/libpcap-9999.ebuild | 5 ++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/net-libs/libpcap/libpcap-1.10.4.ebuild b/net-libs/libpcap/libpcap-1.10.4.ebuild index 5d183cff7e97..63222f9a2dfa 100644 --- a/net-libs/libpcap/libpcap-1.10.4.ebuild +++ b/net-libs/libpcap/libpcap-1.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,10 @@ else KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi -LICENSE="BSD" +# The project itself has COPYING with BSD, but the files used for +# the libpcap library itself seem to be a mix of BSD-with-attribution +# and BSD-4. +LICENSE="BSD BSD-with-attribution BSD-4" SLOT="0" IUSE="bluetooth dbus netlink rdma remote static-libs test usb yydebug" RESTRICT="!test? ( test )" diff --git a/net-libs/libpcap/libpcap-1.10.5.ebuild b/net-libs/libpcap/libpcap-1.10.5.ebuild index 9b67d094b5de..6f2a3246565e 100644 --- a/net-libs/libpcap/libpcap-1.10.5.ebuild +++ b/net-libs/libpcap/libpcap-1.10.5.ebuild @@ -21,7 +21,10 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi -LICENSE="BSD" +# The project itself has COPYING with BSD, but the files used for +# the libpcap library itself seem to be a mix of BSD-with-attribution +# and BSD-4. +LICENSE="BSD BSD-with-attribution BSD-4" SLOT="0" IUSE="bluetooth dbus netlink rdma remote static-libs test usb yydebug" RESTRICT="!test? ( test )" diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild index 9b67d094b5de..6f2a3246565e 100644 --- a/net-libs/libpcap/libpcap-9999.ebuild +++ b/net-libs/libpcap/libpcap-9999.ebuild @@ -21,7 +21,10 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi -LICENSE="BSD" +# The project itself has COPYING with BSD, but the files used for +# the libpcap library itself seem to be a mix of BSD-with-attribution +# and BSD-4. +LICENSE="BSD BSD-with-attribution BSD-4" SLOT="0" IUSE="bluetooth dbus netlink rdma remote static-libs test usb yydebug" RESTRICT="!test? ( test )"