summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* app-forensics/honggfuzz: fix building against muslMarek Szuba2021-11-292-2/+49
| | | | | | | With many thanks to sam for having pointed me to queue-standalone! Closes: https://bugs.gentoo.org/715648 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/zzuf: support musl in configure.acMarek Szuba2021-11-292-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | One, call AC_USE_SYSTEM_EXTENSIONS so that all compiler invocations have the correct feature-set macros set. This is required so that configure can include the musl version of aio.h without error: field 'aio_sigevent' has incomplete type Not quite sure WHY this is necessary given that according to musl documentation, if no feature test macros are defined musl exposes the equivalent of _BSD_SOURCE - but there you go. Two, extend the test identifying the way of extracting raw position index from the structure fpos64_t, so that it supports the musl layout of this structure as well. With these two fixes in place zzuf builds successfully against musl. Tests (which currently have to be run manually because they like neither the sandbox nor out-of-tree builds) fail but in the same way as against glibc. Closes: https://bugs.gentoo.org/714030 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/aide: Add cpe_uri for aide package.Vaibhav Rustagi2021-11-231-0/+1
| | | | | | Signed-off-by: Vaibhav Rustagi <vaibhavrustagi@google.com> Closes: https://github.com/gentoo/gentoo/pull/23052 Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/yasat: treecleanJakov Smolić2021-11-223-34/+0
| | | | | Closes: https://bugs.gentoo.org/819717 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-forensics/zzuf: drop 0.15-r2Marek Szuba2021-11-192-31/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/radamsa: update upstream metadataMarek Szuba2021-11-191-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/unhide: remove ancient 2013 versionAnthony G. Basile2021-09-242-36/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* app-forensics/unhide: version bump to 20210124Anthony G. Basile2021-09-242-0/+37
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* app-forensics/aflplusplus: drop 3.12c-r3, 3.13c-r1Sam James2021-09-194-308/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aflplusplus: detect failure in makefilesSam James2021-09-192-1/+63
| | | | | Closes: https://bugs.gentoo.org/800941 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-1128-28/+28
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-forensics/aflplusplus: Stabilize 3.14c-r1 arm64, #809743Sam James2021-08-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aflplusplus: amd64 stable wrt bug #809743Agostino Sarubbo2021-08-241-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/sleuthkit: x86 stable wrt bug #806454Agostino Sarubbo2021-08-111-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/sleuthkit: amd64 stable wrt bug #806454Agostino Sarubbo2021-08-101-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/sleuthkit: ppc stable wrt bug #806454Agostino Sarubbo2021-08-101-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: retire ikelosJoonas Niilola2021-08-101-3/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-forensics/sleuthkit: remove oldGöktürk Yüksek2021-08-091-302/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: bump to 44.11.0Göktürk Yüksek2021-08-092-0/+297
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: unbundle commons-validator and gsonGöktürk Yüksek2021-08-091-0/+296
| | | | | | | | Also bump to EAPI7 Bug: https://bugs.gentoo.org/689752 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: simplify virtual/jre dependencyFlorian Schmaus2021-08-093-18/+3
| | | | | | | | | There is no need for a any-of-many dependency including JRE and JDK, since virtual/jre already has such a any-of-many dependency declared. Closes: https://github.com/gentoo/gentoo/pull/21494 Signed-off-by: Florian Schmaus <flow@gentoo.org> Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/lynis: Version bump, remove allMike Pagano2021-08-092-1/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* app-forensics/aflplusplus: Stabilize 3.13c-r1 arm64, #803218Sam James2021-08-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/chkrootkit: Stabilize 0.55 arm, #804810Sam James2021-07-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/chkrootkit: ppc64 stable wrt bug #804810Agostino Sarubbo2021-07-301-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/chkrootkit: ppc stable wrt bug #804810Agostino Sarubbo2021-07-301-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/chkrootkit: amd64 stable wrt bug #804810Agostino Sarubbo2021-07-291-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/chkrootkit: x86 stable wrt bug #804810Agostino Sarubbo2021-07-291-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/chkrootkit: sparc stable wrt bug #804810Agostino Sarubbo2021-07-291-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/zzuf: add 0.15_p20190208, remove 0.15-r1Marek Szuba2021-07-253-29/+39
| | | | | | | GitHub snapshot pointing to the latest commit on master. Because there are two known bugs in 0.15 yet the next version is nowhere in sight. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/zzuf: update EAPI 7 -> 8, add multilib supportMarek Szuba2021-07-251-0/+30
| | | | | | | | Also drop USE=static-libs, installing static versions of libraries whose primary purpose is to be preloaded is rather pointless. Closes: https://bugs.gentoo.org/546796 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-forensics/aflplusplus: allow LLVM 13, Python compat (+3.10, -3.7)Sam James2021-07-221-2/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aflplusplus: add 3.14cSam James2021-07-222-0/+99
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/aflplusplus: Stabilize 3.13c-r1 amd64, #803218Sam James2021-07-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-forensics/honggfuzz: update HOMEPAGE, EAPI 7 -> 8Marek Szuba2021-07-131-2/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>