From fa275aeb316ed5e68498ca0057b27a1e9c887e26 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 4 Oct 2024 04:27:18 +0100 Subject: gentoo auto-resync : 04:10:2024 - 04:27:17 --- app-forensics/Manifest.gz | Bin 4551 -> 4554 bytes app-forensics/aflplusplus/Manifest | 4 +- .../aflplusplus/aflplusplus-4.07c-r1.ebuild | 92 --------------------- .../aflplusplus/aflplusplus-4.08c-r1.ebuild | 4 +- 4 files changed, 3 insertions(+), 97 deletions(-) delete mode 100644 app-forensics/aflplusplus/aflplusplus-4.07c-r1.ebuild (limited to 'app-forensics') diff --git a/app-forensics/Manifest.gz b/app-forensics/Manifest.gz index 1c5f08ccef51..52b9b3cb9fec 100644 Binary files a/app-forensics/Manifest.gz and b/app-forensics/Manifest.gz differ diff --git a/app-forensics/aflplusplus/Manifest b/app-forensics/aflplusplus/Manifest index 4054a3c59afd..892e21e6cb32 100644 --- a/app-forensics/aflplusplus/Manifest +++ b/app-forensics/aflplusplus/Manifest @@ -1,6 +1,4 @@ DIST aflplusplus-4.07c-patches.tar.xz 4788 BLAKE2B de109198fbabfce2554459fee6a14f66002a952f5584ff265a6ff7d7646f520ed53a6d9c8c125a05eb5a4aa0c1cc675dca82647ad4c0965cdab10d3aa2f09467 SHA512 0ea4279b261d55cf209e32ca4b7fd7dc1181ec902dd7e4c7f36854d84f14037e643a543dcbb849927b41919c527303fc5877c9fab5b09c8988fbfab499b8f8bc -DIST aflplusplus-4.07c.tar.gz 2878659 BLAKE2B c3c4c5507e29ed8015784378a13a55cb6b389dec915979749b1869496c16366ce876f1eecc91eb09d51cc58266a92296218cd5eda2a201f5cf4faaa2ea61942f SHA512 c62fce112d59ef5ffb847adab9a7ff8486d44e6316a391392979da19a8160b55f9af7f75fd39cdc98997b3e166f4f6a33ddf31b827c9414a1392657701ecb5e8 DIST aflplusplus-4.08c.tar.gz 2894794 BLAKE2B 5576ec54969c7ae10b05fe10320581b348f989c1bc412bd63b2ca7ecb3bd1782a90c2660d971375667f6dd820f9035d7abb2207f59a1aaa5e7640d352eaa5757 SHA512 52c35ed544db8be778b79a64977fcc74092b541c4c07a788b20f4b9e8db95ff9c52c997ebf6f5a1056f962f3551df06a5eca02679bc2b71bb9d8944c1f77984a -EBUILD aflplusplus-4.07c-r1.ebuild 2106 BLAKE2B bfe3abd284e563ddd73087142eecf7135df94e4f9f3dad76a77a878218c1ab863edf9c4df57434bb9e52c7be6a2bb2aed46a4539783a62d311bc7285ab5bb9f2 SHA512 1655959fce37bd04834544472c8248c6a4f3b1556c9622dbceefbecff5de972d91c38c616e5f510b7ef2a264f17cd532dc963b78e40cff20a0308a8447cc3f08 -EBUILD aflplusplus-4.08c-r1.ebuild 2256 BLAKE2B 96f3ba5f61f1e60a1c180bccd8394f28ec0553743936214d658f4f8f391abdf8d6830db48398f4e7d57424202bcb94775e62fa99961681173f7c4ee1eafdcf6a SHA512 b8d795be47b65e1990a7eb06177f162456a7fad3095067c1048e650a15fec844698c8d7ddc84be52887b2c7e4b5933852deac0790db1897f782fd75cf4b45345 +EBUILD aflplusplus-4.08c-r1.ebuild 2256 BLAKE2B d5dfc9802c2bbf2fa74886ecf3a091a07ef2d3fdf6f1e775a20a94053f02dc8efc66edd5101f4dbc44b0ec9e19e3df7ab71d60b7abb4f8fbf016ce50c5240f88 SHA512 f0519730dcefae8ca1a4ece40b2cdce73b25303ce617d59102942b1cd2cdaa296fbb19fcd93872c80b118b5adc52dcc624c0f45221cd0d7bb600be4f1f4dad57 MISC metadata.xml 328 BLAKE2B c9ad582740e9c2ad03a30fe0eaafb8ee19f0d9bc2e98cc7bcd14385a3407f84301479d324b92d3aecafdc1e5cfef1d2cfc8a15c2ecb5d8f2fa348d82de920128 SHA512 e56ce158f6764926c2ed4dc486f017ce75fa272ac8e6ad16e4a816f8c734d7313e3dc9cb007bab07efe73e59cab185312a02d6178296bfe25002719ce4975d14 diff --git a/app-forensics/aflplusplus/aflplusplus-4.07c-r1.ebuild b/app-forensics/aflplusplus/aflplusplus-4.07c-r1.ebuild deleted file mode 100644 index 81389b9c438e..000000000000 --- a/app-forensics/aflplusplus/aflplusplus-4.07c-r1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -LLVM_MAX_SLOT=16 -inherit toolchain-funcs llvm optfeature python-single-r1 - -AFL_PATCHSET="${PN}-4.07c-patches" -DESCRIPTION="A fork of AFL, the popular compile-time instrumentation fuzzer" -HOMEPAGE="https://github.com/AFLplusplus/AFLplusplus" -SRC_URI="https://github.com/AFLplusplus/AFLplusplus/archive/${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${AFL_PATCHSET}.tar.xz" -S="${WORKDIR}"/AFLplusplus-${PV} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm64" -IUSE="test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# Tests involve heavy use of LD_PRELOAD in some cases -# This isn't compatible with sandbox -RESTRICT="test" - -RDEPEND=" - ${PYTHON_DEPS} -