Hello community,

here is the log from the commit of package libapr-util1 for openSUSE:12.1 
checked in at 2011-10-25 16:07:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/libapr-util1 (Old)
 and      /work/SRC/openSUSE:12.1/.libapr-util1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libapr-util1", Maintainer is "dr...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1/libapr-util1/libapr-util1.changes   2011-10-24 
12:59:44.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.libapr-util1.new/libapr-util1.changes      
2011-10-25 16:07:45.000000000 +0200
@@ -1,0 +2,43 @@
+Mon Oct 17 12:05:37 CEST 2011 - dmuel...@suse.de
+
+- disable testsuite on qemu builds
+
+-------------------------------------------------------------------
+Wed Oct 12 16:00:51 CEST 2011 - dmuel...@suse.de
+
+- fix build on Factory
+
+-------------------------------------------------------------------
+Thu Sep 15 11:02:15 CEST 2011 - dr...@suse.de
+
+- set -DLDAP_SET_REBIND_PROC_THREE for callback setting in Factory.
+
+-------------------------------------------------------------------
+Thu Sep  1 15:32:57 CEST 2011 - dr...@suse.de
+
+- disable the (void)tmp; cast from %patch1.
+
+-------------------------------------------------------------------
+Thu May 26 03:41:42 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to 1.3.12, single bugfix release 
+*) apr_ldap: Fix crash because of NULL cleanup registered by
+   apr_ldap_rebind_init().  [Rainer Jung]
+
+-------------------------------------------------------------------
+Fri May 20 23:43:08 UTC 2011 - crrodrig...@opensuse.org
+
+- run make check 
+- fix pkgconfig build requires for auto dependencies
+
+-------------------------------------------------------------------
+Fri May 20 19:56:16 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to aprutil 1.3.11
+ * SECURITY: CVE-2010-1623 (cve.mitre.org)
+ * SECURITY: CVE-2009-3560, CVE-2009-3720 (cve.mitre.org)
+ * apr_thread_pool: Fix some potential deadlock situations.  PR 49709.
+ * apr_thread_pool_create: Fix pool corruption caused by multithreaded
+   use of the pool when multiple initial threads are created.
+
+-------------------------------------------------------------------

Old:
----
  apr-util-1.3.9.tar.bz2
  libapr-util1-1.3.9-gcc46.patch

New:
----
  apr-util-1.3.12.tar.bz2
  libapr-util1-1.3.12-gcc46.patch

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

Other differences:
------------------
++++++ libapr-util1.spec ++++++
--- /var/tmp/diff_new_pack.jboPQ7/_old  2011-10-25 16:07:45.000000000 +0200
+++ /var/tmp/diff_new_pack.jboPQ7/_new  2011-10-25 16:07:45.000000000 +0200
@@ -65,7 +65,7 @@
 BuildRequires:  doxygen openldap2-devel
 %endif
 %if 0%{?suse_version} > 1020
-BuildRequires:  libexpat-devel
+BuildRequires:  libexpat-devel pkgconfig
 %else
 BuildRequires:  expat
 %endif
@@ -86,12 +86,12 @@
 License:        Apache-2.0
 Group:          Development/Libraries/Other
 AutoReqProv:    on
-Version:        1.3.9
+Version:        1.3.12
 Release:        12
 Summary:        Apache Portable Runtime (APR) Library
 Source:         http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2
 Source2:        baselibs.conf
-Patch1:         libapr-util1-1.3.9-gcc46.patch
+Patch0:         libapr-util1-1.3.12-gcc46.patch
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Obsoletes:      libapr_memcache0
@@ -208,7 +208,7 @@
 
 %prep
 %setup -q -n apr-util-%{version}
-%patch1
+%patch0
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -254,6 +254,10 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/libaprutil-%{apuver}.a
 
 %check
+# fails on qemu, works on real hardware
+%if !0%{?qemu_user_space_build:1}
+make check
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++++++ apr-util-1.3.9.tar.bz2 -> apr-util-1.3.12.tar.bz2 ++++++
++++ 99684 lines of diff (skipped)

++++++ libapr-util1-1.3.9-gcc46.patch -> libapr-util1-1.3.12-gcc46.patch ++++++
--- /work/SRC/openSUSE:12.1/libapr-util1/libapr-util1-1.3.9-gcc46.patch 
2011-10-24 12:59:44.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.libapr-util1.new/libapr-util1-1.3.12-gcc46.patch   
2011-10-25 16:07:45.000000000 +0200
@@ -1,11 +1,13 @@
---- build/apu-conf.m4  2009-06-09 02:14:49.000000000 +0200
-+++ build/apu-conf.m4  2011-04-28 11:19:21.140000343 +0200
-@@ -393,7 +393,7 @@
+--- build/apu-conf.m4
++++ build/apu-conf.m4
+@@ -391,9 +391,7 @@
+     #include <ldap.h>
+     #endif
      ], [
-     int tmp = ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void 
*)0);
-     /* use tmp to suppress the warning */
+-    int tmp = ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void 
*)0);
+-    /* use tmp to suppress the warning */
 -    tmp=0;
-+    (void)tmp;
++    (void) ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void *)0);
      ], ac_cv_ldap_set_rebind_proc_style=three, 
ac_cv_ldap_set_rebind_proc_style=two))
  
      if test "$ac_cv_ldap_set_rebind_proc_style" = "three"; then

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to