From 5181ced3f3566a9610b85922b083c8f84f20d78f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 8 May 2024 00:00:57 +0100 Subject: gentoo auto-resync : 08:05:2024 - 00:00:57 --- net-analyzer/snortalog/Manifest | 2 +- net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild | 65 ------------------------ net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild | 65 ++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild create mode 100644 net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild (limited to 'net-analyzer/snortalog') diff --git a/net-analyzer/snortalog/Manifest b/net-analyzer/snortalog/Manifest index 798d4ada4a4a..5a0a67484bf9 100644 --- a/net-analyzer/snortalog/Manifest +++ b/net-analyzer/snortalog/Manifest @@ -1,3 +1,3 @@ DIST snortalog_v2.4.3.tar 1324032 BLAKE2B dae81fe861c7d85ce5fce63ffe773cccb8b643654a861e1b9cc91db22e5683c4a5d2c83ee6a1895386777c600b004978f91e3ed8a333397139bfe6f9644a79ce SHA512 b4b8558865ae4d1ef932114f2a2fb5af7fb069f1b587955d9d489a31635e890fb0ed36ebcde19322ab0c0cae49734da08602e283bd731c769de527abf7d74d06 -EBUILD snortalog-2.4.3-r1.ebuild 1552 BLAKE2B 464b9276a173de2be490da6dfd6a039c6a13bd250e4306977b84983ed8126eb7eceb8cc72288c5ebce439ba94013e2287e7d56e6b9d69ab9e7baf08394729b30 SHA512 a1ef4a92bdf7806ef534ffc6cbe0e7500c313d13819f04ed28ccfb78792bb8c7f353c86af237e41f46003c7d3ee59591ff7c573fe8022726b04e6f33b43dcb1e +EBUILD snortalog-2.4.3-r2.ebuild 1620 BLAKE2B 2378e3f2a22bd6351f483af5df867ccb03ae8ebfa5a9eb474a058b3c1cf9fc60223b724ce4113cfa2a47317d2852cf9b35903dfd64e152888448fcffa79a16a3 SHA512 0e6c81ce15b7e610007bcf57d641185c334897dc419d17ad703df76bc76e4404c55a0a7d1736b17e2d34dcffb0efd9daf172d67859a9e469bbf378a00bb55b6d MISC metadata.xml 277 BLAKE2B 57fc90092c4674e5c4dfe38b0d79c983990fce4e8208b70c2ebb218aebb6d2135537f927115f3a7b7eb8c1ddb596461c17e60acb3e6a11b289796f20f3c80a33 SHA512 5ac67e6beabab60f83ac521249c6d1f021988d522fc86ab12ec98fbaa9d47a50157c10c7b9a39554e66a02b141cdc6dc6669e5e7c9c02c8b36ad404aa790d619 diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild deleted file mode 100644 index 960612b2f88f..000000000000 --- a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P="${PN}_v${PV}" - -inherit edos2unix - -DESCRIPTION="A powerful perl script that summarizes snort logs" -HOMEPAGE="http://jeremy.chartier.free.fr/snortalog/" -SRC_URI="http://jeremy.chartier.free.fr/snortalog/downloads/${PN}/${MY_P}.tar" -S="${WORKDIR}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="tk" - -RDEPEND=" - dev-lang/perl[ithreads] - dev-perl/GDGraph - dev-perl/HTML-HTMLDoc - virtual/perl-DB_File - virtual/perl-Getopt-Long - tk? ( dev-perl/Tk ) -" - -src_prepare() { - default - - local convert=$(find conf/ modules/ -type f || die) - convert+=( ${PN}.* CHANGES ) - - local item - for item in ${convert[@]} ; do - edos2unix "${item}" - done - - # fix paths, erroneous can access message - sed -i \ - -e "s:\(modules/\):/usr/lib/snortalog/${PV}/\1:g" \ - -e 's:\($domains_file = "\)conf/\(domains\)\(".*\):\1/etc/snortalog/\2\3:' \ - -e 's:\($rules_file = "\)conf/\(rules\)\(".*\):\1/etc/snortalog/\2\3:' \ - -e 's:\($picts_dir ="\)picts\(".*\):\1/etc/snortalog/picts\2:' \ - -e 's:\($hw_file = "\)conf/\(hw\)\(".*\):\1/etc/snortalog/\2\3:' \ - -e 's:\($lang_file ="\)conf/\(lang\)\(".*\):\1/etc/snortalog/\2\3:' \ - -e 's:Can access:Cannot access:' \ - snortalog.pl || die -} - -src_install() { - dobin snortalog.pl - - insinto /etc/snortalog - doins conf/{domains,hw,lang,rules} - - insinto /etc/snortalog/picts - doins picts/* - - insinto /usr/lib/snortalog/${PV}/modules - doins -r modules/* - - dodoc CHANGES doc/snortalog_v2.2.1.pdf -} diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild b/net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild new file mode 100644 index 000000000000..2063d0ad5aa0 --- /dev/null +++ b/net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P="${PN}_v${PV}" + +inherit edos2unix + +DESCRIPTION="A powerful perl script that summarizes snort logs" +HOMEPAGE="http://jeremy.chartier.free.fr/snortalog/" +SRC_URI="http://jeremy.chartier.free.fr/snortalog/downloads/${PN}/${MY_P}.tar" +S="${WORKDIR}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" +IUSE="tk" + +RDEPEND=" + || ( >=dev-lang/perl-5.38.2-r3[perl_features_ithreads]