summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* net-analyzer/suricata: fixed logrotate fileSlawomir Lis2017-01-091-15/+10
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: fixing error with logrotate fileSlawomir Lis2017-01-071-2/+2
| | | | | | As reported in bug 604904 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: updated logrotate config fileSlawomir Lis2016-12-301-6/+15
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: fix in init scriptSlawomir Lis2016-12-291-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: postinst log message fixSlawomir Lis2016-12-281-0/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: Dropping user privs in init scriptSlawomir Lis2016-12-283-13/+43
| | | | | | Bug #602590 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: Updated suricata logging and added logrotate fileSlawomir Lis2016-12-285-18/+189
| | | | | | | | | I've also bumped revision number, as there are many changes, and those fixes should finally close bug 602590. Thanks to Vieri <rentorbuy@yahoo.com> for support. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: Updated init scriptSlawomir Lis2016-12-272-8/+45
| | | | | | | | | Now it's able to override config filename and point to log directory. Related to #602590 Thanks to Vieri <rentorbuy@yahoo.com> Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: updated init script and config fileSlawomir Lis2016-12-273-18/+14
| | | | | | | | | Updated way the script starts suricata, it allows to define config values inline now. Details in bug 602590. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: Updated init scriptSlawomir Lis2016-12-223-41/+102
| | | | | | | | | Applied patches sent in order to bug 602590. Now it's possible to run one or many instances of suricata. Thanks to Vieri <rentorbuy@yahoo.com> for help. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: Drop old versionSlawomir Lis2016-12-153-236/+0
| | | | | | Dropped versions: 3.1 and 3.1.2 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: Version bump to 3.2Slawomir Lis2016-12-154-0/+253
| | | | | | | | Reported in bug 602590. Reported-By: Vieri <rentorbuy@yahoo.com> Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/suricata: version bump to 3.1.3Slawomir Lis2016-11-292-0/+118
| | | | Package-Manager: portage-2.3.2