Hello community,

here is the log from the commit of package libraw for openSUSE:Factory checked 
in at 2018-01-26 13:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libraw (Old)
 and      /work/SRC/openSUSE:Factory/.libraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libraw"

Fri Jan 26 13:56:27 2018 rev:45 rq:568826 version:0.18.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/libraw/libraw.changes    2017-12-29 
00:02:13.888583408 +0100
+++ /work/SRC/openSUSE:Factory/.libraw.new/libraw.changes       2018-01-26 
13:56:31.105611051 +0100
@@ -1,0 +2,15 @@
+Tue Jan 23 23:07:15 UTC 2018 - [email protected]
+
+- updated to 0.18.7:
+  * All legacy (RGB raw) image loaders checks for imgdata.image is
+    not NULL
+  * kodak_radc_load_raw: check image size before processing
+  * legacy memory allocator:
+    allocate max(widh, raw_width) * max(height, raw_height)
+- partial cleanup with spec-cleaner
+- other spec fixes:
+  * switch to https site
+  * remove executable bit from copyright
+  * remove outdated comment about build parallelism
+
+-------------------------------------------------------------------

Old:
----
  LibRaw-0.18.6.tar.gz

New:
----
  LibRaw-0.18.7.tar.gz

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

Other differences:
------------------
++++++ libraw.spec ++++++
--- /var/tmp/diff_new_pack.x9WGGy/_old  2018-01-26 13:56:32.117563804 +0100
+++ /var/tmp/diff_new_pack.x9WGGy/_new  2018-01-26 13:56:32.121563617 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libraw
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,25 @@
 
 
 %define tar_name LibRaw
-
-Name:           libraw
 %define lver    16
 %define lname  libraw%{lver}
-Version:        0.18.6
+Name:           libraw
+Version:        0.18.7
 Release:        0
 Summary:        Library for reading RAW files obtained from digital photo 
cameras
-License:        CDDL-1.0 or LGPL-2.1
+License:        CDDL-1.0 OR LGPL-2.1
 Group:          Development/Libraries/C and C++
-Url:            http://www.libraw.org/
-
+Url:            https://www.libraw.org/
 #Git-Clone:    git://github.com/LibRaw/LibRaw
-Source:         http://www.libraw.org/data/%tar_name-%version.tar.gz
+Source:         https://www.libraw.org/data/%tar_name-%version.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 # zlib for deflate DNG support
 BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 LibRaw is a library for reading RAW files obtained from digital photo
@@ -103,18 +100,17 @@
 export CXXFLAGS="%optflags -fPIC -DUSE_ZLIB"
 export LIBS="$LIBS -lz"
 %configure
-# build env is too broken for parallel build
 make %{?_smp_mflags}
 
 %install
 find doc -type f -name "*.html" -exec chmod a-x "{}" "+"
 mv doc manual
 # The source tree has these with execute permissions for some reason
-chmod -x Changelog.txt LICENSE.CDDL LICENSE.LGPL
+chmod -x Changelog.txt LICENSE.CDDL LICENSE.LGPL COPYRIGHT
 chmod -x manual/index.html
 # The Libraries
-make install DESTDIR="%buildroot"
-rm -f "%buildroot/%_libdir"/*.la
+%make_install
+find %buildroot -type f -name "*.la" -delete -print
 # duplicated files
 rm -rf %buildroot%_datadir/doc
 %fdupes %buildroot/%_prefix
@@ -123,11 +119,9 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files tools
-%defattr(-,root,root)
 %_bindir/*
 
 %files devel
-%defattr(-,root,root)
 %doc Changelog.txt COPYRIGHT LICENSE.CDDL LICENSE.LGPL
 %doc manual
 %_includedir/%name/
@@ -136,12 +130,10 @@
 %_libdir/libraw_r.so
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libraw.so.%{lver}*
 %_libdir/libraw_r.so.%{lver}*
 
 %files devel-static
-%defattr(-,root,root)
 %_libdir/libraw.a
 %_libdir/libraw_r.a
 

++++++ LibRaw-0.18.6.tar.gz -> LibRaw-0.18.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LibRaw-0.18.6/Changelog.txt 
new/LibRaw-0.18.7/Changelog.txt
--- old/LibRaw-0.18.6/Changelog.txt     2017-12-06 08:39:23.000000000 +0100
+++ new/LibRaw-0.18.7/Changelog.txt     2018-01-19 06:52:22.000000000 +0100
@@ -1,3 +1,12 @@
+2018-01-19  Alex Tutubalin <[email protected]>
+Secunia #79000: 
+Credit: Laurent Delosieres, Secunia Research at Flexera
+ * All legacy (RGB raw) image loaders checks for imgdata.image is not NULL
+ * kodak_radc_load_raw: check image size before processing
+ * legacy memory allocator: allocate max(widh,raw_width)*max(height,raw_height)
+ * LibRaw 0.18.7
+
+
 2017-12-06  Alex Tutubalin <[email protected]>
 Secunia #76000:
  * Fixed fuji_width handling if file is neither fuji nor DNG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LibRaw-0.18.6/autom4te.cache/output.0 
new/LibRaw-0.18.7/autom4te.cache/output.0
--- old/LibRaw-0.18.6/autom4te.cache/output.0   2017-12-06 09:15:13.000000000 
+0100
+++ new/LibRaw-0.18.7/autom4te.cache/output.0   2018-01-19 06:57:05.000000000 
+0100
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for LibRaw 0.18.6.
+@%:@ Generated by GNU Autoconf 2.69 for LibRaw 0.18.7.
 @%:@
 @%:@ Report bugs to <[email protected]>.
 @%:@ 
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='LibRaw'
 PACKAGE_TARNAME='libraw'
-PACKAGE_VERSION='0.18.6'
-PACKAGE_STRING='LibRaw 0.18.6'
+PACKAGE_VERSION='0.18.7'
+PACKAGE_STRING='LibRaw 0.18.7'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL='http://www.libraw.org'
 
@@ -1352,7 +1352,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 LibRaw 0.18.6 to adapt to many kinds of systems.
+\`configure' configures LibRaw 0.18.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1422,7 +1422,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LibRaw 0.18.6:";;
+     short | recursive ) echo "Configuration of LibRaw 0.18.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1553,7 +1553,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-LibRaw configure 0.18.6
+LibRaw configure 0.18.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2043,7 +2043,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by LibRaw $as_me 0.18.6, which was
+It was created by LibRaw $as_me 0.18.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2906,7 +2906,7 @@
 
 # Define the identity of the package.
  PACKAGE='libraw'
- VERSION='0.18.6'
+ VERSION='0.18.7'
 
 
 # Some tools Automake needs.
@@ -16906,7 +16906,7 @@
 
 LIBRAW_SHLIB_VERSION=16:0:0
 
-LIBRAW_RELEASE_VERSION=0.18.6
+LIBRAW_RELEASE_VERSION=0.18.7
 
 
 cat >confcache <<\_ACEOF
@@ -17483,7 +17483,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by LibRaw $as_me 0.18.6, which was
+This file was extended by LibRaw $as_me 0.18.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17541,7 +17541,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-LibRaw config.status 0.18.6
+LibRaw config.status 0.18.7
 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/LibRaw-0.18.6/autom4te.cache/output.1 
new/LibRaw-0.18.7/autom4te.cache/output.1
--- old/LibRaw-0.18.6/autom4te.cache/output.1   2017-12-06 09:15:16.000000000 
+0100
+++ new/LibRaw-0.18.7/autom4te.cache/output.1   2018-01-19 06:57:08.000000000 
+0100
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for LibRaw 0.18.6.
+@%:@ Generated by GNU Autoconf 2.69 for LibRaw 0.18.7.
 @%:@
 @%:@ Report bugs to <[email protected]>.
 @%:@ 
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='LibRaw'
 PACKAGE_TARNAME='libraw'
-PACKAGE_VERSION='0.18.6'
-PACKAGE_STRING='LibRaw 0.18.6'
+PACKAGE_VERSION='0.18.7'
+PACKAGE_STRING='LibRaw 0.18.7'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL='http://www.libraw.org'
 
@@ -1352,7 +1352,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 LibRaw 0.18.6 to adapt to many kinds of systems.
+\`configure' configures LibRaw 0.18.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1422,7 +1422,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LibRaw 0.18.6:";;
+     short | recursive ) echo "Configuration of LibRaw 0.18.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1553,7 +1553,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-LibRaw configure 0.18.6
+LibRaw configure 0.18.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2043,7 +2043,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by LibRaw $as_me 0.18.6, which was
+It was created by LibRaw $as_me 0.18.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2906,7 +2906,7 @@
 
 # Define the identity of the package.
  PACKAGE='libraw'
- VERSION='0.18.6'
+ VERSION='0.18.7'
 
 
 # Some tools Automake needs.
@@ -16906,7 +16906,7 @@
 
 LIBRAW_SHLIB_VERSION=16:0:0
 
-LIBRAW_RELEASE_VERSION=0.18.6
+LIBRAW_RELEASE_VERSION=0.18.7
 
 
 cat >confcache <<\_ACEOF
@@ -17483,7 +17483,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by LibRaw $as_me 0.18.6, which was
+This file was extended by LibRaw $as_me 0.18.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17541,7 +17541,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-LibRaw config.status 0.18.6
+LibRaw config.status 0.18.7
 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/LibRaw-0.18.6/autom4te.cache/output.2 
new/LibRaw-0.18.7/autom4te.cache/output.2
--- old/LibRaw-0.18.6/autom4te.cache/output.2   2017-12-06 09:15:15.000000000 
+0100
+++ new/LibRaw-0.18.7/autom4te.cache/output.2   2018-01-19 06:57:07.000000000 
+0100
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for LibRaw 0.18.6.
+@%:@ Generated by GNU Autoconf 2.69 for LibRaw 0.18.7.
 @%:@
 @%:@ Report bugs to <[email protected]>.
 @%:@ 
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='LibRaw'
 PACKAGE_TARNAME='libraw'
-PACKAGE_VERSION='0.18.6'
-PACKAGE_STRING='LibRaw 0.18.6'
+PACKAGE_VERSION='0.18.7'
+PACKAGE_STRING='LibRaw 0.18.7'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL='http://www.libraw.org'
 
@@ -1352,7 +1352,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 LibRaw 0.18.6 to adapt to many kinds of systems.
+\`configure' configures LibRaw 0.18.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1422,7 +1422,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LibRaw 0.18.6:";;
+     short | recursive ) echo "Configuration of LibRaw 0.18.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1553,7 +1553,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-LibRaw configure 0.18.6
+LibRaw configure 0.18.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2043,7 +2043,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by LibRaw $as_me 0.18.6, which was
+It was created by LibRaw $as_me 0.18.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2906,7 +2906,7 @@
 
 # Define the identity of the package.
  PACKAGE='libraw'
- VERSION='0.18.6'
+ VERSION='0.18.7'
 
 
 # Some tools Automake needs.
@@ -16906,7 +16906,7 @@
 
 LIBRAW_SHLIB_VERSION=16:0:0
 
-LIBRAW_RELEASE_VERSION=0.18.6
+LIBRAW_RELEASE_VERSION=0.18.7
 
 
 cat >confcache <<\_ACEOF
@@ -17483,7 +17483,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by LibRaw $as_me 0.18.6, which was
+This file was extended by LibRaw $as_me 0.18.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17541,7 +17541,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-LibRaw config.status 0.18.6
+LibRaw config.status 0.18.7
 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/LibRaw-0.18.6/autom4te.cache/requests 
new/LibRaw-0.18.7/autom4te.cache/requests
--- old/LibRaw-0.18.6/autom4te.cache/requests   2017-12-06 09:15:16.000000000 
+0100
+++ new/LibRaw-0.18.7/autom4te.cache/requests   2018-01-19 06:57:08.000000000 
+0100
@@ -43,196 +43,196 @@
                         'configure.ac'
                       ],
                       {
-                        'AU_DEFUN' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        'LTDL_CONVENIENCE' => 1,
-                        'LTDL_INSTALLABLE' => 1,
-                        '_LT_COMPILER_BOILERPLATE' => 1,
-                        '_LT_CC_BASENAME' => 1,
-                        'AC_LTDL_OBJDIR' => 1,
-                        '_LT_AC_FILE_LTDLL_C' => 1,
-                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        '_LT_AC_LANG_GCJ' => 1,
-                        'LT_LIB_DLLOAD' => 1,
-                        '_LT_COMPILER_OPTION' => 1,
-                        'AM_MISSING_HAS_RUN' => 1,
-                        'LT_INIT' => 1,
-                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
-                        '_LT_LIBOBJ' => 1,
-                        '_AM_CONFIG_MACRO_DIRS' => 1,
-                        'PKG_HAVE_WITH_MODULES' => 1,
-                        'AC_DEFUN' => 1,
-                        'LTDL_INIT' => 1,
-                        'AM_ENABLE_STATIC' => 1,
-                        '_LT_PROG_LTMAIN' => 1,
-                        '_LT_AC_LANG_C_CONFIG' => 1,
-                        'AC_LIBTOOL_GCJ' => 1,
-                        'LT_PROG_GCJ' => 1,
-                        'AC_LTDL_ENABLE_INSTALL' => 1,
+                        'LT_WITH_LTDL' => 1,
+                        'AC_LIBTOOL_CXX' => 1,
+                        'AX_OPENMP' => 1,
+                        'PKG_PROG_PKG_CONFIG' => 1,
+                        'AC_LTDL_PREOPEN' => 1,
                         'LTVERSION_VERSION' => 1,
-                        'LT_FUNC_DLSYM_USCORE' => 1,
-                        'LT_LIB_M' => 1,
-                        'AC_PROG_EGREP' => 1,
-                        'AM_PROG_LD' => 1,
+                        '_AM_DEPENDENCIES' => 1,
+                        'AC_LIBTOOL_GCJ' => 1,
+                        'AC_LTDL_SHLIBEXT' => 1,
+                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
+                        'AM_PROG_INSTALL_SH' => 1,
+                        'AC_LIBTOOL_LINKER_OPTION' => 1,
+                        '_AM_SET_OPTION' => 1,
+                        '_LTDL_SETUP' => 1,
+                        'AC_ENABLE_SHARED' => 1,
+                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
+                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
+                        'AC_LTDL_DLLIB' => 1,
+                        'AC_LIBTOOL_RC' => 1,
+                        '_m4_warn' => 1,
+                        '_LT_AC_CHECK_DLFCN' => 1,
+                        'AC_LIBTOOL_CONFIG' => 1,
+                        'LT_AC_PROG_SED' => 1,
+                        'AC_LIBTOOL_PICMODE' => 1,
+                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
+                        'LT_AC_PROG_RC' => 1,
+                        'AC_LIBLTDL_CONVENIENCE' => 1,
+                        'AM_RUN_LOG' => 1,
+                        '_LT_AC_PROG_CXXCPP' => 1,
+                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
+                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
+                        'LT_PROG_GO' => 1,
+                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
+                        'LT_PATH_LD' => 1,
                         'AC_CHECK_LIBM' => 1,
+                        '_LT_AC_LANG_C_CONFIG' => 1,
+                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
+                        'AC_LIBTOOL_DLOPEN' => 1,
+                        'LTDL_INSTALLABLE' => 1,
+                        'AM_PROG_LIBTOOL' => 1,
+                        'AC_PROG_NM' => 1,
+                        'AM_DISABLE_SHARED' => 1,
                         'AC_LTDL_SHLIBPATH' => 1,
+                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
+                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
+                        '_LT_AC_TAGVAR' => 1,
+                        'LT_SYS_DLOPEN_SELF' => 1,
+                        'LT_PROG_GCJ' => 1,
+                        'PKG_HAVE_WITH_MODULES' => 1,
+                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
+                        '_AM_PROG_TAR' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        'LT_OUTPUT' => 1,
+                        'LT_FUNC_DLSYM_USCORE' => 1,
+                        'PKG_CHECK_MODULES' => 1,
+                        'AC_LIBTOOL_OBJDIR' => 1,
+                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
                         '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
-                        'AC_LIBLTDL_CONVENIENCE' => 1,
+                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
+                        'LTDL_CONVENIENCE' => 1,
+                        'LT_SYS_SYMBOL_USCORE' => 1,
+                        'LT_FUNC_ARGZ' => 1,
+                        'AC_CONFIG_MACRO_DIR' => 1,
+                        'AC_LTDL_DLSYM_USCORE' => 1,
+                        'AM_MAKE_INCLUDE' => 1,
+                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
+                        'AM_DISABLE_STATIC' => 1,
+                        'AM_SILENT_RULES' => 1,
+                        '_AM_IF_OPTION' => 1,
+                        '_LT_AC_SYS_COMPILER' => 1,
                         'AM_SANITY_CHECK' => 1,
-                        'PKG_CHECK_VAR' => 1,
-                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
-                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
+                        'AC_PATH_MAGIC' => 1,
+                        'LT_SYS_MODULE_PATH' => 1,
+                        'PKG_CHECK_EXISTS' => 1,
+                        '_LT_LINKER_OPTION' => 1,
+                        'PKG_WITH_MODULES' => 1,
+                        '_LT_PROG_LTMAIN' => 1,
                         '_LT_PROG_FC' => 1,
-                        '_LT_PROG_F77' => 1,
-                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
-                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
+                        'AC_PROG_LD_GNU' => 1,
+                        'AC_DISABLE_FAST_INSTALL' => 1,
+                        '_AM_MANGLE_OPTION' => 1,
                         'AC_PATH_TOOL_PREFIX' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        'PKG_INSTALLDIR' => 1,
-                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
+                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
+                        'AC_ENABLE_FAST_INSTALL' => 1,
+                        'AC_LTDL_SYMBOL_USCORE' => 1,
                         'AC_DISABLE_SHARED' => 1,
-                        '_AM_MANGLE_OPTION' => 1,
-                        '_LT_WITH_SYSROOT' => 1,
+                        'LT_INIT' => 1,
+                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
+                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
+                        '_LT_PROG_ECHO_BACKSLASH' => 1,
+                        'AC_DISABLE_STATIC' => 1,
+                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
+                        'AC_LIBLTDL_INSTALLABLE' => 1,
+                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
                         'AM_PROG_NM' => 1,
+                        '_LT_AC_LANG_CXX_CONFIG' => 1,
+                        '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
+                        'LT_LIB_M' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        '_AC_PROG_LIBTOOL' => 1,
+                        'AC_PROG_LD_RELOAD_FLAG' => 1,
+                        '_LT_AC_FILE_LTDLL_C' => 1,
+                        '_LT_LINKER_BOILERPLATE' => 1,
+                        'AM_ENABLE_SHARED' => 1,
+                        '_LT_LIBOBJ' => 1,
+                        'm4_pattern_forbid' => 1,
+                        'AM_PROG_INSTALL_STRIP' => 1,
+                        '_LT_COMPILER_OPTION' => 1,
+                        '_LT_DLL_DEF_P' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
+                        'AM_SET_DEPDIR' => 1,
+                        'AM_AUX_DIR_EXPAND' => 1,
+                        'LTOPTIONS_VERSION' => 1,
+                        '_LT_AC_LANG_F77_CONFIG' => 1,
+                        'AC_LTDL_ENABLE_INSTALL' => 1,
+                        'AC_LTDL_SYSSEARCHPATH' => 1,
                         'LT_PROG_RC' => 1,
-                        'AC_DEFUN_ONCE' => 1,
-                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
+                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
+                        'AC_PROG_EGREP' => 1,
+                        'LTOBSOLETE_VERSION' => 1,
+                        '_LT_AC_LANG_GCJ' => 1,
+                        '_LT_PATH_TOOL_PREFIX' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AM_MISSING_HAS_RUN' => 1,
+                        'include' => 1,
+                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
+                        'PKG_CHECK_VAR' => 1,
                         'PKG_NOARCH_INSTALLDIR' => 1,
-                        'AC_LIBTOOL_OBJDIR' => 1,
-                        'AC_PROG_NM' => 1,
-                        'AM_MISSING_PROG' => 1,
-                        'AC_LIBLTDL_INSTALLABLE' => 1,
                         'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
-                        'AC_DISABLE_STATIC' => 1,
+                        'LT_LIB_DLLOAD' => 1,
+                        'AC_DEFUN_ONCE' => 1,
+                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
+                        'AC_LIBTOOL_SETUP' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
+                        'LT_CMD_MAX_LEN' => 1,
                         'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
-                        '_LT_DLL_DEF_P' => 1,
-                        'LTOPTIONS_VERSION' => 1,
-                        '_m4_warn' => 1,
-                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
-                        'AC_LTDL_DLLIB' => 1,
-                        'LT_SYS_DLOPEN_SELF' => 1,
-                        'LT_WITH_LTDL' => 1,
-                        'LT_OUTPUT' => 1,
-                        '_LT_AC_TAGVAR' => 1,
-                        'AC_LIBTOOL_LINKER_OPTION' => 1,
-                        'AC_LTDL_SYMBOL_USCORE' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'PKG_CHECK_MODULES' => 1,
-                        'PKG_PROG_PKG_CONFIG' => 1,
-                        '_LT_LINKER_OPTION' => 1,
-                        'AM_AUX_DIR_EXPAND' => 1,
-                        'LT_FUNC_ARGZ' => 1,
-                        'AC_LIBTOOL_DLOPEN' => 1,
-                        'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
-                        'AM_CONDITIONAL' => 1,
-                        '_AM_DEPENDENCIES' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
-                        'AM_MAKE_INCLUDE' => 1,
-                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
-                        'LT_PATH_LD' => 1,
-                        'AM_ENABLE_SHARED' => 1,
-                        '_LT_AC_SHELL_INIT' => 1,
-                        'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
-                        '_LT_AC_SYS_COMPILER' => 1,
-                        'AC_ENABLE_SHARED' => 1,
+                        'PKG_INSTALLDIR' => 1,
+                        'AU_DEFUN' => 1,
+                        'AC_LIBTOOL_F77' => 1,
+                        '_LT_WITH_SYSROOT' => 1,
                         'AC_LIBTOOL_WIN32_DLL' => 1,
-                        '_AM_SET_OPTION' => 1,
-                        'AM_RUN_LOG' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        '_LT_AC_LOCK' => 1,
-                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-                        '_AM_IF_OPTION' => 1,
-                        '_LT_PROG_CXX' => 1,
-                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
-                        'AC_LIBTOOL_CXX' => 1,
-                        'AX_OPENMP' => 1,
-                        '_AM_AUTOCONF_VERSION' => 1,
-                        'AC_CONFIG_MACRO_DIR' => 1,
-                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
-                        'AM_PROG_LIBTOOL' => 1,
-                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
-                        'include' => 1,
-                        'LT_AC_PROG_GCJ' => 1,
-                        'm4_include' => 1,
-                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'AC_WITH_LTDL' => 1,
-                        '_LT_AC_LANG_F77' => 1,
+                        'AC_LIBTOOL_FC' => 1,
                         '_LT_AC_LANG_RC_CONFIG' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'LTSUGAR_VERSION' => 1,
-                        '_AM_PROG_CC_C_O' => 1,
-                        '_LT_PROG_ECHO_BACKSLASH' => 1,
-                        'LT_PROG_GO' => 1,
-                        '_LT_AC_PROG_CXXCPP' => 1,
-                        'AC_LIBTOOL_SETUP' => 1,
-                        'AC_DISABLE_FAST_INSTALL' => 1,
-                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
-                        'AC_PROG_LD_GNU' => 1,
-                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
-                        '_LT_AC_LANG_CXX' => 1,
-                        'AM_DISABLE_STATIC' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
-                        'AM_DISABLE_SHARED' => 1,
+                        '_LT_PROG_F77' => 1,
                         'AC_ENABLE_STATIC' => 1,
-                        'PKG_WITH_MODULES' => 1,
-                        'LT_SYS_SYMBOL_USCORE' => 1,
-                        'AC_LIBTOOL_F77' => 1,
-                        'AC_LTDL_PREOPEN' => 1,
-                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
-                        'AC_LTDL_SYSSEARCHPATH' => 1,
-                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
-                        'm4_pattern_forbid' => 1,
-                        'LTOBSOLETE_VERSION' => 1,
-                        'AC_DEPLIBS_CHECK_METHOD' => 1,
-                        'AC_LTDL_SHLIBEXT' => 1,
-                        'LT_SYS_MODULE_PATH' => 1,
-                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        '_LT_AC_LANG_F77_CONFIG' => 1,
-                        '_LT_AC_CHECK_DLFCN' => 1,
+                        'LTSUGAR_VERSION' => 1,
                         'LT_AC_PROG_EGREP' => 1,
-                        'LT_AC_PROG_RC' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
-                        'LT_SYS_DLSEARCH_PATH' => 1,
+                        'AC_LTDL_OBJDIR' => 1,
+                        'm4_pattern_allow' => 1,
+                        '_AM_CONFIG_MACRO_DIRS' => 1,
                         'LT_SYS_MODULE_EXT' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        'AC_LIBTOOL_FC' => 1,
-                        '_AM_SET_OPTIONS' => 1,
-                        '_LTDL_SETUP' => 1,
-                        'LT_LANG' => 1,
-                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
-                        'AM_DEP_TRACK' => 1,
-                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
-                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
-                        'AC_PROG_LD_RELOAD_FLAG' => 1,
-                        '_AM_PROG_TAR' => 1,
-                        'AC_LTDL_DLSYM_USCORE' => 1,
-                        'AM_PROG_INSTALL_STRIP' => 1,
-                        'AC_PATH_MAGIC' => 1,
-                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
-                        '_LT_AC_LANG_CXX_CONFIG' => 1,
-                        '_AC_PROG_LIBTOOL' => 1,
-                        '_LT_PATH_TOOL_PREFIX' => 1,
-                        '_LT_LINKER_BOILERPLATE' => 1,
+                        'AC_PROG_LD' => 1,
+                        'AC_DEFUN' => 1,
+                        'LT_AC_PROG_GCJ' => 1,
+                        'AM_MISSING_PROG' => 1,
+                        'LT_PATH_NM' => 1,
+                        '_LT_COMPILER_BOILERPLATE' => 1,
+                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
+                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
+                        'AC_DEPLIBS_CHECK_METHOD' => 1,
+                        '_LT_AC_LANG_F77' => 1,
+                        'LTDL_INIT' => 1,
                         'PKG_HAVE_DEFINE_WITH_MODULES' => 1,
+                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
+                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
+                        'AM_PROG_LD' => 1,
+                        '_AM_AUTOCONF_VERSION' => 1,
+                        '_LT_PROG_CXX' => 1,
+                        'AC_WITH_LTDL' => 1,
                         'AC_LIB_LTDL' => 1,
-                        'AC_LIBTOOL_CONFIG' => 1,
-                        'PKG_CHECK_EXISTS' => 1,
-                        'LT_CMD_MAX_LEN' => 1,
-                        'AC_LIBTOOL_RC' => 1,
-                        'm4_pattern_allow' => 1,
-                        'LT_PATH_NM' => 1,
-                        'AC_LIBTOOL_PICMODE' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
-                        'AM_SET_DEPDIR' => 1,
-                        'AC_ENABLE_FAST_INSTALL' => 1,
-                        'LT_AC_PROG_SED' => 1,
+                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
+                        '_LT_AC_SHELL_INIT' => 1,
                         'AM_SET_LEADING_DOT' => 1,
-                        'AC_PROG_LD' => 1,
-                        'LT_SUPPORTED_TAG' => 1
+                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
+                        'LT_SYS_DLSEARCH_PATH' => 1,
+                        '_LT_AC_LANG_CXX' => 1,
+                        'AM_DEP_TRACK' => 1,
+                        '_AM_PROG_CC_C_O' => 1,
+                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
+                        '_LT_CC_BASENAME' => 1,
+                        'LT_LANG' => 1,
+                        '_AM_SET_OPTIONS' => 1,
+                        'm4_include' => 1,
+                        '_LT_AC_LOCK' => 1,
+                        'AM_PROG_CC_C_O' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
+                        'AM_ENABLE_STATIC' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -247,65 +247,65 @@
                         'configure.ac'
                       ],
                       {
+                        'AM_MAKEFILE_INCLUDE' => 1,
+                        'AM_EXTRA_RECURSIVE_TARGETS' => 1,
+                        'AC_CANONICAL_TARGET' => 1,
                         'AC_INIT' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        '_AM_COND_IF' => 1,
-                        'AH_OUTPUT' => 1,
-                        'AC_CONFIG_AUX_DIR' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
-                        'AM_ENABLE_MULTILIB' => 1,
-                        'AM_NLS' => 1,
-                        'm4_sinclude' => 1,
-                        'AM_GNU_GETTEXT' => 1,
-                        'AC_FC_FREEFORM' => 1,
-                        'AC_CONFIG_HEADERS' => 1,
-                        'AC_FC_PP_DEFINE' => 1,
-                        '_AM_MAKEFILE_INCLUDE' => 1,
-                        '_AM_COND_ENDIF' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'AM_POT_TOOLS' => 1,
+                        'AM_SILENT_RULES' => 1,
+                        'AC_CONFIG_FILES' => 1,
+                        'AC_CONFIG_SUBDIRS' => 1,
                         'm4_pattern_forbid' => 1,
-                        'AM_PROG_MOC' => 1,
+                        'AM_MAINTAINER_MODE' => 1,
                         'AC_FC_PP_SRCEXT' => 1,
-                        'AC_CANONICAL_HOST' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
                         'AC_CANONICAL_BUILD' => 1,
-                        'AM_EXTRA_RECURSIVE_TARGETS' => 1,
-                        'AM_XGETTEXT_OPTION' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
+                        'AC_REQUIRE_AUX_FILE' => 1,
+                        '_AM_COND_ENDIF' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        'AM_ENABLE_MULTILIB' => 1,
+                        'AM_PROG_MKDIR_P' => 1,
+                        'AM_NLS' => 1,
                         'AC_DEFINE_TRACE_LITERAL' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
+                        '_AM_MAKEFILE_INCLUDE' => 1,
+                        'm4_pattern_allow' => 1,
+                        'AM_GNU_GETTEXT' => 1,
+                        'AM_XGETTEXT_OPTION' => 1,
+                        'm4_include' => 1,
                         'LT_INIT' => 1,
-                        'AC_CONFIG_FILES' => 1,
-                        '_m4_warn' => 1,
-                        'AM_MAKEFILE_INCLUDE' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        'AC_SUBST_TRACE' => 1,
                         'AC_SUBST' => 1,
-                        'include' => 1,
-                        'm4_include' => 1,
+                        'AC_FC_PP_DEFINE' => 1,
+                        'AM_PROG_CXX_C_O' => 1,
+                        'm4_sinclude' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
+                        'AM_PROG_CC_C_O' => 1,
+                        'AM_PROG_MOC' => 1,
                         'sinclude' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'AC_FC_SRCEXT' => 1,
+                        'AC_CONFIG_HEADERS' => 1,
+                        'AC_CONFIG_AUX_DIR' => 1,
+                        'AM_PROG_FC_C_O' => 1,
                         'AC_CANONICAL_SYSTEM' => 1,
-                        'AC_LIBSOURCE' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'AC_CONFIG_LINKS' => 1,
-                        'AC_CANONICAL_TARGET' => 1,
-                        'AM_CONDITIONAL' => 1,
-                        'AC_REQUIRE_AUX_FILE' => 1,
-                        'AM_PATH_GUILE' => 1,
-                        'AC_CONFIG_SUBDIRS' => 1,
-                        'AM_PROG_MKDIR_P' => 1,
-                        'm4_pattern_allow' => 1,
-                        'AM_PROG_CXX_C_O' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        'AM_MAINTAINER_MODE' => 1,
+                        'AC_SUBST_TRACE' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
+                        'AC_FC_FREEFORM' => 1,
                         'AM_PROG_AR' => 1,
-                        'AM_PROG_FC_C_O' => 1,
-                        'AM_PROG_F77_C_O' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
                         'AC_CONFIG_LIBOBJ_DIR' => 1,
-                        '_AM_COND_ELSE' => 1
+                        'include' => 1,
+                        'AM_POT_TOOLS' => 1,
+                        '_AM_COND_ELSE' => 1,
+                        'AH_OUTPUT' => 1,
+                        'AC_FC_SRCEXT' => 1,
+                        'AC_CANONICAL_HOST' => 1,
+                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
+                        'AM_PATH_GUILE' => 1,
+                        'AM_PROG_F77_C_O' => 1,
+                        'AC_CONFIG_LINKS' => 1,
+                        '_m4_warn' => 1,
+                        'AC_LIBSOURCE' => 1,
+                        '_AM_COND_IF' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -348,196 +348,196 @@
                         'configure.ac'
                       ],
                       {
-                        'LT_LIB_DLLOAD' => 1,
-                        '_LT_AC_LANG_GCJ' => 1,
-                        'AM_MISSING_HAS_RUN' => 1,
-                        'LT_INIT' => 1,
-                        '_LT_COMPILER_OPTION' => 1,
-                        'AC_DEFUN' => 1,
-                        'PKG_HAVE_WITH_MODULES' => 1,
-                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
-                        '_AM_CONFIG_MACRO_DIRS' => 1,
-                        '_LT_LIBOBJ' => 1,
+                        'LT_LANG' => 1,
+                        '_AM_SET_OPTIONS' => 1,
+                        '_LT_AC_LANG_CXX' => 1,
+                        'AM_DEP_TRACK' => 1,
+                        'LT_SYS_DLSEARCH_PATH' => 1,
+                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
+                        '_AM_PROG_CC_C_O' => 1,
+                        '_LT_CC_BASENAME' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
                         'AM_PROG_CC_C_O' => 1,
-                        'AU_DEFUN' => 1,
-                        '_LT_COMPILER_BOILERPLATE' => 1,
-                        'LTDL_INSTALLABLE' => 1,
-                        'LTDL_CONVENIENCE' => 1,
-                        '_LT_AC_FILE_LTDLL_C' => 1,
+                        'AM_ENABLE_STATIC' => 1,
+                        'm4_include' => 1,
+                        '_LT_AC_LOCK' => 1,
+                        'AC_LIB_LTDL' => 1,
+                        '_LT_AC_SHELL_INIT' => 1,
+                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
+                        '_LT_PROG_CXX' => 1,
+                        'AC_WITH_LTDL' => 1,
+                        'AM_SET_LEADING_DOT' => 1,
+                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
+                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
+                        'AM_SUBST_NOTMAKE' => 1,
+                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
+                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
+                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
+                        'AM_PROG_LD' => 1,
+                        '_AM_AUTOCONF_VERSION' => 1,
+                        'AC_DEPLIBS_CHECK_METHOD' => 1,
+                        'LTDL_INIT' => 1,
+                        'PKG_HAVE_DEFINE_WITH_MODULES' => 1,
+                        '_LT_AC_LANG_F77' => 1,
+                        'm4_pattern_allow' => 1,
+                        '_AM_CONFIG_MACRO_DIRS' => 1,
+                        'LT_SYS_MODULE_EXT' => 1,
+                        'LT_AC_PROG_GCJ' => 1,
+                        'AC_PROG_LD' => 1,
+                        'AC_DEFUN' => 1,
+                        'AM_MISSING_PROG' => 1,
+                        'LTSUGAR_VERSION' => 1,
+                        'LT_AC_PROG_EGREP' => 1,
                         'AC_LTDL_OBJDIR' => 1,
-                        '_LT_CC_BASENAME' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
-                        'AM_SANITY_CHECK' => 1,
-                        'AC_LTDL_SHLIBPATH' => 1,
-                        'AC_LIBLTDL_CONVENIENCE' => 1,
-                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
-                        '_LT_PROG_FC' => 1,
+                        '_LT_COMPILER_BOILERPLATE' => 1,
+                        'LT_PATH_NM' => 1,
+                        'AC_LIBTOOL_SETUP' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
+                        'LT_CMD_MAX_LEN' => 1,
+                        'AC_DEFUN_ONCE' => 1,
+                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
+                        '_LT_AC_LANG_RC_CONFIG' => 1,
+                        '_LT_PROG_F77' => 1,
+                        'AC_ENABLE_STATIC' => 1,
+                        'PKG_INSTALLDIR' => 1,
+                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'AU_DEFUN' => 1,
+                        'AC_LIBTOOL_F77' => 1,
+                        'AC_LIBTOOL_WIN32_DLL' => 1,
+                        'AC_LIBTOOL_FC' => 1,
+                        '_LT_WITH_SYSROOT' => 1,
+                        'LTOBSOLETE_VERSION' => 1,
+                        'AC_PROG_EGREP' => 1,
+                        '_LT_AC_LANG_GCJ' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        '_LT_PATH_TOOL_PREFIX' => 1,
+                        '_LT_PREPARE_SED_QUOTE_VARS' => 1,
+                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
+                        'LT_LIB_DLLOAD' => 1,
+                        'AM_MISSING_HAS_RUN' => 1,
                         'PKG_CHECK_VAR' => 1,
-                        '_LT_AC_LANG_GCJ_CONFIG' => 1,
-                        'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1,
-                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
+                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
+                        'include' => 1,
+                        'PKG_NOARCH_INSTALLDIR' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
+                        'AM_SET_DEPDIR' => 1,
+                        'AM_AUX_DIR_EXPAND' => 1,
+                        '_LT_LIBOBJ' => 1,
+                        'AM_ENABLE_SHARED' => 1,
+                        'm4_pattern_forbid' => 1,
+                        'AM_PROG_INSTALL_STRIP' => 1,
+                        '_LT_DLL_DEF_P' => 1,
+                        '_LT_COMPILER_OPTION' => 1,
+                        'AC_LTDL_SYSSEARCHPATH' => 1,
+                        'LT_PROG_RC' => 1,
+                        'LTOPTIONS_VERSION' => 1,
+                        '_LT_AC_LANG_F77_CONFIG' => 1,
+                        'AC_LTDL_ENABLE_INSTALL' => 1,
                         '_PKG_SHORT_ERRORS_SUPPORTED' => 1,
+                        'LT_LIB_M' => 1,
+                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'AM_INIT_AUTOMAKE' => 1,
+                        '_LT_AC_LANG_CXX_CONFIG' => 1,
+                        'AM_PROG_NM' => 1,
+                        '_LT_AC_FILE_LTDLL_C' => 1,
+                        '_LT_LINKER_BOILERPLATE' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        '_AC_PROG_LIBTOOL' => 1,
+                        'AC_PROG_LD_RELOAD_FLAG' => 1,
+                        'AC_LTDL_SYMBOL_USCORE' => 1,
+                        'AC_DISABLE_SHARED' => 1,
                         'AC_PATH_TOOL_PREFIX' => 1,
-                        'LT_CONFIG_LTDL_DIR' => 1,
-                        '_LT_PROG_F77' => 1,
                         '_AM_MANGLE_OPTION' => 1,
-                        'PKG_INSTALLDIR' => 1,
-                        'AC_DISABLE_SHARED' => 1,
-                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
-                        'LTDL_INIT' => 1,
-                        'AM_ENABLE_STATIC' => 1,
-                        'LT_PROG_GCJ' => 1,
-                        '_LT_PROG_LTMAIN' => 1,
-                        'AC_LIBTOOL_GCJ' => 1,
-                        '_LT_AC_LANG_C_CONFIG' => 1,
-                        'LTVERSION_VERSION' => 1,
-                        'AC_LTDL_ENABLE_INSTALL' => 1,
-                        'AM_PROG_LD' => 1,
-                        'AC_CHECK_LIBM' => 1,
-                        'LT_FUNC_DLSYM_USCORE' => 1,
-                        'AC_PROG_EGREP' => 1,
-                        'LT_LIB_M' => 1,
-                        'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
+                        'AC_ENABLE_FAST_INSTALL' => 1,
+                        '_LT_AC_SYS_LIBPATH_AIX' => 1,
+                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
                         'AC_DISABLE_STATIC' => 1,
-                        '_LT_DLL_DEF_P' => 1,
-                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
-                        'AC_LTDL_DLLIB' => 1,
-                        '_m4_warn' => 1,
-                        'LTOPTIONS_VERSION' => 1,
-                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
-                        'LT_OUTPUT' => 1,
-                        'LT_SYS_DLOPEN_SELF' => 1,
-                        'LT_WITH_LTDL' => 1,
-                        'AM_PROG_NM' => 1,
-                        '_LT_WITH_SYSROOT' => 1,
-                        'PKG_NOARCH_INSTALLDIR' => 1,
-                        'LT_PROG_RC' => 1,
-                        'AC_DEFUN_ONCE' => 1,
-                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
+                        '_LT_PROG_ECHO_BACKSLASH' => 1,
                         'AC_LIBLTDL_INSTALLABLE' => 1,
-                        'AM_MISSING_PROG' => 1,
-                        'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1,
-                        'AC_LIBTOOL_OBJDIR' => 1,
-                        'AC_PROG_NM' => 1,
-                        '_AM_DEPENDENCIES' => 1,
-                        'AM_SUBST_NOTMAKE' => 1,
+                        'LT_INIT' => 1,
+                        'AC_LIBTOOL_SYS_LIB_STRIP' => 1,
+                        'AC_LIBTOOL_LANG_C_CONFIG' => 1,
+                        '_LT_PROG_LTMAIN' => 1,
+                        'AC_PATH_MAGIC' => 1,
+                        'LT_SYS_MODULE_PATH' => 1,
+                        '_LT_LINKER_OPTION' => 1,
+                        'PKG_CHECK_EXISTS' => 1,
+                        'PKG_WITH_MODULES' => 1,
+                        'AC_DISABLE_FAST_INSTALL' => 1,
+                        '_LT_PROG_FC' => 1,
+                        'AC_PROG_LD_GNU' => 1,
+                        'LT_SYS_SYMBOL_USCORE' => 1,
+                        'LT_FUNC_ARGZ' => 1,
+                        'AC_CONFIG_MACRO_DIR' => 1,
+                        'LTDL_CONVENIENCE' => 1,
+                        '_LT_AC_SYS_COMPILER' => 1,
+                        'AM_SANITY_CHECK' => 1,
+                        'AC_LTDL_DLSYM_USCORE' => 1,
                         'AM_MAKE_INCLUDE' => 1,
-                        'AM_CONDITIONAL' => 1,
-                        'AC_LIBTOOL_PROG_CC_C_O' => 1,
-                        'LT_PATH_LD' => 1,
-                        'AM_ENABLE_SHARED' => 1,
+                        'AM_SILENT_RULES' => 1,
+                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
+                        '_AM_IF_OPTION' => 1,
+                        'AM_DISABLE_STATIC' => 1,
                         'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        '_LT_AC_SHELL_INIT' => 1,
-                        'AC_LTDL_SYMBOL_USCORE' => 1,
                         '_LT_AC_TAGVAR' => 1,
-                        'AC_LIBTOOL_LINKER_OPTION' => 1,
-                        'AM_SILENT_RULES' => 1,
-                        'AM_AUX_DIR_EXPAND' => 1,
-                        'PKG_PROG_PKG_CONFIG' => 1,
-                        '_LT_LINKER_OPTION' => 1,
+                        'LT_SYS_DLOPEN_SELF' => 1,
+                        'AC_LTDL_SHLIBPATH' => 1,
+                        'AM_DISABLE_SHARED' => 1,
+                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
+                        'LT_CONFIG_LTDL_DIR' => 1,
+                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
+                        '_LT_AC_PROG_ECHO_BACKSLASH' => 1,
+                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
+                        'PKG_HAVE_WITH_MODULES' => 1,
+                        'LT_PROG_GCJ' => 1,
+                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        '_AM_PROG_TAR' => 1,
+                        'LT_OUTPUT' => 1,
                         'PKG_CHECK_MODULES' => 1,
+                        'LT_FUNC_DLSYM_USCORE' => 1,
+                        'AC_LIBTOOL_OBJDIR' => 1,
                         'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1,
-                        'AC_LIBTOOL_DLOPEN' => 1,
-                        'LT_FUNC_ARGZ' => 1,
-                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
-                        '_AM_IF_OPTION' => 1,
-                        'AC_LIBTOOL_CXX' => 1,
-                        'AX_OPENMP' => 1,
-                        '_LT_PROG_CXX' => 1,
-                        'AC_LIBTOOL_PROG_LD_SHLIBS' => 1,
-                        'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1,
-                        'AC_CONFIG_MACRO_DIR' => 1,
-                        '_AM_AUTOCONF_VERSION' => 1,
-                        'AC_ENABLE_SHARED' => 1,
-                        'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1,
-                        '_LT_AC_SYS_COMPILER' => 1,
-                        'AM_INIT_AUTOMAKE' => 1,
-                        'AC_LIBTOOL_WIN32_DLL' => 1,
-                        'AM_RUN_LOG' => 1,
-                        '_AM_SET_OPTION' => 1,
-                        '_LT_AC_LOCK' => 1,
-                        '_LT_PROG_ECHO_BACKSLASH' => 1,
                         'LT_PROG_GO' => 1,
-                        'LTSUGAR_VERSION' => 1,
-                        '_AM_PROG_CC_C_O' => 1,
-                        'AC_LIBTOOL_SETUP' => 1,
+                        'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1,
+                        'AC_CHECK_LIBM' => 1,
+                        'LT_PATH_LD' => 1,
+                        '_LT_AC_LANG_C_CONFIG' => 1,
+                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
+                        'AC_LIBTOOL_DLOPEN' => 1,
                         '_LT_AC_PROG_CXXCPP' => 1,
-                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
-                        'AC_DISABLE_FAST_INSTALL' => 1,
-                        'AC_LIBTOOL_DLOPEN_SELF' => 1,
+                        '_LT_AC_TRY_DLOPEN_SELF' => 1,
+                        'AC_PROG_NM' => 1,
+                        'LTDL_INSTALLABLE' => 1,
                         'AM_PROG_LIBTOOL' => 1,
-                        'include' => 1,
-                        'LT_AC_PROG_GCJ' => 1,
-                        '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1,
-                        'm4_include' => 1,
-                        'AC_WITH_LTDL' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        '_LT_AC_LANG_RC_CONFIG' => 1,
-                        '_LT_AC_LANG_F77' => 1,
-                        'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1,
-                        'LT_SYS_MODULE_PATH' => 1,
-                        'm4_pattern_forbid' => 1,
-                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
-                        'AC_LTDL_SHLIBEXT' => 1,
-                        'AC_DEPLIBS_CHECK_METHOD' => 1,
-                        'LTOBSOLETE_VERSION' => 1,
-                        'LT_AC_PROG_EGREP' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        '_LT_AC_LANG_F77_CONFIG' => 1,
-                        '_LT_AC_CHECK_DLFCN' => 1,
-                        'AM_PROG_INSTALL_SH' => 1,
-                        'LT_SYS_DLSEARCH_PATH' => 1,
-                        'LT_AC_PROG_RC' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        'LT_SYS_MODULE_EXT' => 1,
-                        'AC_LIBTOOL_COMPILER_OPTION' => 1,
-                        '_LT_AC_LANG_CXX' => 1,
-                        'AC_PROG_LD_GNU' => 1,
-                        'AM_DISABLE_STATIC' => 1,
-                        'LT_SYS_SYMBOL_USCORE' => 1,
-                        'PKG_WITH_MODULES' => 1,
-                        'AC_LIBTOOL_F77' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1,
-                        'AM_DISABLE_SHARED' => 1,
-                        'AC_ENABLE_STATIC' => 1,
-                        'AC_LTDL_SYSSEARCHPATH' => 1,
-                        'AC_LTDL_PREOPEN' => 1,
-                        'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1,
-                        'AC_LIB_LTDL' => 1,
+                        'AC_LIBTOOL_RC' => 1,
+                        '_m4_warn' => 1,
                         'AC_LIBTOOL_CONFIG' => 1,
-                        'PKG_CHECK_EXISTS' => 1,
-                        '_LT_PATH_TOOL_PREFIX' => 1,
-                        '_LT_LINKER_BOILERPLATE' => 1,
-                        'PKG_HAVE_DEFINE_WITH_MODULES' => 1,
+                        '_LT_AC_CHECK_DLFCN' => 1,
                         'AC_LIBTOOL_PICMODE' => 1,
-                        'm4_pattern_allow' => 1,
-                        'LT_PATH_NM' => 1,
-                        'AC_LIBTOOL_RC' => 1,
-                        'AC_LIBTOOL_PROG_COMPILER_PIC' => 1,
-                        'LT_CMD_MAX_LEN' => 1,
-                        'AC_ENABLE_FAST_INSTALL' => 1,
-                        'AM_SET_LEADING_DOT' => 1,
                         'LT_AC_PROG_SED' => 1,
-                        'AM_SET_DEPDIR' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
-                        'AC_PROG_LD' => 1,
+                        'AC_LIBTOOL_LANG_RC_CONFIG' => 1,
+                        'AC_LTDL_DLLIB' => 1,
+                        'AM_RUN_LOG' => 1,
+                        'AC_LIBTOOL_LANG_F77_CONFIG' => 1,
+                        'LT_AC_PROG_RC' => 1,
+                        'AC_LIBLTDL_CONVENIENCE' => 1,
+                        'AC_LIBTOOL_LINKER_OPTION' => 1,
+                        '_AM_SET_OPTION' => 1,
                         '_LTDL_SETUP' => 1,
-                        '_AM_SET_OPTIONS' => 1,
-                        '_AC_AM_CONFIG_HEADER_HOOK' => 1,
-                        'AM_DEP_TRACK' => 1,
-                        'LT_LANG' => 1,
-                        'AC_LIBTOOL_FC' => 1,
-                        'AC_LIBTOOL_LANG_CXX_CONFIG' => 1,
-                        'AC_LIBTOOL_POSTDEP_PREDEP' => 1,
-                        'AM_PROG_INSTALL_STRIP' => 1,
-                        'AC_LTDL_DLSYM_USCORE' => 1,
-                        '_AM_PROG_TAR' => 1,
-                        'AC_PROG_LD_RELOAD_FLAG' => 1,
-                        '_AC_PROG_LIBTOOL' => 1,
-                        'AC_PATH_MAGIC' => 1,
-                        '_LT_REQUIRED_DARWIN_CHECKS' => 1,
-                        '_LT_AC_LANG_CXX_CONFIG' => 1
+                        'AC_ENABLE_SHARED' => 1,
+                        'LT_SYS_DLOPEN_DEPLIBS' => 1,
+                        'PKG_PROG_PKG_CONFIG' => 1,
+                        'AC_LTDL_PREOPEN' => 1,
+                        '_AM_DEPENDENCIES' => 1,
+                        'LTVERSION_VERSION' => 1,
+                        'LT_WITH_LTDL' => 1,
+                        'AC_LIBTOOL_CXX' => 1,
+                        'AX_OPENMP' => 1,
+                        'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1,
+                        'AM_PROG_INSTALL_SH' => 1,
+                        'AC_LIBTOOL_GCJ' => 1,
+                        'AC_LTDL_SHLIBEXT' => 1
                       }
                     ], 'Autom4te::Request' )
            );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LibRaw-0.18.6/autom4te.cache/traces.1 
new/LibRaw-0.18.7/autom4te.cache/traces.1
--- old/LibRaw-0.18.6/autom4te.cache/traces.1   2017-12-06 09:15:16.000000000 
+0100
+++ new/LibRaw-0.18.7/autom4te.cache/traces.1   2018-01-19 06:57:08.000000000 
+0100
@@ -4,7 +4,7 @@
 m4trace:aclocal.m4:1444: -1- m4_include([m4/ltsugar.m4])
 m4trace:aclocal.m4:1445: -1- m4_include([m4/ltversion.m4])
 m4trace:aclocal.m4:1446: -1- m4_include([m4/lt~obsolete.m4])
-m4trace:configure.ac:2: -1- AC_INIT([LibRaw], [0.18.6], [[email protected]], [], 
[http://www.libraw.org])
+m4trace:configure.ac:2: -1- AC_INIT([LibRaw], [0.18.7], [[email protected]], [], 
[http://www.libraw.org])
 m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
 m4trace:configure.ac:2: -1- m4_pattern_forbid([_AC_])
 m4trace:configure.ac:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS 
directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
@@ -618,7 +618,7 @@
 m4trace:configure.ac:211: -1- AC_SUBST([LIBRAW_SHLIB_VERSION], [16:0:0])
 m4trace:configure.ac:211: -1- AC_SUBST_TRACE([LIBRAW_SHLIB_VERSION])
 m4trace:configure.ac:211: -1- m4_pattern_allow([^LIBRAW_SHLIB_VERSION$])
-m4trace:configure.ac:212: -1- AC_SUBST([LIBRAW_RELEASE_VERSION], [0.18.6])
+m4trace:configure.ac:212: -1- AC_SUBST([LIBRAW_RELEASE_VERSION], [0.18.7])
 m4trace:configure.ac:212: -1- AC_SUBST_TRACE([LIBRAW_RELEASE_VERSION])
 m4trace:configure.ac:212: -1- m4_pattern_allow([^LIBRAW_RELEASE_VERSION$])
 m4trace:configure.ac:214: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LibRaw-0.18.6/configure new/LibRaw-0.18.7/configure
--- old/LibRaw-0.18.6/configure 2017-12-06 09:15:15.000000000 +0100
+++ new/LibRaw-0.18.7/configure 2018-01-19 06:57:08.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for LibRaw 0.18.6.
+# Generated by GNU Autoconf 2.69 for LibRaw 0.18.7.
 #
 # Report bugs to <[email protected]>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='LibRaw'
 PACKAGE_TARNAME='libraw'
-PACKAGE_VERSION='0.18.6'
-PACKAGE_STRING='LibRaw 0.18.6'
+PACKAGE_VERSION='0.18.7'
+PACKAGE_STRING='LibRaw 0.18.7'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL='http://www.libraw.org'
 
@@ -1352,7 +1352,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 LibRaw 0.18.6 to adapt to many kinds of systems.
+\`configure' configures LibRaw 0.18.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1422,7 +1422,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of LibRaw 0.18.6:";;
+     short | recursive ) echo "Configuration of LibRaw 0.18.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1553,7 +1553,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-LibRaw configure 0.18.6
+LibRaw configure 0.18.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2043,7 +2043,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by LibRaw $as_me 0.18.6, which was
+It was created by LibRaw $as_me 0.18.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2906,7 +2906,7 @@
 
 # Define the identity of the package.
  PACKAGE='libraw'
- VERSION='0.18.6'
+ VERSION='0.18.7'
 
 
 # Some tools Automake needs.
@@ -16906,7 +16906,7 @@
 
 LIBRAW_SHLIB_VERSION=16:0:0
 
-LIBRAW_RELEASE_VERSION=0.18.6
+LIBRAW_RELEASE_VERSION=0.18.7
 
 
 cat >confcache <<\_ACEOF
@@ -17483,7 +17483,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by LibRaw $as_me 0.18.6, which was
+This file was extended by LibRaw $as_me 0.18.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17541,7 +17541,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-LibRaw config.status 0.18.6
+LibRaw config.status 0.18.7
 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/LibRaw-0.18.6/internal/dcraw_common.cpp 
new/LibRaw-0.18.7/internal/dcraw_common.cpp
--- old/LibRaw-0.18.6/internal/dcraw_common.cpp 2017-12-06 09:15:11.000000000 
+0100
+++ new/LibRaw-0.18.7/internal/dcraw_common.cpp 2018-01-19 06:57:03.000000000 
+0100
@@ -1340,6 +1340,10 @@
 
 void CLASS nikon_yuv_load_raw()
 {
+#ifdef LIBRAW_LIBRARY_BUILD
+  if(!image)
+    throw LIBRAW_EXCEPTION_IO_CORRUPT;
+#endif
   int row, col, yuv[4], rgb[3], b, c;
   UINT64 bitbuf=0;
   float cmul[4];
@@ -2156,6 +2160,10 @@
     unpacked_load_raw();
     return;
   }
+#ifdef LIBRAW_LIBRARY_BUILD
+  else if(!image)
+    throw LIBRAW_EXCEPTION_IO_CORRUPT;
+#endif
   pixel = (ushort *) calloc (raw_width, sizeof *pixel);
   merror (pixel, "sinar_4shot_load_raw()");
 #ifdef LIBRAW_LIBRARY_BUILD
@@ -2675,6 +2683,11 @@
 
 void CLASS kodak_radc_load_raw()
 {
+#ifdef LIBRAW_LIBRARY_BUILD
+  // All kodak radc images are 768x512
+  if(width>768 || raw_width>768 || height > 512 || raw_height>512 )
+    throw LIBRAW_EXCEPTION_IO_CORRUPT;
+#endif
   static const signed char src[] = {
     1,1, 2,3, 3,4, 4,2, 5,7, 6,5, 7,6, 7,8,
     1,0, 2,1, 3,3, 4,4, 5,2, 6,7, 7,6, 8,5, 8,8,
@@ -2926,6 +2939,10 @@
 
 void CLASS lossy_dng_load_raw()
 {
+#ifdef LIBRAW_LIBRARY_BUILD
+  if(!image)
+    throw LIBRAW_EXCEPTION_IO_CORRUPT;
+#endif
   struct jpeg_decompress_struct cinfo;
   struct jpeg_error_mgr jerr;
   JSAMPARRAY buf;
@@ -3057,6 +3074,10 @@
 
 void CLASS kodak_c330_load_raw()
 {
+#ifdef LIBRAW_LIBRARY_BUILD
+  if(!image)
+    throw LIBRAW_EXCEPTION_IO_CORRUPT;
+#endif
   uchar *pixel;
   int row, col, y, cb, cr, rgb[3], c;
 
@@ -3094,6 +3115,10 @@
 
 void CLASS kodak_c603_load_raw()
 {
+#ifdef LIBRAW_LIBRARY_BUILD
+  if(!image)
+    throw LIBRAW_EXCEPTION_IO_CORRUPT;
+#endif
   uchar *pixel;
   int row, col, y, cb, cr, rgb[3], c;
 
@@ -3257,6 +3282,10 @@
 
 void CLASS kodak_ycbcr_load_raw()
 {
+#ifdef LIBRAW_LIBRARY_BUILD
+  if(!image)
+    throw LIBRAW_EXCEPTION_IO_CORRUPT;
+#endif
   short buf[384], *bp;
   int row, col, len, c, i, j, k, y[2][2], cb, cr, rgb[3];
   ushort *ip;
@@ -3291,6 +3320,10 @@
 
 void CLASS kodak_rgb_load_raw()
 {
+#ifdef LIBRAW_LIBRARY_BUILD
+  if(!image)
+    throw LIBRAW_EXCEPTION_IO_CORRUPT;
+#endif
   short buf[768], *bp;
   int row, col, len, c, i, rgb[3],ret;
   ushort *ip=image[0];
@@ -3319,6 +3352,10 @@
 
 void CLASS kodak_thumb_load_raw()
 {
+#ifdef LIBRAW_LIBRARY_BUILD
+  if(!image)
+    throw LIBRAW_EXCEPTION_IO_CORRUPT;
+#endif
   int row, col;
   colors = thumb_misc >> 5;
   for (row=0; row < height; row++)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LibRaw-0.18.6/libraw/libraw_version.h 
new/LibRaw-0.18.7/libraw/libraw_version.h
--- old/LibRaw-0.18.6/libraw/libraw_version.h   2017-12-06 08:39:23.000000000 
+0100
+++ new/LibRaw-0.18.7/libraw/libraw_version.h   2018-01-19 06:52:22.000000000 
+0100
@@ -22,7 +22,7 @@
 
 #define LIBRAW_MAJOR_VERSION  0
 #define LIBRAW_MINOR_VERSION  18
-#define LIBRAW_PATCH_VERSION  6
+#define LIBRAW_PATCH_VERSION  7
 #define LIBRAW_VERSION_TAIL   Release
 
 #define LIBRAW_SHLIB_CURRENT   16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LibRaw-0.18.6/src/libraw_cxx.cpp 
new/LibRaw-0.18.7/src/libraw_cxx.cpp
--- old/LibRaw-0.18.6/src/libraw_cxx.cpp        2017-12-06 08:39:23.000000000 
+0100
+++ new/LibRaw-0.18.7/src/libraw_cxx.cpp        2018-01-19 06:52:22.000000000 
+0100
@@ -2508,7 +2508,7 @@
                                S.raw_pitch = (decoder_info.decoder_flags & 
LIBRAW_DECODER_LEGACY_WITH_MARGINS) ? S.raw_width*8 : S.width*8;
             // allocate image as temporary buffer, size
             imgdata.rawdata.raw_alloc = 0;
-            imgdata.image = (ushort (*)[4]) 
calloc(unsigned(S.raw_width)*unsigned(S.raw_height),sizeof(*imgdata.image));
+            imgdata.image = (ushort (*)[4]) 
calloc(unsigned(MAX(S.width,S.raw_width))*unsigned(MAX(S.height,S.raw_height)),sizeof(*imgdata.image));
                        if(!(decoder_info.decoder_flags &  
LIBRAW_DECODER_ADOBECOPYPIXEL))
                        {
                                imgdata.rawdata.raw_image = (ushort*) 
imgdata.image ;


Reply via email to