Hello community,

here is the log from the commit of package libcfile for openSUSE:Factory 
checked in at 2013-11-07 08:40:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcfile (Old)
 and      /work/SRC/openSUSE:Factory/.libcfile.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcfile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcfile/libcfile.changes        2013-07-31 
17:23:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcfile.new/libcfile.changes   2013-11-07 
08:40:21.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Oct 23 22:35:11 UTC 2013 - [email protected]
+
+- update to v0~20130809
+       * bug fix for file access behavior
+- update BuildRequires to use factory versions of packages when possible
+
+-------------------------------------------------------------------

Old:
----
  libcfile-alpha-20130609.tar.gz

New:
----
  libcfile-alpha-20130809.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libcfile.spec ++++++
--- /var/tmp/diff_new_pack.pqsVNa/_old  2013-11-07 08:40:21.000000000 +0100
+++ /var/tmp/diff_new_pack.pqsVNa/_new  2013-11-07 08:40:21.000000000 +0100
@@ -18,7 +18,7 @@
 
 Name:           libcfile
 %define lname  libcfile1
-%define timestamp 20130609
+%define timestamp 20130809
 Version:        0~%timestamp
 Release:        0
 Summary:        Library for cross-platform C file functions
@@ -27,14 +27,17 @@
 Url:            http://code.google.com/p/libcfile/
 
 #Git-Clone:    http://code.google.com/p/libcfile
-#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSem41RXpvQkIyZlU/libcfile-alpha-20130609.tar.gz
+#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSem41RXpvQkIyZlU/libcfile-alpha-20130809.tar.gz
 Source:         %{name}-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcerror) >= 0~20130609
-BuildRequires:  pkgconfig(libclocale) >= 0~20130609
+BuildRequires:  pkgconfig(libcerror) >= 20130609
+BuildRequires:  pkgconfig(libcfile) >= 20130809
+BuildRequires:  pkgconfig(libclocale) >= 20130609
 BuildRequires:  pkgconfig(libcnotify) >= 20130103
 # This can cause a build loop.  The internal version should be used.
 #BuildRequires:  pkgconfig(libuna) >= 20120425
+# The below have not been released as standalone packages by upstream
+#BuildRequires:  pkgconfig(libcstring)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ libcfile-alpha-20130609.tar.gz -> libcfile-alpha-20130809.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/ChangeLog 
new/libcfile-20130809/ChangeLog
--- old/libcfile-20130609/ChangeLog     2013-06-09 13:31:03.000000000 +0200
+++ new/libcfile-20130809/ChangeLog     2013-09-08 13:29:40.000000000 +0200
@@ -27,6 +27,10 @@
   multiple of sector size. Any other value will result in error 0x57
   (ERROR_INVALID_PARAMETER).
 
+20130809
+* updated dependencies
+* bug fix for file access behavior
+
 20130609
 * fix in .pc.in file
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/common/Makefile.in 
new/libcfile-20130809/common/Makefile.in
--- old/libcfile-20130609/common/Makefile.in    2013-06-09 13:31:13.000000000 
+0200
+++ new/libcfile-20130809/common/Makefile.in    2013-09-08 13:23:38.000000000 
+0200
@@ -333,7 +333,7 @@
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
        cd $(top_builddir) && $(SHELL) ./config.status common/config.h
-$(srcdir)/config.h.in:  $(am__configure_deps) 
+$(srcdir)/config.h.in:  $(am__configure_deps)
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
        rm -f stamp-h1
        touch $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/common/config.h 
new/libcfile-20130809/common/config.h
--- old/libcfile-20130609/common/config.h       2013-06-09 13:31:22.000000000 
+0200
+++ new/libcfile-20130809/common/config.h       2013-09-08 13:24:36.000000000 
+0200
@@ -378,7 +378,7 @@
 #define PACKAGE_NAME "libcfile"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libcfile 20130609"
+#define PACKAGE_STRING "libcfile 20130809"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libcfile"
@@ -387,7 +387,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20130609"
+#define PACKAGE_VERSION "20130809"
 
 /* The size of `off_t', as computed by sizeof. */
 #define SIZEOF_OFF_T 8
@@ -405,7 +405,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20130609"
+#define VERSION "20130809"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/configure 
new/libcfile-20130809/configure
--- old/libcfile-20130609/configure     2013-06-09 13:31:12.000000000 +0200
+++ new/libcfile-20130809/configure     2013-09-08 13:23:04.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libcfile 20130609.
+# Generated by GNU Autoconf 2.69 for libcfile 20130809.
 #
 # Report bugs to <[email protected]>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libcfile'
 PACKAGE_TARNAME='libcfile'
-PACKAGE_VERSION='20130609'
-PACKAGE_STRING='libcfile 20130609'
+PACKAGE_VERSION='20130809'
+PACKAGE_STRING='libcfile 20130809'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1426,7 +1426,7 @@
   # 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 libcfile 20130609 to adapt to many kinds of systems.
+\`configure' configures libcfile 20130809 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1496,7 +1496,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libcfile 20130609:";;
+     short | recursive ) echo "Configuration of libcfile 20130809:";;
    esac
   cat <<\_ACEOF
 
@@ -1652,7 +1652,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libcfile configure 20130609
+libcfile configure 20130809
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2304,7 +2304,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libcfile $as_me 20130609, which was
+It was created by libcfile $as_me 20130809, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3132,7 +3132,7 @@
 
 # Define the identity of the package.
  PACKAGE='libcfile'
- VERSION='20130609'
+ VERSION='20130809'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -24470,7 +24470,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libcfile $as_me 20130609, which was
+This file was extended by libcfile $as_me 20130809, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -24536,7 +24536,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libcfile config.status 20130609
+libcfile config.status 20130809
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/configure.ac 
new/libcfile-20130809/configure.ac
--- old/libcfile-20130609/configure.ac  2013-06-09 13:30:50.000000000 +0200
+++ new/libcfile-20130809/configure.ac  2013-09-08 13:22:42.000000000 +0200
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libcfile],
- [20130609],
+ [20130809],
  [[email protected]])
 
 AC_CONFIG_SRCDIR(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/dpkg/changelog 
new/libcfile-20130809/dpkg/changelog
--- old/libcfile-20130609/dpkg/changelog        2013-06-09 13:31:22.000000000 
+0200
+++ new/libcfile-20130809/dpkg/changelog        2013-09-08 13:24:35.000000000 
+0200
@@ -1,5 +1,5 @@
-libcfile (20130609-1) unstable; urgency=low
+libcfile (20130809-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <[email protected]>  Sun, 09 Jun 2013 13:31:21 +0200
+ -- Joachim Metz <[email protected]>  Sun, 08 Sep 2013 13:24:35 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/dpkg/copyright 
new/libcfile-20130809/dpkg/copyright
--- old/libcfile-20130609/dpkg/copyright        2013-06-09 13:31:22.000000000 
+0200
+++ new/libcfile-20130809/dpkg/copyright        2013-09-08 13:24:35.000000000 
+0200
@@ -1,6 +1,6 @@
 This work was packaged for Debian by:
 
-    Joachim Metz <[email protected]> on Sun, 09 Jun 2013 13:31:21 +0200
+    Joachim Metz <[email protected]> on Sun, 08 Sep 2013 13:24:35 +0200
 
 It was downloaded from http://code.google.com/p/libcfile/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/include/libcfile/definitions.h 
new/libcfile-20130809/include/libcfile/definitions.h
--- old/libcfile-20130609/include/libcfile/definitions.h        2013-06-09 
13:31:22.000000000 +0200
+++ new/libcfile-20130809/include/libcfile/definitions.h        2013-09-08 
13:24:35.000000000 +0200
@@ -24,11 +24,11 @@
 
 #include <libcfile/types.h>
 
-#define LIBCFILE_VERSION                               20130609
+#define LIBCFILE_VERSION                               20130809
 
 /* The libcfile version string
  */
-#define LIBCFILE_VERSION_STRING                                "20130609"
+#define LIBCFILE_VERSION_STRING                                "20130809"
 
 /* The file access flags
  * bit 1       set to 1 for read access
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcerror/Makefile.in 
new/libcfile-20130809/libcerror/Makefile.in
--- old/libcfile-20130609/libcerror/Makefile.in 2013-06-09 13:31:14.000000000 
+0200
+++ new/libcfile-20130809/libcerror/Makefile.in 2013-09-08 13:23:43.000000000 
+0200
@@ -368,7 +368,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcerror.la: $(libcerror_la_OBJECTS) $(libcerror_la_DEPENDENCIES) 
$(EXTRA_libcerror_la_DEPENDENCIES) 
+libcerror.la: $(libcerror_la_OBJECTS) $(libcerror_la_DEPENDENCIES) 
$(EXTRA_libcerror_la_DEPENDENCIES)
        $(LINK) $(am_libcerror_la_rpath) $(libcerror_la_OBJECTS) 
$(libcerror_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcerror/libcerror_definitions.h 
new/libcfile-20130809/libcerror/libcerror_definitions.h
--- old/libcfile-20130609/libcerror/libcerror_definitions.h     2013-05-09 
14:06:43.000000000 +0200
+++ new/libcfile-20130809/libcerror/libcerror_definitions.h     2013-09-06 
06:51:57.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCERROR_VERSION                              20130509
+#define LIBCERROR_VERSION                              20130904
 
 /* The libcstring version string
  */
-#define LIBCERROR_VERSION_STRING                       "20130509"
+#define LIBCERROR_VERSION_STRING                       "20130904"
 
 /* The error domains
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcerror/libcerror_error.c 
new/libcfile-20130809/libcerror/libcerror_error.c
--- old/libcfile-20130609/libcerror/libcerror_error.c   2013-05-09 
14:06:43.000000000 +0200
+++ new/libcfile-20130809/libcerror/libcerror_error.c   2013-09-06 
06:51:57.000000000 +0200
@@ -290,7 +290,7 @@
                        message_size += LIBCERROR_MESSAGE_INCREMENT_SIZE;
                }
                else if( ( (size_t) print_count >= message_size )
-                     || ( ( internal_error->messages[ message_index ] )[ 
print_count ] != 0 ) )
+                     || ( ( internal_error->messages[ message_index ] )[ 
print_count ] != (libcstring_system_character_t) 0 ) )
                {
                        message_size = (size_t) ( print_count + 1 );
                        print_count  = -1;
@@ -481,13 +481,13 @@
                     internal_error->messages[ message_index ],
                     internal_error->sizes[ message_index ] ) == NULL )
                {
-                       string[ string_index ] = 0;
+                       string[ string_index ] = 
(libcstring_system_character_t) 0;
 
                        return( -1 );
                }
                string_index += internal_error->sizes[ message_index ];
 
-               string[ string_index ] = 0;
+               string[ string_index ] = (libcstring_system_character_t) 0;
 #endif /* defined( LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER ) */
        }
        if( string_index > (size_t) INT_MAX )
@@ -631,13 +631,13 @@
                             internal_error->messages[ message_index ],
                             internal_error->sizes[ message_index ] ) == NULL )
                        {
-                               string[ string_index ] = 0;
+                               string[ string_index ] = 
(libcstring_system_character_t) 0;
 
                                return( -1 );
                        }
                        string_index += internal_error->sizes[ message_index ];
 
-                       string[ string_index ] = 0;
+                       string[ string_index ] = 
(libcstring_system_character_t) 0;
 #endif /* defined( LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER ) */
                }
        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcerror/libcerror_system.c 
new/libcfile-20130809/libcerror/libcerror_system.c
--- old/libcfile-20130609/libcerror/libcerror_system.c  2013-05-09 
14:06:43.000000000 +0200
+++ new/libcfile-20130809/libcerror/libcerror_system.c  2013-09-06 
06:51:57.000000000 +0200
@@ -334,7 +334,7 @@
        {
                return( -1 );
        }
-       string[ string_size - 1 ] = 0;
+       string[ string_size - 1 ] = (libcstring_system_character_t) 0;
 
        string_length = libcstring_system_string_length(
                         string );
@@ -643,7 +643,8 @@
 
        string_index = internal_error->sizes[ message_index ] - 1;
 
-       if( ( internal_error->messages[ message_index ] )[ string_index - 1 ] 
== (libcstring_system_character_t) '.' )
+       if( ( internal_error->messages[ message_index ] != NULL )
+        && ( ( internal_error->messages[ message_index ] )[ string_index - 1 ] 
== (libcstring_system_character_t) '.' ) )
        {
                string_index -= 1;
        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcfile/Makefile.in 
new/libcfile-20130809/libcfile/Makefile.in
--- old/libcfile-20130609/libcfile/Makefile.in  2013-06-09 13:31:14.000000000 
+0200
+++ new/libcfile-20130809/libcfile/Makefile.in  2013-09-08 13:23:39.000000000 
+0200
@@ -444,7 +444,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcfile.la: $(libcfile_la_OBJECTS) $(libcfile_la_DEPENDENCIES) 
$(EXTRA_libcfile_la_DEPENDENCIES) 
+libcfile.la: $(libcfile_la_OBJECTS) $(libcfile_la_DEPENDENCIES) 
$(EXTRA_libcfile_la_DEPENDENCIES)
        $(libcfile_la_LINK) -rpath $(libdir) $(libcfile_la_OBJECTS) 
$(libcfile_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcfile/libcfile.rc 
new/libcfile-20130809/libcfile/libcfile.rc
--- old/libcfile-20130609/libcfile/libcfile.rc  2013-06-09 13:31:22.000000000 
+0200
+++ new/libcfile-20130809/libcfile/libcfile.rc  2013-09-08 13:24:35.000000000 
+0200
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to support cross-platform C 
file functions\0"
-      VALUE "FileVersion",             "20130609" "\0"
+      VALUE "FileVersion",             "20130809" "\0"
       VALUE "InternalName",            "libcfile.dll\0"
       VALUE "LegalCopyright",          "(c) 2008-2013 Joachim Metz 
<[email protected]>\0"
       VALUE "OriginalFilename",                "libcfile.dll\0"
       VALUE "ProductName",             "libcfile\0"
-      VALUE "ProductVersion",          "20130609" "\0"
+      VALUE "ProductVersion",          "20130809" "\0"
       VALUE "Comments",                        "For more information visit 
http://code.google.com/p/libcfile/\0";
     END
   END
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcfile/libcfile_definitions.h 
new/libcfile-20130809/libcfile/libcfile_definitions.h
--- old/libcfile-20130609/libcfile/libcfile_definitions.h       2013-06-09 
13:31:22.000000000 +0200
+++ new/libcfile-20130809/libcfile/libcfile_definitions.h       2013-09-08 
13:24:35.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCFILE_VERSION                               20130609
+#define LIBCFILE_VERSION                               20130809
 
 /* The libcstring version string
  */
-#define LIBCFILE_VERSION_STRING                                "20130609"
+#define LIBCFILE_VERSION_STRING                                "20130809"
 
 /* The file access flags
  * bit 1       set to 1 for read access
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcfile/libcfile_file.c 
new/libcfile-20130809/libcfile/libcfile_file.c
--- old/libcfile-20130609/libcfile/libcfile_file.c      2013-05-09 
14:54:44.000000000 +0200
+++ new/libcfile-20130809/libcfile/libcfile_file.c      2013-09-08 
13:28:51.000000000 +0200
@@ -3590,8 +3590,8 @@
        }
 #endif
        if( ( access_behavior != LIBCFILE_ACCESS_BEHAVIOR_NORMAL )
-        && ( access_behavior == LIBCFILE_ACCESS_BEHAVIOR_RANDOM )
-        && ( access_behavior == LIBCFILE_ACCESS_BEHAVIOR_SEQUENTIAL ) )
+        && ( access_behavior != LIBCFILE_ACCESS_BEHAVIOR_RANDOM )
+        && ( access_behavior != LIBCFILE_ACCESS_BEHAVIOR_SEQUENTIAL ) )
        {
                libcerror_error_set(
                 error,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcfile.spec 
new/libcfile-20130809/libcfile.spec
--- old/libcfile-20130609/libcfile.spec 2013-06-09 13:31:22.000000000 +0200
+++ new/libcfile-20130809/libcfile.spec 2013-09-08 13:24:36.000000000 +0200
@@ -1,5 +1,5 @@
 Name: libcfile
-Version: 20130609
+Version: 20130809
 Release: 1
 Summary: Library to support cross-platform C path functions
 Group: System Environment/Libraries
@@ -55,6 +55,6 @@
 %{_mandir}/man3/*
 
 %changelog
-* Sun Jun  9 2013 Joachim Metz <[email protected]> 20130609-1
+* Sun Sep  8 2013 Joachim Metz <[email protected]> 20130809-1
 - Auto-generated
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libclocale/Makefile.in 
new/libcfile-20130809/libclocale/Makefile.in
--- old/libcfile-20130609/libclocale/Makefile.in        2013-06-09 
13:31:14.000000000 +0200
+++ new/libcfile-20130809/libclocale/Makefile.in        2013-09-08 
13:23:38.000000000 +0200
@@ -371,7 +371,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libclocale.la: $(libclocale_la_OBJECTS) $(libclocale_la_DEPENDENCIES) 
$(EXTRA_libclocale_la_DEPENDENCIES) 
+libclocale.la: $(libclocale_la_OBJECTS) $(libclocale_la_DEPENDENCIES) 
$(EXTRA_libclocale_la_DEPENDENCIES)
        $(LINK) $(am_libclocale_la_rpath) $(libclocale_la_OBJECTS) 
$(libclocale_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcnotify/Makefile.in 
new/libcfile-20130809/libcnotify/Makefile.in
--- old/libcfile-20130609/libcnotify/Makefile.in        2013-06-09 
13:31:14.000000000 +0200
+++ new/libcfile-20130809/libcnotify/Makefile.in        2013-09-08 
13:23:44.000000000 +0200
@@ -369,7 +369,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcnotify.la: $(libcnotify_la_OBJECTS) $(libcnotify_la_DEPENDENCIES) 
$(EXTRA_libcnotify_la_DEPENDENCIES) 
+libcnotify.la: $(libcnotify_la_OBJECTS) $(libcnotify_la_DEPENDENCIES) 
$(EXTRA_libcnotify_la_DEPENDENCIES)
        $(LINK) $(am_libcnotify_la_rpath) $(libcnotify_la_OBJECTS) 
$(libcnotify_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libcstring/Makefile.in 
new/libcfile-20130809/libcstring/Makefile.in
--- old/libcfile-20130609/libcstring/Makefile.in        2013-06-09 
13:31:14.000000000 +0200
+++ new/libcfile-20130809/libcstring/Makefile.in        2013-09-08 
13:23:40.000000000 +0200
@@ -367,7 +367,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcstring.la: $(libcstring_la_OBJECTS) $(libcstring_la_DEPENDENCIES) 
$(EXTRA_libcstring_la_DEPENDENCIES) 
+libcstring.la: $(libcstring_la_OBJECTS) $(libcstring_la_DEPENDENCIES) 
$(EXTRA_libcstring_la_DEPENDENCIES)
        $(LINK) $(am_libcstring_la_rpath) $(libcstring_la_OBJECTS) 
$(libcstring_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/Makefile.in 
new/libcfile-20130809/libuna/Makefile.in
--- old/libcfile-20130609/libuna/Makefile.in    2013-06-09 13:31:14.000000000 
+0200
+++ new/libcfile-20130809/libuna/Makefile.in    2013-09-08 13:23:42.000000000 
+0200
@@ -491,7 +491,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libuna.la: $(libuna_la_OBJECTS) $(libuna_la_DEPENDENCIES) 
$(EXTRA_libuna_la_DEPENDENCIES) 
+libuna.la: $(libuna_la_OBJECTS) $(libuna_la_DEPENDENCIES) 
$(EXTRA_libuna_la_DEPENDENCIES)
        $(LINK) $(am_libuna_la_rpath) $(libuna_la_OBJECTS) $(libuna_la_LIBADD) 
$(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/libuna_base16_stream.c 
new/libcfile-20130809/libuna/libuna_base16_stream.c
--- old/libcfile-20130609/libuna/libuna_base16_stream.c 2013-06-09 
10:43:21.000000000 +0200
+++ new/libcfile-20130809/libuna/libuna_base16_stream.c 2013-09-08 
13:21:55.000000000 +0200
@@ -768,7 +768,6 @@
                return( -1 );
        }
        base16_stream_index = 0;
-       whitespace_size     = 0;
 
        while( base16_stream_index < base16_stream_size )
        {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/libuna_base32_stream.c 
new/libcfile-20130809/libuna/libuna_base32_stream.c
--- old/libcfile-20130609/libuna/libuna_base32_stream.c 2013-06-09 
10:43:21.000000000 +0200
+++ new/libcfile-20130809/libuna/libuna_base32_stream.c 2013-09-08 
13:21:55.000000000 +0200
@@ -60,7 +60,7 @@
        switch( base32_variant & 0x000f0000UL )
        {
                case LIBUNA_BASE32_VARIANT_ALPHABET_NORMAL:
-                       /* A-Z is not a continous range on a EBCDIC based system
+                       /* A-Z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: A-I, J-R, S-Z
                         */
                        if( ( base32_character >= (uint8_t) 'A' )
@@ -103,7 +103,7 @@
                        {
                                *base32_quintet = base32_character - (uint8_t) 
'0';
                        }
-                       /* A-V is not a continous range on a EBCDIC based system
+                       /* A-V is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: A-I, J-R, S-V
                         */
                        else if( ( base32_character >= (uint8_t) 'A' )
@@ -1787,7 +1787,7 @@
                        switch( base32_variant & 0x000f0000UL )
                        {
                                case LIBUNA_BASE32_VARIANT_ALPHABET_NORMAL:
-                                       /* A-Z is not a continous range on a 
EBCDIC based system
+                                       /* A-Z is not a continous range on an 
EBCDIC based system
                                         * it consists of the ranges: A-I, J-R, 
S-Z
                                         */
                                        if( ( base32_stream[ 
base32_stream_index ] >= (uint8_t) 'A' )
@@ -1822,7 +1822,7 @@
                                        {
                                                number_of_characters++;
                                        }
-                                       /* A-V is not a continous range on a 
EBCDIC based system
+                                       /* A-V is not a continous range on an 
EBCDIC based system
                                         * it consists of the ranges: A-I, J-R, 
S-V
                                         */
                                        else if( ( base32_stream[ 
base32_stream_index ] >= (uint8_t) 'A' )
@@ -1891,22 +1891,6 @@
        }
        *byte_stream_size *= 5;
 
-       if( padding_size == 1 )
-       {
-               base32_stream_size -= 1;
-       }
-       else if( padding_size == 3 )
-       {
-               base32_stream_size -= 2;
-       }
-       else if( padding_size == 4 )
-       {
-               base32_stream_size -= 3;
-       }
-       else if( padding_size == 6 )
-       {
-               base32_stream_size -= 4;
-       }
        return( 1 );
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/libuna_base64_stream.c 
new/libcfile-20130809/libuna/libuna_base64_stream.c
--- old/libcfile-20130609/libuna/libuna_base64_stream.c 2013-06-09 
10:43:21.000000000 +0200
+++ new/libcfile-20130809/libuna/libuna_base64_stream.c 2013-09-08 
13:21:55.000000000 +0200
@@ -82,7 +82,7 @@
 
                        return( -1 );
        }
-       /* A-Z is not a continous range on a EBCDIC based system
+       /* A-Z is not a continous range on an EBCDIC based system
         * it consists of the ranges: A-I, J-R, S-Z
         */
        if( ( base64_character >= (uint8_t) 'A' )
@@ -100,7 +100,7 @@
        {
                *base64_sixtet = base64_character - (uint8_t) 'S' + 18;
        }
-       /* a-z is not a continous range on a EBCDIC based system
+       /* a-z is not a continous range on an EBCDIC based system
         * it consists of the ranges: a-i, j-r, s-z
         */
        else if( ( base64_character >= (uint8_t) 'a' )
@@ -1529,8 +1529,6 @@
                                 base64_character1 );
                                break;
                }
-               base64_stream_index -= base64_character_size;
-
                if( base64_character1 == (uint32_t) '=' )
                {
                        libcerror_error_set(
@@ -1684,7 +1682,7 @@
                }
                if( strip_mode == LIBUNA_STRIP_MODE_NON_WHITESPACE )
                {
-                       /* A-Z is not a continous range on a EBCDIC based system
+                       /* A-Z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: A-I, J-R, S-Z
                         */
                        if( ( base64_character1 >= (uint32_t) 'A' )
@@ -1702,7 +1700,7 @@
                        {
                                number_of_characters++;
                        }
-                       /* a-z is not a continous range on a EBCDIC based system
+                       /* a-z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: a-i, j-r, s-z
                         */
                        else if( ( base64_character1 >= (uint32_t) 'a' )
@@ -1991,7 +1989,6 @@
        }
        base64_stream_size -= whitespace_size;
        base64_stream_index = 0;
-       whitespace_size     = 0;
 
        if( ( flags & LIBUNA_BASE64_FLAG_STRIP_WHITESPACE ) == 0 )
        {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/libuna_definitions.h 
new/libcfile-20130809/libuna/libuna_definitions.h
--- old/libcfile-20130609/libuna/libuna_definitions.h   2013-06-09 
10:43:21.000000000 +0200
+++ new/libcfile-20130809/libuna/libuna_definitions.h   2013-09-08 
13:21:55.000000000 +0200
@@ -35,11 +35,11 @@
 #else
 #include <byte_stream.h>
 
-#define LIBUNA_VERSION                                         20130608
+#define LIBUNA_VERSION                                         20130906
 
 /* The libuna version string
  */
-#define LIBUNA_VERSION_STRING                                  "20130608"
+#define LIBUNA_VERSION_STRING                                  "20130906"
 
 /* The endian definitions
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/libuna_unicode_character.c 
new/libcfile-20130809/libuna/libuna_unicode_character.c
--- old/libcfile-20130609/libuna/libuna_unicode_character.c     2013-06-09 
10:43:21.000000000 +0200
+++ new/libcfile-20130809/libuna/libuna_unicode_character.c     2013-09-08 
13:21:55.000000000 +0200
@@ -2975,7 +2975,7 @@
        {
                unicode_character = LIBUNA_UNICODE_REPLACEMENT_CHARACTER;
        }
-       /* A-Z is not a continous range on a EBCDIC based system
+       /* A-Z is not a continous range on an EBCDIC based system
         * it consists of the ranges: A-I, J-R, S-Z
         */
        if( ( unicode_character >= 0x41 )
@@ -2990,7 +2990,7 @@
              && ( unicode_character <= 0x5a ) )
        {
        }
-       /* a-z is not a continous range on a EBCDIC based system
+       /* a-z is not a continous range on an EBCDIC based system
         * it consists of the ranges: a-i, j-r, s-z
         */
        else if( ( unicode_character >= 0x61 )
@@ -3311,7 +3311,7 @@
 
                if( current_byte >= number_of_bytes )
                {
-                       /* A-Z is not a continous range on a EBCDIC based system
+                       /* A-Z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: A-I, J-R, S-Z
                         */
                        if( ( utf7_stream[ *utf7_stream_index ] >= (uint8_t) 
'A' )
@@ -3326,7 +3326,7 @@
                              && ( utf7_stream[ *utf7_stream_index ] <= 
(uint8_t) 'Z' ) )
                        {
                        }
-                       /* a-z is not a continous range on a EBCDIC based system
+                       /* a-z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: a-i, j-r, s-z
                         */
                        else if( ( utf7_stream[ *utf7_stream_index ] >= 
(uint8_t) 'a' )
@@ -3376,7 +3376,7 @@
                                *utf7_stream_index += 1;
                        }
                }
-               /* A-Z is not a continous range on a EBCDIC based system
+               /* A-Z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: A-I, J-R, S-Z
                 */
                else if( ( utf7_stream[ *utf7_stream_index ] >= (uint8_t) 'A' )
@@ -3391,7 +3391,7 @@
                      && ( utf7_stream[ *utf7_stream_index ] <= (uint8_t) 'Z' ) 
)
                {
                }
-               /* a-z is not a continous range on a EBCDIC based system
+               /* a-z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: a-i, j-r, s-z
                 */
                else if( ( utf7_stream[ *utf7_stream_index ] >= (uint8_t) 'a' )
@@ -3765,7 +3765,7 @@
        {
                unicode_character = LIBUNA_UNICODE_REPLACEMENT_CHARACTER;
        }
-       /* A-Z is not a continous range on a EBCDIC based system
+       /* A-Z is not a continous range on an EBCDIC based system
         * it consists of the ranges: A-I, J-R, S-Z
         */
        if( ( unicode_character >= 0x41 )
@@ -3783,7 +3783,7 @@
        {
                unicode_character = ( unicode_character - 0x53 ) + 
(libuna_unicode_character_t) 'S';
        }
-       /* a-z is not a continous range on a EBCDIC based system
+       /* a-z is not a continous range on an EBCDIC based system
         * it consists of the ranges: a-i, j-r, s-z
         */
        else if( ( unicode_character >= 0x61 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/libuna_url_stream.c 
new/libcfile-20130809/libuna/libuna_url_stream.c
--- old/libcfile-20130609/libuna/libuna_url_stream.c    2013-06-09 
10:43:21.000000000 +0200
+++ new/libcfile-20130809/libuna/libuna_url_stream.c    2013-09-08 
13:21:55.000000000 +0200
@@ -81,7 +81,7 @@
         */
        while( byte_stream_index < byte_stream_size )
        {
-               /* A-Z is not a continous range on a EBCDIC based system
+               /* A-Z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: A-I, J-R, S-Z
                 */
                if( ( byte_stream[ byte_stream_index ] >= (uint8_t) 'A' )
@@ -99,7 +99,7 @@
                {
                        *url_stream_size += 1;
                }
-               /* a-z is not a continous range on a EBCDIC based system
+               /* a-z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: a-i, j-r, s-z
                 */
                else if( ( byte_stream[ byte_stream_index ] >= (uint8_t) 'a' )
@@ -215,7 +215,7 @@
 
                        return( -1 );
                }
-               /* A-Z is not a continous range on a EBCDIC based system
+               /* A-Z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: A-I, J-R, S-Z
                 */
                if( ( byte_stream[ byte_stream_index ] >= (uint8_t) 'A' )
@@ -233,7 +233,7 @@
                {
                        url_stream[ url_stream_index++ ] = byte_stream[ 
byte_stream_index ];
                }
-               /* a-z is not a continous range on a EBCDIC based system
+               /* a-z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: a-i, j-r, s-z
                 */
                else if( ( byte_stream[ byte_stream_index ] >= (uint8_t) 'a' )
@@ -265,7 +265,7 @@
                }
                else
                {
-                       if( ( url_stream_index + 2 ) >= url_stream_size )
+                       if( ( url_stream_index + 3 ) > url_stream_size )
                        {
                                libcerror_error_set(
                                 error,
@@ -357,7 +357,7 @@
                {
                        url_stream_index++;
 
-                       if( ( url_stream_index + 1 ) >= url_stream_size )
+                       if( ( url_stream_index + 2 ) > url_stream_size )
                        {
                                libcerror_error_set(
                                 error,
@@ -503,7 +503,7 @@
                {
                        url_stream_index++;
 
-                       if( ( url_stream_index + 1 ) >= url_stream_size )
+                       if( ( url_stream_index + 2 ) > url_stream_size )
                        {
                                libcerror_error_set(
                                 error,
@@ -514,8 +514,6 @@
 
                                return( -1 );
                        }
-                       byte_value = 0;
-
                        if( ( url_stream[ url_stream_index ] >= (uint8_t) 'A' )
                         && ( url_stream[ url_stream_index ] <= (uint8_t) 'F' ) 
)
                        {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/libuna_utf16_stream.c 
new/libcfile-20130809/libuna/libuna_utf16_stream.c
--- old/libcfile-20130609/libuna/libuna_utf16_stream.c  2013-06-09 
10:43:21.000000000 +0200
+++ new/libcfile-20130809/libuna/libuna_utf16_stream.c  2013-09-08 
13:21:55.000000000 +0200
@@ -75,7 +75,7 @@
 
                return( -1 );
        }
-       if( ( *utf16_stream_index + 1 ) >= utf16_stream_size )
+       if( ( *utf16_stream_index + 2 ) > utf16_stream_size )
        {
                libcerror_error_set(
                 error,
@@ -486,7 +486,7 @@
         */
        while( utf16_string_index < utf16_string_size )
        {
-               if( ( utf16_stream_index + 2 ) >= utf16_stream_size )
+               if( ( utf16_stream_index + 2 ) > utf16_stream_size )
                {
                        libcerror_error_set(
                         error,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/libuna_utf32_stream.c 
new/libcfile-20130809/libuna/libuna_utf32_stream.c
--- old/libcfile-20130609/libuna/libuna_utf32_stream.c  2013-06-09 
10:43:21.000000000 +0200
+++ new/libcfile-20130809/libuna/libuna_utf32_stream.c  2013-09-08 
13:21:55.000000000 +0200
@@ -75,7 +75,7 @@
 
                return( -1 );
        }
-       if( ( *utf32_stream_index + 3 ) >= utf32_stream_size )
+       if( ( *utf32_stream_index + 4 ) > utf32_stream_size )
        {
                libcerror_error_set(
                 error,
@@ -715,7 +715,7 @@
         */
        while( utf32_string_index < utf32_string_size )
        {
-               if( ( utf32_stream_index + 4 ) >= utf32_stream_size )
+               if( ( utf32_stream_index + 4 ) > utf32_stream_size )
                {
                        libcerror_error_set(
                         error,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/libuna/libuna_utf8_stream.c 
new/libcfile-20130809/libuna/libuna_utf8_stream.c
--- old/libcfile-20130609/libuna/libuna_utf8_stream.c   2013-06-09 
10:43:21.000000000 +0200
+++ new/libcfile-20130809/libuna/libuna_utf8_stream.c   2013-09-08 
13:21:55.000000000 +0200
@@ -75,7 +75,7 @@
 
                return( -1 );
        }
-       if( ( *utf8_stream_index + 2 ) >= utf8_stream_size )
+       if( ( *utf8_stream_index + 3 ) > utf8_stream_size )
        {
                libcerror_error_set(
                 error,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcfile-20130609/tests/Makefile.in 
new/libcfile-20130809/tests/Makefile.in
--- old/libcfile-20130609/tests/Makefile.in     2013-06-09 13:31:14.000000000 
+0200
+++ new/libcfile-20130809/tests/Makefile.in     2013-09-08 13:23:38.000000000 
+0200
@@ -466,22 +466,22 @@
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
        echo " rm -f" $$list; \
        rm -f $$list
-cfile_test_file_read$(EXEEXT): $(cfile_test_file_read_OBJECTS) 
$(cfile_test_file_read_DEPENDENCIES) $(EXTRA_cfile_test_file_read_DEPENDENCIES) 
+cfile_test_file_read$(EXEEXT): $(cfile_test_file_read_OBJECTS) 
$(cfile_test_file_read_DEPENDENCIES) $(EXTRA_cfile_test_file_read_DEPENDENCIES)
        @rm -f cfile_test_file_read$(EXEEXT)
        $(LINK) $(cfile_test_file_read_OBJECTS) $(cfile_test_file_read_LDADD) 
$(LIBS)
-cfile_test_file_seek$(EXEEXT): $(cfile_test_file_seek_OBJECTS) 
$(cfile_test_file_seek_DEPENDENCIES) $(EXTRA_cfile_test_file_seek_DEPENDENCIES) 
+cfile_test_file_seek$(EXEEXT): $(cfile_test_file_seek_OBJECTS) 
$(cfile_test_file_seek_DEPENDENCIES) $(EXTRA_cfile_test_file_seek_DEPENDENCIES)
        @rm -f cfile_test_file_seek$(EXEEXT)
        $(LINK) $(cfile_test_file_seek_OBJECTS) $(cfile_test_file_seek_LDADD) 
$(LIBS)
-cfile_test_file_write$(EXEEXT): $(cfile_test_file_write_OBJECTS) 
$(cfile_test_file_write_DEPENDENCIES) 
$(EXTRA_cfile_test_file_write_DEPENDENCIES) 
+cfile_test_file_write$(EXEEXT): $(cfile_test_file_write_OBJECTS) 
$(cfile_test_file_write_DEPENDENCIES) 
$(EXTRA_cfile_test_file_write_DEPENDENCIES)
        @rm -f cfile_test_file_write$(EXEEXT)
        $(LINK) $(cfile_test_file_write_OBJECTS) $(cfile_test_file_write_LDADD) 
$(LIBS)
-cfile_test_stream_read$(EXEEXT): $(cfile_test_stream_read_OBJECTS) 
$(cfile_test_stream_read_DEPENDENCIES) 
$(EXTRA_cfile_test_stream_read_DEPENDENCIES) 
+cfile_test_stream_read$(EXEEXT): $(cfile_test_stream_read_OBJECTS) 
$(cfile_test_stream_read_DEPENDENCIES) 
$(EXTRA_cfile_test_stream_read_DEPENDENCIES)
        @rm -f cfile_test_stream_read$(EXEEXT)
        $(LINK) $(cfile_test_stream_read_OBJECTS) 
$(cfile_test_stream_read_LDADD) $(LIBS)
-cfile_test_stream_seek$(EXEEXT): $(cfile_test_stream_seek_OBJECTS) 
$(cfile_test_stream_seek_DEPENDENCIES) 
$(EXTRA_cfile_test_stream_seek_DEPENDENCIES) 
+cfile_test_stream_seek$(EXEEXT): $(cfile_test_stream_seek_OBJECTS) 
$(cfile_test_stream_seek_DEPENDENCIES) 
$(EXTRA_cfile_test_stream_seek_DEPENDENCIES)
        @rm -f cfile_test_stream_seek$(EXEEXT)
        $(LINK) $(cfile_test_stream_seek_OBJECTS) 
$(cfile_test_stream_seek_LDADD) $(LIBS)
-cfile_test_stream_write$(EXEEXT): $(cfile_test_stream_write_OBJECTS) 
$(cfile_test_stream_write_DEPENDENCIES) 
$(EXTRA_cfile_test_stream_write_DEPENDENCIES) 
+cfile_test_stream_write$(EXEEXT): $(cfile_test_stream_write_OBJECTS) 
$(cfile_test_stream_write_DEPENDENCIES) 
$(EXTRA_cfile_test_stream_write_DEPENDENCIES)
        @rm -f cfile_test_stream_write$(EXEEXT)
        $(LINK) $(cfile_test_stream_write_OBJECTS) 
$(cfile_test_stream_write_LDADD) $(LIBS)
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to