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.
Search Criteria
Package Details: libvshadow 20140323-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-03-05)
| 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: | |
| Submitter: | jskier |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2013-01-17 17:14 |
| Last Updated: | 2014-03-24 23:22 |
Required by (0)
Sources
Latest Comments
Comment by jskier
Comment by pinguimfu
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
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
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
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
Thanks, fixed DL link and updated.
Comment by bf_x
DL link is 404