auto-import changelog data from httpd-2.0.40-1.src.rpm
Mon Aug 12 2002 Joe Orton <jorton@redhat.com> 2.0.40-1 - update to 2.0.40 Wed Jul 24 2002 Joe Orton <jorton@redhat.com> 2.0.36-8 - improve comment on use of UserDir in default config (#66886)
This commit is contained in:
parent
3cbd43bfe9
commit
c70491735f
@ -1 +1 @@
|
|||||||
httpd-2.0.36.tar.gz
|
httpd-2.0.40.tar.gz
|
||||||
|
@ -245,7 +245,7 @@ Group apache
|
|||||||
# e-mailed. This address appears on some server-generated pages, such
|
# e-mailed. This address appears on some server-generated pages, such
|
||||||
# as error documents. e.g. admin@your-domain.com
|
# as error documents. e.g. admin@your-domain.com
|
||||||
#
|
#
|
||||||
ServerAdmin you@your.address
|
ServerAdmin root@localhost
|
||||||
|
|
||||||
#
|
#
|
||||||
# ServerName gives the name and port that the server uses to identify itself.
|
# ServerName gives the name and port that the server uses to identify itself.
|
||||||
@ -362,7 +362,8 @@ DocumentRoot "/var/www/html"
|
|||||||
|
|
||||||
#
|
#
|
||||||
# To enable requests to /~user/ to serve the user's public_html
|
# To enable requests to /~user/ to serve the user's public_html
|
||||||
# directory, use this directive instead of "UserDir disable":
|
# directory, remove the "UserDir disable" line above, and uncomment
|
||||||
|
# the following line instead:
|
||||||
#
|
#
|
||||||
#UserDir public_html
|
#UserDir public_html
|
||||||
|
|
||||||
|
32
httpd.spec
32
httpd.spec
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.0.36
|
Version: 2.0.40
|
||||||
Release: 7
|
Release: 1
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Vendor: Red Hat, Inc.
|
Vendor: Red Hat, Inc.
|
||||||
Source0: httpd://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
Source3: httpd.logrotate
|
Source3: httpd.logrotate
|
||||||
Source4: httpd.init
|
Source4: httpd.init
|
||||||
@ -18,18 +18,9 @@ Source11: ssl.conf
|
|||||||
Source12: migration.html
|
Source12: migration.html
|
||||||
Source13: migration.css
|
Source13: migration.css
|
||||||
# build/scripts patches
|
# build/scripts patches
|
||||||
Patch0: httpd-2.0.36-destdir.patch
|
Patch1: httpd-2.0.40-apctl.patch
|
||||||
Patch1: httpd-2.0.36-apctl.patch
|
|
||||||
Patch2: httpd-2.0.36-apxs.patch
|
Patch2: httpd-2.0.36-apxs.patch
|
||||||
Patch3: httpd-2.0.36-sslink.patch
|
Patch3: httpd-2.0.36-sslink.patch
|
||||||
# fixes
|
|
||||||
Patch10: httpd-2.0.36-include.patch
|
|
||||||
Patch11: httpd-2.0.36-synok.patch
|
|
||||||
Patch12: httpd-2.0.36-suexec.patch
|
|
||||||
Patch13: httpd-2.0.36-userdir.patch
|
|
||||||
Patch14: httpd-2.0.36-mutex.patch
|
|
||||||
Patch15: httpd-2.0.36-restart.patch
|
|
||||||
Patch16: httpd-2.0.36-loop.patch
|
|
||||||
# features/functional changes
|
# features/functional changes
|
||||||
Patch40: httpd-2.0.36-cnfdir.patch
|
Patch40: httpd-2.0.36-cnfdir.patch
|
||||||
Patch41: httpd-2.0.36-redhat.patch
|
Patch41: httpd-2.0.36-redhat.patch
|
||||||
@ -88,19 +79,10 @@ Security (TLS) protocols.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0 -b .destdir
|
|
||||||
%patch1 -p0 -b .apctl
|
%patch1 -p0 -b .apctl
|
||||||
%patch2 -p0 -b .apxs
|
%patch2 -p0 -b .apxs
|
||||||
%patch3 -p0 -b .sslink
|
%patch3 -p0 -b .sslink
|
||||||
|
|
||||||
%patch10 -p0 -b .incl
|
|
||||||
%patch11 -p0 -b .synok
|
|
||||||
%patch12 -p0 -b .suexec
|
|
||||||
%patch13 -p0 -b .userdir
|
|
||||||
%patch14 -p0 -b .mutex
|
|
||||||
%patch15 -p0 -b .restart
|
|
||||||
%patch16 -p0 -b .loop
|
|
||||||
|
|
||||||
%patch40 -p0 -b .cnfdir
|
%patch40 -p0 -b .cnfdir
|
||||||
%patch41 -p0 -b .redhat
|
%patch41 -p0 -b .redhat
|
||||||
|
|
||||||
@ -346,6 +328,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/httpd/build/libtool
|
%{_libdir}/httpd/build/libtool
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 12 2002 Joe Orton <jorton@redhat.com> 2.0.40-1
|
||||||
|
- update to 2.0.40
|
||||||
|
|
||||||
|
* Wed Jul 24 2002 Joe Orton <jorton@redhat.com> 2.0.36-8
|
||||||
|
- improve comment on use of UserDir in default config (#66886)
|
||||||
|
|
||||||
* Wed Jul 10 2002 Joe Orton <jorton@redhat.com> 2.0.36-7
|
* Wed Jul 10 2002 Joe Orton <jorton@redhat.com> 2.0.36-7
|
||||||
- use /sbin/nologin as shell for apache user (#68371)
|
- use /sbin/nologin as shell for apache user (#68371)
|
||||||
- add patch from CVS to fix possible infinite loop when processing
|
- add patch from CVS to fix possible infinite loop when processing
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
dc80f22608bccba6c49e1fe9f12f51c8 httpd-2.0.36.tar.gz
|
fdb35bc3b5b7833e45a455b56a0d0be5 httpd-2.0.40.tar.gz
|
||||||
|
10
ssl.conf
10
ssl.conf
@ -83,16 +83,6 @@ SSLRandomSeed connect builtin
|
|||||||
#SSLRandomSeed connect file:/dev/random 512
|
#SSLRandomSeed connect file:/dev/random 512
|
||||||
#SSLRandomSeed connect file:/dev/urandom 512
|
#SSLRandomSeed connect file:/dev/urandom 512
|
||||||
|
|
||||||
# Logging:
|
|
||||||
# The home of the dedicated SSL protocol logfile. Errors are
|
|
||||||
# additionally duplicated in the general error log file. Put
|
|
||||||
# this somewhere where it cannot be used for symlink attacks on
|
|
||||||
# a real server (i.e. somewhere where only root can write).
|
|
||||||
# Log levels are (ascending order: higher ones include lower ones):
|
|
||||||
# none, error, warn, info, trace, debug.
|
|
||||||
SSLLog logs/ssl_engine_log
|
|
||||||
SSLLogLevel info
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## SSL Virtual Host Context
|
## SSL Virtual Host Context
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user