Package Details: libvshadow 20140323-1

Package Base: libvshadow
Description: Collection of digital forensics tools to analyze and mount Windows Volume Shadow copies
Upstream URL: https://code.google.com/p/libvshadow/
Category: system
Licenses: Lesser GPL
Submitter: jskier
Maintainer: None
Last Packager: None
Votes: 0
First Submitted: 2013-01-17 17:14
Last Updated: 2014-03-24 23:22

Latest Comments

Comment by jskier

2015-03-05 14:40

No need to host the old version, this is now hosted at git hub: https://github.com/libyal/libvshadow
When I have time I'll do a git package for it, unless someone else wants to jump on it. I orphaned this because that was requested.

Comment by pinguimfu

2015-03-05 12:22

Source out of date (404 on download)

Download Link Follows with new PKGBUILD script updated to another source of the same file (MD5 Match checked) source: http://distfiles.lesslinux.org/

https://mega.co.nz/#!ld4xUYRB!iJc4-eatwxxMkevQW7NQbN_C3diwCWxFuuftZy9pksw

Comment by pinguimfu

2015-03-05 12:22

Source out of date (404 on download)

Download Link Follows with new PKGBUILD script updated to another source of the same file (MD5 Match checked) source: http://distfiles.lesslinux.org/

https://mega.co.nz/#!ld4xUYRB!iJc4-eatwxxMkevQW7NQbN_C3diwCWxFuuftZy9pksw

Comment by pmedina

2014-12-10 18:23

Here is the PKKBUILD I used.

---------------------------------------------------------------

pkgname=libvshadow
pkgver=20141023
pkgrel=1
pkgdesc="Collection of digital forensics tools to analyze and mount Windows Volume Shadow copies"
url="https://github.com/libyal/libvshadow"
license=('Lesser GPL')
arch=('i686' 'x86_64')
depends=('fuse' 'python')
options=()
source=(https://github.com/libyal/${pkgname}/releases/download/${pkgver}/${pkgname}-alpha-${pkgver}.tar.gz)
md5sums=('28fde897cb920b4f81060b6881f6ab41')

build() {
cd "$srcdir"/${pkgname}-${pkgver}
./configure --prefix=/usr
make
}

package() {
cd "$srcdir"/${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
---------------------------------------------------------------
$ /usr/bin/vshadowinfo -V
vshadowinfo 20141023

Comment by pmedina

2014-12-10 16:19

Got a download error;

curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading libvshadow-alpha-20140323.tar.gz
Aborting...

Comment by jskier

2014-03-24 23:22

Thanks, fixed DL link and updated.

Comment by bf_x

2014-03-24 22:42

DL link is 404