Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apr for openSUSE:Factory checked in at 2024-09-19 21:16:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apr (Old) and /work/SRC/openSUSE:Factory/.apr.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apr" Thu Sep 19 21:16:45 2024 rev:19 rq:1201764 version:1.7.5 Changes: -------- --- /work/SRC/openSUSE:Factory/apr/apr.changes 2023-12-20 21:01:00.859755743 +0100 +++ /work/SRC/openSUSE:Factory/.apr.new.29891/apr.changes 2024-09-19 21:16:48.913159109 +0200 @@ -1,0 +2,22 @@ +Tue Sep 17 12:25:38 UTC 2024 - [email protected] + +- version update to 1.7.5 [bsc#1229783] CVE-2023-49582 + *) 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) + +------------------------------------------------------------------- Old: ---- apr-1.7.4.tar.bz2 apr-1.7.4.tar.bz2.asc New: ---- apr-1.7.5.tar.bz2 apr-1.7.5.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apr.spec ++++++ --- /var/tmp/diff_new_pack.61NxeW/_old 2024-09-19 21:16:49.465181991 +0200 +++ /var/tmp/diff_new_pack.61NxeW/_new 2024-09-19 21:16:49.469182157 +0200 @@ -1,7 +1,7 @@ # # spec file for package apr # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define installbuilddir %{_libdir}/apr-%{aprver}/build %define includedir %{_includedir}/apr-%{aprver} Name: apr -Version: 1.7.4 +Version: 1.7.5 Release: 0 Summary: Apache Portable Runtime (APR) Library License: Apache-2.0 ++++++ apr-1.7.4.tar.bz2 -> apr-1.7.5.tar.bz2 ++++++ ++++ 14976 lines of diff (skipped) ++++++ apr-visibility.patch ++++++ --- /var/tmp/diff_new_pack.61NxeW/_old 2024-09-19 21:16:50.053206366 +0200 +++ /var/tmp/diff_new_pack.61NxeW/_new 2024-09-19 21:16:50.057206532 +0200 @@ -1,8 +1,8 @@ -Index: apr-1.7.0/include/apr.h.in +Index: apr-1.7.5/include/apr.h.in =================================================================== ---- apr-1.7.0.orig/include/apr.h.in -+++ apr-1.7.0/include/apr.h.in -@@ -495,7 +495,7 @@ typedef apr_uint32_t apr_uin +--- apr-1.7.5.orig/include/apr.h.in ++++ apr-1.7.5/include/apr.h.in +@@ -504,7 +504,7 @@ typedef apr_uint32_t apr_uin * headers, without defining APR_DECLARE_STATIC, will prepare the code to be * linked to the dynamic library. */ @@ -11,7 +11,7 @@ /** * The public APR functions using variable arguments are declared with -@@ -508,7 +508,7 @@ typedef apr_uint32_t apr_uin +@@ -517,7 +517,7 @@ typedef apr_uint32_t apr_uin * * </PRE> */ @@ -20,7 +20,7 @@ /** * The public APR variables are declared with AP_MODULE_DECLARE_DATA. -@@ -524,7 +524,7 @@ typedef apr_uint32_t apr_uin +@@ -533,7 +533,7 @@ typedef apr_uint32_t apr_uin * * </PRE> */ @@ -29,10 +29,10 @@ #elif defined(APR_DECLARE_STATIC) #define APR_DECLARE(type) type __stdcall -Index: apr-1.6.3/include/apr_support.h +Index: apr-1.7.5/include/apr_support.h =================================================================== ---- apr-1.7.0.orig/include/apr_support.h -+++ apr-1.7.0/include/apr_support.h +--- apr-1.7.5.orig/include/apr_support.h ++++ apr-1.7.5/include/apr_support.h @@ -45,7 +45,7 @@ extern "C" { * otherwise wait for data to be able to be written. * @return APR_TIMEUP if we run out of time. ++++++ reproducible.patch ++++++ --- /var/tmp/diff_new_pack.61NxeW/_old 2024-09-19 21:16:50.101208356 +0200 +++ /var/tmp/diff_new_pack.61NxeW/_new 2024-09-19 21:16:50.105208522 +0200 @@ -2,11 +2,11 @@ Date: 2023-12-18 Subject: drop build machine host name -Index: apr-1.7.4/configure +Index: apr-1.7.5/configure =================================================================== ---- apr-1.7.4.orig/configure -+++ apr-1.7.4/configure -@@ -35087,7 +35087,7 @@ printf "%s\n" "$as_me: executing $ac_fil +--- 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
