summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-forensics/sleuthkit: drop vulnerableAaron Bauman2020-06-196-1396/+0
| | | | | | Bug: https://bugs.gentoo.org/690194 Bug: https://bugs.gentoo.org/711930 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-forensics/sleuthkit: drop vulnerableAaron Bauman2020-06-172-170/+0
| | | | | Bug: https://bugs.gentoo.org/661160 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-forensics/sleuthkit: x86 stable wrt bug #721154Agostino Sarubbo2020-06-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/sleuthkit: ppc stable wrt bug #721154Agostino Sarubbo2020-06-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/sleuthkit: amd64 stable wrt bug #721154Agostino Sarubbo2020-06-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/sleuthkit: stable 4.9.0 for hppa, bug #721154Rolf Eike Beer2020-05-091-1/+1
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-forensics/sleuthkit: remove '-Werror' from MakefilesGöktürk Yüksek2020-05-051-0/+5
| | | | | | Closes: https://bugs.gentoo.org/713666 Package-Manager: Portage-2.3.69, Repoman-2.3.14 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: bump to 4.9.0Göktürk Yüksek2020-05-052-0/+300
| | | | | | Bug: https://bugs.gentoo.org/711930 Package-Manager: Portage-2.3.69, Repoman-2.3.14 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: bump to 4.8.0Göktürk Yüksek2020-01-242-0/+294
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-115-1/+6
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-forensics/sleuthkit: bump to 4.7.0Göktürk Yüksek2019-10-152-0/+289
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: bump to 4.6.7Göktürk Yüksek2019-08-052-0/+269
| | | | | | | | Also, start using the upstream libewf fork on Github, instead of the tarball hosted in my devspace. Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: bump to 4.6.6Göktürk Yüksek2019-08-052-0/+271
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: force libewf to link against local depsGöktürk Yüksek2019-06-041-0/+14
| | | | | | | | | | | | | We bundle a legacy version of libewf since that's the only version the upstream officially supports. It should link against the cross platform libc* libraries supplied in the tarball and not use the system ones. Currently, this has no visible impact for Gentoo users as aformentioned libraries do not exist in the tree yet. Suggested-by: Anton Bolshakov <blshkv@pentoo.ch> Closes: https://bugs.gentoo.org/677252 Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: remove old 4.6.0 and 4.6.4Göktürk Yüksek2019-01-244-568/+0
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: bump to 4.6.5Göktürk Yüksek2019-01-242-0/+256
| | | | | | | | Also addresses CVE-2018-19497. Bug: https://bugs.gentoo.org/661160 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: handle automagic detection of libewf #672502Göktürk Yüksek2018-12-192-9/+5
| | | | | | Closes: https://bugs.gentoo.org/672502 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-forensics/sleuthkit: backport fix for CVE-2018-19497 to 4.6.4Göktürk Yüksek2018-11-292-0/+84
| | | | | | | Bug: https://bugs.gentoo.org/661160 Bug: https://github.com/sleuthkit/sleuthkit/pull/1374 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-forensics/sleuthkit: fix failure due to non-existing ivy home #672220Göktürk Yüksek2018-11-291-0/+3
| | | | | | | | | | We do not need ivy because the dependency management is done in the ebuild. However, the build fails without an existing ivy home. Set it to ${T} to fix the issue. Closes: https://bugs.gentoo.org/672220 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-forensics/sleuthkit: bump to 4.6.4Göktürk Yüksek2018-11-283-0/+314
| | | | | | | | | | | - Add support for dev-db/postgresql via 'postgres' USE flag - Strip the version in the sleuthkit jar file name when installing as per eclass recommendation - Fix the regex in src_install (Buggy version worked fine for previous versions, no user visible breakage) Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-forensics/sleuthkit: clean up old & vulnerable #629352Göktürk Yüksek2018-04-238-280/+0
| | | | | Bug: https://bugs.gentoo.org/629352 Package-Manager: Portage-2.3.27, Repoman-2.3.9
* app-forensics/sleuthkit-4.5.0: hppa stable, bug 629352Matt Turner2018-04-221-1/+1
|
* app-forensics/sleuthkit: bump to 4.6.0Göktürk Yüksek2018-04-042-0/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bump starts to bundle libewf since app-forensics/libewf is about to get treecleaned (see #547418). The upstream only supports libewf version 20130128[0], which is not available in the tree. Because they haven't clarified the supported libewf versions until recently, we have been depending on any version and it's been causing build failures (see #607968). Although there are compatibility patches to support later versions of libewf in tsk, they are not supported by upstream. There's little to no expactation of tsk updating its code to use the latest libewf since they've forked the version 20130128[1]. In terms of stability, 20130128 was marked stable in Gentoo at some point[2]. There are no known security vulnerabilities. If in the future the upstream fork diverges, we can add it to the tree as a new package and establish a proper dependency relationship. Note though that the ewf USE flag is masked by treecleanears[3], so this change currently has no visible impact on users. [0] https://github.com/sleuthkit/sleuthkit/blob/sleuthkit-4.6.0/INSTALL.txt#L44 [1] https://github.com/sleuthkit/libewf_64bit [2] https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-forensics/libewf/libewf-20130128.ebuild?revision=1.6&view=markup [3] https://gitweb.gentoo.org/repo/gentoo.git/tree/profiles/base/package.use.mask?id=f103062521b15cddc67a822a7a25640d3fbab76a#n65 Bug: https://bugs.gentoo.org/547418 Bug: https://bugs.gentoo.org/607968 Package-Manager: Portage-2.3.27, Repoman-2.3.9
* app-forensics/sleuthkit: stable 4.5.0 for ppc, bug #629352Sergei Trofimovich2018-03-031-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* app-forensics/*: Update Manifest hashesMichał Górny2017-12-091-5/+5
|
* app-forensics/sleuthkit: remove unused patchMichael Mair-Keimberger2017-12-051-29/+0
|
* app-forensics/sleuthkit: x86 stable (bug #629352)Thomas Deutschmann2017-11-291-1/+1
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* app-forensics/sleuthkit: amd64 stable wrt bug #629352Agostino Sarubbo2017-11-292-2/+2
| | | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-forensics/sleuthkit: add subslots information to the metadataGöktürk Yüksek2017-11-081-0/+3
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.2
* app-forensics/sleuthkit: remove vulnerable version 4.4.2 #629352Göktürk Yüksek2017-11-082-176/+0
| | | | | | | | This version is vulnerable to the following CVEs: CVE-2017-13755, CVE-2017-13756, CVE-2017-13760 Bug: https://bugs.gentoo.org/629352 Package-Manager: Portage-2.3.8, Repoman-2.3.2
* app-forensics/sleuthkit: bump to 4.5.0Göktürk Yüksek2017-11-082-0/+169
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.2
* app-forensics/sleuthkit: fix the conditional logic on doc use flagGöktürk Yüksek2017-08-161-1/+3
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-forensics/sleuthkit: add github remoteGöktürk Yüksek2017-08-151-0/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-forensics/sleuthkit: take over maintainershipGöktürk Yüksek2017-08-151-1/+4
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-forensics/sleuthkit: bump to 4.4.2, add use flags for doc, java, zlib, testGöktürk Yüksek2017-08-153-0/+204
| | | | | | | The java USE flag is package.use.mask'ed on PPC and HPPA as java isn't available on those arches. Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-forensics/sleuthkit: Remove forensics@ project, #626500Michał Górny2017-08-111-4/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-forensics/sleuthkit: Fix dependency on dev-perl/Date-ManipKent Fredric2016-03-114-8/+8
| | | | Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* app-forensics/sleuthkit: Remove vulnerableManuel Rüger2015-08-282-43/+0
| | | | Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0811-0/+394
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed