Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

httpd-manual-2.2.4-2.fc6 RPM for i386

From Fedora 6 updates for i386

Name: httpd-manual Distribution: Red Hat (FC-6)
Version: 2.2.4 Vendor: Red Hat, Inc.
Release: 2.fc6 Build date: Fri Apr 27 12:36:37 2007
Group: Documentation Build host: ls20-bc2-14.build.redhat.com
Size: 3545292 Source RPM: httpd-2.2.4-2.fc6.src.rpm
Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Url: http://httpd.apache.org/
Summary: Documentation for the Apache HTTP server.
The httpd-manual package contains the complete manual and
reference guide for the Apache HTTP server. The information can
also be found at http://httpd.apache.org/docs/2.2/.

Provides

Requires

Copyright

Apache Software License

Signatures

internal MD5: 850caf4527a301d01741cce8d079ca9c
GPG

Changelog

* Sat Apr 28 2007 Joe Orton <jorton@redhat.com> 2.2.4-2.fc6
  - fix loading 2.2.4 DSOs with 2.2.3 httpd (#238045)
  - mark httpd.conf noreplace
* Fri Mar 23 2007 Joe Orton <jorton@redhat.com> 2.2.4-1.fc6
  - update to 2.2.4
  - fix path to special.mk in apxs (#217092)
  - fix path to lynx in apachectl
* Tue Sep 12 2006 Joe Orton <jorton@redhat.com> 2.2.3-5
  - updated "powered by Fedora" logo (#205573, Diana Fong)
  - tweak welcome page wording slightly (#205880)
* Sat Aug 19 2006 Jesse Keating <jkeating@redhat.com> - 2.2.3-4
  - rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
    (#203001)
* Fri Aug 04 2006 Joe Orton <jorton@redhat.com> 2.2.3-3
  - init: use killproc() delay to avoid race killing parent
* Sat Jul 29 2006 Joe Orton <jorton@redhat.com> 2.2.3-2
  - update to 2.2.3
  - trim %changelog to >=2.0.52
* Fri Jul 21 2006 Joe Orton <jorton@redhat.com> 2.2.2-8
  - fix segfault on dummy connection failure at graceful restart (#199429)
* Thu Jul 20 2006 Joe Orton <jorton@redhat.com> 2.2.2-7
  - fix "apxs -g"-generated Makefile
  - fix buildconf with autoconf 2.60
* Thu Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 2.2.2-5.1
  - rebuild
* Thu Jun 08 2006 Joe Orton <jorton@redhat.com> 2.2.2-5
  - require pkgconfig for -devel (#194152)
  - fixes for installed support makefiles (special.mk et al)
  - BR autoconf
* Sat Jun 03 2006 Joe Orton <jorton@redhat.com> 2.2.2-4
  - make -devel package multilib-safe (#192686)
* Fri May 12 2006 Joe Orton <jorton@redhat.com> 2.2.2-3
  - build DSOs using -z relro linker flag
* Thu May 04 2006 Joe Orton <jorton@redhat.com> 2.2.2-2
  - update to 2.2.2
* Fri Apr 07 2006 Joe Orton <jorton@redhat.com> 2.2.0-6
  - rebuild to pick up apr-util LDAP interface fix (#188073)
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - (none):2.2.0-5.1.2
  - bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - (none):2.2.0-5.1.1
  - rebuilt for new gcc4.1 snapshot and glibc changes
* Mon Feb 06 2006 Joe Orton <jorton@redhat.com> 2.2.0-5.1
  - mod_auth_basic/mod_authn_file: if no provider is configured,
    and AuthUserFile is not configured, decline to handle authn
    silently rather than failing noisily.
* Fri Feb 03 2006 Joe Orton <jorton@redhat.com> 2.2.0-5
  - mod_ssl: add security fix for CVE-2005-3357 (#177914)
  - mod_imagemap: add security fix for CVE-2005-3352 (#177913)
  - add fix for AP_INIT_* designated initializers with C++ compilers
  - httpd.conf: enable HTMLTable in default IndexOptions
  - httpd.conf: add more "redirect-carefully" matches for DAV clients
* Thu Jan 05 2006 Joe Orton <jorton@redhat.com> 2.2.0-4
  - mod_proxy_ajp: fix Cookie handling (Mladen Turk, r358769)
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  - rebuilt
* Wed Dec 07 2005 Joe Orton <jorton@redhat.com> 2.2.0-3
  - strip manual to just English content
* Mon Dec 05 2005 Joe Orton <jorton@redhat.com> 2.2.0-2
  - don't strip C-L from HEAD responses (Greg Ames, #110552)
  - load mod_proxy_balancer by default
  - add proxy_ajp.conf to load/configure mod_proxy_ajp
  - Obsolete mod_jk
  - update docs URLs in httpd.conf/ssl.conf
* Fri Dec 02 2005 Joe Orton <jorton@redhat.com> 2.2.0-1
  - update to 2.2.0
* Wed Nov 30 2005 Joe Orton <jorton@redhat.com> 2.1.10-2
  - enable mod_authn_alias, mod_authn_anon
  - update default httpd.conf
* Fri Nov 25 2005 Joe Orton <jorton@redhat.com> 2.1.10-1
  - update to 2.1.10
  - require apr >= 1.2.0, apr-util >= 1.2.0
* Wed Nov 09 2005 Tomas Mraz <tmraz@redhat.com> 2.0.54-16
  - rebuilt against new openssl
* Thu Nov 03 2005 Joe Orton <jorton@redhat.com> 2.0.54-15
  - log notice giving SELinux context at startup if enabled
  - drop SSLv2 and restrict default cipher suite in default
   SSL configuration
* Fri Oct 21 2005 Joe Orton <jorton@redhat.com> 2.0.54-14
  - mod_ssl: add security fix for SSLVerifyClient (CVE-2005-2700)
  - add security fix for byterange filter DoS (CVE-2005-2728)
  - add security fix for C-L vs T-E handling (CVE-2005-2088)
  - mod_ssl: add security fix for CRL overflow (CVE-2005-1268)
  - mod_ldap/mod_auth_ldap: add fixes from 2.0.x branch (upstream #34209 etc)
  - add fix for dummy connection handling (#167425)
  - mod_auth_digest: fix hostinfo comparison in CONNECT requests
  - mod_include: fix variable corruption in nested includes (upstream #12655)
  - mod_ssl: add fix for handling non-blocking reads
  - mod_ssl: fix to enable output buffering (upstream #35279)
  - mod_ssl: buffer request bodies for per-location renegotiation (upstream #12355)
* Sun Aug 14 2005 Joe Orton <jorton@redhat.com> 2.0.54-13
  - don't load by default: mod_cern_meta, mod_asis
  - do load by default: mod_ext_filter (#165893)
* Fri Jul 29 2005 Joe Orton <jorton@redhat.com> 2.0.54-12
  - drop broken epoch deps
* Fri Jul 01 2005 Joe Orton <jorton@redhat.com> 2.0.54-11
  - mod_dav_fs: fix uninitialized variable (#162144)
  - add epoch to dependencies as appropriate
  - mod_ssl: drop dependencies on dev, make
  - mod_ssl: mark post script dependencies as such
* Tue May 24 2005 Joe Orton <jorton@redhat.com> 2.0.54-10
  - remove broken symlink (Robert Scheck, #158404)
* Thu May 19 2005 Joe Orton <jorton@redhat.com> 2.0.54-9
  - add piped logger fixes (w/Jeff Trawick)
* Tue May 10 2005 Joe Orton <jorton@redhat.com> 2.0.54-8
  - drop old "powered by Red Hat" logos
* Thu May 05 2005 Joe Orton <jorton@redhat.com> 2.0.54-7
  - mod_userdir: fix memory allocation issue (upstream #34588)
  - mod_ldap: fix memory corruption issue (Brad Nicholes, upstream #34618)
* Wed Apr 27 2005 Joe Orton <jorton@redhat.com> 2.0.54-6
  - fix key/cert locations in post script
* Tue Apr 26 2005 Joe Orton <jorton@redhat.com> 2.0.54-5
  - create default dummy cert in /etc/pki/tls
  - use a pseudo-random serial number on the dummy cert
  - change default ssl.conf to point at /etc/pki/tls
  - merge back -suexec subpackage; SELinux policy can now be
    used to persistently disable suexec (#155716)
  - drop /etc/httpd/conf/ssl.* directories and Makefiles
  - unconditionally enable PIE support
  - mod_ssl: fix for picking up -shutdown options (upstream #34452)
* Tue Apr 19 2005 Joe Orton <jorton@redhat.com> 2.0.54-4
  - replace PreReq with Requires(pre)
* Tue Apr 19 2005 Joe Orton <jorton@redhat.com> 2.0.54-3
  - update to 2.0.54
* Wed Mar 30 2005 Joe Orton <jorton@redhat.com> 2.0.53-6
  - update default httpd.conf:
   * clarify the comments on AddDefaultCharset usage (#135821)
   * remove all the AddCharset default extensions
   * don't load mod_imap by default
   * synch with upstream 2.0.53 httpd-std.conf
  - mod_ssl: set user from SSLUserName in access hook (upstream #31418)
  - htdigest: fix permissions of created files (upstream #33765)
  - remove htsslpass
* Wed Mar 02 2005 Joe Orton <jorton@redhat.com> 2.0.53-5
  - apachectl: restore use of $OPTIONS again
* Wed Feb 09 2005 Joe Orton <jorton@redhat.com> 2.0.53-4
  - update to 2.0.53
  - move prefork/worker modules comparison to %check
* Mon Feb 07 2005 Joe Orton <jorton@redhat.com> 2.0.52-7
  - fix cosmetic issues in "service httpd reload"
  - move User/Group higher in httpd.conf (#146793)
  - load mod_logio by default in httpd.conf
  - apachectl: update for correct libselinux tools locations
* Tue Nov 16 2004 Joe Orton <jorton@redhat.com> 2.0.52-6
  - add security fix for CVE CAN-2004-0942 (memory consumption DoS)
  - 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
* Sat Nov 13 2004 Jeff Johnson <jbj@redhat.com> 2.0.52-5
  - rebuild against db-4.3.21 aware apr-util.
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2.0.52-4
  - rebuild against db-4.3-21.
* Wed Sep 29 2004 Joe Orton <jorton@redhat.com> 2.0.52-3
  - add dummy connection address fixes from HEAD
  - mod_ssl: add security fix for CAN-2004-0885
* Wed Sep 29 2004 Joe Orton <jorton@redhat.com> 2.0.52-2
  - update to 2.0.52

Files

ø'Š


Generated by rpm2html 1.8.1

Daniel Veillard, Mon Apr 14 03:19:45 2008