|
|
|
@ -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 <packager@msvsphere-os.ru> - 1.7.3-10
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.7.5-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Sep 02 2024 Luboš Uhliarik <luhliari@redhat.com> - 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 <tdawson@redhat.com> - 1.7.3-10
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|