diff --git a/httpd.logrotate b/httpd.logrotate index dd0ce1b..ef96239 100644 --- a/httpd.logrotate +++ b/httpd.logrotate @@ -2,6 +2,7 @@ missingok notifempty sharedscripts + delaycompress postrotate /bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null || true endscript diff --git a/httpd.spec b/httpd.spec index df309df..8826704 100644 --- a/httpd.spec +++ b/httpd.spec @@ -8,8 +8,8 @@ Summary: Apache HTTP Server Name: httpd -Version: 2.2.11 -Release: 2%{?dist} +Version: 2.2.13 +Release: 1%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz Source1: index.html @@ -39,7 +39,6 @@ Patch25: httpd-2.0.54-selinux.patch Patch26: httpd-2.2.9-suenable.patch # Bug fixes Patch54: httpd-2.2.0-authnoprov.patch -Patch55: httpd-2.2.4-oldflush.patch License: ASL 2.0 Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -127,7 +126,6 @@ Security (TLS) protocols. %patch26 -p1 -b .suenable %patch54 -p1 -b .authnoprov -%patch55 -p1 -b .oldflush # Patch in vendor/release string sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 @@ -482,6 +480,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/build/*.sh %changelog +* Sun Aug 23 2009 Joe Orton 2.2.13-1 +- update to 2.2.13 +- add delaycompress to logrotate config + * Mon Feb 9 2009 Joe Orton 2.2.11-2 - update to 2.2.11 (#482960) - Require apr-util-ldap (#471898) diff --git a/sources b/sources index 35bdafe..21fdcfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03e0a99a5de0f3f568a0087fb9993af9 httpd-2.2.11.tar.gz +2803e35be6650f5b739e6e91faa824dd httpd-2.2.13.tar.gz