From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/
Date: Fri, 28 Aug 2015 00:14:54 +0000 (UTC) [thread overview]
Message-ID: <1440720880.cee0471ef19643d5289cf1116fe4c0aa296e8682.mrueg@gentoo> (raw)
commit: cee0471ef19643d5289cf1116fe4c0aa296e8682
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 00:14:40 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 00:14:40 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee0471e
app-forensics/sleuthkit: Remove vulnerable
Package-Manager: portage-2.2.20.1
app-forensics/sleuthkit/Manifest | 1 -
app-forensics/sleuthkit/sleuthkit-4.0.1.ebuild | 42 --------------------------
2 files changed, 43 deletions(-)
diff --git a/app-forensics/sleuthkit/Manifest b/app-forensics/sleuthkit/Manifest
index 21febf5..b0cdb7f 100644
--- a/app-forensics/sleuthkit/Manifest
+++ b/app-forensics/sleuthkit/Manifest
@@ -1,4 +1,3 @@
-DIST sleuthkit-4.0.1.tar.gz 7488397 SHA256 719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12 SHA512 34de46671c575a61e169af524a8c92701731b58a3f9717a22639b99cab6fd5ac84fe912e699169b5a8bb546816d464370d0e3fa55e714898dd4ca94c7fa907fe WHIRLPOOL df41455499a4a29ffd1efa61925b7d491d1e253c2761e1d8026df41d6620719269954f7fd851a30744ed90816e1ec9e7ccec6dc8d46990e9b20177fb1b6116a1
DIST sleuthkit-4.0.2.tar.gz 7577570 SHA256 112f80fbc6a868c18c7a924f756b35c79eed9d0cc8923a4f973646f00e546e62 SHA512 acf1d6006db3e75675eb769034ea78fd78133ac0f83c9caa74ec720c0dd25f95fb1a5df2c652027eeeac53e1fca6a3096b5248db95e3a01ce95e72e779e44f37 WHIRLPOOL 72ba21e2b89c6b06974612041c9374e3f306237312328c375d012197409a02fcaa1abc120189d28a8261cabbbd1d6c37b3b14431c47b008f06d43a7c6d9ea612
DIST sleuthkit-4.1.0.tar.gz 7974564 SHA256 b410428df2e1b253fa23ce6a299d059d8c2650bf9c602f7b80c0f4ce1368c36a SHA512 1cfa96bd3746c59c92c3e3f07f5f3f0f6896239bcaec012c43958654bb63794ecf9d7bd28bb9b4ab939558f4b27f03cd87f645ea91a8f9cfbb9037df93ef5223 WHIRLPOOL 20856982b77ecbdd1ed3b7c147e4340461830f0238ba7cdc17da3159f5a666df5b3d490760699d25d2896289c811f615ffb4160d163f9917f09e57a37ff26a21
DIST sleuthkit-4.1.2.tar.gz 7990136 SHA256 58253b35c016083558fb581308f4a3baf884229de89eb84ddbfb977ed56600d3 SHA512 1f64acf42e86adf275bcd86c63c097210a498ac34ce69e64b3c120d86dffae65b5d57ed9618692dd510f637e940a48a60912dd57c8de840bf3a2b4428baabab8 WHIRLPOOL 1298a345416bec11564007c41474010cbddc26289aee025f31ecd2b7069f0d16ca81eeb07a292e38d91d6b34c3a891fad8a2f4b42bfd4df96053469d25dc8c65
diff --git a/app-forensics/sleuthkit/sleuthkit-4.0.1.ebuild b/app-forensics/sleuthkit/sleuthkit-4.0.1.ebuild
deleted file mode 100644
index 1dd8459..0000000
--- a/app-forensics/sleuthkit/sleuthkit-4.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils autotools
-
-DESCRIPTION="A collection of file system and media management forensic analysis tools"
-HOMEPAGE="http://www.sleuthkit.org/sleuthkit/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 IBM"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
-IUSE="aff ewf static-libs"
-
-DEPEND="dev-db/sqlite:3
- ewf? ( app-forensics/libewf )
- aff? ( app-forensics/afflib )"
-RDEPEND="${DEPEND}
- dev-perl/DateManip"
-
-DOCS=( NEWS.txt README.txt )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-4.0.0-system-sqlite.patch
- epatch "${FILESDIR}"/${PN}-3.2.3-tools-shared-libs.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with aff afflib) \
- $(use_with ewf libewf) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-}
next reply other threads:[~2015-08-28 0:15 UTC|newest]
Thread overview: 67+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-28 0:14 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-08-11 17:38 [gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/ Michał Górny
2017-08-16 3:07 Göktürk Yüksek
2017-08-16 3:07 Göktürk Yüksek
2017-08-16 22:53 Göktürk Yüksek
2017-11-08 23:53 Göktürk Yüksek
2017-11-08 23:56 Göktürk Yüksek
2017-11-09 0:06 Göktürk Yüksek
2017-11-29 11:19 Agostino Sarubbo
2017-11-29 18:52 Thomas Deutschmann
2018-03-03 22:16 Sergei Trofimovich
2018-04-04 11:24 Göktürk Yüksek
2018-04-22 19:18 Matt Turner
2018-11-29 18:00 Göktürk Yüksek
2018-12-19 17:08 Göktürk Yüksek
2019-01-24 20:18 Göktürk Yüksek
2019-06-05 0:02 Göktürk Yüksek
2019-08-05 4:43 Göktürk Yüksek
2019-08-05 4:43 Göktürk Yüksek
2019-10-15 23:21 Göktürk Yüksek
2020-01-25 0:54 Göktürk Yüksek
2020-05-06 0:07 Göktürk Yüksek
2020-05-06 0:51 Göktürk Yüksek
2020-05-09 19:43 Sergei Trofimovich
2020-06-09 13:45 Agostino Sarubbo
2020-06-09 13:49 Agostino Sarubbo
2020-06-09 13:53 Agostino Sarubbo
2020-06-18 2:46 Aaron Bauman
2020-06-20 1:11 Aaron Bauman
2020-11-25 2:29 Göktürk Yüksek
2020-11-26 3:26 Göktürk Yüksek
2021-06-23 8:13 Miroslav Šulc
2021-06-23 8:13 Miroslav Šulc
2021-06-23 8:13 Miroslav Šulc
2021-06-23 8:13 Miroslav Šulc
2021-06-23 8:13 Miroslav Šulc
2021-06-23 15:41 Göktürk Yüksek
2021-08-09 23:16 Göktürk Yüksek
2021-08-09 23:16 Göktürk Yüksek
2021-08-09 23:16 Göktürk Yüksek
2021-08-09 23:53 Göktürk Yüksek
2021-08-10 6:42 Agostino Sarubbo
2021-08-10 15:36 Agostino Sarubbo
2021-08-11 6:43 Agostino Sarubbo
2022-02-16 2:53 Göktürk Yüksek
2022-05-09 18:58 Florian Schmaus
2022-05-09 18:58 Florian Schmaus
2022-05-09 18:58 Florian Schmaus
2022-06-08 8:42 Agostino Sarubbo
2022-06-08 8:44 Agostino Sarubbo
2022-06-08 8:46 Agostino Sarubbo
2022-06-09 6:45 Sam James
2022-09-06 12:50 Agostino Sarubbo
2022-09-06 12:51 Agostino Sarubbo
2022-09-07 6:51 Jakov Smolić
2023-06-27 4:11 Göktürk Yüksek
2023-06-27 4:11 Göktürk Yüksek
2024-01-07 7:52 Göktürk Yüksek
2024-07-30 18:00 Arthur Zamarin
2024-07-30 18:00 Arthur Zamarin
2024-07-30 23:44 Jakov Smolić
2024-08-05 7:19 Göktürk Yüksek
2024-08-05 7:26 Göktürk Yüksek
2024-09-05 12:22 Sam James
2024-09-05 12:22 Sam James
2024-09-11 14:15 Sam James
2024-09-11 17:47 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440720880.cee0471ef19643d5289cf1116fe4c0aa296e8682.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox