Hello community,

here is the log from the commit of package libapr1 for openSUSE:Factory
checked in at Wed Oct 5 12:37:50 CEST 2011.



--------
--- openSUSE:Factory/libapr1/libapr1.changes    2011-09-23 02:07:49.000000000 
+0200
+++ /mounts/work_src_done/STABLE/libapr1/libapr1.changes        2011-08-07 
03:22:56.000000000 +0200
@@ -1,0 +2,32 @@
+Sun Aug  7 01:21:44 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix broken linux 3 version test in configure,make the configure
+  script assume linux 2.6.0
+
+-------------------------------------------------------------------
+Sat Jul 16 04:10:44 UTC 2011 - crrodrig...@opensuse.org
+
+- remove -fno-strict-aliasing and LDAP_DEPRECATED from CFLAGS
+  no longer needed.
+
+-------------------------------------------------------------------
+Thu May 26 03:43:35 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to APR 1.4.5
+ * Security: CVE-2011-1928
+   apr_fnmatch(): Fix high CPU loop.  [William Rowe]
+  * Fix top_builddir in installed apr_rules.mk.  [Bojan Smojver] 
+
+-------------------------------------------------------------------
+Fri May 20 19:41:33 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to APR 1.4.4
+* Security: CVE-2011-0419 
+* Fix address handling when accepting an AF_INET socket from a socket
+   bound as AF_INET6.
+* Add configure option --enable-allocator-uses-mmap to reduce memory
+  fragmentation.
+* Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
+  is supported.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  apr-1.4.2.tar.bz2

New:
----
  apr-1.4.5-linux3.patch
  apr-1.4.5.tar.bz2

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

Other differences:
------------------
++++++ libapr1.spec ++++++
--- /var/tmp/diff_new_pack.t50CC9/_old  2011-10-05 12:37:42.000000000 +0200
+++ /var/tmp/diff_new_pack.t50CC9/_new  2011-10-05 12:37:42.000000000 +0200
@@ -36,13 +36,14 @@
 Obsoletes:      libapr1-32bit
 %endif
 #
-Version:        1.4.2
+Version:        1.4.5
 Release:        2
 Summary:        Apache Portable Runtime (APR) Library
 Source:         http://www.apache.org/dist/apr/apr-%{version}.tar.bz2
 Source2:        baselibs.conf
 Patch1:         string-compare.diff
 Patch3:         apr-1.3.0-testshm-apr_shm_remove.patch
+Patch4:         apr-1.4.5-linux3.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define aprver 1
 %define installbuilddir %{_libdir}/apr-%{aprver}/build
@@ -90,9 +91,10 @@
 examples being the Apache HTTP server.
 
 %prep
-%setup -n apr-%{version}
+%setup -q -n apr-%{version}
 %patch1
 %patch3 -p1
+%patch4
 #
 # workaround for ugly bug 400488
 # Xen kernel on sles9 x86_64 is set up to behave different than all other 
kernels
@@ -126,7 +128,7 @@
 %endif
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED -fPIC"
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
 #
 rm -rf aclocal.m4 autom4te*.cache
 autoheader
@@ -146,6 +148,7 @@
        --enable-nonportable-atomics=yes \
 %endif
 %endif
+    --enable-allocator-uses-mmap \
        --with-devrandom=/dev/urandom \
     --disable-static \
     --with-pic 

++++++ apr-1.4.5-linux3.patch ++++++
--- configure.in.orig
+++ configure.in
@@ -650,7 +650,7 @@ case $host in
         fi
         ;;
     *linux*)
-        os_version=`uname -r | sed -e 's/\(.\)\.\(.\)\.\(.\).*/\1\2\3/'`
+        os_version=260
         ;;
     *os390)
         os_version=`uname -r | sed -e 's/\.//g'`
++++++ apr-1.4.2.tar.bz2 -> apr-1.4.5.tar.bz2 ++++++
++++ 112498 lines of diff (skipped)

continue with "q"...



Remember to have fun...

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

Reply via email to