Hello community, here is the log from the commit of package libapr-util1 for openSUSE:Factory checked in at 2012-02-22 19:11:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libapr-util1 (Old) and /work/SRC/openSUSE:Factory/.libapr-util1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libapr-util1", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libapr-util1/libapr-util1.changes 2012-02-15 16:16:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libapr-util1.new/libapr-util1.changes 2012-02-22 19:11:31.000000000 +0100 @@ -1,0 +2,39 @@ +Sat Feb 18 15:42:09 UTC 2012 - [email protected] + +- updated to 1.4.1 +- fixed crash in memtest testcase. Patch sent upstreams + https://issues.apache.org/bugzilla/show_bug.cgi?id=52705 + apr-util-1.4.1-testmemcache-initialize-values-array.patch +- removed obsolete libapr-util1-1.3.12-gcc46.patch +- Changes with 1.4.1: + *) Apply Windows build fixes for the apr_crypto API. + Changes with 1.4.0: + *) apr_ldap_init: Pass secure=1 to ldapssl_init() with Solaris LDAP SDK. PR: 42682 + *) apr_memcache_server_create: Fix possible segfault. PR 51064. + *) apr_thread_pool: Fix thread unsafe pool usage. + *) Do not include apr.h and apr_errno.h from system search path in + apu_errno.h. PR 46487 + *) Add optional dbm, openssl and nss subpackages to the RPM spec file. + *) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h + or sybdb.h. + *) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit + test to verify the interoperability of the two modules. Builds default + to disabled unless explicitly enabled. + *) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code, + based on the modular dso interface used for dbd and ldap. Initially, + the interface supports symmetrical encryption and decryption. The + purpose of the interface is to offer portable and interoperable + access to basic crypto using the native crypto libraries present on + each platform. + *) Add trace probes to hooks, making it easier to inspect APR Hook based + applications with DTrace or other such mechanisms. + *) Implement resource list when threads are unavailable. PR 24325 + Changes with 1.3.13: + *) Fix a failure of configure to detect ldap_set_rebind_proc(), + encountered on Fedora 15 with gcc 4.6. + *) apr_thread_pool: Fix thread unsafe pool usage. + *) Improve platform detection for bundled expat by updating + config.guess and config.sub. + *) Sync libtool handling of bundled expat from APR. + +------------------------------------------------------------------- Old: ---- apr-util-1.3.12.tar.bz2 libapr-util1-1.3.12-gcc46.patch New: ---- apr-util-1.4.1-testmemcache-initialize-values-array.patch apr-util-1.4.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libapr-util1.spec ++++++ --- /var/tmp/diff_new_pack.kSLHlN/_old 2012-02-22 19:11:32.000000000 +0100 +++ /var/tmp/diff_new_pack.kSLHlN/_new 2012-02-22 19:11:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libapr-util1 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libapr-util1 %define with_sqlite2 0 %define with_sqlite3 0 @@ -88,14 +90,14 @@ %endif # Url: http://apr.apache.org/ -Version: 1.3.12 +Version: 1.4.1 Release: 0 Summary: Apache Portable Runtime (APR) Library License: Apache-2.0 Group: Development/Libraries/Other Source: http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2 Source2: baselibs.conf -Patch0: libapr-util1-1.3.12-gcc46.patch +Patch1: apr-util-1.4.1-testmemcache-initialize-values-array.patch # BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: libapr_memcache0 @@ -211,7 +213,7 @@ %prep %setup -q -n apr-util-%{version} -%patch0 +%patch1 -p1 %build export CFLAGS="$RPM_OPT_FLAGS" ++++++ apr-util-1.4.1-testmemcache-initialize-values-array.patch ++++++ diff -uNrp apr-util-1.4.1.orig/test/testmemcache.c apr-util-1.4.1/test/testmemcache.c --- apr-util-1.4.1.orig/test/testmemcache.c 2011-11-29 00:21:24.000000000 +0100 +++ apr-util-1.4.1/test/testmemcache.c 2012-02-18 16:24:03.000000000 +0100 @@ -420,7 +420,7 @@ static void test_memcache_multiget(abts_ apr_status_t rv; apr_memcache_t *memcache; apr_memcache_server_t *server; - apr_hash_t *tdata, *values; + apr_hash_t *tdata, *values = NULL; apr_hash_index_t *hi; apr_uint32_t i; ++++++ apr-util-1.3.12.tar.bz2 -> apr-util-1.4.1.tar.bz2 ++++++ ++++ 80598 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
