diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 20:16:37 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 20:16:37 +0000 |
commit | e15975e0f6c3e5ddd32eb812fb18122492463c26 (patch) | |
tree | 30df401a7b518d1d6a4f0c3b1b160e4ea9cd20c9 /app-forensics | |
parent | Sign Manfiest (diff) | |
download | historical-e15975e0f6c3e5ddd32eb812fb18122492463c26.tar.gz historical-e15975e0f6c3e5ddd32eb812fb18122492463c26.tar.bz2 historical-e15975e0f6c3e5ddd32eb812fb18122492463c26.zip |
Removing old
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/foremost/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/foremost/foremost-1.0.ebuild | 29 | ||||
-rw-r--r-- | app-forensics/foremost/foremost-1.4.ebuild | 34 | ||||
-rw-r--r-- | app-forensics/foremost/foremost-1.5.3.ebuild | 35 | ||||
-rw-r--r-- | app-forensics/foremost/foremost-1.5.ebuild | 35 | ||||
-rw-r--r-- | app-forensics/pyflag/ChangeLog | 7 | ||||
-rw-r--r-- | app-forensics/pyflag/pyflag-0.80.1.ebuild | 96 | ||||
-rw-r--r-- | app-forensics/sleuthkit/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-2.02.ebuild | 52 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-2.03.ebuild | 57 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-2.08.ebuild | 48 |
11 files changed, 15 insertions, 390 deletions
diff --git a/app-forensics/foremost/ChangeLog b/app-forensics/foremost/ChangeLog index 364e44a3df9a..93f45e5ea1d3 100644 --- a/app-forensics/foremost/ChangeLog +++ b/app-forensics/foremost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/foremost # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/ChangeLog,v 1.13 2009/01/05 17:34:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/ChangeLog,v 1.14 2009/01/08 20:11:23 patrick Exp $ + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -foremost-1.0.ebuild, + -foremost-1.4.ebuild, -foremost-1.5.ebuild, -foremost-1.5.3.ebuild: + Removing old *foremost-1.5.5 (05 Jan 2009) diff --git a/app-forensics/foremost/foremost-1.0.ebuild b/app-forensics/foremost/foremost-1.0.ebuild deleted file mode 100644 index cc4063df0be1..000000000000 --- a/app-forensics/foremost/foremost-1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.0.ebuild,v 1.2 2005/10/12 22:25:52 dragonheart Exp $ - -inherit toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -RDEPEND="virtual/libc" - -src_compile() { - emake RAW_FLAGS="${CFLAGS}" RAW_CC="$(tc-getCC) -DVERSION=${PV}" \ - CONF=/etc || die "emake failed" -} - -src_install() { - dobin foremost - doman foremost.1 - insinto /etc - doins foremost.conf - dodoc README CHANGES -} diff --git a/app-forensics/foremost/foremost-1.4.ebuild b/app-forensics/foremost/foremost-1.4.ebuild deleted file mode 100644 index 4cdc34716e9f..000000000000 --- a/app-forensics/foremost/foremost-1.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.4.ebuild,v 1.3 2008/03/24 22:11:34 ikelos Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/${P}-config-location.patch" -} - -src_compile() { - emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \ - CONF=/etc || die "emake failed" -} - -src_install() { - dobin foremost - doman foremost.1 - insinto /etc - doins foremost.conf - dodoc README CHANGES -} diff --git a/app-forensics/foremost/foremost-1.5.3.ebuild b/app-forensics/foremost/foremost-1.5.3.ebuild deleted file mode 100644 index e13655a01909..000000000000 --- a/app-forensics/foremost/foremost-1.5.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.3.ebuild,v 1.1 2008/03/24 22:11:34 ikelos Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-1.4-config-location.patch" -} - -src_compile() { - emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \ - CONF=/etc || die "emake failed" -} - -src_install() { - dobin foremost - doman foremost.1 - insinto /etc - doins foremost.conf - dodoc README CHANGES -} diff --git a/app-forensics/foremost/foremost-1.5.ebuild b/app-forensics/foremost/foremost-1.5.ebuild deleted file mode 100644 index 770fb5ba7f2d..000000000000 --- a/app-forensics/foremost/foremost-1.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/foremost/foremost-1.5.ebuild,v 1.2 2008/03/24 22:11:34 ikelos Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="A console program to recover files based on their headers and footers" -HOMEPAGE="http://foremost.sourceforge.net/" -SRC_URI="http://foremost.sourceforge.net/pkg/${P}.tar.gz" - -KEYWORDS="~ppc ~x86 ~amd64" -IUSE="" -LICENSE="public-domain" -SLOT="0" - -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-1.4-config-location.patch" -} - -src_compile() { - emake RAW_FLAGS="${CFLAGS} -Wall" RAW_CC="$(tc-getCC) -DVERSION=\\\"${PV}\\\"" \ - CONF=/etc || die "emake failed" -} - -src_install() { - dobin foremost - doman foremost.1 - insinto /etc - doins foremost.conf - dodoc README CHANGES -} diff --git a/app-forensics/pyflag/ChangeLog b/app-forensics/pyflag/ChangeLog index 6fa779e7f4c1..1abedc2a3b89 100644 --- a/app-forensics/pyflag/ChangeLog +++ b/app-forensics/pyflag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/pyflag -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/ChangeLog,v 1.7 2007/01/24 03:20:44 genone Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/ChangeLog,v 1.8 2009/01/08 20:13:08 patrick Exp $ + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -pyflag-0.80.1.ebuild: + Removing old 24 Jan 2007; Marius Mauch <genone@gentoo.org> pyflag-0.80.1.ebuild, pyflag-0.82.ebuild: diff --git a/app-forensics/pyflag/pyflag-0.80.1.ebuild b/app-forensics/pyflag/pyflag-0.80.1.ebuild deleted file mode 100644 index a71230fd1337..000000000000 --- a/app-forensics/pyflag/pyflag-0.80.1.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/pyflag-0.80.1.ebuild,v 1.4 2007/01/24 03:20:44 genone Exp $ - -inherit eutils autotools - -DESCRIPTION="Tool for analysing log files, tcpdump files and hard disk images" -HOMEPAGE="http://pyflag.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -IUSE="" -COMMON_DEPEND=" - net-libs/libpcap - sys-apps/file - dev-python/mysql-python - sys-libs/zlib - app-antivirus/clamav - >=app-forensics/sleuthkit-2.03 - dev-python/pexpect - dev-python/imaging - media-libs/ploticus" - -RDEPEND="${COMMON_DEPEND} - virtual/mysql" - -DEPEND=">=dev-lang/swig-1.3 - ${COMMON_DEPEND}" - -# -# TODO: init scripts -# -# dev-python/pexpect -# dev-python/imaging -# media-libs/ploticus -# app-forensics/sleuthkit to RDEPEND as it realy only checks they are -# installed -# - -src_unpack() { - unpack "${A}" - epatch "${FILESDIR}/${P}-nodbtool.patch" - cd "${S}" - AT_M4DIR="config" eautoreconf -} - -src_install() { - make DESTDIR="${D}" install || die - # don't include pyflag use include files - its just silly - rm -rf "${D}/usr/include" - - #maybe later - #newinitd "${FILESDIR}/${P}-init" pyflag - #newconfd "${FILESDIR}/${P}-conf" pyflag -} - -pkg_postinst() { - elog "Optionally enter database details in /etc/pyflagrc" - elog - elog "To start PyFlag just run \"pyflag\" as a normal user" - elog "then open your web browser on http://localhost:8000" - elog - elog "To create a database user \"emerge --config =${PF}\"" -} - -pkg_config() { - ewarn "This creates the approprate adminstrative user for pyflag" - ewarn "Run pyflag with the entered credentials to create the" - ewarn "tables and database." - einfo - einfo "Enter user to create:" - read USER - einfo "Enter user's password:" - read PASSWORD - - # note - poor privledge separation is used in pyflag - # recommend not sharing with other security consious databases. - # it may be possible to imporve this a bit using manual permission setting. - einfo "Enter mysql root database password:" - echo GRANT ALL PRIVILEGES ON "*.*" TO $USER@localhost \ - IDENTIFIED BY \"$PASSWORD\"\; FLUSH PRIVILEGES\; \ - | /usr/bin/mysql -u root -p - - einfo "Do you want this data to be used for all users (y/n)?" - ewarn "Warning - all credentials will be in a world readable file" - ewarn "This overwrites settings in ${ROOT}/etc/pyflagrc" - read GLOBAL - if [ "${GLOBAL}" == "y" ] || [ "${GLOBAL}" == "Y" ]; then - einfo "updating global settings" - sed -i -e "s:PYFLAG_DBUSER=.*:PYFLAG_DBUSER=$USER:" \ - -e "s:PYFLAG_DBPASSWD=.*:PYFLAG_DBPASSWD=$PASSWORD:" \ - "${ROOT}/etc/pyflagrc" - fi -} diff --git a/app-forensics/sleuthkit/ChangeLog b/app-forensics/sleuthkit/ChangeLog index 9bc74d475304..fc488cd185ed 100644 --- a/app-forensics/sleuthkit/ChangeLog +++ b/app-forensics/sleuthkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/sleuthkit # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.35 2009/01/08 20:06:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.36 2009/01/08 20:16:37 patrick Exp $ + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -sleuthkit-2.02.ebuild, + -sleuthkit-2.03.ebuild, -sleuthkit-2.08.ebuild: + Removing old 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> sleuthkit-3.0.0.ebuild: Small fixes diff --git a/app-forensics/sleuthkit/sleuthkit-2.02.ebuild b/app-forensics/sleuthkit/sleuthkit-2.02.ebuild deleted file mode 100644 index e724c5b101fd..000000000000 --- a/app-forensics/sleuthkit/sleuthkit-2.02.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-2.02.ebuild,v 1.1 2005/07/27 15:27:18 ka0ttic Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="A collection of file system and media management forensic analysis tools" -HOMEPAGE="http://www.sleuthkit.org/sleuthkit/" -SRC_URI="mirror://sourceforge/sleuthkit/${P}.tar.gz" -# mirror://gentoo/${P}_dbtool.patch.bz2" - -LICENSE="GPL-2 IBM" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86" -IUSE="" - -RDEPEND="dev-perl/DateManip" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i '63,69d' src/timeline/config-perl || die "sed config-perl failed" - sed -i 's:`cd ../..; pwd`:/usr:' src/sorter/install \ - || die "sed install failed" -} - -src_compile() { - export CC="$(tc-getCC)" OPT="${CFLAGS}" - env -u CFLAGS \ - emake -e no-perl sorter mactime || die "make failed" -} - -# This is broken - bug report logged upstream. Maybe next version. -# The condition may need to check the output. -# -# Also this isn't a true test as it only checks if the files compile. -# -src_test() { - ./check-install || die "test failed" - einfo '"file missing" is normal' - #if ! hasq userpriv FEATURES - # icat $(ls -i README.txt | cut -f1 -d ' ') (mount point of README.txt) | diff - README.txt || die "icat test failed" - #fi #TODO more work on later -} - -src_install() { - dobin bin/* || die "dobin failed" - dodoc docs/* - insinto /usr/share/sorter - doins share/sorter/* - doman man/man1/* -} diff --git a/app-forensics/sleuthkit/sleuthkit-2.03.ebuild b/app-forensics/sleuthkit/sleuthkit-2.03.ebuild deleted file mode 100644 index 7c188a254039..000000000000 --- a/app-forensics/sleuthkit/sleuthkit-2.03.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-2.03.ebuild,v 1.7 2006/11/12 05:39:22 vapier Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="A collection of file system and media management forensic analysis tools" -HOMEPAGE="http://www.sleuthkit.org/sleuthkit/" -SRC_URI="mirror://sourceforge/sleuthkit/${P}.tar.gz - mirror://gentoo/${P}_dbtool.patch.bz2" - -LICENSE="GPL-2 IBM" -SLOT="0" -KEYWORDS="amd64 arm hppa ppc s390 sparc x86" -IUSE="" - -RDEPEND="dev-perl/DateManip" - -src_unpack() { - unpack "${P}.tar.gz" - #unpack "${A}" - einfo 'unpacked' - #epatch "${P}_dbtool.patch" - epatch "${DISTDIR}/${P}_dbtool.patch.bz2" - cd ${S} - sed -i '63,69d' src/timeline/config-perl || die "sed config-perl failed" - sed -i 's:`cd ../..; pwd`:/usr:' src/sorter/install \ -# || die "sed install failed" -} - -src_compile() { - export CC="$(tc-getCC)" OPT="${CFLAGS}" - # this is so it doesn't remake sys-apps/file - env -u CFLAGS \ - emake -e no-perl sorter mactime || die "make failed" -} - -# This is broken - bug report logged upstream. Maybe next version. -# The condition may need to check the output. -# -# Also this isn't a true test as it only checks if the files compile. -# -src_test() { - ./check-install || die "test failed" - einfo '"file missing" is normal' - #if ! hasq userpriv FEATURES - # icat $(ls -i README.txt | cut -f1 -d ' ') (mount point of README.txt) | diff - README.txt || die "icat test failed" - #fi #TODO more work on later -} - -src_install() { - dobin bin/* || die "dobin failed" - dodoc docs/* - insinto /usr/share/sorter - doins share/sorter/* - doman man/man1/* -} diff --git a/app-forensics/sleuthkit/sleuthkit-2.08.ebuild b/app-forensics/sleuthkit/sleuthkit-2.08.ebuild deleted file mode 100644 index d972671582df..000000000000 --- a/app-forensics/sleuthkit/sleuthkit-2.08.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-2.08.ebuild,v 1.1 2007/04/11 22:20:06 falco Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="A collection of file system and media management forensic analysis tools" -HOMEPAGE="http://www.sleuthkit.org/sleuthkit/" -SRC_URI="mirror://sourceforge/sleuthkit/${P}.tar.gz - dbtool? ( mirror://gentoo/${P}_dbtool.patch.bz2 ) " - -LICENSE="GPL-2 IBM" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86" -IUSE="dbtool" - -RDEPEND="dev-perl/DateManip - !sys-apps/dstat" - -src_unpack() { - unpack ${A} - use dbtool && epatch "${P}_dbtool.patch" - epatch "${FILESDIR}/${PN}-makefiles_fix.patch" - epatch "${FILESDIR}/${PN}-fscheck.c_fix.patch" - cd ${S} - sed -i '63,69d' src/timeline/config-perl || die "sed config-perl failed" - sed -i 's:`cd ../..; pwd`:/usr:' src/sorter/install \ - || die "sed install failed" -} - -src_compile() { - export CC="$(tc-getCC)" OPT="${CFLAGS}" - # Targets: this is so it doesn't remake sys-apps/file - # -j1: it really doesn't compile well with -j2 or more, - # even after having fixed the Makefiles... :( - env -u CFLAGS \ - emake -j1 -e bin no-perl sorter mactime || die "make failed" -} - -src_install() { - dobin bin/* || die "dobin failed" - dodoc docs/* - docinto api-doc - dohtml docs/api-doc/* - insinto /usr/share/sorter - doins share/sorter/* - doman man/man1/* -} |