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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF87D158015 for ; Sat, 25 Sep 2021 19:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E816E096F; Sat, 25 Sep 2021 19:08:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 687B6E0971 for ; Sat, 25 Sep 2021 19:08:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FB87342EC1 for ; Sat, 25 Sep 2021 19:08:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E8B1143 for ; Sat, 25 Sep 2021 19:08:32 +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: <1632596891.6f982349b5961e2e0b4ca96d4db20e92645a62a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/suricata/suricata-5.0.7-r1.ebuild net-analyzer/suricata/suricata-5.0.7-r2.ebuild net-analyzer/suricata/suricata-6.0.3-r1.ebuild net-analyzer/suricata/suricata-6.0.3-r2.ebuild X-VCS-Directories: net-analyzer/suricata/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f982349b5961e2e0b4ca96d4db20e92645a62a6 X-VCS-Branch: master Date: Sat, 25 Sep 2021 19:08:32 +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: 0f8fe779-1138-4112-bccd-bffcd18df42b X-Archives-Hash: faaecf39d71d9ed3889c8bba3b380ca4 commit: 6f982349b5961e2e0b4ca96d4db20e92645a62a6 Author: Sam James gentoo org> AuthorDate: Sat Sep 25 19:03:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 25 19:08:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f982349 net-analyzer/suricata: add libjansson subslot dep Earlier versions of libjansson lacked symbol versioning, causing crashes. Bug: https://bugs.gentoo.org/812119 Signed-off-by: Sam James gentoo.org> .../suricata/{suricata-5.0.7-r1.ebuild => suricata-5.0.7-r2.ebuild} | 2 +- .../suricata/{suricata-6.0.3-r1.ebuild => suricata-6.0.3-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/suricata/suricata-5.0.7-r1.ebuild b/net-analyzer/suricata/suricata-5.0.7-r2.ebuild similarity index 99% rename from net-analyzer/suricata/suricata-5.0.7-r1.ebuild rename to net-analyzer/suricata/suricata-5.0.7-r2.ebuild index 58594b6169a..8fb9132b46e 100644 --- a/net-analyzer/suricata/suricata-5.0.7-r1.ebuild +++ b/net-analyzer/suricata/suricata-5.0.7-r2.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} acct-group/suricata acct-user/suricata - dev-libs/jansson + dev-libs/jansson:= dev-libs/libpcre dev-libs/libyaml net-libs/libnet:* diff --git a/net-analyzer/suricata/suricata-6.0.3-r1.ebuild b/net-analyzer/suricata/suricata-6.0.3-r2.ebuild similarity index 99% rename from net-analyzer/suricata/suricata-6.0.3-r1.ebuild rename to net-analyzer/suricata/suricata-6.0.3-r2.ebuild index 29b2cdff3c0..d8e374f6afc 100644 --- a/net-analyzer/suricata/suricata-6.0.3-r1.ebuild +++ b/net-analyzer/suricata/suricata-6.0.3-r2.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} acct-group/suricata acct-user/suricata - dev-libs/jansson + dev-libs/jansson:= dev-libs/libpcre dev-libs/libyaml net-libs/libnet:*