[httpd] mod_unique_id: replace use of hostname + pid with PRNG output (#976666)

Jan Kaluža jkaluza at fedoraproject.org
Thu Jul 11 07:26:04 UTC 2013


commit 2bc59c9a44da0c6addef01e7f90a08cfdb563297
Author: Jan Kaluza <hanzz.k at gmail.com>
Date:   Thu Jul 11 09:25:13 2013 +0200

    mod_unique_id: replace use of hostname + pid with PRNG output (#976666)
    
    - apxs: mention -p option in manpage

 httpd.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index 45ddb64..c15c6b9 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -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 at 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 at redhat.com> - 2.4.4-11
 - add patch for aarch64 (Dennis Gilmore, #925558)
 


More information about the scm-commits mailing list