summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-forensics/aide: fix UnusedLocalUseSam James2022-04-171-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aide: drop 0.16.2_p20200614Sam James2022-04-176-527/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/yara: drop 4.1.3, 4.2.0_rc1Sam James2022-04-173-109/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aflplusplus: update EAPI 7 -> 8Sam James2022-04-171-12/+7
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aflplusplus: drop 3.14c-r2Sam James2022-04-175-272/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/rkhunter: drop maintainershipMichael Palimaka2022-04-121-4/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
* app-forensics/magicrescue: add subslot dep on gdbmSam James2022-04-111-2/+2
| | | | | Bug: https://bugs.gentoo.org/837620 Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/libewf: keyword 20171104-r1 for ~riscvMarek Szuba2022-04-101-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/volatility3: add pypi upstream metadataSam James2022-04-101-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/magicrescue: update EAPI 7 -> 8; use gbdm unconditionally (not ↵Sam James2022-04-101-0/+40
| | | | | | | | | bdb) || ( ... ) deps don't work correctly for libraries anyway and we're working to remove bdb as much as possible. Signed-off-by: Sam James <sam@gentoo.org>
* */*: add <name> tags for kensingtonJohn Helmert III2022-04-061-0/+1
| | | | | Signed-off-by: John Helmert III <ajak@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/volatility3: use PEP517Sam James2022-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/volatility3: version bump 2.0.1Mario Haustein2022-04-052-1/+1
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/24002 Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/volatility3: new ebuildMario Haustein2022-04-053-0/+61
| | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/yara: update ManifestSam James2022-04-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/yara: version bump 4.2.0Mario Haustein2022-04-052-0/+56
| | | | | | | Closes: https://bugs.gentoo.org/834836 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/ovaldi: add subslot dep on OpenLDAPSam James2022-03-231-3/+3
| | | | | | New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aide: x86 stable wrt bug #835523Agostino Sarubbo2022-03-191-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/aide: amd64 stable wrt bug #835523Agostino Sarubbo2022-03-191-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/chkrootkit: Stabilize 0.55-r1 arm, #834615Arthur Zamarin2022-03-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-forensics/aide: reference new default config and cron scriptDaniel Hiepler2022-03-121-2/+2
| | | | | | Signed-off-by: Daniel Hiepler <daniel-gentoo@coderdu.de> Closes: https://github.com/gentoo/gentoo/pull/24486 Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aide: create new revision of aide.confDaniel Hiepler2022-03-121-0/+136
| | | | | | | | * verbose option was replaced by log_level & report_level * database option was renamed to database_in Signed-off-by: Daniel Hiepler <daniel-gentoo@coderdu.de> Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aide: create new revision of aide.cronDaniel Hiepler2022-03-121-0/+188
| | | | | | | | | | | | | | * replace tempfile with mktemp (respects $TMPDIR or uses /tmp by default) * Double quote to prevent globbing and word splitting. * Use $(...) notation instead of legacy backticks `...` * Prefer [ p ] && [ q ] as [ p -a q ] is not well defined * don't check $QUIETREPORTS twice * (--verbose): option no longer supported, use 'log_level' and 'report_level' options instead * remove old comment - remaining debianutils dependency (tempfile) is removed now * remove whitespace Signed-off-by: Daniel Hiepler <daniel-gentoo@coderdu.de> Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aide: restore automagic ACL patchSam James2022-03-113-1/+6
| | | | | | Still needed for 0.17.x, just not master. Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aide: add 0.17.4Sam James2022-03-113-0/+162
| | | | | | | Closes: https://bugs.gentoo.org/771924 Bug: https://bugs.gentoo.org/829268 Bug: https://bugs.gentoo.org/831658 Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/chkrootkit: x86 stable wrt bug #834615Agostino Sarubbo2022-03-061-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/chkrootkit: sparc stable wrt bug #834615Agostino Sarubbo2022-03-061-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/chkrootkit: ppc64 stable wrt bug #834615Agostino Sarubbo2022-03-061-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/chkrootkit: ppc stable wrt bug #834615Agostino Sarubbo2022-03-061-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/chkrootkit: amd64 stable wrt bug #834615Agostino Sarubbo2022-03-061-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/aflplusplus: Stabilize 4.00c arm64, #834453Sam James2022-03-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aflplusplus: Stabilize 4.00c amd64, #834453Sam James2022-03-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/honggfuzz: drop 2.4Marek Szuba2022-03-013-103/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/aide: Remove sys-devel/prelink dependencyJakov Smolić2022-02-232-6/+4
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-forensics/sleuthkit: bump to 4.11.1Göktürk Yüksek2022-02-152-0/+314
| | | | Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/yara: add proxied attributeSam James2022-01-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aflplusplus: add 4.00cSam James2022-01-284-0/+337
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/yara: run tests; misc. other changesSam James2022-01-282-15/+44
| | | | | | | | | | - Run tests (needs static linked lib for now, but we delete it anyway) - Use more generic dependency - Define subslot Closes: https://bugs.gentoo.org/576956 See: https://github.com/gentoo/gentoo/pull/23800 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/yara-python: new ebuildMario Haustein2022-01-283-2/+5
| | | | | | | | | Bug: https://bugs.gentoo.org/800275 Closes: https://bugs.gentoo.org/576956 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/23800 Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/yara: new ebuildMario Haustein2022-01-284-0/+107
| | | | | | | | Bug: https://bugs.gentoo.org/800275 Closes: https://bugs.gentoo.org/576956 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/honggfuzz: add 2.5Marek Szuba2022-01-262-0/+57
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/lynis: def use flag cron to ensure script installMike Pagano2022-01-201-1/+1
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* app-forensics/lynis: Do not install cron scripts when not appropiateMike Pagano2022-01-202-5/+27
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* app-forensics/lynis: Version bump, remove oldMike Pagano2022-01-202-2/+2
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* app-forensics/chkrootkit: fix systemd noticeSam James2022-01-131-6/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/chkrootkit: add systemd timer, new maintainerMartin Dummer2022-01-134-1/+94
| | | | | | | | Closes: https://bugs.gentoo.org/773280 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/23765 Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/air: remove userland_GNUDavid Seifert2022-01-061-3/+3
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-forensics/honggfuzz: remove implicit elibc_* flagsDavid Seifert2022-01-041-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-forensics/chkrootkit: Fix missing includes for muslJory Pratt2022-01-023-1/+43
| | | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=715552 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* app-forensics/afl: Disable clang-fast mode.Hanno Böck2021-12-272-0/+60
| | | | | | | | | | | | | | | | | | This is currently broken with latest clang/llvm versions and an upstream bug remained unanswered. We may re-enable this once it's fixed upstream. This should resolve all clang-related bugs. Also fix doc installation (bug #720194). Signed-off-by: Hanno Böck <hanno@gentoo.org> Closes: https://bugs.gentoo.org/720194 Closes: https://bugs.gentoo.org/695488 Closes: https://bugs.gentoo.org/708524 Closes: https://bugs.gentoo.org/821973 Closes: https://bugs.gentoo.org/827107 Closes: https://bugs.gentoo.org/828689 Package-Manager: Portage-3.0.30, Repoman-3.0.3