Changelog for
libapr1-1.4.6-4.7.1.i586.rpm :
Tue Jul 26 14:00:00 2011 drahtAATTsuse.de
- libapr1-apr_fnmatch_c-CVE-2011-0419.patch and
libapr1-apr_fnmatch_c-CVE-2011-1928.patch fix CVE-2011-0419 and
CVE-2011-1928: fnmatch() mem and CPU exhaustion DoS. bnc#693778
Mon Sep 6 14:00:00 2010 poemlAATTcmdline.net
- fix build on CentOS5 (see below)
Mon Sep 6 14:00:00 2010 poemlAATTcmdline.net
- fix build on SLE10
- don\'t run testatomic.c testcase, which fails only in the OBS, as it seems.
Run manually, it works. Must be either Xen- or ulimit-related. (It doesn\'t
seem to be possible to increase ulimit -v in the OBS, unfortunately.)
- don\'t run autoconf
- fix build on SLES9
- remove build dep on non-existing pkg-config
- don\'t run autoconf
Wed Jul 28 14:00:00 2010 poemlAATTcmdline.net
- Update to 1.4.2:
Changes for APR 1.4.2
* ) Undo a crash-bug introduced in 1.3.9 affecting some applications of
the apr hash and table structures, reported to affect Subversion
by Bert Huijben
. [Graham Leggett]
Changes for APR 1.4.1
* ) Win32: Properly handle the ERROR_DIRECTORY system error code.
[Brane Čibej]
Changes for APR 1.4.0
* ) Add apr_global_mutex_lockfile() for retrieving the file, if any,
associated with the mutex. Add apr_global_mutex_name() for retrieving
the name of the lock mechanism used by the underlying proc mutex.
[Jeff Trawick]
* ) Add apr_socket_atreadeof to determine whether the receive part of the
socket has been closed by the peer.
[Ruediger Pluem, Mladen Turk, Joe Orton]
* ) Make apr_pollset and apr_pollcb implementations using providers.
Added apr_pollset_create_ex and apr_pollcb_create_ex that allows
choosing non-default providers.
[Mladen Turk]
* ) apr_temp_dir_get() now checks the TMPDIR environment variable first,
instead of third. [Jim Jagielski]
* ) Add apr_file_sync() and apr_file_datasync() calls. [Bojan Smojver]
* ) apr_pollset_wakeup() on Windows: Fix core caused by closing the
file_socket_pipe with standard file_close.
[Arsen Chaloyan, Mladen Turk]
* ) Introduce apr_hash_do() for iterating over a hash table. [Mladen Turk]
* ) Make sure WIN32 behaves the same as posix for file-backed shared memory
by removing the file on cleanup/remove. [Mladen Turk]
* ) Introduce apr_pollset_wakeup() for interrupting the blocking
apr_pollset_poll() call. [Mladen Turk]
* ) Add apr_file_link() function. PR 44841. [Mark Heily ]
Changes for APR 1.3.12
* ) Fix detection of some Linux variants when configure is built with
recent GNU tools. [Eric Covener]
Changes for APR 1.3.11
* ) Fix bad autoconf version number in messages from buildcheck.sh
(called from buildconf). [Jeff Trawick]
Changes for APR 1.3.10
* ) Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
is supported. PR 46297. [Joe Orton]
* ) Solaris 10 and later: Change the default cross-mutex mechanism from
fcntl to pthread to resolve EDEADLK failures with some multi-threaded,
multi-process applications (e.g., httpd\'s worker MPM with certain
plug-in modules). [Jeff Trawick]
* ) Solaris pollcb support: Fix a hang in apr_pollcb_poll().
[Jeff Trawick]
* ) Solaris pollset support: Fix a 1.3.9 regression in apr_pollset_poll()
which could result in a crash when the call was interrupted by a
signal. PR 48030. [Jeff Trawick]
* ) Solaris pollset support: Fix a 1.3.9 regression in apr_pollset_poll()
which resulted in invalid return codes from the APR function. A work-
around was needed for bad return codes from 32-bit port_getn() on
Solaris 10 x86. PR 48029. [Jeff Trawick]
Changes for APR 1.3.9
* ) Posix semaphores can now be named and used as named semaphores.
[Jim Jagielski]
* ) Better handling of APR_OFF_T_FMT for Darwin 10 depending on -arch
setting of compiler. [Jim Jagielski]
* ) Add comments describing the thread-safety properties of apr_pool_t.
[Neil Conway nrc cs.berkeley.edu]
* ) Pass default environment to testsock, testshm and testproc children, so
that tests run when APR is compiled with Intel C Compiler.
[Bojan Smojver]
* ) Fix error handling in the Solaris pollset support (Event Port backend).
PR 47645. [Jeff Trawick]
* ) Add the remainder of this fix from trunk:
Fix Solaris poll failure. PR 43000
[Henry Jen ]
Sat Jun 12 14:00:00 2010 bgAATTnovell.com
- remove test testatomic on hppa to fix build
Sat Apr 24 14:00:00 2010 cooloAATTnovell.com
- buildrequire pkg-config to fix provides
Tue Dec 15 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
- package baselibs for SPARC
Mon Aug 10 14:00:00 2009 poemlAATTsuse.de
- update to 1.3.8
* ) SECURITY: CVE-2009-2412 (cve.mitre.org)
Fix overflow in pools and rmm, where size alignment was taking place.
* ) Make sure that \"make check\" is used in the RPM spec file, consistent
with apr-util.
* ) Pass default environment to testflock, testoc and testpipe children,
so that tests run when APR is compiled with Intel C Compiler.
Wed Jul 29 14:00:00 2009 poemlAATTsuse.de
- obsolete patch apr-1.2.8-pool-cleanups.patch removed.
This patch was applied only when build_with_memory_pool_debug was
defined during the build, which is true for the Apache:APR_Pool_Debug project,
but it was disabled even there.
It was not clear whether the patch was really useful, I seemed to
have more success testing with the pool debug builds with this
patch. But that was two years ago and we don\'t seem to miss it.
Mon Jul 27 14:00:00 2009 poemlAATTsuse.de
- update to 1.3.7
* ) More elaborate detection for dup3(), accept4() and epoll_create1().
Wed Jul 8 14:00:00 2009 poemlAATTsuse.de
- update to 1.3.6
* ) On Linux/hppa flock() returns EAGAIN instead of EWOULDBLOCK. This
causes proc mutex failures.
* ) Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag and
associated functions, such as dup3(), accept4(), epoll_create1() etc.,
or simply set CLOEXEC flag using fcntl(). PR 46425.
Mon Jun 8 14:00:00 2009 poemlAATTsuse.de
- update to 1.3.5
* ) Dropped kqueue and apr_poll detection from Mac OS/X 10.5/Darwin 9
due to various reported problems.
* ) apr_strerror() on OS/2: Fix problem with calculating buffer size.
* ) Prefer glibtool1/glibtoolize1.
* ) Fix buildconf with libtool 2.2.
* ) Fix a bug with the APR_DELONCLOSE flag. Child processes were (also)
unlinking the file.
* ) Fix compilation error on systems that do not have IPV6.
* ) apr_socket_sendfile() on Solaris: Fix handling of files truncated
after the sender determines the length. (This fixes a busy loop in
httpd when a file being served is truncated.)
* ) Fix documentation for apr_temp_dir_get().
* ) Add AC_MSG_RESULT after AC_MSG_CHECKING.
* ) Reset errno to zero in apr_strtoi64 to prevent returning an errno not
equal zero in cases where the operation worked fine. [Ruediger Pluem]
* ) Win32: Do not error out on apr_pollset_poll() when there are no sockets.
* ) Fix apr_tokenize_to_argv parsing.