diff options
| author | Jan Kaluza <hanzz.k@gmail.com> | 2013-07-11 09:25:13 +0200 |
|---|---|---|
| committer | Jan Kaluza <hanzz.k@gmail.com> | 2013-07-11 09:25:13 +0200 |
| commit | 2bc59c9a44da0c6addef01e7f90a08cfdb563297 (patch) | |
| tree | b19e8dff23f3e8ac6c5be74983b7da56709547c7 | |
| parent | 0fcd609ffe7e071631c937159b27b2102e717dbf (diff) | |
| download | httpd-2bc59c9a44da0c6addef01e7f90a08cfdb563297.tar.gz httpd-2bc59c9a44da0c6addef01e7f90a08cfdb563297.tar.xz httpd-2bc59c9a44da0c6addef01e7f90a08cfdb563297.zip | |
mod_unique_id: replace use of hostname + pid with PRNG output (#976666)
- apxs: mention -p option in manpage
| -rw-r--r-- | httpd.spec | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -14,7 +14,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.4 -Release: 11%{?dist} +Release: 12%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -69,6 +69,8 @@ Patch52: httpd-2.4.4-r1476674.patch Patch53: httpd-2.4.4-mod_cache-tmppath.patch Patch54: httpd-2.4.4-dump-vhost-twice.patch Patch55: httpd-2.4.4-malformed-host.patch +Patch56: httpd-2.4.4-mod_unique_id.patch +Patch57: httpd-2.4.4-apxs-man-p.patch License: ASL 2.0 Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -198,6 +200,8 @@ interface for storing and accessing per-user session data. %patch53 -p1 -b .tmppath %patch54 -p1 -b .vhosttwice %patch55 -p1 -b .malformedhost +%patch56 -p1 -b .uniqueid +%patch57 -p1 -b .apxsman # Patch in the vendor string sed -i '/^#define PLATFORM/s/Unix/%{vstring}/' os/unix/os.h @@ -621,6 +625,10 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/rpm/macros.httpd %changelog +* Thu Jul 11 2013 Jan Kaluza <jkaluza@redhat.com> - 2.4.4-12 +- mod_unique_id: replace use of hostname + pid with PRNG output (#976666) +- apxs: mention -p option in manpage + * Tue Jul 2 2013 Joe Orton <jorton@redhat.com> - 2.4.4-11 - add patch for aarch64 (Dennis Gilmore, #925558) |
