summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/prelude-lml: [QA] call tmpfiles_process in pkg_postinstSam James2021-07-311-0/+4
| | | | | | | | This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/prelude-lml: migrate to tmpfiles.eclassTheo Anderson2021-03-071-3/+3
| | | | | | 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/prelude-lml: Remove unused flagMichał Górny2021-01-011-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/prelude-lml: Remove old (py3.6)Michał Górny2021-01-016-220/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-analyzer/prelude-lml: Bump version 5.2.0Thomas Andrejak2020-10-122-0/+65
| | | | | Signed-off-by: Thomas Andrejak <thomas.andrejak@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-analyzer/prelude-lml: [QA] inherit ltprune.eclass directlyDavid Seifert2020-02-151-2/+2
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* net-analyzer/prelude-lml: Remove oldDavid Seifert2019-12-292-54/+0
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* net-analyzer/prelude-lml: Bump version 5.1Thomas Andrejak2019-12-242-0/+60
| | | | Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* net-analyzer/prelude-lml: Bump version 4.1Thomas Andrejak2018-07-182-0/+58
|
* net-analyzer/*: Update Manifest hashesMichał Górny2017-12-101-3/+3
|
* net-analyzer/prelude-lml: Bump version 4.0.0Thomas Andrejak2017-09-082-0/+54
|
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-analyzer/prelude-lml: Bump version 3.1.0Thomas Andrejak2016-12-064-0/+69
|
* net-analyzer/prelude-lml: use #!/sbin/openrc-run instead of #!/sbin/runscriptPacho Ramos2016-08-241-1/+1
| | | | Package-Manager: portage-2.3.0
* net-analyzer/prelude-lml: New packageThomas Andrejak2016-08-049-0/+198
Prelude-LML is a log analyser that allows Prelude to collect and analyze information from all kind of applications emitting logs or syslog messages in order to detect suspicious activities and transform them into Prelude-IDMEF alerts.