From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-forensics/foremost/Manifest | 6 ---- .../files/foremost-1.4-config-location.patch | 12 ------- .../files/foremost-1.5.7-format-security.patch | 22 ------------- app-forensics/foremost/foremost-1.5.7-r2.ebuild | 35 -------------------- app-forensics/foremost/foremost-1.5.7-r3.ebuild | 37 ---------------------- app-forensics/foremost/metadata.xml | 10 ------ 6 files changed, 122 deletions(-) delete mode 100644 app-forensics/foremost/Manifest delete mode 100644 app-forensics/foremost/files/foremost-1.4-config-location.patch delete mode 100644 app-forensics/foremost/files/foremost-1.5.7-format-security.patch delete mode 100644 app-forensics/foremost/foremost-1.5.7-r2.ebuild delete mode 100644 app-forensics/foremost/foremost-1.5.7-r3.ebuild delete mode 100644 app-forensics/foremost/metadata.xml (limited to 'app-forensics/foremost') diff --git a/app-forensics/foremost/Manifest b/app-forensics/foremost/Manifest deleted file mode 100644 index 3910c1f808aa..000000000000 --- a/app-forensics/foremost/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX foremost-1.4-config-location.patch 462 BLAKE2B 7dadc7fd049b09992e9e3019aaaa27d53268a6b6cea03146d965bdd3f0ec3165fbde33c2ecd41a949758ff4b8d36259d048869d17b828e2f600ea9418e3d0bce SHA512 7b6dcc18cba4676ef4d54b87c9c31747754ecbebd9424340b2dd059495c9c6cec11513307fff802a336a99bc07c4bcd2ffcfad1c77ccdc49277ef7e40e30029e -AUX foremost-1.5.7-format-security.patch 680 BLAKE2B 5565dc9d255ccbb4b721cdb0b41fef4f86369c4965000e35678e6ece00acec5ead0b15d90bd71a2456b812ab74fa9283bdf70c2fc36003a3d659105bb04a139d SHA512 1c28ed1fceedec728a5060b195214fd3ec3b0fa529e87f7421ee72d73f71ecc0d48a69a5b5ff4c6179dd65781552fbd272437134498ec865bd5c620375b6f85b -DIST foremost-1.5.7.tar.gz 52352 BLAKE2B 5642c1afd86aab0a2f90986c3b030d37b37700c5d0e4b04e4f4a2004d69745280fabd4086a72c33b9eab05b57d125d6b11105c9e11b0112e30077f101eeab7ac SHA512 8827c29d52496783be26374f3943eb26a154d842f34e50fb489f87b3a5045bf85f1e44d7d8d8b12b2355ba3fe4b06a0db979cc22c0f431593c5976001eb931ab -EBUILD foremost-1.5.7-r2.ebuild 847 BLAKE2B cecf175a8a7a4162d98dfa15d83f59e918274530193b7caaa6b97ec3390c1264fc988259a3909256e16f3a398903a8ee67d50c38f25b0503660c90eed3384706 SHA512 470fc501414f9a6144910af890f9d7f6aa5f948e16b2a3dc3328c54d85490e82a94416f747b7b6c12ab6a00951405938e90a242fc52912fb5d766b071a76b28f -EBUILD foremost-1.5.7-r3.ebuild 890 BLAKE2B d7d8c238ec0ebfde11f0bb6f2be6bd8518c5c3309791e3abba7994f77bf8fee7c147e00ba4c9f78a460c4b234f6ef9bf79cbf181264f7fb5b87956c6fa9a1f73 SHA512 78967f04824c614d2830bbd0f3eef392ddc59e6cc0c634011bcfa9a12116f47f8a6b04b3b1586122572a89682ae739ff124fde07731b1dd4eb279a070effb496 -MISC metadata.xml 303 BLAKE2B 14bc09979926d326ccb75438d8e32f9a60b1df8078e6344f4dc2e32a33c0994bf2740a4b29d7c1a479bb514815f037d2d9a9ac9c8387fbc01b7795e2a37fea86 SHA512 165c108232c3a65d3fbeb0fb2f612c7c4c4c16a57e4b3e280c4ef40d6a586b56df437454283ff5b52fa3a0880d9643682493b3d75cac01170edab53bb5f1ce52 diff --git a/app-forensics/foremost/files/foremost-1.4-config-location.patch b/app-forensics/foremost/files/foremost-1.4-config-location.patch deleted file mode 100644 index 95372e1af9c0..000000000000 --- a/app-forensics/foremost/files/foremost-1.4-config-location.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr foremost-1.4.orig/config.c foremost-1.4/config.c ---- foremost-1.4.orig/config.c 2006-08-31 17:50:47.000000000 +0100 -+++ foremost-1.4/config.c 2006-08-31 17:51:09.000000000 +0100 -@@ -288,7 +288,7 @@ - #ifdef __WIN32 - set_config_file(s, "/Program Files/foremost/foremost.conf"); - #else -- set_config_file(s, "/usr/local/etc/foremost.conf"); -+ set_config_file(s, "/etc/foremost.conf"); - #endif - if ((f = fopen(get_config_file(s), "r")) == NULL) - { diff --git a/app-forensics/foremost/files/foremost-1.5.7-format-security.patch b/app-forensics/foremost/files/foremost-1.5.7-format-security.patch deleted file mode 100644 index 32d1a4d3c7f6..000000000000 --- a/app-forensics/foremost/files/foremost-1.5.7-format-security.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/extract.c b/extract.c -index 30bdf54..9639117 100755 ---- a/extract.c -+++ b/extract.c -@@ -2110,7 +2110,6 @@ unsigned char *extract_exe(f_state *s, u_int64_t c_offset, unsigned char *founda - int i = 0; - time_t compile_time = 0; - struct tm *ret_time; -- char comment[32]; - char ascii_time[32]; - - if (buflen < 100) -@@ -2145,8 +2144,7 @@ unsigned char *extract_exe(f_state *s, u_int64_t c_offset, unsigned char *founda - ret_time->tm_sec); - chop(ascii_time); - -- sprintf(comment, ascii_time); -- strcat(needle->comment, comment); -+ strcat(needle->comment, ascii_time); - exe_char = htos(&foundat[22], FOREMOST_LITTLE_ENDIAN); - if (exe_char & 0x2000) - { diff --git a/app-forensics/foremost/foremost-1.5.7-r2.ebuild b/app-forensics/foremost/foremost-1.5.7-r2.ebuild deleted file mode 100644 index 5bb7b1464fb3..000000000000 --- a/app-forensics/foremost/foremost-1.5.7-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -# starting to hate sf.net ... -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="amd64 ppc x86" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.4-config-location.patch" - epatch "${FILESDIR}/${PN}-1.5.7-format-security.patch" -} - -src_compile() { - emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \ - CONF=/etc -} - -src_install() { - dobin foremost - doman foremost.8.gz - insinto /etc - doins foremost.conf - dodoc README CHANGES -} diff --git a/app-forensics/foremost/foremost-1.5.7-r3.ebuild b/app-forensics/foremost/foremost-1.5.7-r3.ebuild deleted file mode 100644 index 69d67a469d2d..000000000000 --- a/app-forensics/foremost/foremost-1.5.7-r3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -# starting to hate sf.net ... -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.4-config-location.patch" - epatch "${FILESDIR}/${PN}-1.5.7-format-security.patch" - default_src_prepare -} - -src_compile() { - emake RAW_FLAGS="${CFLAGS} -Wall ${LDFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \ - CONF=/etc -} - -src_install() { - dobin foremost - gunzip foremost.8.gz - doman foremost.8 - insinto /etc - doins foremost.conf - dodoc README CHANGES -} diff --git a/app-forensics/foremost/metadata.xml b/app-forensics/foremost/metadata.xml deleted file mode 100644 index b06edf62c087..000000000000 --- a/app-forensics/foremost/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - ikelos@gentoo.org - - - foremost - - -- cgit v1.2.3