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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E02E81580FD for ; Mon, 23 Dec 2024 20:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9241E07C5; Mon, 23 Dec 2024 20:01:17 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92676E07B3 for ; Mon, 23 Dec 2024 20:01:17 +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 5F665340BE0 for ; Mon, 23 Dec 2024 20:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AD231954 for ; Mon, 23 Dec 2024 20:01:12 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1734983492.0a42012581209815ff974ad5111243c4565d11d6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sec/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sec/sec-2.9.1.ebuild net-analyzer/sec/sec-2.9.2.ebuild X-VCS-Directories: net-analyzer/sec/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 0a42012581209815ff974ad5111243c4565d11d6 X-VCS-Branch: master Date: Mon, 23 Dec 2024 20:01:12 +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: e57f5f77-a69e-48f7-a1c4-7bf0fea3d71d X-Archives-Hash: 6bb14aac96cde181d3ed79d947edcdf2 commit: 0a42012581209815ff974ad5111243c4565d11d6 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Dec 21 15:19:04 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Dec 23 19:51:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a420125 net-analyzer/sec: fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39809 Signed-off-by: Conrad Kostecki gentoo.org> net-analyzer/sec/sec-2.9.1.ebuild | 4 ++-- net-analyzer/sec/sec-2.9.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-analyzer/sec/sec-2.9.1.ebuild b/net-analyzer/sec/sec-2.9.1.ebuild index 3236d9d01b2f..1ae2cc373c6e 100644 --- a/net-analyzer/sec/sec-2.9.1.ebuild +++ b/net-analyzer/sec/sec-2.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ DESCRIPTION="Simple Event Correlator" HOMEPAGE="https://simple-evcorr.github.io/ https://github.com/simple-evcorr/sec" SRC_URI="https://github.com/simple-evcorr/sec/releases/download/${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux" diff --git a/net-analyzer/sec/sec-2.9.2.ebuild b/net-analyzer/sec/sec-2.9.2.ebuild index 58956cadc373..f68ded17058c 100644 --- a/net-analyzer/sec/sec-2.9.2.ebuild +++ b/net-analyzer/sec/sec-2.9.2.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 @@ -7,7 +7,7 @@ DESCRIPTION="Simple Event Correlator" HOMEPAGE="https://simple-evcorr.github.io/ https://github.com/simple-evcorr/sec" SRC_URI="https://github.com/simple-evcorr/sec/releases/download/${PV}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~amd64-linux"