commit: 1d3761a2ad8790cf5f138030ac43e0b4c000df11 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 15 20:09:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 15 20:09:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3761a2
net-analyzer/sguil-sensor: add missing dev-tcltk/tls dep Closes: https://bugs.gentoo.org/585772 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{sguil-sensor-1.0.0.ebuild => sguil-sensor-1.0.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-analyzer/sguil-sensor/sguil-sensor-1.0.0.ebuild b/net-analyzer/sguil-sensor/sguil-sensor-1.0.0-r1.ebuild similarity index 99% rename from net-analyzer/sguil-sensor/sguil-sensor-1.0.0.ebuild rename to net-analyzer/sguil-sensor/sguil-sensor-1.0.0-r1.ebuild index 7df0389de13..d07d5ee6291 100644 --- a/net-analyzer/sguil-sensor/sguil-sensor-1.0.0.ebuild +++ b/net-analyzer/sguil-sensor/sguil-sensor-1.0.0-r1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit user MY_PV="${PV/_p/p}" @@ -12,11 +13,11 @@ SRC_URI="https://github.com/bammv/sguil/archive/v${PV}.tar.gz -> ${P/-sensor}.ta LICENSE="GPL-2 QPL" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" >=dev-lang/tcl-8.3:0=[-threads] >=dev-tcltk/tclx-8.3 + dev-tcltk/tls >=net-analyzer/barnyard-0.2.0-r1 >=net-analyzer/snort-2.4.1-r1 dev-ml/pcre-ocaml @@ -32,12 +33,14 @@ pkg_setup() { src_prepare() { default + sed -i \ -e "s:gateway:${HOSTNAME}:" \ -e 's:/snort_data:/var/lib/sguil:' \ -e 's:DAEMON 0:DAEMON 1:' \ -e 's:DEBUG 1:DEBUG 0:g' \ sensor/sensor_agent.conf || die + sed -i \ -e 's:/var/run/sensor_agent.pid:/run/sguil-sensor.pid:' \ sensor/sensor_agent.tcl || die
