[Forensics-changes] [SCM] debian-forensics/libewf branch, upstream, updated. upstream/20091114-1-gaa13d61

Cristian Greco cristian at regolo.cc
Tue Dec 1 00:53:42 UTC 2009


The following commit has been merged in the upstream branch:
commit aa13d610985b998f2089058eb7a61734b8357117
Author: Cristian Greco <cristian at regolo.cc>
Date:   Tue Dec 1 01:48:38 2009 +0100

    Imported Upstream version 20091128

diff --git a/common/byte_stream.h b/common/byte_stream.h
index 49826b5..b589205 100644
--- a/common/byte_stream.h
+++ b/common/byte_stream.h
@@ -84,7 +84,7 @@ typedef union byte_stream_float64
 	value <<= 8; \
 	value  |= ( byte_stream )[ 3 ]; \
 	value <<= 8; \
-	value   = ( byte_stream )[ 4 ]; \
+	value  |= ( byte_stream )[ 4 ]; \
 	value <<= 8; \
 	value  |= ( byte_stream )[ 5 ]; \
 	value <<= 8; \
@@ -101,7 +101,7 @@ typedef union byte_stream_float64
 	value <<= 8; \
 	value  |= ( byte_stream )[ 4 ]; \
 	value <<= 8; \
-	value   = ( byte_stream )[ 3 ]; \
+	value  |= ( byte_stream )[ 3 ]; \
 	value <<= 8; \
 	value  |= ( byte_stream )[ 2 ]; \
 	value <<= 8; \
diff --git a/common/config.h b/common/config.h
index 57952c4..57a0b8a 100644
--- a/common/config.h
+++ b/common/config.h
@@ -423,13 +423,13 @@
 #define PACKAGE_NAME "libewf"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libewf 20091114"
+#define PACKAGE_STRING "libewf 20091128"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libewf"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20091114"
+#define PACKAGE_VERSION "20091128"
 
 /* The size of `off_t', as computed by sizeof. */
 #define SIZEOF_OFF_T 8
@@ -453,7 +453,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "20091114"
+#define VERSION "20091128"
 
 /* Number of bits in a file offset, on hosts where this is settable. */
 /* #undef _FILE_OFFSET_BITS */
diff --git a/configure b/configure
index 9b1247b..58f19d2 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for libewf 20091114.
+# Generated by GNU Autoconf 2.63 for libewf 20091128.
 #
 # Report bugs to <forensics at hoffmannbv.nl>.
 #
@@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='libewf'
 PACKAGE_TARNAME='libewf'
-PACKAGE_VERSION='20091114'
-PACKAGE_STRING='libewf 20091114'
+PACKAGE_VERSION='20091128'
+PACKAGE_STRING='libewf 20091128'
 PACKAGE_BUGREPORT='forensics at hoffmannbv.nl'
 
 ac_unique_file="include/libewf.h.in"
@@ -1537,7 +1537,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libewf 20091114 to adapt to many kinds of systems.
+\`configure' configures libewf 20091128 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1607,7 +1607,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libewf 20091114:";;
+     short | recursive ) echo "Configuration of libewf 20091128:";;
    esac
   cat <<\_ACEOF
 
@@ -1721,7 +1721,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libewf configure 20091114
+libewf configure 20091128
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1735,7 +1735,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libewf $as_me 20091114, which was
+It was created by libewf $as_me 20091128, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -2587,7 +2587,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=libewf
- VERSION=20091114
+ VERSION=20091128
 
 
 cat >>confdefs.h <<_ACEOF
@@ -38114,7 +38114,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libewf $as_me 20091114, which was
+This file was extended by libewf $as_me 20091128, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -38177,7 +38177,7 @@ Report bugs to <bug-autoconf at gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_version="\\
-libewf config.status 20091114
+libewf config.status 20091128
 configured by $0, generated by GNU Autoconf 2.63,
   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/configure.ac b/configure.ac
index 555e9ba..ea3f62c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ( 2.59 )
 
 AC_INIT(
  [libewf],
- [20091114],
+ [20091128],
  [forensics at hoffmannbv.nl])
 
 AC_CONFIG_SRCDIR(
@@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR(
 
 AM_INIT_AUTOMAKE(
  [libewf],
- [20091114])
+ [20091128])
 
 AC_CONFIG_MACRO_DIR([m4])
 
diff --git a/include/libewf/definitions.h b/include/libewf/definitions.h
index a185004..0a906c2 100644
--- a/include/libewf/definitions.h
+++ b/include/libewf/definitions.h
@@ -25,11 +25,11 @@
 
 #include <libewf/types.h>
 
-#define LIBEWF_VERSION				20091114
+#define LIBEWF_VERSION				20091128
 
 /* The libewf version string
  */
-#define LIBEWF_VERSION_STRING			"20091114"
+#define LIBEWF_VERSION_STRING			"20091128"
 
 /* The libewf file access
  * bit 1	set to 1 for read access
diff --git a/libewf.pc b/libewf.pc
index e98d29f..39a44da 100644
--- a/libewf.pc
+++ b/libewf.pc
@@ -5,7 +5,7 @@ includedir=${prefix}/include
 
 Name: libewf
 Description: Library to support the Expert Witness Compression Format (EWF)
-Version: 20091114
+Version: 20091128
 Libs: -L${libdir} -lewf
 Libs.private: -lz  
 Cflags: -I${includedir}
diff --git a/libewf.spec b/libewf.spec
index dd41c51..6528830 100644
--- a/libewf.spec
+++ b/libewf.spec
@@ -1,5 +1,5 @@
 Name: libewf
-Version: 20091114
+Version: 20091128
 Release: 1
 Summary: Library to support the Expert Witness Compression Format
 Group: System Environment/Libraries
diff --git a/libewf/libewf_definitions.h b/libewf/libewf_definitions.h
index fa2985a..d1df08a 100644
--- a/libewf/libewf_definitions.h
+++ b/libewf/libewf_definitions.h
@@ -37,11 +37,11 @@
 #include <libewf/definitions.h>
 
 #else
-#define LIBEWF_VERSION				20091114
+#define LIBEWF_VERSION				20091128
 
 /* The libewf version string
  */
-#define LIBEWF_VERSION_STRING			"20091114"
+#define LIBEWF_VERSION_STRING			"20091128"
 
 /* The libewf file access
  * bit 1	set to 1 for read access
diff --git a/macosx/Introduction.rtf b/macosx/Introduction.rtf
index bb0cbfd..773a821 100644
--- a/macosx/Introduction.rtf
+++ b/macosx/Introduction.rtf
@@ -4,4 +4,4 @@
 \margl1440\margr1440\vieww9880\viewh13400\viewkind0
 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural
 
-\f0\fs24 \cf0 This will install a universal build of libewf 20091114 and the ewftools.}
+\f0\fs24 \cf0 This will install a universal build of libewf 20091128 and the ewftools.}

-- 
debian-forensics/libewf



More information about the forensics-changes mailing list