diff --git a/.apr.metadata b/.apr.metadata index bbd30d0..2d30216 100644 --- a/.apr.metadata +++ b/.apr.metadata @@ -1 +1 @@ -26f4734de9d077cf6353daba96f3e036599d31dd SOURCES/apr-1.7.3.tar.bz2 +b6acc2ea8048d582136c93512bff520fe446d095 SOURCES/apr-1.7.5.tar.bz2 diff --git a/.gitignore b/.gitignore index 03e5da4..4ab8c16 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/apr-1.7.3.tar.bz2 +SOURCES/apr-1.7.5.tar.bz2 diff --git a/SPECS/apr.spec b/SPECS/apr.spec index df4944b..d25dd60 100644 --- a/SPECS/apr.spec +++ b/SPECS/apr.spec @@ -11,8 +11,8 @@ Summary: Apache Portable Runtime library Name: apr -Version: 1.7.3 -Release: 10%{?dist} +Version: 1.7.5 +Release: 1%{?dist} # Apache-2.0: everything # ISC: network_io/apr-1.4.6/network_io/unix/inet_?to?.c # BSD-4-Clause-UC: strings/apr_snprintf.c, strings/apr_fnmatch.c, @@ -57,10 +57,6 @@ C data structures and routines. # regenerate configure script etc. ./buildconf -# Forcibly prevent detection of shm_open (which then picks up but -# does not use -lrt). -export ac_cv_search_shm_open=no - %configure \ --includedir=%{_includedir}/apr-%{aprver} \ --with-installbuilddir=%{_libdir}/apr-%{aprver}/build \ @@ -139,9 +135,14 @@ popd %{_datadir}/aclocal/*.m4 %changelog -* Fri Oct 25 2024 MSVSphere Packaging Team - 1.7.3-10 +* Fri Oct 25 2024 MSVSphere Packaging Team - 1.7.5-1 - Rebuilt for MSVSphere 10 +* Mon Sep 02 2024 Luboš Uhliarik - 1.7.5-1 +- new version 1.7.5 +- Resolves: RHEL-56637 - apr: Lax permissions in Apache Portable Runtime shared + memory (CVE-2023-49582) + * Mon Jun 24 2024 Troy Dawson - 1.7.3-10 - Bump release for June 2024 mass rebuild