diff options
| author | jorton <jorton@fedoraproject.org> | 2004-11-18 11:59:52 +0000 |
|---|---|---|
| committer | jorton <jorton@fedoraproject.org> | 2004-11-18 11:59:52 +0000 |
| commit | 7c0f3e466d2df836374154b430ed98853a7ef022 (patch) | |
| tree | 202e2f832a9511f601caa8c21da1a2eb6f3fc62a /Makefile | |
| parent | ff2220fd78e51dc9c8fa79201605bd786ca80df4 (diff) | |
- add security fix for CVE CAN-2004-0942 (memory consumption DoS)httpd-2_0_52-6
- SELinux: run httpd -t under runcon in configtest (Steven Smalley)
- fix SSLSessionCache comment for distcache in ssl.conf
- restart using SIGHUP not SIGUSR1 after logrotate
- add ap_save_brigade fix (upstream #31247)
- mod_ssl: fix possible segfault in auth hook (upstream #31848)
- add htsslpass(1) and configure as default SSLPassPhraseDialog (#128677)
- apachectl: restore use of $OPTIONS
- apachectl, httpd.init: refuse to restart if $HTTPD -t fails
- apachectl: run $HTTPD -t in user SELinux context for configtest
- update for pcre-5.0 header locations
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # Makefile for source rpm: httpd -# $Id: Makefile,v 1.4 2004/10/13 10:44:51 jorton Exp $ +# $Id: Makefile,v 1.5 2004/10/13 16:35:07 jorton Exp $ NAME := httpd SPECFILE = $(firstword $(wildcard *.spec)) UPSTREAM_CHECKS = asc @@ -21,4 +21,4 @@ status.html: status.xml status-html.xsl @xsltproc status-html.xsl $< > $@ view-status: status.html - gnome-moz-remote `pwd`/$< + firefox -remote 'openFile($(shell pwd)/$<)' |
