summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/suricata: flag-o-matic--, missing dieSam James2021-04-032-4/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-analyzer/suricata: migrate to tmpfiles.eclassTheo Anderson2021-03-072-4/+4
| | | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: David Seifert <soap@gentoo.org>
* net-analyzer/suricata: bump v6 to 6.0.2Marek Szuba2021-03-042-4/+4
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: bump v5 to 5.0.6Marek Szuba2021-03-042-3/+3
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/suricata: remove oldMarek Szuba2021-01-255-802/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: migrate v5 to lua-single.eclass as wellMarek Szuba2021-01-251-0/+204
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: bump the old stable branch to 5.0.5Marek Szuba2020-12-062-0/+198
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: bump to 6.0.1Marek Szuba2020-12-063-1/+205
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: limit unmigrated ebuilds to dev-lang/lua:0Marek Szuba2020-12-032-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: migrate to lua-single.eclassMarek Szuba2020-10-141-0/+208
| | | | | | | Both the documentation and the autoconf script only mention luajit and lua5.1 so limit compatibility to these two. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: bump to 6.0.0Marek Szuba2020-10-093-0/+231
| | | | | | | | | Okay, this has turned out to be easier than I thought it might be. Note to self: since suricata-6 no longer supports unified2 output and suricata-5 is still supported upstream (even 4 will only reach end of life on 2020-12-31), keep the latter around for at least a bit longer. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: bump to 5.0.4Marek Szuba2020-10-092-3/+3
| | | | | | | 6.0.0 is out now too but it may or may not take time to package, and 5.0.4 fixes some potential security issues detected by Oss-Fuzz. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: support python3_9Marek Szuba2020-07-171-2/+2
| | | | | | | | | | | | Builds, tests and installs fine, and at least suricata-update works without problems. Tested pypy3 support as well and it needs work, somehow Python modules for this implementation end up in /usr/site-packages. Tools work fine once the modules have been manually moved to the right directory, though. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: bump to 5.0.3 + remove 5.0.2Marek Szuba2020-05-222-2/+2
| | | | | Bug: https://bugs.gentoo.org/724536 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: remove oldMarek Szuba2020-04-232-202/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: add missing "|| die" guard to sed callMarek Szuba2020-04-231-6/+5
| | | | | | Also, some cosmetic changes to dependencies. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: bump to 5.0.2Marek Szuba2020-03-042-0/+199
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: Switch to PYTHON_MULTI_USEDEP APIMichał Górny2020-02-091-1/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/suricata: build with -fno-common / gcc-10Marek Szuba2020-02-051-2/+5
| | | | | | | | | | Tried fixing the code but it turns out it would require a non-trivial amount of changes so let's just force -fcommon. Tested using gcc-9 with -fno-common included in CFLAGS. Closes: https://bugs.gentoo.org/707204 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: remove custom logrotate configMarek Szuba2020-01-221-10/+0
| | | | | | | | | | | Recent versions of suricata come with official logrotate configuration and older versions have since been removed from the tree. Suggested-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14404 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: depend on virtual/rust, not dev-lang/rustMarek Szuba2019-12-201-1/+1
| | | | | | | | In other words, do not force users to build Rust from source. Closes: https://bugs.gentoo.org/703346 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: fix typo in postinst messagesMarek Szuba2019-12-191-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: Reassign slis' packagesMichał Górny2019-12-181-3/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/suricata: remove oldMarek Szuba2019-12-188-497/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: bump to 5.0.1Marek Szuba2019-12-188-2/+458
| | | | | | | | | | Further clean-up of old ebuilds, tools are no longer optional, there is now a config phase to download an initial rule set using suricata-update. Closes: https://bugs.gentoo.org/703184 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: tweak the systemd unit a bitMarek Szuba2019-12-171-5/+3
| | | | | | | | | | | | | | | | | | | | Some of the ideas I picked up from https://gist.github.com/stupidpupil/4edcbe2046b3b22c81c606efee0492d7 do not quite work at present, namely: - limiting capabilities to CAP_NET_ADMIN causes problems e.g. when switching to an unprivileged user or while trying to load eBPF files. Just get rid of it; - suricata can now be launched just fine without Type=forking. Moreover, /run is now used instead of /var/run in the unit file so that systemd doesn't complain about the use of legacy paths. No revbump because even the updated unit does not run out of the box due to specifying neither an interface nor a mode of operations on the command line. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: remove vulnerable 4.0.4Marek Szuba2019-12-167-203/+2
| | | | | | | Bug: https://bugs.gentoo.org/690196 Bug: https://bugs.gentoo.org/686428 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: add self to the list of maintainersMarek Szuba2019-12-161-0/+4
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-analyzer/suricata: bump to 5.0.0 and EAPI 7Marek Szuba2019-12-168-1/+313
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/suricata: fixed installations warningsSlawomir Lis2019-09-081-2/+3
| | | | | Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Slawek Lis <slis@gentoo.org>
* net-analyzer/suricata: Updated init.d and conf.d default pathesSlawomir Lis2019-09-083-3/+3
| | | | | Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Slawek Lis <slis@gentoo.org>
* net-analyzer/suricata: fixed build error related with SIOCGSTAMPSlawomir Lis2019-09-082-2/+16
| | | | | | Closes: https://bugs.gentoo.org/692546 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Slawek Lis <slis@gentoo.org>
* net-analyzer/suricata: remove vulnerable 4.0.3Marek Szuba2018-06-112-168/+0
| | | | | Bug: https://bugs.gentoo.org/647664 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/suricata: bump to 4.0.4 + fix Lua USE flagsMarek Szuba2018-06-113-0/+185
| | | | | | | Invoking maintainer timeout on both issues. Closes: https://bugs.gentoo.org/652344 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/suricata: use HTTPsMichael Mair-Keimberger2018-06-031-2/+2
|
* net-analyzer/suricata: fixed problems with compilationSlawomir Lis2018-05-111-10/+9
| | | | | | Fixed problems with compilation using lua and luajit Package-Manager: Portage-2.3.36, Repoman-2.3.9
* net-analyzer/suricata: [QA] Use standard meaning of USE=luajitMichał Górny2018-03-262-9/+13
| | | | | Fix the package to use standard meaning for USE=luajit instead of making it exclusive with USE=lua.
* net-analyzer/suricata: cleaned unneeded patch filesSlawomir Lis2018-01-247-452/+0
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-analyzer/suricata: removed old versionSlawomir Lis2018-01-247-820/+0
| | | | | | | To fix vulnerability reported in bug https://bugs.gentoo.org/635662 Dropped versions: 2.0.11, 3.0.1, 3.1.3, 3.2-r1, 3.2.1, 3.2 Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-analyzer/suricata: added missed conf.d and init.d filesSlawomir Lis2018-01-232-0/+209
| | | | | Closes: https://bugs.gentoo.org/645484 Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-analyzer/suricata: version bump to 4.0.3Slawomir Lis2018-01-232-0/+164
| | | | | | This should fix security problems reported in https://bugs.gentoo.org/635662 Package-Manager: Portage-2.3.20, Repoman-2.3.6
* net-analyzer/*: Update Manifest hashesMichał Górny2017-12-101-5/+5
|
* net-analyzer/suricata: Solved conflicting use flagsSlawomir Lis2017-07-241-0/+2
| | | | | | | | Use flags LUA and LUAJIT cannot be set at the same time. Reported in bug 625814 Reported-By: deference@null.net Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-286-6/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-analyzer/suricata: version bump to 3.2.1Slawomir Lis2017-02-174-0/+373
| | | | | | Reported in #609426 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: updated config fileSlawomir Lis2017-01-161-0/+6
| | | | | | Bug report: #605754 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: updated init scriptSlawomir Lis2017-01-161-32/+4
| | | | | | | | | | As reported in bug #605754, updated init script stop() function to take correct method of stopping long-running suricata shutdown Reported-by: Vieri <rentorbuy@yahoo.com> Package-Manager: Portage-2.3.3, Repoman-2.3.1