*) Unix: Implement apr_shm_perms_set() for the "POSIX shm_open()"
and "classic mmap" shared memory implementations. [Joe Orton,
Ruediger Pluem]
*) Fix missing ';' for XML/HTML hex entities from apr_escape_entity().
[Yann Ylavic]
*) Fix crash in apr_pool_create() with --enable-pool-debug=all|owner.
[Yann Ylavic]
*) Improve platform detection by updating config.guess and config.sub.
[Rainer Jung]
*) CMake: Add support for CMAKE_WARNING_AS_ERROR. [Ivan Zhakov]
*) CMake: Enable support for MSVC runtime library selection by abstraction.
[Ivan Zhakov]
*) CMake: Export installed targets (libapr-1, apr-1, libaprapp-1, aprapp-1)
to apr:: namespace. [Ivan Zhakov]
- modified patches
% apr-visibility.patch (refreshed)
% reproducible.patch (refreshed)
OBS-URL: https://build.opensuse.org/package/show/Apache/apr?expand=0&rev=48
18 lines
678 B
Diff
18 lines
678 B
Diff
Author: Bernhard M. Wiedemann <bwiedemann suse de>
|
|
Date: 2023-12-18
|
|
Subject: drop build machine host name
|
|
|
|
Index: apr-1.7.5/configure
|
|
===================================================================
|
|
--- apr-1.7.5.orig/configure
|
|
+++ apr-1.7.5/configure
|
|
@@ -36085,7 +36085,7 @@ printf "%s\n" "$as_me: executing $ac_fil
|
|
cat <<_LT_EOF >> "$cfgfile"
|
|
#! $SHELL
|
|
# Generated automatically by $as_me ($PACKAGE) $VERSION
|
|
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
|
+# Libtool was configured on build.opensuse.org
|
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
|
|
|
# Provide generalized library-building support services.
|