diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
| commit | 8e8120eabdd28020aa69c7a60505cce2edd20adc (patch) | |
| tree | 061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /app-forensics | |
| parent | c16790af2c9b4cbc38e565d4311252193ff85484 (diff) | |
| download | baldeagleos-repo-21.1.2.tar.gz baldeagleos-repo-21.1.2.tar.xz baldeagleos-repo-21.1.2.zip | |
Updating liguros repo21.1.2
Diffstat (limited to 'app-forensics')
| -rw-r--r-- | app-forensics/afflib/Manifest | 1 | ||||
| -rw-r--r-- | app-forensics/afflib/afflib-3.7.18.ebuild | 67 | ||||
| -rw-r--r-- | app-forensics/afflib/afflib-3.7.19.ebuild | 4 | ||||
| -rw-r--r-- | app-forensics/chkrootkit/Manifest | 2 | ||||
| -rw-r--r-- | app-forensics/chkrootkit/chkrootkit-0.53.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/chkrootkit/chkrootkit-0.54.ebuild | 58 | ||||
| -rw-r--r-- | app-forensics/libewf/libewf-20171104-r1.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/lynis/Manifest | 2 | ||||
| -rw-r--r-- | app-forensics/lynis/lynis-3.0.3.ebuild (renamed from app-forensics/lynis/lynis-3.0.1.ebuild) | 2 | ||||
| -rw-r--r-- | app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild | 2 |
10 files changed, 67 insertions, 75 deletions
diff --git a/app-forensics/afflib/Manifest b/app-forensics/afflib/Manifest index 10bdf2cf5bfb..76fd811dba8d 100644 --- a/app-forensics/afflib/Manifest +++ b/app-forensics/afflib/Manifest @@ -1,2 +1 @@ -DIST afflib-3.7.18.tar.gz 540371 BLAKE2B 6c1837ebcb5cca97622736f38e61c35f149c045bc1a60acea455dd9059e8c60447cd8f45304fd55aa7f2e5f783d40e266a23d09b33209f9dc5441f971b8a188d SHA512 47ab74c86bbaedc2494558962f99463066e267f7a3f583902a53e1f488085a309b0d871093c67439033272c3ebf03d213649886930b9812013e66782ea84df85 DIST afflib-3.7.19.tar.gz 540165 BLAKE2B dea0998741121d2c1ae0e42ced9652ec46816282128469af75e0a32f9e4e2d09ac4afb4888ee7925366a03a867932f2446bfcd3800ab4dc021939ab6c38c797b SHA512 6e0df7477bf7dbd3814099d94e3fce122e0cf9b714a425521b7458f4eedc6e8b8e7283fd37926b7c992cdf21d3adec620df29a79a6a5311bf1d1b5d4930768bc diff --git a/app-forensics/afflib/afflib-3.7.18.ebuild b/app-forensics/afflib/afflib-3.7.18.ebuild deleted file mode 100644 index a0d8e33dd4cc..000000000000 --- a/app-forensics/afflib/afflib-3.7.18.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -inherit autotools python-single-r1 - -MY_PN=AFFLIBv3 -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Library that implements the AFF image standard" -HOMEPAGE="https://github.com/sshock/AFFLIBv3/" -SRC_URI="https://github.com/sshock/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc x86 ~x64-macos" -IUSE="fuse libressl ncurses python qemu readline s3 static-libs threads" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - dev-libs/expat - sys-libs/zlib:0= - fuse? ( sys-fs/fuse:= ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) - ncurses? ( sys-libs/ncurses:0= ) - python? ( ${PYTHON_DEPS} ) - readline? ( sys-libs/readline:0= ) - s3? ( net-misc/curl ) -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_prepare() { - sed -i '/FLAGS/s: -g::' configure.ac || die - - default - eautoreconf -} - -src_configure() { - # Hacks for automagic dependencies - use ncurses || export ac_cv_lib_ncurses_initscr=no - use readline || export ac_cv_lib_readline_readline=no - - local myeconfargs=( - $(use_enable fuse) - $(use_enable python) - $(use_enable qemu) - $(use_enable s3) - $(use_enable static-libs static) - $(use_enable threads threading) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - default - find "${ED}" -name "*.la" -delete || die -} diff --git a/app-forensics/afflib/afflib-3.7.19.ebuild b/app-forensics/afflib/afflib-3.7.19.ebuild index 4705ef6d5249..8a16ddceb564 100644 --- a/app-forensics/afflib/afflib-3.7.19.ebuild +++ b/app-forensics/afflib/afflib-3.7.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~hppa ppc x86 ~x64-macos" IUSE="fuse libressl ncurses python qemu readline s3 static-libs threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" # Tests don't play well with sandbox diff --git a/app-forensics/chkrootkit/Manifest b/app-forensics/chkrootkit/Manifest index 7c2d8b1964e2..dd974a17d358 100644 --- a/app-forensics/chkrootkit/Manifest +++ b/app-forensics/chkrootkit/Manifest @@ -1,2 +1,4 @@ DIST chkrootkit-0.53-gentoo.diff.xz 4844 BLAKE2B b4f0077989e032154f190f6bad98e8882390a2ac7e144a2c755fbeb560c809c8289563e57dd8fda23eca07dcb1b3e59d6fb016e72ecbb29d184fdf8feb4949d0 SHA512 664c203b093fb91963bae8f70d5711dfd0023c789ddd4265031c84f91f01a53b3b28757cd08b8633c3f6c184a257616b05bc12d8c84202ff98db523aaff5a6f3 DIST chkrootkit-0.53.tar.gz 40483 BLAKE2B ee78afc5bb5453fe7b30d966988060a68b7286fce0f87fb76d8ea3b1dd548c287c8bfc6f0772e05e6eee362af873148399a0a8af91d48765e542970dc3149c9d SHA512 f8de19d0a61ccb6ac184ad6642d78041729cba799eedcc8088cb6d2c5cf4de0574c6083caad364576a601265322e61c183b266304f00667527bf29fdc51359c7 +DIST chkrootkit-0.54-gentoo.diff.xz 4848 BLAKE2B 25d1736bb839533fae36550518b311e52bb38f8a562a63d40629789dc9497b6e71dbc306d1f845b6a5cd586468afa6a7ac4ce8b6f1bfb40d7ac9b0331a55def9 SHA512 6c972b081794681b61b7c67f9a5762ba5d2c0c731c9a2bf9f75e715984edf7022ddcd44d34803eacb58a59e8b21932ffb586cc9fb7998a43393367c2530e353e +DIST chkrootkit-0.54.tar.gz 41461 BLAKE2B 61384fda7db08ca2a52ab060ee4ea3edb7311cb9908599a511459dac22340f28e75d732b10d827aaeed89a1ecb6fc7f69ab8fef970aae5a73bae8c7949944831 SHA512 fe8955ac33abaabf304f5580b6f12929f8bf02329ab442380eaa6298440cf1cb0eee2db8e5667ea7d78b89ee2bceb82c10ebb732a71d6bcdda9400569cd587fd diff --git a/app-forensics/chkrootkit/chkrootkit-0.53.ebuild b/app-forensics/chkrootkit/chkrootkit-0.53.ebuild index 7b410b3a1f0a..b603ae4463a4 100644 --- a/app-forensics/chkrootkit/chkrootkit-0.53.ebuild +++ b/app-forensics/chkrootkit/chkrootkit-0.53.ebuild @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="+cron" RDEPEND="cron? ( virtual/cron )" diff --git a/app-forensics/chkrootkit/chkrootkit-0.54.ebuild b/app-forensics/chkrootkit/chkrootkit-0.54.ebuild new file mode 100644 index 000000000000..ac4ba2c49d67 --- /dev/null +++ b/app-forensics/chkrootkit/chkrootkit-0.54.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +GENTOO_PATCH="${PN}-0.54-gentoo.diff" + +DESCRIPTION="Tool to locally check for signs of a rootkit" +HOMEPAGE="https://www.chkrootkit.org/" +SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz + https://dev.gentoo.org/~polynomial-c/${GENTOO_PATCH}.xz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="+cron" + +RDEPEND="cron? ( virtual/cron )" + +PATCHES=( + "${WORKDIR}/${GENTOO_PATCH}" +) + +src_prepare() { + default + sed -e 's:/var/adm/:/var/log/:g' \ + -i chklastlog.c || die +} + +src_compile() { + emake CC="$(tc-getCC)" STRIP=true sense +} + +src_install() { + dosbin chkdirs chklastlog chkproc chkrootkit chkwtmp chkutmp ifpromisc strings-static + dodoc ACKNOWLEDGMENTS README* + + if use cron ; then + exeinto /etc/cron.weekly + newexe "${FILESDIR}"/${PN}.cron ${PN} + fi +} + +pkg_postinst() { + if use cron ; then + elog + elog "Edit /etc/cron.weekly/chkrootkit to activate chkrootkit!" + elog + fi + + elog + elog "Some applications, such as portsentry, will cause chkrootkit" + elog "to produce false positives. Read the chkrootkit FAQ at" + elog "http://www.chkrootkit.org/ for more information." + elog +} diff --git a/app-forensics/libewf/libewf-20171104-r1.ebuild b/app-forensics/libewf/libewf-20171104-r1.ebuild index 47d43b87427d..224990a01d89 100644 --- a/app-forensics/libewf/libewf-20171104-r1.ebuild +++ b/app-forensics/libewf/libewf-20171104-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/libyal/libewf/releases/download/${PV}/${PN}-experime LICENSE="BSD" SLOT="0/3" -KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86" # upstream bug #2597171, pyewf has implicit declarations #IUSE="debug python unicode" IUSE="bfio bzip2 debug +fuse nls +ssl static-libs +uuid unicode zlib" diff --git a/app-forensics/lynis/Manifest b/app-forensics/lynis/Manifest index 720e9db62af8..cddc6df7345c 100644 --- a/app-forensics/lynis/Manifest +++ b/app-forensics/lynis/Manifest @@ -1 +1 @@ -DIST lynis-3.0.1.tar.gz 322638 BLAKE2B b0a6b03351af95e766321164fab34c7eb8314f18747d3df87946e379781970253406132a1674236a39879374ecc559489679d34ef3368d74faf98b0f44425293 SHA512 e237984b404752bd0856e1cbb884d0191a1177023780d9d0f885538846e419fcb75302a33320ba41e5895cabca0ead094e1c49865677906e547e255b4f5aab41 +DIST lynis-3.0.3.tar.gz 331182 BLAKE2B 7b424da8726e474992bcf6b13b6b82b48568b2d1f4268d0cb57f11560c4edbcd60d009c67fd333445392a184f1dbe38a55fde7cb7456498f89c451bc51ba3e8f SHA512 850f832fd45a2e440973c414f2c98caf3add1666573f60ea70bf36f57dbf3ac1b354632f09271b34f85eba25079e564d758e237dcded743a132da771c5bce151 diff --git a/app-forensics/lynis/lynis-3.0.1.ebuild b/app-forensics/lynis/lynis-3.0.3.ebuild index 5ee09e290d03..b1cdf6c0b04b 100644 --- a/app-forensics/lynis/lynis-3.0.1.ebuild +++ b/app-forensics/lynis/lynis-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" diff --git a/app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild b/app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild index 917719f84020..4d51d37dde09 100644 --- a/app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild +++ b/app-forensics/sleuthkit/sleuthkit-4.9.0.ebuild @@ -37,7 +37,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz LICENSE="BSD CPL-1.0 GPL-2+ IBM java? ( Apache-2.0 )" SLOT="0/13" # subslot = major soname version -KEYWORDS="amd64 hppa ppc x86" +KEYWORDS="amd64 ~hppa ppc x86" IUSE="aff doc ewf java postgres static-libs test +threads zlib" RESTRICT="!test? ( test )" |
