[arch-commits] Commit in sleuthkit/repos (8 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Wed Jan 18 19:06:57 UTC 2017
Date: Wednesday, January 18, 2017 @ 19:06:57
Author: jlichtblau
Revision: 207907
archrelease: copy trunk to community-i686, community-x86_64
Added:
sleuthkit/repos/community-i686/PKGBUILD
(from rev 207906, sleuthkit/trunk/PKGBUILD)
sleuthkit/repos/community-i686/sleuthkit.changelog
(from rev 207906, sleuthkit/trunk/sleuthkit.changelog)
sleuthkit/repos/community-x86_64/PKGBUILD
(from rev 207906, sleuthkit/trunk/PKGBUILD)
sleuthkit/repos/community-x86_64/sleuthkit.changelog
(from rev 207906, sleuthkit/trunk/sleuthkit.changelog)
Deleted:
sleuthkit/repos/community-i686/PKGBUILD
sleuthkit/repos/community-i686/sleuthkit.changelog
sleuthkit/repos/community-x86_64/PKGBUILD
sleuthkit/repos/community-x86_64/sleuthkit.changelog
--------------------------------------+
/PKGBUILD | 68 +++++++++++++++++++++++++++++++++
/sleuthkit.changelog | 58 ++++++++++++++++++++++++++++
community-i686/PKGBUILD | 34 ----------------
community-i686/sleuthkit.changelog | 26 ------------
community-x86_64/PKGBUILD | 34 ----------------
community-x86_64/sleuthkit.changelog | 26 ------------
6 files changed, 126 insertions(+), 120 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-01-18 19:06:42 UTC (rev 207906)
+++ community-i686/PKGBUILD 2017-01-18 19:06:57 UTC (rev 207907)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-
-pkgname=sleuthkit
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url="http://www.sleuthkit.org/sleuthkit"
-license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
-depends=('perl' 'libewf')
-changelog=$pkgname.changelog
-source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier <carrier at sleuthkit.org>
-sha256sums=('989c69183e4b7bec3734642538802cdcabe346a6dcad31cde45eebcb9bfc191f'
- 'SKIP')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-
-#licenses
- install -d "${pkgdir}"/usr/share/licenses/${pkgname}
- install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: sleuthkit/repos/community-i686/PKGBUILD (from rev 207906, sleuthkit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-18 19:06:57 UTC (rev 207907)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=sleuthkit
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url="http://www.sleuthkit.org/sleuthkit"
+license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
+depends=('perl' 'libewf')
+changelog=$pkgname.changelog
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier <carrier at sleuthkit.org>
+sha256sums=('7d252562622f657001e080777c5fe1fd919b952fa3d658c86a62e57b6ad70f57'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+
+#licenses
+ install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+ install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}
Deleted: community-i686/sleuthkit.changelog
===================================================================
--- community-i686/sleuthkit.changelog 2017-01-18 19:06:42 UTC (rev 207906)
+++ community-i686/sleuthkit.changelog 2017-01-18 19:06:57 UTC (rev 207907)
@@ -1,26 +0,0 @@
-2016-09-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.3.0-1
-
-2015-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.2.0-1
-
-2015-03-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.1.3-3 libewf as dependency
-
-2014-02-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 3.2.3-1
Copied: sleuthkit/repos/community-i686/sleuthkit.changelog (from rev 207906, sleuthkit/trunk/sleuthkit.changelog)
===================================================================
--- community-i686/sleuthkit.changelog (rev 0)
+++ community-i686/sleuthkit.changelog 2017-01-18 19:06:57 UTC (rev 207907)
@@ -0,0 +1,29 @@
+2017-01-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.4.0-1
+
+2016-09-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.3.0-1
+
+2015-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.2.0-1
+
+2015-03-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.1.3-3 libewf as dependency
+
+2014-02-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.1.3-1
+
+2013-12-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.1.2-2 static library removed
+
+2013-10-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.1.2-1
+
+2013-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 3.2.3-1
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-01-18 19:06:42 UTC (rev 207906)
+++ community-x86_64/PKGBUILD 2017-01-18 19:06:57 UTC (rev 207907)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-
-pkgname=sleuthkit
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url="http://www.sleuthkit.org/sleuthkit"
-license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
-depends=('perl' 'libewf')
-changelog=$pkgname.changelog
-source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier <carrier at sleuthkit.org>
-sha256sums=('989c69183e4b7bec3734642538802cdcabe346a6dcad31cde45eebcb9bfc191f'
- 'SKIP')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-
-#licenses
- install -d "${pkgdir}"/usr/share/licenses/${pkgname}
- install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: sleuthkit/repos/community-x86_64/PKGBUILD (from rev 207906, sleuthkit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-01-18 19:06:57 UTC (rev 207907)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=sleuthkit
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url="http://www.sleuthkit.org/sleuthkit"
+license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
+depends=('perl' 'libewf')
+changelog=$pkgname.changelog
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier <carrier at sleuthkit.org>
+sha256sums=('7d252562622f657001e080777c5fe1fd919b952fa3d658c86a62e57b6ad70f57'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+
+#licenses
+ install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+ install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}
Deleted: community-x86_64/sleuthkit.changelog
===================================================================
--- community-x86_64/sleuthkit.changelog 2017-01-18 19:06:42 UTC (rev 207906)
+++ community-x86_64/sleuthkit.changelog 2017-01-18 19:06:57 UTC (rev 207907)
@@ -1,26 +0,0 @@
-2016-09-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.3.0-1
-
-2015-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.2.0-1
-
-2015-03-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.1.3-3 libewf as dependency
-
-2014-02-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
- * sleuthkit 3.2.3-1
Copied: sleuthkit/repos/community-x86_64/sleuthkit.changelog (from rev 207906, sleuthkit/trunk/sleuthkit.changelog)
===================================================================
--- community-x86_64/sleuthkit.changelog (rev 0)
+++ community-x86_64/sleuthkit.changelog 2017-01-18 19:06:57 UTC (rev 207907)
@@ -0,0 +1,29 @@
+2017-01-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.4.0-1
+
+2016-09-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.3.0-1
+
+2015-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.2.0-1
+
+2015-03-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.1.3-3 libewf as dependency
+
+2014-02-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.1.3-1
+
+2013-12-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.1.2-2 static library removed
+
+2013-10-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.1.2-1
+
+2013-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * sleuthkit 3.2.3-1
More information about the arch-commits
mailing list