From 704984a2f1f06674606848b1c24e6b388cc09b0b Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Mon, 11 Mar 2013 19:29:52 -0400 Subject: libraries/libewf: Updated for version 20130303. Signed-off-by: dsomero --- libraries/libewf/README | 21 +++++++++++++++++++++ libraries/libewf/libewf.SlackBuild | 7 +++---- libraries/libewf/libewf.info | 8 ++++---- libraries/libewf/slack-desc | 14 +++++++------- 4 files changed, 35 insertions(+), 15 deletions(-) (limited to 'libraries/libewf') diff --git a/libraries/libewf/README b/libraries/libewf/README index 06c3529661..f25fa533e6 100644 --- a/libraries/libewf/README +++ b/libraries/libewf/README @@ -3,3 +3,24 @@ Format (EWF). libewf allows you to read media information of EWF files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format. libewf allows reading files created by EnCase 1 to 6, linen and FTK Imager. + +Read or write supported EWF formats: + + - SMART .s01 (EWF-S01) + - EnCase .E01 (EWF-E01) + + +Not supported: + + - .Ex01 (EWF2-Ex01) bzip2 compression (work in progress) + - .Ex01 (EWF2-Ex01) encryption + +Read-only supported EWF formats: + + Logical Evidence File (LEF) .L01 (EWF-L01) and .Lx01 (EWF2-Lx01) + +Other features: + + - empty-block compression + - read/write access using delta (or shadow) files + - write resume diff --git a/libraries/libewf/libewf.SlackBuild b/libraries/libewf/libewf.SlackBuild index e710d2ab1a..5406c77036 100644 --- a/libraries/libewf/libewf.SlackBuild +++ b/libraries/libewf/libewf.SlackBuild @@ -22,10 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Updated v20100226 July 2010 Barry J. Grundy $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/libraries/libewf/libewf.info b/libraries/libewf/libewf.info index c83d63bc05..35ba29ef58 100644 --- a/libraries/libewf/libewf.info +++ b/libraries/libewf/libewf.info @@ -1,8 +1,8 @@ PRGNAM="libewf" -VERSION="20100226" -HOMEPAGE="http://sourceforge.net/projects/libewf/" -DOWNLOAD="http://downloads.sourceforge.net/project/libewf/libewf/libewf-20100226/libewf-20100226.tar.gz" -MD5SUM="a697d629bb74df1fa68f22658634fdb9" +VERSION="20130303" +HOMEPAGE="http://code.google.com/p/libewf/" +DOWNLOAD="http://libewf.googlecode.com/files/libewf-20130303.tar.gz" +MD5SUM="adbdffca0edc7f8d30748a9009a5a2ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/libraries/libewf/slack-desc b/libraries/libewf/slack-desc index 7b15916cbc..fc065bec0c 100644 --- a/libraries/libewf/slack-desc +++ b/libraries/libewf/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| libewf: libewf (Expert Witness Compression Format support library) @@ -11,9 +11,9 @@ libewf: libewf: libewf is library for support of the Expert Witness Compression libewf: Format (EWF). libewf allows you to read media information of EWF libewf: files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format. -libewf: libewf allows reading of files created by EnCase 1 to 6, linen and +libewf: libewf allows reading of files created by EnCase 1 to 6, linen and libewf: FTK Imager. libewf: -libewf: Homepage: http://sourceforge.net/projects/libewf/ +libewf: Homepage: http://code.google.com/p/libewf/ libewf: libewf: -- cgit v1.2.3-65-gdbad