Commit Graph

  • 8499915c17 - split out utilities into -tools subpackage, based on patch by Jason Tibbs (#238257) jorton 2007-07-26 12:08:44 +0000
  • 935b9586c4 - spec file cleanups: provide httpd-suexec, mod_dav; don't obsolete mod_jk; drop trailing dots from Summaries - init script add LSB info header, support force-reload (#246944) update description drop 1.3 config check pass $pidfile to daemon and pidfile everywhere jorton 2007-07-25 17:16:39 +0000
  • 705c217da1 - remove old signature jorton 2007-05-09 10:24:10 +0000
  • 8474e1bc2f - remove old migration guide jorton 2007-05-09 10:23:43 +0000
  • a9808100f1 - update welcome page branding jorton 2007-05-09 10:18:59 +0000
  • 13698f2bbb - BR: ed jorton 2007-04-10 16:44:03 +0000
  • 6401925dcc - fix a trailing comma jorton 2007-04-10 16:39:01 +0000
  • 47c82087b8 - drop old triggers, old Requires, xmlto BR - use Requires(...) correctly - use standard BuildRoot - don't mark init script as config file - trim CHANGES further jorton 2007-04-10 16:38:22 +0000
  • b7aa0f9d8a - update to 2.2.4 - drop the migration guide (#223605) jorton 2007-03-12 13:29:57 +0000
  • e91269ef40 - fix path to instdso.sh in special.mk (#217677) - fix detection of links in "apachectl fullstatus" jorton 2006-12-07 11:29:37 +0000
  • d4de7742e0 - rebuild for libpq soname bump jorton 2006-12-05 16:02:19 +0000
  • 191e827984 - rebuild for BDB soname bump jorton 2006-11-11 07:58:29 +0000
  • 9e0f41bf53 - updated "powered by Fedora" logo (#205573, Diana Fong) - tweak welcome page wording slightly (#205880) jorton 2006-09-11 13:36:30 +0000
  • c7d3f56660 rebuilt with latest binutils Jesse Keating 2006-08-18 20:13:06 +0000
  • 81d733cda6 - init: use killproc() delay to avoid race killing parent jorton 2006-08-03 12:50:58 +0000
  • 9cf9a14c75 - update to 2.2.3 - trim %changelog to >=2.0.52 jorton 2006-07-28 15:19:20 +0000
  • 37e4a81dc7 - fix segfault on dummy connection failure at graceful restart (#199429) jorton 2006-07-20 09:31:15 +0000
  • 8395baecec - fix "apxs -g"-generated Makefile - fix buildconf with autoconf 2.60 jorton 2006-07-19 12:28:45 +0000
  • 586390eb8c bumped for rebuild Jesse Keating 2006-07-12 06:23:27 +0000
  • 32dffacac8 - BR autoconf jorton 2006-06-07 10:57:35 +0000
  • c1d75190cf - require pkgconfig for -devel (#194152) - fixes for installed support makefiles (special.mk et al) jorton 2006-06-07 10:40:34 +0000
  • 48593e5892 - make -devel package multilib-safe (#192686) jorton 2006-06-02 13:57:39 +0000
  • 21e359146b - build DSOs using -z relro linker flag jorton 2006-05-11 13:44:41 +0000
  • d2bf1a2666 - update to 2.2.2 jorton 2006-05-03 14:14:28 +0000
  • a29a19c983 - rebuild to pick up apr-util LDAP interface fix (#188073) jorton 2006-04-06 14:32:59 +0000
  • 7d1c76ae4e bump for bug in double-long on ppc(64) Jesse Keating 2006-02-11 03:27:40 +0000
  • 8caac9d7d0 bump for new gcc/glibc Jesse Keating 2006-02-07 12:14:22 +0000
  • bc53791ae4 - 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. jorton 2006-02-06 14:58:12 +0000
  • 73a46bb6e8 - 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 jorton 2006-02-03 10:06:08 +0000
  • ab67633ccf - mod_proxy_ajp: fix Cookie handling (Mladen Turk, r358769) jorton 2006-01-05 11:49:42 +0000
  • c27b75cea3 gcc update bump Jesse Keating 2005-12-09 22:40:56 +0000
  • 2724cce42c - strip manual to just English content jorton 2005-12-07 16:45:38 +0000
  • 9f9ccbc5d3 - 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 jorton 2005-12-05 17:26:03 +0000
  • 96e0b3384f - update to 2.2.0 jorton 2005-12-02 10:43:00 +0000
  • 614542ad53 - allow compilation with openssl-0.9.8 Tomáš Mráz 2005-11-09 11:40:33 +0000
  • 9e6ce91d05 - rebuilt against new openssl Tomáš Mráz 2005-11-09 11:18:09 +0000
  • 9d36ace72f - log notice giving SELinux context at startup if enabled - drop SSLv2 and restrict default cipher suite in default SSL configuration jorton 2005-11-03 16:27:11 +0000
  • 2a6347c8db - 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) jorton 2005-10-20 11:25:12 +0000
  • 0f8eb18ad2 - don't load by default: mod_cern_meta, mod_asis - do load by default: mod_ext_filter (#165893) jorton 2005-09-15 14:17:47 +0000
  • 9f7341dd01 - drop broken epoch deps jorton 2005-07-28 14:52:09 +0000
  • d6990c214b - really bump the release jorton 2005-07-26 12:08:18 +0000
  • 6da3d3159d - 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 jorton 2005-07-26 12:07:19 +0000
  • a06501ad9f - remove broken symlink (Robert Scheck, #158404) jorton 2005-05-23 12:10:13 +0000
  • a96efcb28b - add piped logger fixes (w/Jeff Trawick) jorton 2005-05-18 10:23:09 +0000
  • 41aeab863f - drop old "powered by Red Hat" logos jorton 2005-05-09 12:56:31 +0000
  • 275875073a - mod_userdir: fix memory allocation issue (upstream #34588) - mod_ldap: fix memory corruption issue (Brad Nicholes, upstream #34618) jorton 2005-05-04 14:06:31 +0000
  • e55f2c448c - revert commit which was supposed to be in a scratch branch jorton 2005-04-27 14:33:45 +0000
  • 66980e96da - enable cgid in default config for worker jorton 2005-04-27 14:00:28 +0000
  • 670541ea80 - fix key/cert locations in post script jorton 2005-04-26 08:25:34 +0000
  • 06872c83d1 - 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) jorton 2005-04-25 21:35:08 +0000
  • 98f24d7e8c - replace PreReq with Requires(pre) jorton 2005-04-18 10:41:27 +0000
  • c8c880208c - update to 2.0.54 jorton 2005-04-18 08:10:30 +0000
  • 22b674063e - 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 - remove htsslpass - mod_ssl: set user from SSLUserName in access hook (upstream #31418) - htdigest: fix permissions of created files (upstream #33765) jorton 2005-03-29 12:19:40 +0000
  • 4435419080 - apachectl: restore use of $OPTIONS again jorton 2005-03-02 08:17:41 +0000
  • f61c39c58d Remove old status tracking stuff. jorton 2005-02-09 09:48:48 +0000
  • 7b437e2208 Bump release. jorton 2005-02-09 09:46:35 +0000
  • 439691b8b5 - update to 2.0.53 - move prefork/worker modules comparison to %check jorton 2005-02-09 09:02:54 +0000
  • 3eb2bca222 - 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 jorton 2005-02-07 15:14:50 +0000
  • 305e86bbfc Update mkstatus.sh. jorton 2004-12-01 14:21:55 +0000
  • 7c0f3e466d - 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 jorton 2004-11-18 11:59:52 +0000
  • ff2220fd78 - rebuild against db-4.3.21 aware apr-util. jbj 2004-11-13 19:38:09 +0000
  • b35049d303 - rebuild against db-4.3-21. jbj 2004-11-13 00:48:42 +0000
  • 8a051de0d7 Revert whitespace change. jorton 2004-10-15 15:37:28 +0000
  • a52696df5e - add dummy connection address fixes from HEAD - mod_ssl: add security fix for CAN-2004-0885 jorton 2004-10-15 15:36:49 +0000
  • 2bc479e770 Patch status tracking updates. jorton 2004-10-13 16:35:07 +0000
  • 0ba3e33bdc Add patch status tracking. jorton 2004-10-13 10:44:51 +0000
  • 8596424b2d - add dummy connection address fixes from HEAD jorton 2004-10-13 10:43:51 +0000
  • d7e535caef - update to 2.0.52 jorton 2004-09-28 13:49:37 +0000
  • 1d83437cd9 Ignore more. jorton 2004-09-21 12:15:33 +0000
  • 5d106b5d47 - fix 2.0.51 regression in Satisfy merging (CAN-2004-0811) jorton 2004-09-21 09:24:00 +0000
  • 60b377a104 - switch to Jeff Trawick's child reclaim timing logic patch - migration guide updates jorton 2004-09-18 08:37:46 +0000
  • 462252af58 Add migration.xml targets. jorton 2004-09-17 10:28:46 +0000
  • 50193a0a5a Update PHP section. jorton 2004-09-17 10:11:59 +0000
  • 37e2023140 Revert unnecessary para->simpara changes. jorton 2004-09-17 09:54:30 +0000
  • 1bf348e168 Fix validity. jorton 2004-09-17 09:52:42 +0000
  • b425b5a9e7 - fix pcre includes jorton 2004-09-16 10:34:01 +0000
  • 497cbaab19 - update to 2.0.51 jorton 2004-09-16 09:59:58 +0000
  • b6814ebdf5 Use the new key-checking infrastructure. jorton 2004-09-15 15:09:00 +0000
  • 805286c60f - add improved child reclaim timing logic (#119128/#132360) - add BuildRequire zlib-devel for mod_deflate jorton 2004-09-14 13:41:57 +0000
  • 5ada48b91e auto-import httpd-2.0.50-7.ent from httpd-2.0.50-7.ent.src.rpm cvsdist 2004-09-09 06:23:24 +0000
  • c5c4ff4b10 auto-import changelog data from httpd-2.0.50-7.src.rpm Wed Sep 08 2004 Joe Orton <jorton@redhat.com> 2.0.50-7 - prereq rather than just require httpd from -suexec (#132045) cvsdist 2004-09-09 06:23:08 +0000
  • 5d149576dd auto-import httpd-2.0.50-6.ent from httpd-2.0.50-6.ent.src.rpm cvsdist 2004-09-09 06:22:57 +0000
  • e9bfb00733 auto-import changelog data from httpd-2.0.50-6.src.rpm Sun Sep 05 2004 Joe Orton <jorton@redhat.com> 2.0.50-6 - include /etc/sysconfig/httpd template (#112085) - pass $OPTIONS in httpd invocations in apachectl (#115910) - do not pass $OPTIONS to apachectl from init script - start httpd in C locale by default from apachectl cvsdist 2004-09-09 06:22:47 +0000
  • ea99b65d7f auto-import httpd-2.0.50-5.ent from httpd-2.0.50-5.ent.src.rpm cvsdist 2004-09-09 06:22:38 +0000
  • f8aafff896 auto-import changelog data from httpd-2.0.50-5.src.rpm Wed Sep 01 2004 Joe Orton <jorton@redhat.com> 2.0.50-5 - move manual configuration into conf.d/manual.conf (#131208) - add test_hook from HEAD, -t -DDUMP_CERTS for mod_ssl - document AddDefaultCharset change since 1.3 in migration.html cvsdist 2004-09-09 06:22:22 +0000
  • 7acea2d4a8 auto-import httpd-2.0.50-4.ent from httpd-2.0.50-4.ent.src.rpm cvsdist 2004-09-09 06:21:48 +0000
  • 53326aac4e auto-import changelog data from httpd-2.0.50-4.src.rpm Tue Aug 17 2004 Joe Orton <jorton@redhat.com> 2.0.50-4 - start httpd in the C locale by default (#128002) - fix CustomLog comments in default httpd.conf (#43223) - ensure correct mod_suexec vs mod_userdir hook ordering (Joshua Slive, upstream #18156) cvsdist 2004-09-09 06:21:42 +0000
  • 55c3338e51 auto-import httpd-2.0.50-3.ent from httpd-2.0.50-3.ent.src.rpm cvsdist 2004-09-09 06:21:29 +0000
  • 3ba50dfe7d auto-import httpd-2.0.50-3 from httpd-2.0.50-3.src.rpm cvsdist 2004-09-09 06:21:18 +0000
  • c4da67dd4d auto-import changelog data from httpd-2.0.50-1.src.rpm Tue Jun 29 2004 Joe Orton <jorton@redhat.com> 2.0.50-1 - update to 2.0.50 cvsdist 2004-09-09 06:20:52 +0000
  • 69dde6e1f5 auto-import httpd-2.0.49-8.ent from httpd-2.0.49-8.ent.src.rpm cvsdist 2004-09-09 06:20:48 +0000
  • d01424a8b3 auto-import changelog data from httpd-2.0.49-8.src.rpm Mon Jun 21 2004 Joe Orton <jorton@redhat.com> 2.0.49-8 - split out suexec into httpd-suexec package (#77972) - link to system pcreposix.h to fix including httpd.h cvsdist 2004-09-09 06:20:37 +0000
  • a0e310d5c6 auto-import httpd-2.0.49-7.ent from httpd-2.0.49-7.ent.src.rpm cvsdist 2004-09-09 06:20:28 +0000
  • 436bfeb65b auto-import changelog data from httpd-2.0.49-7.src.rpm Wed Jun 16 2004 Joe Orton <jorton@redhat.com> 2.0.49-7 - don't install or use bundled pcreposix.h - bump default MaxClients to 256 - drop default Timeout to 2 minutes - merge from upstream: add fix for VirtualHost multiple address handling (Jeff Trawick) cvsdist 2004-09-09 06:20:08 +0000
  • 22faa81e86 auto-import changelog data from httpd-2.0.49-6.src.rpm Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> - rebuilt cvsdist 2004-09-09 06:19:58 +0000
  • 8ce7ff4689 auto-import httpd-2.0.49-5.ent from httpd-2.0.49-5.ent.src.rpm cvsdist 2004-09-09 06:19:51 +0000
  • 0af86b539f auto-import changelog data from httpd-2.0.49-5.src.rpm Thu Jun 10 2004 Joe Orton <jorton@redhat.com> 2.0.49-5 - remove comments about ScoreBoardFile in httpd.conf - avoid redundant name lookup in pod code - mod_headers: add %{...}s feature for using SSL variables - mod_autoindex: don't truncate output on stat() failure (#117959) - mod_ssl: fix shmcb corruption with small caches (Geoff Thorpe) - mod_ssl: security fix for overflow in FakeBasicAuth (CVE CAN-2004-0488) - mod_deflate: fix memory consumption for large responses - check that suexec is setuid root (André Malo) - worker: add ThreadStackSize (Jeff Trawick) and ThreadGuardSize directives cvsdist 2004-09-09 06:19:09 +0000
  • d4ea4ed8a4 auto-import changelog data from httpd-2.0.49-4.ent.src.rpm Thu May 06 2004 Joe Orton <jorton@redhat.com> 2.0.49-4 - make "noindex" page valid XHTML 1.1 (Pascal Volk, #122020) - fix SEGV with no Listen directives (Michael Corcoran) - mod_cgi: synch with 2.0 backport proposed upstream Thu Apr 22 2004 Joe Orton <jorton@redhat.com> 2.0.49-3 - conflict with older pcre (#121531) - include mod_ext_filter - mod_cgi: handle concurrent stderr/stdout from script cvsdist 2004-09-09 06:19:06 +0000
  • b895f53cf3 auto-import changelog data from httpd-2.0.49-2.ent.src.rpm Fri Mar 26 2004 Joe Orton <jorton@redhat.com> 2.0.49-2 - mod_ssl: fix session cache memory leak (Madhu Mathihalli) - mod_ssl: fix SEGV when trying to shutdown during pool cleanup - merge the mod_proxy HTTP/1.1-compliance fixes - apply fix for #118020 cvsdist 2004-09-09 06:18:41 +0000
  • 3ebc88dfd0 auto-import httpd-2.0.48-16.ent from httpd-2.0.48-16.ent.src.rpm cvsdist 2004-09-09 06:17:21 +0000