Logoj0ke.net Open Build Service > Projects > Apache > apache2 > apache2.changes
Sign Up | Log In

File apache2.changes of Package apache2 (Revision 4711938f170b1dc8e6df3e3c0500846a)

Currently displaying revision 4711938f170b1dc8e6df3e3c0500846a, show latest

 
1
-------------------------------------------------------------------
2
Fri Oct  8 09:03:49 UTC 2010 - cs@linux-administrator.com
3
4
- update to release 2.2.16 
5
6
-------------------------------------------------------------------
7
Tue Apr 09 10:58:00 CET 2010 - cs@linux-administrator.com
8
9
- update to release 2.2.15
10
11
-------------------------------------------------------------------
12
Thu Dec 03 17:25:00 CET 2009 - cs@linux-administrator.com
13
14
- update to release 2.2.14
15
16
-------------------------------------------------------------------
17
Fri Nov 21 12:01:00 CET 2008 - skh@suse.de
18
19
- apache2-server-tuning.conf:
20
  Enclose module-specific configuration in IfModule tags [bnc#440584]
21
22
-------------------------------------------------------------------
23
Fri Nov 14 09:40:05 CET 2008 - poeml@suse.de
24
25
- apply Dirks fix for [bnc#444878], making the packaging of per-mpm
26
  modules more deterministic. They'll reliably put into the
27
  subpackage or main package now, which varied in a ping-pong way
28
  from build to build in the past.
29
30
-------------------------------------------------------------------
31
Wed Oct 29 18:38:17 CET 2008 - poeml@suse.de
32
33
- update year of copyright in rc.apache2
34
35
-------------------------------------------------------------------
36
Wed Oct 29 00:13:58 CET 2008 - poeml@suse.de
37
38
- update to 2.2.10:
39
  SECURITY: CVE-2008-2939 (cve.mitre.org)
40
     mod_proxy_ftp: Prevent XSS attacks when using wildcards in the path of
41
     the FTP URL. Discovered by Marc Bevand of Rapid7. 
42
  core:
43
   - Support chroot on Unix-family platforms. PR 43596 
44
  mod_authn_alias: 
45
   - Detect during startup when AuthDigestProvider is configured to
46
     use an incompatible provider via AuthnProviderAlias.  PR 45196 
47
  mod_cgid: 
48
   - Pass along empty command line arguments from an ISINDEX query
49
     that has consecutive '+' characters in the QUERY_STRING,
50
     matching the behavior of mod_cgi.
51
  mod_charset_lite: 
52
   - Avoid dropping error responses by handling meta buckets
53
     correctly. PR 45687 
54
  mod_dav_fs: 
55
   - Retrieve minimal system information about directory entries
56
     when walking a DAV fs, resolving a performance degradation on
57
     Windows.  PR 45464.  
58
  mod_headers: 
59
   - Prevent Header edit from processing only the first header of
60
     possibly multiple headers with the same name and deleting the
61
     remaining ones. PR 45333.  
62
  mod_proxy:
63
   - Allow for smax to be 0 for balancer members so that all idle
64
     connections are able to be dropped should they exceed ttl. PR 43371 
65
   - Add 'scolonpathdelim' parameter to allow for ';' to also be
66
     used as a session path separator/delim  PR 45158. 
67
   - Add connectiontimeout parameter for proxy workers in order to
68
     be able to set the timeout for connecting to the backend separately.
69
     PR 45445. 
70
  mod_proxy_http: 
71
   - Don't trigger a retry by the client if a failure to
72
     read the response line was the result of a timeout.
73
   - Introduce environment variable proxy-initial-not-pooled to
74
     avoid reusing pooled connections if the client connection is an initial
75
     connection. PR 37770. 
76
   - Do not forward requests with 'Expect: 100-continue' to
77
     known HTTP/1.0 servers. Return 'Expectation failed' (417) instead.
78
  mod_proxy_balancer: 
79
   - Move nonce field in the balancer manager page inside
80
     the html form where it belongs. PR 45578. 
81
   - Add 'bybusyness' load balance method.
82
  mod_rewrite: 
83
   - Allow Cookie option to set secure and HttpOnly flags.  PR 44799 
84
   - Preserve the query string when [proxy,noescape]. PR 45247.
85
  mod_ssl: 
86
   - implement dynamic mutex callbacks for the benefit of OpenSSL.  
87
   - Rewrite shmcb to avoid memory alignment issues.  PR 42101.
88
- drop obsolete patch httpd-2.2.x-CVE-2008-2939.patch
89
90
-------------------------------------------------------------------
91
Fri Oct 24 13:23:41 CEST 2008 - skh@suse.de
92
93
- apache2.firewall, apache2.ssl-firewall
94
  Use unique name tags "HTTP Server" and "HTTPS Server" in for
95
  SuSEFirewall2 configuration [bnc#414962]
96
97
-------------------------------------------------------------------
98
Fri Sep 19 16:18:39 CEST 2008 - skh@suse.de
99
100
- add httpd-2.x.x-logresolve.patch again [bnc#210904]
101
- add httpd-2.2.x-CVE-2008-2939.patch [bnc#415061]:
102
  mod_proxy_ftp: Prevent XSS attacks when using wildcards in
103
  the path of the FTP URL. Discovered by Marc Bevand of Rapid7. 
104
  [Ruediger Pluem]
105
106
-------------------------------------------------------------------
107
Tue Aug 26 22:59:55 CEST 2008 - poeml@suse.de
108
109
- drop rc.config handling (was removed in or after SuSE Linux 8.0)
110
- don't use fillup_insserv options which have been removed lately
111
112
-------------------------------------------------------------------
113
Fri Aug 15 11:25:47 CEST 2008 - poeml@suse.de
114
115
- fix init script LSB headers
116
117
-------------------------------------------------------------------
118
Wed Jun 25 14:36:06 CEST 2008 - poeml@suse.de
119
120
- add note to /etc/sysconfig/apache2 and /etc/init.d/apache2 about
121
  how to set ulimits when starting the server
122
- undocument APACHE_BUFFERED_LOGS and APACHE_TIMEOUT in the
123
  sysconfig template. They still work but I think it is good to
124
  keep this stuff out of the beginner's config, first because both
125
  features are sophisticated enough to not being tweaked in most
126
  cases, second because it only confuses people I guess, and makes
127
  the sysconfig file larger than necessary.
128
129
-------------------------------------------------------------------
130
Sun Jun 15 19:39:46 CEST 2008 - poeml@suse.de
131
132
- update to 2.2.9:
133
  SECURITY: CVE-2008-2364 (cve.mitre.org)
134
     mod_proxy_http: Better handling of excessive interim responses
135
     from origin server to prevent potential denial of service and
136
     high memory usage. Reported by Ryujiro Shibuya. 
137
  SECURITY: CVE-2007-6420 (cve.mitre.org)
138
     mod_proxy_balancer: Prevent CSRF attacks against the
139
     balancer-manager interface.  
140
   - htpasswd: Fix salt generation weakness. PR 31440
141
  worker/event MPM:
142
   - Fix race condition in pool recycling that leads to
143
     segmentation faults under load.  PR 44402
144
  core:
145
   - Fix address-in-use startup failure on some platforms caused by
146
     creating an IPv4 listener which overlaps with an existing IPv6
147
     listener.  
148
   - Add the filename of the configuration file to the warning
149
     message about the useless use of AllowOverride. PR 39992.
150
   - Do not allow Options ALL if not all options are allowed to be
151
     overwritten. PR 44262 
152
   - reinstate location walk to fix config for subrequests PR 41960 
153
   - Fix garbled TRACE response on EBCDIC platforms.
154
   - gen_test_char: add double-quote to the list of
155
     T_HTTP_TOKEN_STOP.  PR 9727 
156
  http_filters:
157
   - Don't return 100-continue on redirects. PR 43711
158
   - Don't return 100-continue on client error PR 43711 
159
   - Don't spin if get an error when reading the next chunk. PR 44381 
160
   - Don't add bogus duplicate Content-Language entries
161
  suexec:
162
   - When group is given as a numeric gid, validate it by looking up
163
     the actual group name such that the name can be used in log entries.
164
     PR 7862 
165
  mod_authn_dbd:
166
   - Disambiguate and tidy database authentication error messages.  PR 43210.  
167
  mod_cache:
168
   - Handle If-Range correctly if the cached resource was stale.  PR 44579 
169
   - Revalidate cache entities which have Cache-Control: no-cache
170
     set in their response headers. PR 44511 
171
  mod_cgid:
172
   - Explicitly set permissions of the socket (ScriptSock) shared
173
     by mod_cgid and request processing threads, for OS'es such as
174
     HPUX and AIX that do not use umask for AF_UNIX socket permissions.
175
   - Don't try to restart the daemon if it fails to initialize the socket.  
176
  mod_charset_lite:
177
   - Add TranslateAllMimeTypes sub-option to CharsetOptions,
178
     allowing the administrator to skip the mimetype checking that
179
     precedes translation.
180
  mod_dav:
181
   - Return "method not allowed" if the destination URI of a WebDAV
182
     copy / move operation is no DAV resource. PR 44734 
183
  mod_headers:
184
   - Add 'merge' option to avoid duplicate values within the same header. 
185
  mod_include:
186
   - Correctly handle SSI directives split over multiple filter
187
  mod_log_config:
188
   - Add format options for %p so that the actual local or remote
189
     port can be logged.  PR 43415.  
190
  mod_logio:
191
   - Provide optional function to allow modules to adjust the 
192
     bytes_in count
193
  mod_proxy:
194
   - Make all proxy modules nocanon aware and do not add the
195
     query string again in this case. PR 44803.
196
   - scoreboard: Remove unused proxy load balancer elements from scoreboard
197
     image (not scoreboard memory itself).  
198
   - Support environment variable interpolation in reverse
199
     proxying directives. 
200
   - Do not try a direct connection if the connection via a
201
     remote proxy failed before and the request has a request body.
202
   - ProxyPassReverse is now balancer aware. 
203
   - Lower memory consumption for short lived connections.
204
     PR 44026. 
205
   - Keep connections to the backend persistent in the HTTPS case.
206
  mod_proxy_ajp:
207
   - Do not retry request in the case that we either failed to
208
     sent a part of the request body or if the request is not idempotent.
209
     PR 44334 
210
  mod_proxy_ftp:
211
   - Fix base for directory listings.  PR 27834 
212
  mod_proxy_http:
213
   - Fix processing of chunked responses if Connection:
214
     Transfer-Encoding is set in the response of the proxied
215
     system. PR 44311 
216
   - Return HTTP status codes instead of apr_status_t values for
217
     errors encountered while forwarding the request body PR 44165 
218
  mod_rewrite: 
219
   - Initialize hash needed by ap_register_rewrite_mapfunc early
220
     enough. PR 44641 
221
   - Check all files used by DBM maps for freshness, mod_rewrite
222
     didn't pick up on updated sdbm maps due to this.  PR41190 
223
   - Don't canonicalise URLs with [P,NE] PR 43319 
224
  mod_speling:
225
   - remove regression from 1.3/2.0 behavior and drop dependency
226
     between mod_speling and AcceptPathInfo.
227
  mod_ssl:
228
   - Fix a memory leak with connections that have zlib compression
229
     turned on. PR 44975 
230
  mod_substitute:
231
   - The default is now flattening the buckets after each
232
     substitution. The newly added 'q' flag allows for the quicker,
233
     more efficient bucket-splitting if the user so
234
  mod_unique_id:
235
   - Fix timestamp value in UNIQUE_ID.  PR 37064 
236
  ab (apache benchmark):
237
   - Include <limits.h> earlier if available since we may need
238
     INT_MAX (defined there on Windows) for the definition of MAX_REQUESTS.
239
   - Improve client performance by clearing connection pool instead
240
   - Don't stop sending a request if EAGAIN is returned, which
241
     will only happen if both the write and subsequent wait are
242
     returning EAGAIN, and count posted bytes correctly when the initial
243
     write of a request is not complete. PR 10038, 38861, 39679
244
   - Overhaul stats collection and reporting to avoid integer
245
     truncation and time divisions within the test loop, retain
246
     native time resolution until output, remove unused data,
247
     consistently round milliseconds, and generally avoid losing
248
     accuracy of calculation due to type casts. PR 44878, 44931.
249
   - Add -r option to continue after socket receive errors.
250
   - Do not try to read non existing response bodies of HEAD requests.
251
   - Use a 64 bit unsigned int instead of a signed long to count the
252
  rotatelogs:
253
   - Log the current file size and error code/description when
254
     failing to write to the log file.  
255
   - Added '-f' option to force rotatelogs to create the logfile as
256
     soon as started, and not wait until it reads the first entry. 
257
   - Don't leak memory when reopening the logfile.  PR 40183 
258
   - Improve atomicity when using -l and cleaup code.  PR 44004 
259
- drop obsolete patches httpd-2.1.3alpha-autoconf-2.59.dif
260
                        httpd-2.2.x-CVE-2008-1678.patch
261
- don't run autoreconf on SLES9
262
- remove the addition of -g to the CFLAGS, since the build service
263
  handles debuginfo packages now
264
265
-------------------------------------------------------------------
266
Mon Jun  9 17:18:03 CEST 2008 - poeml@suse.de
267
268
- build service supports the debuginfo flag in metadata now; remove
269
  debug_package macro from the specfile therefore.
270
271
-------------------------------------------------------------------
272
Mon May 26 16:55:37 CEST 2008 - skh@suse.de
273
274
- CVE-2008-1678: modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): 
275
  Remove the call to CRYPTO_cleanup_all_ex_data here, fixing a 
276
  per-connection memory leak which occurs if the client indicates 
277
  support for a compression algorithm in the initial handshake, and 
278
  mod_ssl is linked against OpenSSL >= 0.9.8f.  [bnc#392096]
279
  httpd-2.2.x-CVE-2008-1678.patch
280
281
-------------------------------------------------------------------
282
Thu May 15 01:58:08 CEST 2008 - poeml@suse.de
283
284
- fix build on Mandriva 2007, by escaping commented %build macro
285
- make filelist of man pages independant of the compression method
286
  (gz, bz2, lzma)
287
288
-------------------------------------------------------------------
289
Fri Apr 18 11:55:14 CEST 2008 - poeml@suse.de
290
291
- fix from Factory:
292
  - remove dir /usr/share/omc/svcinfo.d as it is provided now
293
    by filesystem 
294
- remove obsolete httpd-2.2.x.doublefree.patch file, which isn't
295
  used since quite some time since the issue is resolved.
296
297
-------------------------------------------------------------------
298
Thu Apr 17 17:58:02 CEST 2008 - poeml@suse.de
299
300
- new implementation of sysconf_addword, using sed instead of ed.
301
  Moving it from the -utils subpackage into the parent package,
302
  where it's actually needed. If sysconf_addword is already present
303
  in the system, it is preferred (by PATH). That's because the tool
304
  has been integrated into aaa_base.rpm with openSUSE 11.0.
305
  Removing the requires on the ed package. [bnc#377131]
306
307
-------------------------------------------------------------------
308
Wed Mar 12 14:29:04 CET 2008 - poeml@suse.de
309
310
- require ed package, since ed is needed by sysconf_addword, which
311
  in turn is used by a2enmod/a2enflag
312
313
-------------------------------------------------------------------
314
Fri Feb 29 14:06:52 CET 2008 - poeml@suse.de
315
316
- better documentation how to enable SSL in /etc/sysconfig/apache2
317
- quickstart readme: the link to the openSUSE wiki is about to move
318
319
-------------------------------------------------------------------
320
Tue Feb 19 13:14:45 CET 2008 - poeml@suse.de
321
322
- add "127.0.0.1" to the local access list in mod_status.conf,
323
  because on some systems "localhost" seems to resolve only to IPv6
324
  localhost
325
326
-------------------------------------------------------------------
327
Sat Feb  2 05:37:34 CET 2008 - crrodriguez@suse.de
328
329
- upstream 2.2.8
330
  SECURITY: CVE-2007-6421 (cve.mitre.org)
331
     mod_proxy_balancer: Correctly escape the worker route and the worker
332
     redirect string in the HTML output of the balancer manager.
333
     Reported by SecurityReason.
334
  SECURITY: CVE-2007-6422 (cve.mitre.org)
335
     Prevent crash in balancer manager if invalid balancer name is passed
336
     as parameter. Reported by SecurityReason.
337
  SECURITY: CVE-2007-6388 (cve.mitre.org)
338
     mod_status: Ensure refresh parameter is numeric to prevent
339
     a possible XSS attack caused by redirecting to other URLs.
340
     Reported by SecurityReason.
341
  SECURITY: CVE-2007-5000 (cve.mitre.org)
342
     mod_imagemap: Fix a cross-site scripting issue.  Reported by JPCERT.
343
  SECURITY: CVE-2008-0005 (cve.mitre.org)
344
     Introduce the ProxyFtpDirCharset directive, allowing the administrator
345
     to identify a default, or specific servers or paths which list their
346
     contents in other-than ISO-8859-1 charset (e.g. utf-8).
347
  mod_autoindex: 
348
   - Generate valid XHTML output by adding the xhtml namespace. PR 43649
349
  mod_charset_lite: 
350
   - Don't crash when the request has no associated filename.
351
  mod_dav: 
352
   - Fix evaluation of If-Match * and If-None-Match * conditionals.  PR 38034
353
   - Adjust etag generation to produce identical results on 32-bit
354
     and 64-bit platforms and avoid a regression with conditional PUT's on lock
355
     and etag. PR 44152.
356
  mod_deflate: 
357
   - initialise inflate-out filter correctly when the first brigade
358
     contains no data buckets.  PR 43512
359
  mod_disk_cache: 
360
  - Delete temporary files if they cannot be renamed to their final
361
    name.
362
  mod_filter: 
363
   - Don't segfault on (unsupported) chained FilterProvider usage.  PR 43956
364
  mod_include: 
365
   - Add an "if" directive syntax to test whether an URL is
366
     accessible, and if so, conditionally display content. This
367
     allows a webmaster to hide a link to a private page when the
368
     user has no access to that page.
369
  mod_ldap: 
370
   - Try to establish a new backend LDAP connection when the
371
     Microsoft LDAP client library returns LDAP_UNAVAILABLE, e.g.
372
     after the LDAP server has closed the connection due to a
373
     timeout.  PR 39095
374
   - Give callers a reference to data copied into the request pool
375
     instead of references directly into the cache PR 43786
376
   - Stop passing a reference to pconf around for (limited) use
377
     during request processing, avoiding possible memory corruption
378
     and crashes.
379
  mod_proxy: 
380
   - Canonicalisation improvements. Add "nocanon" keyword to
381
     ProxyPass, to suppress URI-canonicalisation in a reverse proxy. Also,
382
     don't escape/unescape forward-proxied URLs.  PR 41798, 42592
383
   - Don't by default violate RFC2616 by setting Max-Forwards when
384
     the client didn't send it to us.  Leave that as a
385
     configuration option.  PR 16137
386
   - Fix persistent backend connections.  PR 43472
387
   - escape error-notes correctly PR 40952
388
   - check ProxyBlock for all blocked addresses PR 36987
389
   - Don't lose bytes when a response line arrives in small chunks.
390
     PR 40894
391
  mod_proxy_ajp: 
392
   - Use 64K as maximum AJP packet size. This is the maximum length
393
     we can squeeze inside the AJP message packet.
394
   - Ignore any ajp13 flush packets received before we send the
395
     response headers. See Tomcat PR 43478.
396
   - Differentiate within AJP between GET and HEAD requests. PR 43060
397
  mod_proxy_balancer: 
398
   - Do not reset lbstatus, lbfactor and lbset when starting a new
399
     child.  PR 39907
400
  mod_proxy_http: 
401
   - Remove Warning headers with wrong date PR 16138
402
   - Correctly parse all Connection headers in proxy.  PR 43509
403
   - add Via header correctly (if enabled) to response, even where
404
     other Via headers exist.  PR 19439
405
   - Correctly forward unexpected interim (HTTP 1xx) responses from
406
     the backend according to RFC2616.  But make it configurable in
407
     case something breaks on it.  PR 16518
408
   - strip hop-by-hop response headers PR 43455
409
   - Propagate Proxy-Authorization header correctly.  PR 25947
410
   - Don't segfault on bad line in FTP listing PR 40733
411
  mod_rewrite: 
412
   - Add option to suppress URL unescaping PR 34602
413
   - Add the novary flag to RewriteCond.
414
  mod_substitute: 
415
   - Added a new output filter, which performs inline response
416
     content pattern matching (including regex) and substitution.
417
  mod_ssl: 
418
   - Fix handling of the buffered request body during a per-location
419
     renegotiation, when an internal redirect occurs.  PR 43738.
420
   - Fix SSL client certificate extensions parsing bug. PR 44073.
421
   - Prevent memory corruption of version string.  PR 43865, 43334
422
  mod_status: 
423
   - Add SeeRequestTail directive, which determines if
424
     ExtendedStatus displays the 1st 63 characters of the request
425
     or the last 63. Useful for those requests with large string
426
     lengths and which only vary with the last several characters.
427
  event MPM: 
428
   - Add support for running under mod_ssl, by reverting to the
429
     Worker MPM behaviors, when run under an input filter that buffers
430
     its own data.
431
  core: 
432
   - Fix regression in 2.2.7 in chunk filtering with massively
433
     chunked requests.
434
   - Lower memory consumption of ap_r* functions by reusing the
435
     brigade instead of recreating it during each filter pass.
436
   - Lower memory consumption in case that flush buckets are passed
437
     thru the chunk filter as last bucket of a brigade. PR 23567.
438
   - Fix broken chunk filtering that causes all non blocking reads
439
     to be converted into blocking reads.  PR 19954, 41056.
440
   - Change etag generation to produce identical results on 32-bit
441
     and 64-bit platforms.  PR 40064.
442
   - Handle unrecognised transfer-encodings.  PR 43882
443
   - Avoid some unexpected connection closes by telling the client
444
     that the connection is not persistent if the MPM process
445
     handling the request is already exiting when the response
446
     header is built.
447
   - fix possible crash at startup in case of nonexistent
448
     DocumentRoot.  PR 39722
449
   - http_core: OPTIONS * no longer maps to local storage or URI
450
     space. Note that unlike previous versions, OPTIONS * no longer
451
     returns an Allow: header. PR 43519
452
   - scoreboard: improve error message on apr_shm_create failure PR
453
     40037
454
   - Don't send spurious "100 Continue" response lines.  PR 38014
455
   - http_protocol: 
456
     - Escape request method in 413 error reporting.  Determined to
457
       be not generally exploitable, but a flaw in any case.  PR
458
       44014
459
     - Add "DefaultType none" option.  PR 13986 and PR 16139
460
     - Escape request method in 405 error reporting.  This has no
461
       security impact since the browser cannot be tricked into
462
       sending arbitrary method strings.
463
  - Various code cleanups. PR 38699, 39518, 42005, 42006, 42007, 42008, 42009
464
  - Add explicit charset to the output of various modules to work
465
    around possible cross-site scripting flaws affecting web
466
    browsers that do not derive the response character set as
467
    required by  RFC2616.  One of these reported by SecurityReason
468
  - rotatelogs: Change command-line parsing to report more types
469
     of errors.  Allow local timestamps to be used when rotating based
470
     on file size.
471
472
-------------------------------------------------------------------
473
Wed Sep 12 20:11:37 CEST 2007 - poeml@suse.de
474
475
- fix graceful-restart. Wait until the pidfile is gone, but don't
476
  wait for the parent to disappear. It stays there, after closing
477
  the listen ports.
478
479
-------------------------------------------------------------------
480
Wed Sep 12 15:49:15 CEST 2007 - poeml@suse.de
481
482
- use debug_package macro only on suse, because it breaks the build
483
  on Mandriva
484
485
-------------------------------------------------------------------
486
Wed Sep 12 13:41:16 CEST 2007 - poeml@suse.de
487
488
- don't configure in maintainer-mode. It not only enables compile
489
  time warnings, but also adds AP_DEBUG into the mix which causes
490
  enablement of debug code which is not wanted in production
491
  builds.
492
493
-------------------------------------------------------------------
494
Mon Sep 10 17:32:56 CEST 2007 - poeml@suse.de
495
496
- upstream 2.2.6
497
  SECURITY: CVE-2007-3847 (cve.mitre.org)
498
     mod_proxy: Prevent reading past the end of a buffer when parsing
499
     date-related headers.  PR 41144.
500
  SECURITY: CVE-2007-1863 (cve.mitre.org)
501
     mod_cache: Prevent a segmentation fault if attributes are listed in a 
502
     Cache-Control header without any value. 
503
  SECURITY: CVE-2007-3304 (cve.mitre.org)
504
     prefork, worker, event MPMs: Ensure that the parent process cannot
505
     be forced to kill processes outside its process group. 
506
  SECURITY: CVE-2006-5752 (cve.mitre.org)
507
     mod_status: Fix a possible XSS attack against a site with a public
508
     server-status page and ExtendedStatus enabled, for browsers which
509
     perform charset "detection".  Reported by Stefan Esser.
510
  SECURITY: CVE-2007-1862 (cve.mitre.org)
511
     mod_mem_cache: Copy headers into longer lived storage; header names and
512
     values could previously point to cleaned up storage.  PR 41551.
513
  mod_alias: 
514
   - Accept path components (URL part) in Redirects. PR 35314.
515
  mod_authnz_ldap: 
516
   - Don't return HTTP_UNAUTHORIZED during authorization when
517
     LDAP authentication is configured but we haven't seen any 
518
     'Require ldap-*' directives, allowing authorization to be passed to lower 
519
     level modules (e.g. Require valid-user) PR 43281 
520
  mod_autoindex: 
521
   - Add in Type and Charset options to IndexOptions
522
     directive. This allows the admin to explicitly set the 
523
     content-type and charset of the generated page and is therefore
524
     a viable workaround for buggy browsers affected by CVE-2007-4465
525
  mod_cache:
526
   - Remove expired content from cache that cannot be revalidated.
527
     PR 30370. 
528
   - Do not set Date or Expires when they are missing from the
529
     original response or are invalid.  
530
   - Correctly handle HEAD requests on expired cache content.  PR
531
     41230.  
532
   - Let Cache-Control max-age set the expiration of the cached
533
     representation if Expires is not set.  
534
   - Allow caching of requests with query arguments when
535
     Cache-Control max-age is explicitly specified.  
536
   - Use the same cache key throughout the whole request processing
537
     to handle escaped URLs correctly.  PR 41475.  
538
   - Add CacheIgnoreQueryString directive. PR 41484.
539
   - While serving a cached entity ensure that filters that have
540
     been applied to this cached entity before saving it to the
541
     cache are not applied again. PR 40090.  
542
   - Correctly cache objects whose URL query string has been
543
     modified by mod_rewrite. PR 40805.  
544
  mod_cgi, mod_cgid: 
545
   - Fix use of CGI scripts as ErrorDocuments.  PR 39710.  
546
  mod_dbd: 
547
   - Introduce configuration groups to allow inheritance by virtual
548
     hosts of database configurations from the main server.
549
     Determine the minimal set of distinct configurations and share
550
     connection pools whenever possible.  Allow virtual hosts to
551
     override inherited SQL statements.  PR 41302.  
552
   - Create memory sub-pools for each DB connection and close DB
553
     connections in a pool cleanup function.  Ensure prepared
554
     statements are destroyed before DB connection is closed.  When
555
     using reslists, prevent segfaults when child processes exit,
556
     and stop memory leakage of ap_dbd_t structures.  Avoid use of
557
     global s->process->pool, which isn't destroyed by exiting
558
     child processes in most multi-process MPMs.  PR 39985.  
559
   - Handle error conditions in dbd_construct() properly.  Simplify
560
     ap_dbd_open() and use correct arguments to apr_dbd_error()
561
     when non-threaded.  Register correct cleanup data in
562
     non-threaded ap_dbd_acquire() and ap_dbd_cacquire().  Clean up
563
     configuration data and merge function.  Use ap_log_error()
564
     wherever possible.
565
   - Stash DBD connections in request_config of initial request
566
     only, or else sub-requests and internal redirections may cause
567
     entire DBD pool to be stashed in a single HTTP request.  
568
  mod_deflate: 
569
   - don't try to process metadata buckets as data.  what should
570
     have been a 413 error was logged as a 500 and a blank screen
571
     appeared at the browser.
572
   - fix protocol handling in deflate input filter PR 23287 
573
  mod_disk_cache: 
574
   - Allow Vary'd responses to be refreshed properly.
575
  mod_dumpio: 
576
   - Fix for correct dumping of traffic on EBCDIC hosts Data had
577
     been incorrectly converted twice, resulting in garbled log
578
     output. 
579
  mod_expires: 
580
   - don't crash on bad configuration data PR 43213 
581
  mod_filter: 
582
   - fix integer comparisons in dispatch rules PR 41835 
583
   - fix merging of ! and = in FilterChain PR 42186 
584
  mod_headers: 
585
   - Allow % at the end of a Header value. PR 36609.
586
  mod_info: 
587
   - mod_info outputs invalid XHTML 1.0 transitional.  PR 42847 
588
  mod_ldap: 
589
   - Avoid possible crashes, hangs, and busy loops due to improper
590
     merging of the cache lock in vhost config PR 43164 
591
  mod_ldap: 
592
   - Remove the hardcoded size limit parameter for
593
     ldap_search_ext_s and replace it with an APR_ defined value
594
     that is set according to the LDAP SDK being used.
595
  mod_mem_cache: 
596
   - Increase the minimum and default value for MCacheMinObjectSize
597
     from 0 to 1, as a MCacheMinObjectSize of 0 does not make sense
598
     and leads to a division by zero.  PR 40576.
599
  mod_negotiation: 
600
   - preserve Query String in resolving a type map PR 33112 
601
  mod_proxy:
602
   -  mod_proxy_http: accept proxy-sendchunked/proxy-sendchunks as
603
      synonymous.  PR 43183 
604
   -  Ensure that at least scheme://hostname[:port] matches between
605
      worker and URL when searching for the best fitting worker for
606
      a given URL.  PR 40910 
607
   -  Improve network performance by setting APR_TCP_NODELAY
608
      (disable Nagle algorithm) on sockets if implemented.  PR 42871 
609
   -  Add a missing assignment in an error checking code path.  PR 40865 
610
   -  don't URLencode tilde in path component PR 38448 
611
   -  enable Ignore Errors option on ProxyPass Status.  PR 43167 
612
   - Allow to use different values for sessionid in url encoded id
613
     and cookies. PR 41897. 
614
   - Fix the 503 returned when session route does not match any of
615
     the balancer members. 
616
   - Added ProxyPassMatch directive, which is similar to ProxyPass
617
     but takes a regex local path prefix. 
618
   - Print the correct error message for erroneous configured
619
     ProxyPass directives. PR 40439.  
620
   - Fix some proxy setting inheritance problems (eg:
621
     ProxyTimeout). PR 11540.  
622
   - proxy/ajp_header.c: Fixed header token string comparisons
623
     Matching of header tokens failed to include the trailing NIL
624
     byte and could misinterpret a longer header token for a
625
     shorter.  Additionally, a "Content-Type" comparison was made
626
     case insensitive.
627
   - proxy/ajp_header.c: Backport of an AJP protocol fix for EBCDIC
628
     On EBCDIC machines, the status_line string was incorrectly
629
     converted twice. 
630
  mod_proxy_connect: 
631
   - avoid segfault on DNS lookup failure.  PR 40756 
632
  mod_proxy_http:
633
   - HTTP proxy ProxyErrorOverride: Leave 1xx and 3xx responses
634
     alone.  Only processing of error responses (4xx, 5xx) will be
635
     altered. PR 39245.
636
   - Don't try to read body of a HEAD request before responding. PR 41644 
637
   - Handle request bodies larger than 2 GB by converting the
638
     Content-Length header of the request correctly. PR 40883.
639
  mod_ssl: 
640
   - Fix spurious hostname mismatch warning for valid wildcard
641
     certificates.  PR 37911.  
642
   - Version reporting update; displays 'compiled against' Apache
643
     and build-time SSL Library versions at loglevel [info], while
644
     reporting the run-time SSL Library version in the server info
645
     tags.  Helps to identify a mod_ssl built against one flavor of
646
     OpenSSL but running against another (also adds SSL-C version
647
     number reporting.)  
648
   - initialize thread locks before initializing the hardware
649
     acceleration library, so the latter can make use of the
650
     former.  PR 20951.  
651
  core:
652
   - Do not replace a Date header set by a proxied backend server. PR 40232 
653
   - log core: ensure we use a special pool for stderr logging, so that
654
     the stderr channel remains valid from the time plog is destroyed,
655
     until the time the open_logs hook is called again.
656
   - main core: Emit errors during the initial apr_app_initialize()
657
     or apr_pool_create() (when apr-based error reporting is not ready).
658
   - log core: fix the new piped logger case where we couldn't connect 
659
     the replacement stderr logger's stderr to the NULL stdout stream.  
660
     Continue in this case, since the previous alternative of no error 
661
     logging at all (/dev/null) is far worse. 
662
   - Correct a regression since 2.0.x in the handling of AllowOverride 
663
     Options. PR 41829.  
664
   - Unix MPMs: Catch SIGFPE so that exception hooks and CoreDumpDirectory
665
     can work after that terminating signal.
666
   -  mod_so: Provide more helpful LoadModule feedback when an error occurs.
667
  misc:
668
   - mime.types: Many updates to sync with IANA registry and common
669
     unregistered types that the owners refuse to register.  Admins
670
     are encouraged to update their installed mime.types file.  PR:
671
     35550, 37798, 39317, 31483 
672
   - mime.types: add Registered Javascript/ECMAScript MIME types
673
     (RFC4329) PR 40299 
674
   - htdbm: Enable crypt support on platforms with crypt() but not
675
     <crypt.h>, such as z/OS.  
676
   - ab.c: Correct behavior of HTTP request headers sent by ab in
677
     presence of -H command-line overrides. PR 31268, 26554.
678
   - ab.c: The apr_port_t type is unsigned, but ab was using a
679
     signed format code in its reports. PR 42070.
680
- drop obsolete patches apache2-mod_cache-CVE-2007-1863.patch
681
                        apache2-mod_status-CVE-2006-5752.patch
682
                        httpd-2.2.4-mod_autoindex-charset-r570962.patch
683
                        mod_dbd.c-issue18989-autoconnect.dif
684
                        mod_dbd.c-r571441
685
686
-------------------------------------------------------------------
687
Mon Sep  3 13:43:22 CEST 2007 - skh@suse.de
688
689
- get_module_list: replace loadmodule.conf atomically [bnc #214863]
690
691
-------------------------------------------------------------------
692
Sat Sep  1 01:49:37 CEST 2007 - poeml@suse.de
693
694
- /etc/init.d/apache2: implement restart-graceful, stop-graceful
695
696
-------------------------------------------------------------------
697
Fri Aug 31 14:21:27 CEST 2007 - poeml@suse.de
698
699
- update mod_dbd to trunk version (r571441)
700
  * apr_dbd_check_conn() just returns APR_SUCCESS or
701
    APR_EGENERAL, so we don't actually have a driver-specific value
702
    to pass to apr_dbd_error(), but that's OK because most/all
703
    drivers just ignore this value anyway
704
705
-------------------------------------------------------------------
706
Fri Aug 31 12:37:27 CEST 2007 - poeml@suse.de
707
708
- replace httpd-2.2.3-AddDirectoryIndexCharset.patch with the upstream
709
  solution, httpd-2.2.4-mod_autoindex-charset-r570962.patch [#153557]
710
  (backport from 2.2.6)
711
  * Merge r570532, r570535, r570558 from trunk:
712
    IndexOptions ContentType=text/html Charset=UTF-8 magic.
713
    http://svn.apache.org/viewvc?rev=570962&view=rev
714
    http://issues.apache.org/bugzilla/show_bug.cgi?id=42105
715
  This means that the AddDirectoryIndexCharset is no longer
716
  available. Instead, IndexOptions Charset=xyz can be used.
717
718
-------------------------------------------------------------------
719
Fri Aug 31 11:42:58 CEST 2007 - poeml@suse.de
720
721
- remove libexpat-devel in the build service version of the package
722
- apply apache2-mod_cache-CVE-2007-1863.patch (patch 152) in the
723
  buildservice package
724
- don't apply mod_dbd.c-issue18989-autoconnect.dif, since it
725
  patches only modules/database/mod_dbd.c which is replaced with
726
  trunk version anyway
727
728
-------------------------------------------------------------------
729
Thu Aug 23 11:27:19 CEST 2007 - mskibbe@suse.de
730
731
- Bug 289996 - VUL-0: mod_status XSS in public server status page 
732
- Bug 289997 - VUL-0: apache2: mod_cache remote denial of service
733
734
-------------------------------------------------------------------
735
Wed Jul 18 16:04:05 CEST 2007 - skh@suse.de
736
737
- split off apache2-utils subpackage, containing all helper tools that
738
  are useful for system administrators in general (b.n.c. #272292 and
739
  FATE #302059)
740
741
-------------------------------------------------------------------
742
Thu Mar 29 19:14:16 CEST 2007 - dmueller@suse.de
743
744
- add zlib-devel to BuildRequires
745
746
-------------------------------------------------------------------
747
Fri Mar 23 08:55:47 CET 2007 - poeml@suse.de
748
749
- add mod_dbd.c from trunk (r512038), the version we run ourselves
750
  http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/database/mod_dbd.c?view=log
751
- add mod_dbd.c-issue18989-autoconnect.dif, but disabled. It
752
  applies to 2.2.4 mod_dbd.c but not to the trunk version
753
- build mod_version
754
- fix documentation link in apache2-httpd.conf
755
756
-------------------------------------------------------------------
757
Tue Mar 20 10:47:18 CET 2007 - mskibbe@suse.de
758
759
- add firewall file for ssl (#246929) 
760
761
-------------------------------------------------------------------
762
Mon Mar 19 12:44:22 CET 2007 - mskibbe@suse.de
763
764
- Apache - Support for FATE #300687: Ports for SuSEfirewall added
765
  via packages (#246929)
766
767
-------------------------------------------------------------------
768
Fri Jan 26 12:44:04 CET 2007 - poeml@suse.de
769
770
- the QUICKSTART Readmes have been moved to 
771
  http://www.opensuse.org/Apache
772
773
-------------------------------------------------------------------
774
Mon Jan 22 11:24:32 CET 2007 - poeml@suse.de
775
776
- point out better in README.QUICKSTART.SSL that a vhost needs to
777
  be created
778
- fixes to README.QUICKSTART.WebDAV
779
- updated email addresses (now there is apache@suse.de)
780
781
-------------------------------------------------------------------
782
Sat Jan 20 17:16:20 CET 2007 - poeml@suse.de
783
784
- add httpd-2.2.x.doublefree.patch, backport of 
785
  http://svn.apache.org/viewvc?diff_format=h&view=rev&revision=496831
786
  See http://issues.apache.org/bugzilla/show_bug.cgi?id=39985
787
788
-------------------------------------------------------------------
789
Thu Jan 18 22:00:48 CET 2007 - poeml@suse.de
790
791
- create debuginfo package in the buildservice
792
793
-------------------------------------------------------------------
794
Fri Jan 12 14:25:51 CET 2007 - mskibbe@suse.de
795
796
- change path to service cml document (fate #301708) 
797
798
-------------------------------------------------------------------
799
Tue Jan  9 15:59:42 CET 2007 - poeml@suse.de
800
801
- upstream 2.2.4
802
  mod_authnz_ldap: 
803
   - Add an AuthLDAPRemoteUserAttribute directive. If set,
804
     REMOTE_USER will be set to this attribute, rather than the
805
     username supplied by the user. Useful for example when you
806
     want users to log in using an email address, but need to
807
     supply a userid instead to the backend.
808
  mod_cache: 
809
   - From RFC3986 (section 6.2.3.) if a URI contains an authority
810
     component and an empty path, the empty path is to be
811
     equivalent to "/". It explicitly cites the following four URIs
812
     as equivalents:
813
       http://example.com
814
       http://example.com/
815
       http://example.com:/
816
       http://example.com:80/
817
   - Eliminate a bogus error in the log when a filter returns
818
     AP_FILTER_ERROR.
819
   - Don't cache requests with a expires date in the past;
820
     otherwise mod_cache will always try to cache the URL. This bug
821
     might lead to numerous rename() errors on win32 if the URL was
822
     previously cached.
823
  mod_cgi and mod_cgid:
824
   - Don't use apr_status_t error return from input filters as HTTP
825
     return value from the handler.  PR 31579.
826
  mod_dbd: 
827
   - share per-request database handles across subrequests and
828
     internal redirects
829
   - key connection pools to virtual hosts correctly even when
830
     ServerName is unset/unavailable
831
  mod_deflate: 
832
   - Rework inflate output and deflate output filter to fix several
833
     issues: Incorrect handling of flush buckets, potential memory
834
     leaks, excessive memory usage in inflate output filter for
835
     large compressed content. PR 39854.
836
  mod_disk_cache: 
837
   - Make sure that only positive integers are accepted for the
838
     CacheMaxFileSize and CacheMinFileSize parameters in the config
839
     file. PR39380.
840
  mod_dumpio:
841
   - Allow mod_dumpio to log at other than DEBUG levels via the new
842
     DumpIOLogLevel directive.
843
  mod_echo: 
844
   - Fix precedence problem in if statement. PR 40658.
845
  mod_ext_filter: 
846
   - Handle filter names which include capital letters.  PR 40323.
847
  mod_headers: 
848
   - Support regexp-based editing of HTTP headers.
849
  mod_mime_magic: 
850
   - Fix precedence problem in if statement. PR 40656.
851
  mod_mem_cache: 
852
   - Memory leak fix: Unconditionally free the buffer.
853
   - Convert mod_mem_cache to use APR memory pool functions by
854
     creating a root pool for object persistence across requests.
855
     This also eliminates the need for custom serialization code.
856
  mod_proxy: 
857
   - Don't try to use dead backend connection. PR 37770.
858
   - Add explicit flushing feature. When Servlet container sends
859
     AJP body message with size 0, this means that Servlet
860
     container has asked for an explicit flush. Create flush bucket
861
     in that case. This feature has been added to the recent Tomcat
862
     versions without breaking the AJP protocol.
863
  mod_proxy_ajp: 
864
   - Close connection to backend if reading of request body fails.
865
     PR 40310.
866
   - Added cping/cpong support for the AJP protocol.  A new worker
867
     directive ping=timeout will cause CPING packet to be send
868
     expecting CPONG packet within defined timeout.  In case the
869
     backend is too busy this will fail instead sending the full
870
     header.
871
  mod_proxy_balancer: 
872
   - Workers can now be defined as part of a balancer cluster "set"
873
     in which members of a lower-numbered set are preferred over
874
     higher numbered ones.
875
   - Workers can now be defined as "hot standby" which will only be
876
     used if all other workers are unusable (eg: in error or
877
     disabled). Also, the balancer-manager displays the election
878
     count and I/O counts of all workers.
879
   - Retry worker chosen by route / redirect worker if it is in
880
     error state before sending "Service Temporarily Unavailable".
881
     PR 38962.
882
   - Extract stickysession routing information contained as
883
     parameter in the URL correctly. PR 40400.
884
   - Set the new environment variable BALANCER_ROUTE_CHANGED if a
885
     worker with a route different from the one supplied by the
886
     client had been chosen or if the client supplied no routing
887
     information for a balancer with sticky sessions.
888
   - Add information about the route, the sticky session and the
889
     worker used during a request as environment variables. PR
890
     39806.
891
  core:
892
   - Fix issue which could cause piped loggers to be orphaned and
893
     never terminate after a graceful restart.  PR 40651.
894
   - Fix address-in-use startup failure caused by corruption of the
895
     list of listen sockets in some configurations with multiple
896
     generic Listen directives.
897
   - Fix NONBLOCK status of listening sockets on restart/graceful
898
     PR 37680.
899
   - Deal with the widespread use of apr_status_t return values as
900
     HTTP status codes, as documented in PR#31759 (a bug shared by
901
     the default handler, mod_cgi, mod_cgid, mod_proxy, and
902
     probably others). PR31759.
903
   - The full server version information is now included in the
904
     error log at startup as well as server status reports,
905
     irrespective of the setting of the ServerTokens directive.
906
     ap_get_server_version() is now deprecated, and is replaced by
907
     ap_get_server_banner() and ap_get_server_description().
908
  misc:
909
   - Allow htcacheclean, httxt2dbm, and fcgistarter to link
910
     apr/apr-util statically like the older support programs.
911
   - Better detection and clean up of ldap connection that has been
912
     terminated by the ldap server.  PR 40878.
913
   - rotatelogs: Improve error message for open failures.  PR
914
     39487.
915
916
-------------------------------------------------------------------
917
Mon Jan  8 11:57:04 CET 2007 - mskibbe@suse.de
918
919
- Apache XML Service Description Document (fate #301708) 
920
921
-------------------------------------------------------------------
922
Thu Dec 21 10:36:14 CET 2006 - poeml@suse.de
923
924
- add patch to add charset=utf-8 to directory listings generated by
925
  mod_autoindex, and add a directive to allow overriding the
926
  charset (testing, needs to be discussed with upstream) [#153557]
927
  httpd-2.2.3-AddDirectoryIndexCharset.patch 
928
929
-------------------------------------------------------------------
930
Wed Dec 20 15:58:35 CET 2006 - poeml@suse.de
931
932
- set a proper HOME (/var/lib/apache2), otherwise the server might
933
  end up HOME=/root and some script might try to use that [#132769]
934
- add two notes to the QUICKSTART readmes
935
- don't install /etc/apache2/extra configuration since this is only
936
  serving as an example and installed with the documentation anyway
937
938
-------------------------------------------------------------------
939
Tue Sep 26 11:13:52 CEST 2006 - poeml@suse.de
940
941
- add rpm macro for suexec_safepath
942
- use _bindir/_sbindir in a few places [#202355]
943
- remove unused /sbin/conf.d directory from build root
944
945
-------------------------------------------------------------------
946
Thu Aug 31 15:26:54 CEST 2006 - poeml@suse.de
947
948
- Enable fatal exception hook for use by diagnostic modules.
949
950
-------------------------------------------------------------------
951
Tue Aug 29 16:33:59 CEST 2006 - poeml@suse.de
952
953
- move some binaries, where calling by users makes sense (dbmmanage
954
  htdbm htdigest htpasswd), from /usr/sbin to /usr/bin [#140133]
955
956
-------------------------------------------------------------------
957
Wed Aug  9 16:13:07 CEST 2006 - poeml@suse.de
958
959
- upstream 2.2.3
960
  |SECURITY: CVE-2006-3747 (cve.mitre.org)
961
  |  mod_rewrite: Fix an off-by-one security problem in the ldap scheme
962
  |  handling.  For some RewriteRules this could lead to a pointer being
963
  |  written out of bounds.  Reported by Mark Dowd of McAfee.
964
  | mod_authn_alias: Add a check to make sure that the base provider and the
965
  |  alias names are different and also that the alias has not been registered
966
  |  before. PR 40051.
967
  | mod_authnz_ldap: Fix a problem with invalid auth error detection for LDAP
968
  |  client SDKs that don't support the LDAP_SECURITY_ERROR macro. PR 39529.
969
  | mod_autoindex: Fix filename escaping with FancyIndexing disabled.
970
  |  PR 38910.
971
  | mod_cache: 
972
  | - Make caching of reverse SSL proxies possible again. PR 39593.
973
  | - Do not overwrite the Content-Type in the cache, for
974
  |   successfully revalidated cached objects. PR 39647.
975
  | mod_charset_lite: Bypass translation when the source and dest charsets
976
  |  are the same.
977
  | mod_dbd: Fix dependence on virtualhost configuration in
978
  |  defining prepared statements (possible segfault at startup
979
  |  in user modules such as mod_authn_dbd).
980
  | mod_mem_cache: Set content type correctly when delivering data from
981
  |  cache. PR 39266.
982
  | mod_speling: Add directive to deal with case corrections only
983
  |  and ignore other misspellings
984
  | miscellaneous:
985
  |  - Add optional 'scheme://' prefix to ServerName directive,
986
  |    allowing correct determination of the canonical server URL
987
  |    for use behind a proxy or offload device handling SSL;
988
  |    fixing redirect generation in those cases. PR 33398.
989
  |  - Added server_scheme field to server_rec for above. Minor MMN bump.
990
  |  - Worker MPM: On graceless shutdown or restart, send signals
991
  |    to each worker thread to wake them up if they're polling on
992
  |    a Keep-Alive connection.  PR 38737.
993
  |  - worker and event MPMs: fix excessive forking if fork() or
994
  |    child_init take a long time.  PR 39275.
995
  |  - Respect GracefulShutdownTimeout in the worker and event MPMs.
996
  |  - configure: Add "--with-included-apr" flag to force use of
997
  |    the bundled version of APR at build time.
998
999
-------------------------------------------------------------------
1000
Tue Jul  4 12:20:54 CEST 2006 - poeml@suse.de
1001
1002
- a2enmod, a2enflag: add /usr/sbin to PATH so sysconf_addword is
1003
  found
1004
1005
-------------------------------------------------------------------
1006
Fri Jun 23 09:52:17 CEST 2006 - poeml@suse.de
1007
1008
- fix typo in apache-20-22-upgrade script: mod_image_map ->
1009
  mod_imagemap
1010
1011
-------------------------------------------------------------------
1012
Mon Jun 12 11:28:59 CEST 2006 - poeml@suse.de
1013
1014
- enable logresolve processing of lines longer than 1024 characters
1015
  by compiling with MAXLINE=4096 [#162806]
1016
1017
-------------------------------------------------------------------
1018
Fri Jun  9 23:11:45 CEST 2006 - poeml@suse.de
1019
1020
- upstream 2.2.2
1021
  | SECURITY: CVE-2005-3357 (cve.mitre.org)
1022
  |   mod_ssl: Fix a possible crash during access control checks
1023
  |   if a non-SSL request is processed for an SSL vhost (such as
1024
  |   the "HTTP request received on SSL port" error message when
1025
  |   an 400 ErrorDocument is configured, or if using "SSLEngine
1026
  |   optional").  PR 37791.
1027
  | SECURITY: CVE-2005-3352 (cve.mitre.org)
1028
  |   mod_imagemap: Escape untrusted referer header before
1029
  |   outputting in HTML to avoid potential cross-site scripting.
1030
  |   Change also made to ap_escape_html so we escape quotes.
1031
  |   Reported by JPCERT.
1032
  | mod_cache: 
1033
  |  - Make caching of reverse proxies possible again. PR 38017.
1034
  | mod_disk_cache: 
1035
  |  - Return the correct error codes from bucket read failures,
1036
  |    instead of APR_EGENERAL.
1037
  | mod_dbd:
1038
  |  - Update defaults, improve error reporting.
1039
  |  - Create own pool and mutex to avoid problem use of process
1040
  |    pool in request processing.
1041
  | mod_deflate: 
1042
  |  - work correctly in an internal redirect
1043
  | mod_proxy:
1044
  |  - don't reuse a connection that may be to the wrong backend PR 39253
1045
  |  - Do not release connections from connection pool twice.  PR 38793.
1046
  |  - Fix KeepAlives not being allowed and set to backend servers.  PR 38602.
1047
  |  - Fix incorrect usage of local and shared worker init.  PR 38403.
1048
  |  - If we get an error reading the upstream response, close the
1049
  |    connection.
1050
  | mod_proxy_balancer: 
1051
  |  - Initialize members of a balancer correctly.  PR 38227.
1052
  | mod_proxy_ajp: 
1053
  |  - Flushing of the output after each AJP chunk is now
1054
  |    configurable at runtime via the 'flushpackets' and 'flushwait'
1055
  |    worker params. Minor MMN bump.
1056
  |  - Crosscheck the length of the body chunk with the length of the
1057
  |    ajp message to prevent mod_proxy_ajp from reading beyond the
1058
  |    buffer boundaries and thus revealing possibly sensitive memory
1059
  |    contents to the client.
1060
  |  - Support common headers of the AJP protocol in responses.  PR 38340.
1061
  | mod_proxy_http: 
1062
  |  - Do send keep-alive header if the client sent connection:
1063
  |    keep-alive and do not close backend connection if the client
1064
  |    sent connection: close. PR 38524.
1065
  | mod_proxy_balancer: 
1066
  |  - Do not overwrite the status of initialized workers and respect
1067
  |    the configured status of uninitilized workers when creating a
1068
  |    new child process.
1069
  |  - Fix off-by-one error in proxy_balancer.  PR 37753.
1070
  | mod_speling: 
1071
  |  - Stop crashing with certain non-file requests.
1072
  | mod_ssl: 
1073
  |  - Fix possible crashes in shmcb with gcc 4 on platforms
1074
  |    requiring word-aligned pointers.  PR 38838.
1075
  | miscellaneous:
1076
  |  - core: Prevent reading uninitialized memory while reading a line of
1077
  |    protocol input.  PR 39282.
1078
  |  - core: Reject invalid Expect header immediately. PR 38123.
1079
  |  - Default handler: Don't return output filter apr_status_t values.
1080
  |    PR 31759.
1081
  |  - Add APR/APR-Util Compiled and Runtime Version numbers to the
1082
  |    output of 'httpd -V'.
1083
  |  - http: If a connection is aborted while waiting for a chunked line,
1084
  |    flag the connection as errored out.
1085
  |  - Don't hang on error return from post_read_request.  PR 37790.
1086
  |  - Fix mis-shifted 32 bit scope, masked to 64 bits as a method.
1087
  |  - Fix recursive ErrorDocument handling.  PR 36090.
1088
  |  - Ensure that the proper status line is written to the client, fixing
1089
  |    incorrect status lines caused by filters which modify r->status without
1090
  |    resetting r->status_line, such as the built-in byterange filter.
1091
  |  - HTML-escape the Expect error message.  Not classed as security as
1092
  |    an attacker has no way to influence the Expect header a victim will
1093
  |    send to a target site.
1094
  |  - Chunk filter: Fix chunk filter to create correct chunks in the case that
1095
  |    a flush bucket is surrounded by data buckets.
1096
  |  - Avoid Server-driven negotiation when a script has emitted an
1097
  |    explicit Status: header.  PR 38070.
1098
  |  - htdbm: Fix crash processing -d option in 64-bit mode on HP-UX.
1099
  |  - htdbm: Warn the user when adding a plaintext password on a platform
1100
  |    where it wouldn't work with the server (i.e., anywhere that has
1101
  |    crypt()).
1102
- adapted httpd-2.1.3alpha-autoconf-2.59.dif
1103
- other user visible changes:
1104
  * use a2enmod, a2enflag in apache2-README.QUICKSTART.*
1105
  * add README.QUICKSTART link to httpd.conf
1106
- when installing/updating, avoid irritating message in
1107
  /var/log/messages ("group is unknown - group=wwwadmin") [#183071]
1108
- build system changes:
1109
  * clean up old cruft tight to suse_version macros
1110
  * don't run buildconf, and thus don't need python.
1111
  * don't ship uid.conf as source file, but create it dynamically
1112
    instead, according to user/group defined via rpm macro
1113
  * create wwwrun:www user on non-SUSE builds
1114
  * work around missimg macros insserv_prereq and fillup_prereq on non-SUSE builds
1115
  * add openssl-devel and expat-devel to Buildrequires for non-SUSE builds
1116
  * make sure that the rpm macro sles_version is defined
1117
  * remove obsolete VENDOR UnitedLinux macro
1118
1119
-------------------------------------------------------------------
1120
Tue Apr 25 18:10:28 CEST 2006 - poeml@suse.de
1121
1122
- obsolete 'apache' package on SLES10 (obsolete it on all platforms
1123
  except SLES9 and old SL releases)
1124
1125
-------------------------------------------------------------------
1126
Wed Mar 29 11:54:00 CEST 2006 - poeml@suse.de
1127
1128
- remove php4 from default modules [#155333]
1129
- fix comment in /etc/init.d/apache2 [#148559]
1130
1131
-------------------------------------------------------------------
1132
Mon Feb 20 13:49:07 CET 2006 - poeml@suse.de
1133
1134
- fixed comment in init script which indicated wrong version [#148559]
1135
1136
-------------------------------------------------------------------
1137
Mon Jan 30 12:41:20 CET 2006 - poeml@suse.de
1138
1139
- added Requires: libapr-util1-devel to apache2-devel package [#146496] 
1140
1141
-------------------------------------------------------------------
1142
Fri Jan 27 15:10:15 CET 2006 - poeml@suse.de
1143
1144
- add a note about NameVirtualHost statements to the vhost template
1145
  files [#145000]
1146
1147
-------------------------------------------------------------------
1148
Wed Jan 25 21:34:16 CET 2006 - mls@suse.de
1149
1150
- converted neededforbuild to BuildRequires
1151
1152
-------------------------------------------------------------------
1153
Fri Jan 20 13:20:04 CET 2006 - poeml@suse.de
1154
1155
- cleanup: remove obsolete metuxmpm patch
1156
- improve informational text in apache-20-22-upgrade
1157
1158
-------------------------------------------------------------------
1159
Wed Jan 18 10:11:12 CET 2006 - poeml@suse.de
1160
1161
- the new DYNAMIC_MODULE_LIMIT default in 2.2 is 128, so no need to
1162
  increase it anymore (fixes [#143536])
1163
1164
-------------------------------------------------------------------
1165
Mon Dec 19 13:25:20 CET 2005 - poeml@suse.de
1166
1167
- update to 2.2.0
1168
- enable all new modules
1169
- replaced modules "auth auth_dbm access" in default configuration 
1170
  by "auth_basic authn_file authn_dbm authz_host authz_default
1171
  authz_user""
1172
- /usr/share/apache2/apache-20-22-upgrade will fix the module list
1173
  on upgrade
1174
- fix bug in sysconf_addword (used by a2enmod) to respect word
1175
  boundaries when removing a word (but don't count slashes as word
1176
  boundary)
1177
- remove perchild mpm subpackage, add experimemtal event mpm
1178
- remove obsolete tool apache2-reconfigure-mpm
1179
- remove obsolete perchild config from apache2-server-tuning.conf
1180
- remove libapr0 subpackage; add libapr1 and libapr-util1 to #neededforbuild
1181
- build against system pcre
1182
- build with --enable-pie
1183
- don't modify which libraries are linked in
1184
- adjust IndexIgnore setting to upstream default. Previously, the
1185
  parent directory (..) was being ignored
1186
- package the symlinks in ssl.crt
1187
1188
-------------------------------------------------------------------
1189
Wed Dec  7 11:07:21 CET 2005 - poeml@suse.de
1190
1191
- patch apxs to use the new a2enmod tool, when called with -a
1192
- add -l option to a2enmod, which gives a list of active modules
1193
- adjust feedback address in the readmes
1194
- update README.QUICKSTART.SSL (mention TinyCA)
1195
- add more documentation in server-tuning.conf, and adjust defaults
1196
- do not document the restart-hup action of the init script. It
1197
  should not be used
1198
- don't install the tool checkgid -- it is only usable during
1199
  installation
1200
1201
-------------------------------------------------------------------
1202
Fri Nov 18 13:22:21 CET 2005 - poeml@suse.de
1203
1204
- fix duplicated Source45 tag
1205
1206
-------------------------------------------------------------------
1207
Mon Oct 24 14:17:08 CEST 2005 - poeml@suse.de
1208
1209
- update to 2.0.55. Relevant changes:
1210
  | SECURITY: CAN-2005-2700 (cve.mitre.org)
1211
  |    mod_ssl: Fix a security issue where "SSLVerifyClient" was
1212
  |    not enforced in per-location context if "SSLVerifyClient
1213
  |    optional" was configured in the vhost configuration.
1214
  | SECURITY: CAN-2005-2491 (cve.mitre.org): 
1215
  |    Fix integer overflows in PCRE in quantifier parsing which
1216
  |    could be triggered by a local user through use of a
1217
  |    carefully-crafted regex in an .htaccess file.
1218
  | SECURITY: CAN-2005-2088 (cve.mitre.org)
1219
  |    proxy: Correctly handle the Transfer-Encoding and
1220
  |    Content-Length headers.  Discard the request Content-Length
1221
  |    whenever T-E: chunked is used, always passing one of either
1222
  |    C-L or T-E: chunked whenever the request includes a request
1223
  |    body.  Resolves an entire class of proxy HTTP Request
1224
  |    Splitting/Spoofing attacks.
1225
  | SECURITY: CAN-2005-2728 (cve.mitre.org)
1226
  |    Fix cases where the byterange filter would buffer responses
1227
  |    into memory.  PR 29962.
1228
  | SECURITY: CAN-2005-2088 (cve.mitre.org)
1229
  |    core: If a request contains both Transfer-Encoding and
1230
  |    Content-Length headers, remove the Content-Length,
1231
  |    mitigating some HTTP Request Splitting/Spoofing attacks.
1232
  | SECURITY: CAN-2005-1268 (cve.mitre.org)
1233
  |    mod_ssl: Fix off-by-one overflow whilst printing CRL
1234
  |    information at "LogLevel debug" which could be triggered if
1235
  |    configured to use a "malicious" CRL.  PR 35081.
1236
  | miscellaneous:
1237
  |  - worker MPM: Fix a memory leak which can occur after an
1238
  |    aborted connection in some limited circumstances.
1239
  |  - worker mpm: don't take down the whole server for a transient
1240
  |    thread creation failure. PR 34514
1241
  |  - Added TraceEnable [on|off|extended] per-server directive to
1242
  |    alter the behavior of the TRACE method.  This addresses a
1243
  |    flaw in proxy conformance to RFC 2616 - previously the proxy
1244
  |    server would accept a TRACE request body although the RFC
1245
  |    prohibited it.  The default remains 'TraceEnable on'. 
1246
  |  - Add ap_log_cerror() for logging messages associated with
1247
  |    particular client connections.
1248
  |  - Support the suppress-error-charset setting, as with Apache
1249
  |    1.3.x.  PR 31274.
1250
  |  - Fix bad globbing comparison which could result in getting a
1251
  |    directory listing when a file was requested. PR 34512.
1252
  |  - Fix a file descriptor leak when starting piped loggers.  PR
1253
  |    33748. 
1254
  |  - Prevent hangs of child processes when writing to piped
1255
  |    loggers at the time of graceful restart.  PR 26467.
1256
  | mod_cgid:
1257
  |  - Correct mod_cgid's argv[0] so that the full path can be
1258
  |    delved by the invoked cgi application, to conform to the
1259
  |    behavior of mod_cgi.
1260
  | mod_include:
1261
  |  - Fix possible environment variable corruption when using
1262
  |    nested includes.  PR 12655.
1263
  | mod_ldap:
1264
  |  - Fix PR 36563. Keep track of the number of attributes
1265
  |    retrieved from LDAP so that all of the values can be
1266
  |    properly cached even if the value is NULL. 
1267
  |  - Fix core dump if mod_auth_ldap's
1268
  |    mod_auth_ldap_auth_checker() was called even if
1269
  |    mod_auth_ldap_check_user_id() was not (or if it didn't
1270
  |    succeed) for non-authoritative cases.
1271
  |  - Avoid segfaults when opening connections if using a version
1272
  |    of OpenLDAP older than 2.2.21.  PR 34618.
1273
  |  - Fix various shared memory cache handling bugs.  PR 34209.
1274
  | mod_proxy:
1275
  |  - Fix over-eager handling of '%' for reverse proxies.  PR
1276
  |    15207.
1277
  |  - proxy HTTP: If a response contains both Transfer-Encoding
1278
  |    and a Content-Length, remove the Content-Length and don't
1279
  |    reuse the connection, mitigating some HTTP Response
1280
  |    Splitting attacks.
1281
  |  - proxy HTTP: Rework the handling of request bodies to handle
1282
  |    chunked input and input filters which modify content length,
1283
  |    and avoid spooling arbitrary-sized request bodies in memory.
1284
  |    PR 15859.
1285
  | mod_ssl:
1286
  |  - Fix build with OpenSSL 0.9.8.  PR 35757.
1287
  | mod_rewrite:
1288
  |  - use buffered I/O to improve performance with large
1289
  |    RewriteMap txt: files.
1290
  | mod_userdir:
1291
  |  - Fix possible memory corruption issue.  PR 34588.
1292
- drop obsolete patches httpd-2.0.54-openssl-0.9.8.dif 
1293
                        httpd-2.0.54-CAN-2005-1268-mod_ssl-crl.dif 
1294
                        apache2-bundled-pcre-5.0-CAN-2005-2491.dif 
1295
                        httpd-2.0.54-SSLVerifyClient-CAN-2005-2700.diff 
1296
                        httpd-2.0.54-ap_byterange-CAN-2005-2728.diff
1297
- add httpd-2.0.55-37145_2.0.x.diff (broken mod_proxy in 2.0.55)
1298
1299
-------------------------------------------------------------------
1300
Thu Oct 20 15:50:35 CEST 2005 - poeml@suse.de
1301
1302
- rc.apache2: when stopping the server, wait for the actual binary
1303
  of the parent process to disappear. Waiting for the pid file to
1304
  disappear is not sufficient, because not all cleanup might be
1305
  finished at the time of its removal. [#96492], [#85539]
1306
1307
-------------------------------------------------------------------
1308
Wed Oct 12 15:42:47 CEST 2005 - poeml@suse.de
1309
1310
- fix security hole by wrongly initializing LD_LIBRARY_PATH in
1311
  /usr/sbin/envvars (used by apache2ctl only) [#118188]
1312
1313
-------------------------------------------------------------------
1314
Fri Sep 30 09:47:20 CEST 2005 - poeml@suse.de
1315
1316
- accomodate API changes to OpenSSL 0.9.8 (r209468 from 2.0.x branch)
1317
1318
-------------------------------------------------------------------
1319
Mon Sep 26 01:24:18 CEST 2005 - ro@suse.de
1320
1321
- define LDAP_DEPRECATED in CFLAGS 
1322
1323
-------------------------------------------------------------------
1324
Fri Sep  2 12:55:08 CEST 2005 - poeml@suse.de
1325
1326
- security fix [CAN-2005-2728 (cve.mitre.org)]:
1327
  fix memory consumption bug in byterange handling
1328
- security fix [CAN-2005-2700 (cve.mitre.org)]: [#114701]
1329
  if "SSLVerifyClient optional" has been configured at the vhost
1330
  context then "SSLVerifyClient require" is not enforced in a
1331
  location context within that vhost; effectively allowing clients
1332
  to bypass client-cert authentication checks. [#114701]
1333
1334
-------------------------------------------------------------------
1335
Wed Aug 31 15:39:38 CEST 2005 - poeml@suse.de
1336
1337
- Security fix: fix integer overflows in PCRE in quantifier parsing which
1338
  could be triggered by a local user through use of a carefully-crafted
1339
  regex in an .htaccess file. CAN-2005-2491 [#112651] [#106209]
1340
1341
-------------------------------------------------------------------
1342
Tue Aug 30 17:41:46 CEST 2005 - lmuelle@suse.de
1343
1344
- Escape also any forward slash while removing a word with sysconf_addword.
1345
1346
-------------------------------------------------------------------
1347
Fri Aug 26 14:33:34 CEST 2005 - lmuelle@suse.de
1348
1349
- Escape any forward slash in the word argument of sysconf_addword.
1350
1351
-------------------------------------------------------------------
1352
Sun Aug 14 00:20:26 CEST 2005 - ro@suse.de
1353
1354
- alingn suexec2 permissions with permissions.secure 
1355
1356
-------------------------------------------------------------------
1357
Thu Aug 11 11:09:49 CEST 2005 - poeml@suse.de
1358
1359
- the permissions files are now maintained centrally and packaged
1360
  in the permissions package. Package suexec2 with mode 0750. [#66304]
1361
1362
-------------------------------------------------------------------
1363
Fri Aug  5 13:10:21 CEST 2005 - poeml@suse.de
1364
1365
- change SSLMutex "default" so APR always picks the best on the
1366
  platform
1367
- fix Source42 tag which was present twice
1368
- add a2enmod/a2enflag to add/remove modules/flags conveniently
1369
- add charset.conv table for mod_auth_ldap
1370
- make sure that suse_version is defined (it might be unset by e.g.
1371
  ISPs preinstallations)
1372
1373
-------------------------------------------------------------------
1374
Tue Jul 12 23:49:29 CEST 2005 - poeml@suse.de
1375
1376
- security fix [CAN-2005-2088 (cve.mitre.org)]: core: If a request
1377
  contains both Transfer-Encoding and a Content-Length, remove the
1378
  Content-Length, stopping some HTTP Request smuggling attacks.
1379
  mod_proxy: Reject chunked requests. [#95709]
1380
- security fix [CAN-2005-1268 (cve.mitre.org)]: mod_ssl: fix
1381
  off-by-one overflow whilst printing CRL information at "LogLevel
1382
  debug" which could be triggered if configured to use a
1383
  "malicious" CRL.  PR 35081. [#95709]
1384
1385
-------------------------------------------------------------------
1386
Mon Jun 20 12:57:17 CEST 2005 - poeml@suse.de
1387
1388
- add httpd-2.0.47-pie.patch from from 2.1.3-dev to compile with
1389
  -fpie and link with -pie
1390
1391
-------------------------------------------------------------------
1392
Wed May 18 16:46:22 CEST 2005 - poeml@suse.de
1393
1394
- update to 2.0.54. Relevant changes:
1395
  | mod_cache: 
1396
  |  - Add CacheIgnoreHeaders directive.  PR 30399.
1397
  | mod_dav:
1398
  | - Correctly export all public functions.
1399
  | mod_ldap:
1400
  | - Added the directive LDAPConnectionTimeout to configure the
1401
  |   ldap socket connection timeout value.
1402
  | mod_ssl: 
1403
  | - If SSLUsername is used, set r->user earlier.  PR 31418.
1404
  | miscellaneous:
1405
  | - Unix MPMs: Shut down the server more quickly when child
1406
  |   processes are slow to exit.
1407
  | - worker MPM: Fix a problem which could cause httpd processes
1408
  |   to remain active after shutdown.
1409
  | - Remove formatting characters from ap_log_error() calls.
1410
  |   These were escaped as fallout from CAN-2003-0020.
1411
  | - core_input_filter: Move buckets to a persistent brigade
1412
  |   instead of creating a new brigade. This stop a memory leak
1413
  |   when proxying a Streaming Media Server. PR 33382.
1414
  | - htdigest: Fix permissions of created files.  PR 33765.
1415
1416
-------------------------------------------------------------------
1417
Mon Mar 14 17:13:27 CET 2005 - poeml@suse.de
1418
1419
- revise README
1420
1421
-------------------------------------------------------------------
1422
Mon Mar  7 17:14:16 CET 2005 - poeml@suse.de
1423
1424
- when building the suexec binary, set the "docroot" compile time
1425
  option to the datadir (/srv/www) instead of the htdocsdir
1426
  (/srv/www/htdocs), so it can be used with virtual hosts placed
1427
  e.g. in /srv/www/vhosts [#63845] Suggested by Winfried Kuiper.
1428
- add php5 to APACHE_MODULES by default, so it can be used simply
1429
  by installing the package. Suppress warning about not-found
1430
  module in the php4/php5 case. [#66729]
1431
- remove a redundant get_module_list call from the init script
1432
- add hints about vhost setup to README.QUICKSTART
1433
- after a change of APACHE_MPM, apache2-reconfigure-mpm is no
1434
  longer needed since SuSEconfig.apache2 is gone. Leave it for
1435
  compatibility, because /etc/sysconfig/apache2 is probably not
1436
  updated and yast may still use it.
1437
- move the 4 most important variables in sysconfig.apache2 to the
1438
  top of the file
1439
- add note about the old monolithic configuration file and how to
1440
  use it
1441
- drop patch httpd-2.0.40-openssl-version.dif (we don't even have
1442
  openssl-0.9.6e anywhere, any longer)
1443
1444
-------------------------------------------------------------------
1445
Wed Mar  2 12:38:55 CET 2005 - poeml@suse.de
1446
1447
- fix TLS upgrade patch: with SSLEngine set to Optional, an
1448
  additional token in an Upgrade: header before "TLS/1.0" could
1449
  result into an infinite loop [#67126]
1450
1451
-------------------------------------------------------------------
1452
Tue Feb 22 16:23:33 CET 2005 - poeml@suse.de
1453
1454
- run /usr/share/apache2/get_module_list post install, which will
1455
  also create the symlink to the httpd2 binary, which might be
1456
  necessary during package building when apache has been installed
1457
  but never been run.
1458
1459
-------------------------------------------------------------------
1460
Mon Feb 21 16:16:16 CET 2005 - poeml@suse.de
1461
1462
- remove SuSEconfig.apache2
1463
1464
-------------------------------------------------------------------
1465
Fri Feb 11 15:14:14 CET 2005 - poeml@suse.de
1466
1467
- raise DYNAMIC_MODULE_LIMIT to 80. The test suite loading all
1468
  available modules plus 9 perl modules was beginning to fail
1469
1470
-------------------------------------------------------------------
1471
Wed Feb  9 11:46:37 CET 2005 - poeml@suse.de
1472
1473
- update to 2.0.53. Relevant changes:
1474
  | SECURITY: CAN-2004-0942 (cve.mitre.org)
1475
  |   Fix for memory consumption DoS in handling of MIME folded request
1476
  |   headers.
1477
  | SECURITY: CAN-2004-0885 (cve.mitre.org)
1478
  |   mod_ssl: Fix a bug which allowed an SSLCipherSuite setting to be
1479
  |   bypassed during an SSL renegotiation.  PR 31505.
1480
  | mod_dumpio: 
1481
  |  - new I/O logging/dumping module, added to the
1482
  |    modules/expermimental subdirectory.
1483
  | mod_ssl:
1484
  |  - fail quickly if SSL connection is aborted rather than making
1485
  |    many doomed ap_pass_brigade calls.  PR 32699.
1486
  |  - Fail at startup rather than segfault at runtime if a client cert
1487
  |    is configured with an encrypted private key.  PR 24030.
1488
  | mod_include:
1489
  |  - Fix bug which could truncate variable expansions of N*64
1490
  |    characters by one byte.  PR 32985.
1491
  | mod_status:
1492
  |  - Start keeping track of time-taken-to-process-request again if
1493
  |    ExtendedStatus is enabled.
1494
  | util_ldap:
1495
  |  - Util_ldap: Implemented the util_ldap_cache_getuserdn() API so
1496
  |    that ldap authorization only modules have access to the
1497
  |    util_ldap user cache without having to require ldap
1498
  |    authentication as well.  PR 31898.
1499
  | mod_ldap:
1500
  |  - Fix format strings to use %APR_PID_T_FMT instead of %d.
1501
  |  - prevent the possiblity of an infinite loop in the LDAP
1502
  |    statistics display. PR 29216.
1503
  |  - fix a bogus error message to tell the user which file is causing
1504
  |    a potential problem with the LDAP shared memory cache.  PR 31431
1505
  |  - Fix the re-linking issue when purging elements from the LDAP
1506
  |    cache PR 24801.
1507
  | mod_auth_ldap:
1508
  |  - Added the directive "Requires ldap-attribute" that allows the
1509
  |    module to only authorize a user if the attribute value specified
1510
  |    matches the value of the user object. PR 31913
1511
  |  - Handle the inconsistent way in which the MS LDAP library handles
1512
  |    special characters.  PR 24437.
1513
  | mod_proxy:
1514
  |  - Fix ProxyRemoteMatch directive.  PR 33170.
1515
  |  - Respect errors reported by pre_connection hooks.
1516
  |  - Handle client-aborted connections correctly.  PR 32443.
1517
  | mod_cache:
1518
  |  - CacheDisable will only disable the URLs it was meant to disable,
1519
  |    not all caching. PR 31128.
1520
  |  - Try to correctly follow RFC 2616 13.3 on validating stale cache
1521
  |    responses.
1522
  |  - Fix Expires handling.
1523
  | mod_disk_cache:
1524
  |  - Do not store aborted content.  PR 21492.
1525
  |  - Correctly store cached content type.  PR 30278.
1526
  |  - Do not store hop-by-hop headers.
1527
  |  - Fix races in saving responses.
1528
  | mod_expires:
1529
  |  - Alter mod_expires to run at a different filter priority to allow
1530
  |    proper Expires storage by mod_cache.
1531
  | mod_rewrite:
1532
  |  - Handle per-location rules when r->filename is unset.  Previously
1533
  |    this would segfault or simply not match as expected, depending
1534
  |    on the platform.
1535
  |  - Fix 0 bytes write into random memory position.  PR 31036.
1536
  | miscellaneous:
1537
  |  - Fix --with-apr=/usr and/or --with-apr-util=/usr.  PR 29740.
1538
  |  - apxs: fix handling of -Wc/-Wl and "-o mod_foo.so". PR 31448
1539
  |  - Allow for the use of --with-module=foo:bar where the ./modules/foo
1540
  |    directory is local only. Assumes, of course, that the required
1541
  |    files are in ./modules/foo, but makes it easier to statically
1542
  |    build/log "external" modules.
1543
  |  - --with-module can now take more than one module to be statically
1544
  |    linked: --with-module=<modtype>:<modfile>,<modtype>:<modfile>,...
1545
  |    If the <modtype>-subdirectory doesn't exist it will be created and
1546
  |    populated with a standard Makefile.in.
1547
  |  - Fix handling of files >2Gb on all platforms (or builds) where
1548
  |    apr_off_t is larger than apr_size_t.  PR 28898.
1549
  |  - Remove compiled-in upper limit on LimitRequestFieldSize.
1550
  |  - Correct handling of certain bucket types in ap_save_brigade, fixing
1551
  |    possible segfaults in mod_cgi with #include virtual.  PR 31247.
1552
  |  - conf: Remove AddDefaultCharset from the default configuration
1553
  |    because setting a site-wide default does more harm than good. PR
1554
  |    23421.
1555
  |  - Add charset to example CGI scripts.
1556
- merge tls-upgrade.patch
1557
- remove obsolete httpd-2.0.47-headtail.dif
1558
          httpd-2.0.52-util_ldap_cache_mgr.c.dif
1559
          httpd-2.0.52-SSLCipherSuite-bypass-CAN-2004-0885.dif
1560
          httpd-2.0.52-ssl-incomplete-keypair.dif
1561
          httpd-2.0.52-memory-consumption-DoS-CAN-2004-0942.dif
1562
          httpd-2.0.52.21492.diff
1563
          httpd-2.0.52.30278.diff
1564
          httpd-2.0.52.30399.diff
1565
          httpd-2.0.52.30419.diff
1566
          httpd-2.0.52.31385.diff
1567
- sync configuration with upstream changes
1568
  * Remove AddDefaultCharset (see upstream changelog above)
1569
  * LanguagePriority for error documents updated
1570
1571
-------------------------------------------------------------------
1572
Sat Jan 15 20:46:53 CET 2005 - schwab@suse.de
1573
1574
- Use <owner>:<group> in permissions file.
1575
1576
-------------------------------------------------------------------
1577
Tue Jan 11 14:08:35 CET 2005 - schwab@suse.de
1578
1579
- Fix /etc/init.d/apache2 to use readlink instead of linkto or file.
1580
1581
-------------------------------------------------------------------
1582
Mon Nov 29 14:42:40 CET 2004 - hvogel@suse.de
1583
1584
- fix permission handling
1585
1586
-------------------------------------------------------------------
1587
Thu Nov 11 13:06:22 CET 2004 - poeml@suse.de
1588
1589
- fix /etc/init.d/apache2 to correctly handle the start of multiple
1590
  instances of the same binary (using startproc -f plus prior check
1591
  for running instance) [#48153]
1592
- fix helper scripts to allow overriding of $sysconfig_file and
1593
  other useful values
1594
- remove unused 'rundir' variable from /etc/init.d/apache2
1595
- removed backward compatibility code for pre-8.0
1596
- add documentation to the vhost template files and
1597
  README.QUICKSTART
1598
1599
-------------------------------------------------------------------
1600
Mon Nov  8 16:14:23 CET 2004 - poeml@suse.de
1601
1602
- security fix [CAN-2004-0942 (cve.mitre.org)]: Fix for memory
1603
  consumption DoS [#47967]
1604
1605
-------------------------------------------------------------------
1606
Thu Nov  4 16:47:59 CET 2004 - poeml@suse.de
1607
1608
- remove heimdal-devel from #neededforbuild, it is not needed
1609
1610
-------------------------------------------------------------------
1611
Fri Oct 15 07:44:20 CEST 2004 - poeml@suse.de
1612
1613
- fix SSLCipherSuite bypass CAN-2004-0885 (cve.mitre.org) [#47117]
1614
- update the TLS upgrade patch [#47207]
1615
  - mod_ssl returned invalid method on TLS upgraded connections
1616
  - additional checks for httpd_method and default_port hooks
1617
  - fixed typo in upgrade header
1618
- add patches from Ruediger Pluem for the experimental modules
1619
  mod_disk_cache, mod_cache
1620
   PR 21492: mod_disk_cache: Do not store aborted content.
1621
   PR 30278: mod_disk_cache: Correctly store cached content type.
1622
   PR 30399: make storing of Set-Cookie headers optional
1623
   PR 30419: weird caching behaviour of mod_cache and old Cookies
1624
   PR 31385: skipping start of file if recaching already cached file
1625
- patch from 2.0.53: Fail to configure when an SSL proxy is
1626
  configured with incomplete client cert keypair, rather than
1627
  segfaulting at runtime. PR 24030
1628
  http://cvs.apache.org/viewcvs/httpd-2.0/modules/ssl/ssl_engine_init.c.diff?r1=1.118&r2=1.119
1629
1630
-------------------------------------------------------------------
1631
Mon Oct 11 14:31:42 CEST 2004 - poeml@suse.de
1632
1633
- add patch fixing re-linking issue when purging elements from the
1634
  LDAP cache. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24801
1635
  http://www.apache.org/dist/httpd/patches/apply_to_2.0.52/util_ldap_cache_mgr.c.patch
1636
1637
-------------------------------------------------------------------
1638
Mon Oct 11 14:07:33 CEST 2004 - poeml@suse.de
1639
1640
- sync update configuration with upstream changes (2.0.52)
1641
  (mostly comments; configuration for spanish manual added)
1642
- add mime type for shortcut icons (favicon.ico)
1643
1644
-------------------------------------------------------------------
1645
Fri Oct  8 18:36:21 CEST 2004 - poeml@suse.de
1646
1647
- update to 2.0.52. Relevant changes:
1648
  | SECURITY: CAN-2004-0811 (cve.mitre.org)
1649
  |   Fix merging of the Satisfy directive, which was applied to
1650
  |   the surrounding context and could allow access despite configured
1651
  |   authentication.  PR 31315.
1652
  | util_ldap:
1653
  |   Fix a segfault in the LDAP cache when it is configured switched off.
1654
  | mod_mem_cache: 
1655
  |   Fixed race condition causing segfault because of memory being
1656
  |   freed twice, or reused after being freed.
1657
  | mod_log_config: 
1658
  |   Fix a bug which prevented request completion time from being
1659
  |   logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
1660
  |   processing.  PR 29696.
1661
  | miscellaneous:
1662
  |   - Use HTML 2.0 <hr> for error pages. PR 30732
1663
  |   - Fix the handling of URIs containing %2F when
1664
  |     AllowEncodedSlashes is enabled.  Previously, such urls would
1665
  |     still be rejected.
1666
  |   - Fix the global mutex crash when the global mutex is never
1667
  |     allocated due to disabled/empty caches.
1668
  |   - Add -l option to rotatelogs to let it use local time rather
1669
  |     than UTC.  PR 24417.  
1670
- changes from 2.0.51:
1671
  | SECURITY: CAN-2004-0786 (cve.mitre.org)
1672
  |   Fix an input validation issue in apr-util which could be
1673
  |   triggered by malformed IPv6 literal addresses.
1674
  | SECURITY: CAN-2004-0747 (cve.mitre.org)
1675
  |   Fix buffer overflow in expansion of environment variables in
1676
  |   configuration file parsing.
1677
  | SECURITY: CAN-2004-0809 (cve.mitre.org)
1678
  |   mod_dav_fs: Fix a segfault in the handling of an indirect lock
1679
  |   refresh.  PR 31183.
1680
  | SECURITY: CAN-2004-0751 (cve.mitre.org)
1681
  |   mod_ssl: Fix a segfault in the SSL input filter which could be
1682
  |   triggered if using "speculative" mode, for instance by a proxy
1683
  |   request to an SSL server.  PR 30134.
1684
  | SECURITY: CAN-2004-0748 (cve.mitre.org)
1685
  |   mod_ssl: Fix a potential infinite loop.  PR 29964.
1686
  | mod_include:
1687
  |   no longer checks for recursion, because that's done in the core.
1688
  |   This allows for careful usage of recursive SSI.
1689
  | mod_rewrite:
1690
  |  - Fix memory leak in the cache handlingof mod_rewrite. PR 27862.
1691
  |  - Add %{SSL:...} and %{HTTPS} variable lookups.  PR 30464.
1692
  |  - mod_rewrite now officially supports RewriteRules in <Proxy>
1693
  |    sections.  PR 27985.
1694
  |  - no longer confuse the RewriteMap caches if different maps
1695
  |    defined in different virtual hosts use the same map name. PR 26462.
1696
  | mod_ssl: 
1697
  |  - Add new 'ssl_is_https' optional function.
1698
  |  - Add "SSLUserName" directive to set r->user based on a chosen SSL
1699
  |    environment variable.  PR 20957.
1700
  |  - Avoid startup failure after unclean shutdown if using shmcb.  PR 18989.
1701
  | mod_autoindex: 
1702
  |  - Don't truncate the directory listing if a stat() call fails (for
1703
  |    instance on a >2Gb file).  PR 17357.
1704
  | mod_cache, mod_disk_cache, mod_mem_cache:
1705
  |  - Refactor cache modules, and switch to the provider API instead
1706
  |    of hooks.
1707
  | mod_disk_cache:
1708
  |  - Implement binary format for on-disk header files.
1709
  |  - Optimize network performance of disk cache subsystem by allowing
1710
  |    zero-copy (sendfile) writes and other miscellaneous fixes.
1711
  | mod_userdir: 
1712
  |  - Ensure that the userdir identity is used for suexec userdir
1713
  |    access in a virtual host which has suexec configured.  PR 18156.
1714
  | mod_setenvif: 
1715
  |  - Remove "support" for Remote_User variable which never worked at
1716
  |    all. PR 25725.
1717
  |  - Extend the SetEnvIf directive to capture subexpressions of the
1718
  |    matched value.
1719
  | mod_headers:
1720
  |  - Backport from 2.1 / Regression from 1.3: mod_headers now knows
1721
  |    again the functionality of the ErrorHeader directive. But
1722
  |    instead using this misnomer additional flags to the Header
1723
  |    directive were introduced ("always" and "onsuccess", defaulting
1724
  |    to the latter).  PR 28657.
1725
  | mod_usertrack:
1726
  |  - Escape the cookie name before pasting into the regexp.
1727
  | mod_dir:
1728
  |  - the trailing-slash behaviour is now configurable using the
1729
  |    DirectorySlash directive.
1730
  | util_ldap:
1731
  |  - Switched the lock types on the shared memory cache from thread
1732
  |    reader/writer locks to global mutexes in order to provide cross
1733
  |    process cache protection.
1734
  |  - Reworked the cache locking scheme to eliminate duplicate cache
1735
  |    entries in the credentials cache due to race conditions.
1736
  |  - Enhanced the util_ldap cache-info display to show more detail
1737
  |    about the contents and current state of the cache.
1738
  | mod_ldap:
1739
  |  - Enable the option to support anonymous shared memory in
1740
  |    mod_ldap.  This makes the cache work on Linux again.
1741
  | miscellaneous:
1742
  |  - Include directives no longer refuse to process symlinks on
1743
  |    directories. Instead there's now a maximum nesting level of
1744
  |    included directories (128 as distributed). This is configurable
1745
  |    at compile time using the -DAP_MAX_INCLUDE_DIR_DEPTH switch.  PR
1746
  |    28492, PR 28370.
1747
  |  - Prevent CGI script output which includes a Content-Range header
1748
  |    from being passed through the byterange filter.
1749
  |  - Satisfy directives now can be influenced by a surrounding
1750
  |    <Limit> container.  PR 14726.
1751
  |  - Makefile fix: httpd is linked against LIBS given to the 'make'
1752
  |    invocation.  PR 7882.
1753
  |  - suexec: Pass the SERVER_SIGNATURE envvar through to CGIs.
1754
  |  - apachectl: Fix a problem finding envvars if sbindir != bindir.
1755
  |    PR 30723.
1756
  |  - Use the higher performing 'httpready' Accept Filter on all
1757
  |    platforms except FreeBSD < 4.1.1.
1758
  |  - Allow proxying of resources that are invoked via DirectoryIndex.
1759
  |    PR 14648, 15112, 29961.
1760
  |  - Small fix to allow reverse proxying to an ftp server. Previously
1761
  |    an attempt to do this would try and connect to 0.0.0.0,
1762
  |    regardless of the server specified. PR 24922
1763
  |  - Enable special ErrorDocument value 'default' which restores the
1764
  |    canned server response for the scope of the directive.
1765
  |  - work around MSIE Digest auth bug - if
1766
  |    AuthDigestEnableQueryStringHack is set in r->subprocess_env
1767
  |    allow mismatched query strings to pass.  PR 27758.
1768
  |  - Accept URLs for the ServerAdmin directive. If the supplied
1769
  |    argument is not recognized as an URL, assume it's a mail
1770
  |    address.  PR 28174.
1771
  |  - initialize server arrays prior to calling
1772
  |    ap_setup_prelinked_modules so that static modules can push
1773
  |    Defines values when registering hooks just like DSO modules can 
1774
- drop obsolete security fixes
1775
    httpd-2.0.50-CAN-2004-0751-mod_ssl-proxied-request-segfault.dif
1776
    httpd-2.0.50-CAN-2004-0748-mod_ssl-input-filter-infinite-loop.dif
1777
    httpd-2.0.50-CAN-2004-0747-ENVVAR.dif
1778
    httpd-2.0.50-CAN-2004-0786-apr_uri_parse-IPv6-address-validation.dif
1779
    httpd-2.0.50-CAN-2004-0809-mod_dav-crash.dif
1780
- httpd-2.0.45-anon-mmap.dif included upstream
1781
1782
-------------------------------------------------------------------
1783
Tue Sep 14 12:11:58 CEST 2004 - poeml@suse.de
1784
1785
- security fix [CAN-2004-0809 (cve.mitre.org)]: fix possible DoS in
1786
  mod_dav by remotely triggerable null-pointer dereference
1787
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=31183 [#45231]
1788
- fix hint about vhost checking in the SSL readme
1789
1790
-------------------------------------------------------------------
1791
Wed Sep  8 14:24:19 CEST 2004 - poeml@suse.de
1792
1793
- security fix [CAN-2004-0786 (cve.mitre.org)]: fix a vulnerability
1794
  in the apr-util library (lacking input validation on IPv6 literal
1795
  addresses in the apr_uri_parse function [#44736]
1796
- security fix [CAN-2004-0747 (cve.mitre.org)]: fix a buffer
1797
  overflow that can occur when expanding ${ENVVAR} constructs in
1798
  .htaccess or httpd.conf files. [#44736]
1799
1800
-------------------------------------------------------------------
1801
Mon Sep  6 12:48:21 CEST 2004 - poeml@suse.de
1802
1803
- rename check_forensic script to avoid clash with apache 1.3.x
1804
  package
1805
1806
-------------------------------------------------------------------
1807
Fri Aug 27 16:18:41 CEST 2004 - poeml@suse.de
1808
1809
- implement action "startssl" in the init script. [#42365]
1810
- add /usr/bin/check_forensic script to evaluate mod_log_forensic logs.
1811
- disable building of leader and metuxmpm MPMs.
1812
1813
-------------------------------------------------------------------
1814
Wed Aug 25 12:58:20 CEST 2004 - poeml@suse.de
1815
1816
- security fix [CAN-2004-0748 (cve.mitre.org)]: fix a potential
1817
  infinite loop in the SSL input filter which can be triggered by
1818
  an aborted connection
1819
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29964 [#44103]
1820
- security fix [CAN-2004-0751 (cve.mitre.org)]: fix a potential
1821
  segfault in the SSL input filter which can be triggered by the
1822
  response to request which is proxied to a remote SSL server
1823
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=30134 [#44103]
1824
- remove the obsolete notify message on package update
1825
1826
-------------------------------------------------------------------
1827
Thu Jul  8 14:17:13 CEST 2004 - poeml@suse.de
1828
1829
- update to 2.0.50. Relevant changes:
1830
  | SECURITY: CAN-2004-0493 (cve.mitre.org)
1831
  |   Close a denial of service vulnerability identified by Georgi
1832
  |   Guninski which could lead to memory exhaustion with certain
1833
  |   input data.
1834
  | SECURITY: CAN-2004-0488 (cve.mitre.org)
1835
  |   mod_ssl: Fix a buffer overflow in the FakeBasicAuth code for
1836
  |   a (trusted) client certificate subject DN which exceeds 6K in
1837
  |   length.
1838
  | mod_alias:
1839
  |   now emits a warning if it detects overlapping *Alias* directives.
1840
  | mod_cgi: Handle output on stderr during script execution on Unix
1841
  |   platforms; preventing deadlock when stderr output fills pipe
1842
  |   buffer.  Also fixes case where stderr from nph- scripts could be
1843
  |   lost.  PR 22030, 18348.
1844
  | mod_dav: 
1845
  |  - Fix a problem that could cause crashes when manipulating locks
1846
  |    on some platforms.
1847
  | mod_dav_fs: 
1848
  |  - Fix MKCOL response for missing parent collections, which caused
1849
  |    issues for the Eclipse WebDAV extension.  PR 29034.
1850
  | mod_deflate: 
1851
  |  - Fix memory consumption (which was proportional to the response
1852
  |    size).  PR 29318.
1853
  | mod_expires:
1854
  |  - Fix segfault which occured under certain circumstances. PR 28047.
1855
  | mod_headers:
1856
  |  - no longer crashes if an empty header value should be added.
1857
  | mod_log_forensic:
1858
  |  - new module.
1859
  | mod_logio:
1860
  |  - no longer removes the EOS bucket. PR 27928.
1861
  | mod_proxy:
1862
  |  - Fix handling of IPv6 numeric strings.
1863
  | mod_rewrite: 
1864
  |   no longer turns forward proxy requests into reverse proxy
1865
  |   requests. PR 28125
1866
  | mod_ssl: 
1867
  |  - Log the errors returned on failure to load or initialize a
1868
  |    crypto accelerator engine.
1869
  |  - Fix a potential segfault in the 'shmcb' session cache for small
1870
  |    cache sizes.  PR 27751.
1871
  |  - Fix memory leak in session cache handling.  PR 26562
1872
  |  - Fix potential segfaults when performing SSL shutdown from a pool
1873
  |    cleanup.  PR 27945.
1874
  | mod_auth_ldap/util_ldap:
1875
  |  - allow relative paths for LDAPTrustedCA to be resolved against
1876
  |    ServerRoot PR#26602
1877
  |  - Throw an error message if an attempt is made to use the
1878
  |    LDAPTrustedCA or LDAPTrustedCAType directives in a VirtualHost.
1879
  |    PR 26390
1880
  |  - Fix a potential segfault if the bind password in the LDAP cache
1881
  |    is NULL.  PR 28250.
1882
  |  - Overhaul handling of LDAP error conditions, so that the
1883
  |    util_ldap_* functions leave the connections in a sane state
1884
  |    after errors have occurred. PR 27748, 17274, 17599, 18661,
1885
  |    21787, 24595, 24683, 27134, 27271
1886
  |  - mod_ldap calls ldap_simple_bind_s() to validate the user
1887
  |    credentials.  If the bind fails, the connection is left in an
1888
  |    unbound state.  Make sure that the ldap connection record is
1889
  |    updated to show that the connection is no longer bound.
1890
  |  - Update the bind credentials for the cached LDAP connection to
1891
  |    reflect the last bind.  This prevents util_ldap from creating
1892
  |    unnecessary connections rather than reusing cached connections.
1893
  |  - Quotes cannot be used around require group and require dn
1894
  |    directives, update the documentation to reflect this. Also add
1895
  |    quotes around the dn and group within debug messages, to make it
1896
  |    more obvious why authentication is failing if quotes are used in
1897
  |    error.  PR 19304.
1898
  | miscellaneous:
1899
  |  - Allow RequestHeader directives to be conditional. PR 27951.
1900
  |  - Allow LimitRequestBody to be reset to unlimited. PR 29106
1901
  |  - <VirtualHost myhost> now applies to all IP addresses for myhost
1902
  |    instead of just the first one reported by the resolver.  This
1903
  |    corrects a regression since 1.3.
1904
  |  - Fix a bunch of cases where the return code of the regex compiler
1905
  |    was not checked properly. This affects: mod_setenvif,
1906
  |    mod_usertrack, mod_proxy, mod_proxy_ftp and core. PR 28218.
1907
  |  - Remove 2Gb log file size restriction on some 32-bit platforms.
1908
  |    PR 13511.
1909
  |  - htpasswd no longer refuses to process files that contain empty
1910
  |    lines.
1911
  |  - Regression from 1.3: At startup, suexec now will be checked for
1912
  |    availability, the setuid bit and user root. The works only if
1913
  |    httpd is compiled with the shipped APR version (0.9.5).  PR
1914
  |    28287.
1915
  |  - Unix MPMs: Stop dropping connections when the file descriptor is
1916
  |    at least FD_SETSIZE.
1917
  |  - Fix a segfault when requests for shared memory fails and returns
1918
  |    NULL. Fix a segfault caused by a lack of bounds checking on the
1919
  |    cache.  PR 24801.
1920
  |  - Ensure that lines in the request which are too long are properly
1921
  |    terminated before logging.
1922
  |  - htpasswd: use apr_temp_dir_get() and general cleanup
1923
  |  - logresolve: Allow size of log line buffer to be overridden at
1924
  |    build time (MAXLINE).  PR 27793.
1925
  |  - Fix the comment delimiter in htdbm so that it correctly parses
1926
  |    the username comment.  Also add a terminate function to allow
1927
  |    NetWare to pause the output before the screen is destroyed.
1928
  |  - Fix crash when Apache was started with no Listen directives.
1929
  |  - core_output_filter: Fix bug that could result in sending garbage
1930
  |    over the network when module handlers construct bucket brigades
1931
  |    containing multiple file buckets all referencing the same open
1932
  |    file descriptor.
1933
  |  - Fix memory corruption problem with ap_custom_response()
1934
  |    function.  The core per-dir config would later point to request
1935
  |    pool data that would be reused for different purposes on
1936
  |    different requests.
1937
- drop obsolete patches
1938
- change vendor string SuSE -> SUSE
1939
1940
-------------------------------------------------------------------
1941
Tue Jun 29 11:35:24 CEST 2004 - poeml@suse.de
1942
1943
- security fix [CAN-2004-0493 (cve.mitre.org)]: fix Denial of
1944
  Service vulnaribility which could lead to memory exhaustion with
1945
  certain input data. [#42566]
1946
1947
-------------------------------------------------------------------
1948
Fri Jun 18 11:39:53 CEST 2004 - poeml@suse.de
1949
1950
- package forgotten CHANGES file
1951
- package apr and apr-util documentation files
1952
- fix log_server_status2 to use perl's Socket module
1953
1954
-------------------------------------------------------------------
1955
Wed May 19 13:38:41 CEST 2004 - poeml@suse.de
1956
1957
- security fix for mod_ssl: fix buffer overflow in
1958
  ssl_util_uuencode() [#40791]
1959
1960
-------------------------------------------------------------------
1961
Wed Apr 28 14:04:34 CEST 2004 - poeml@suse.de
1962
1963
- add TLS upgrade patch [#39449]
1964
- add patch to allow writing log files larger than 2>GB [#39453]
1965
- obsolete apache and mod_ssl versions only when older than what is
1966
  shipped with 9.1
1967
- don't provide mod_ssl
1968
1969
-------------------------------------------------------------------
1970
Fri Apr  2 15:56:30 CEST 2004 - cschum@suse.de
1971
1972
- Add "suse_help_viewer" provides [#37932]
1973
1974
-------------------------------------------------------------------
1975
Mon Mar 29 17:57:46 CEST 2004 - poeml@suse.de
1976
1977
- provide and obsolete packages apache, mod_ssl, apache-doc and
1978
  apache-example-pages [#37084]
1979
1980
-------------------------------------------------------------------
1981
Mon Mar 22 18:37:27 CET 2004 - poeml@suse.de
1982
1983
- disable large file support by not building with _FILE_OFFSET_BITS=64,
1984
  in favour of retaining a binary compatible module API.
1985
  Therefore, do not change the module magic number. LFS can be
1986
  enabled by building via rpmbuild --define 'build_with_LFS 1'
1987
1988
-------------------------------------------------------------------
1989
Thu Mar 18 20:35:06 CET 2004 - poeml@suse.de
1990
1991
- update to proposed 2.0.49 tarball
1992
  - mod_cgid: Fix storage corruption caused by use of incorrect pool.
1993
  - docs update
1994
- remove APACHE_DOCUMENT_ROOT from sysconfig.apache2 [#32635]
1995
- fix a comment in default-server.conf
1996
- remove obsolete ssl_scache_cleanup support script and ftok helper
1997
1998
-------------------------------------------------------------------
1999
Tue Mar 16 00:41:07 CET 2004 - poeml@suse.de
2000
2001
- change mmn in header file as well, for modules that include it
2002
  from there
2003
2004
-------------------------------------------------------------------
2005
Mon Mar 15 17:36:07 CET 2004 - poeml@suse.de
2006
2007
- update to 2.0.49-rc2. Relevant changes:
2008
  | The whole codebase was relicensed and is now available under the
2009
  |   Apache License, Version 2.0 (http://www.apache.org/licenses).
2010
  |   [Apache Software Foundation]
2011
  | Security [CAN-2004-0113 (cve.mitre.org)]: mod_ssl: Fix a memory
2012
  |   leak in plain-HTTP-on-SSL-port handling.  PR 27106.
2013
  | Security [CAN-2003-0020 (cve.mitre.org)]: Escape arbitrary data
2014
  |   before writing into the errorlog. Unescaped errorlogs are still
2015
  |   possible using the compile time switch
2016
  |   "-DAP_UNSAFE_ERROR_LOG_UNESCAPED".
2017
  | mod_ssl:
2018
  |  - Send the Close Alert message to the peer before closing the
2019
  |    SSL session.  PR 27428.
2020
  |  - Fix bug in passphrase handling which could cause spurious
2021
  |    failures in SSL functions later.  PR 21160.
2022
  |  - Fix potential segfault on lookup of SSL_SESSION_ID.  PR 15057.
2023
  |  - Fix streaming output from an nph- CGI script. PR 21944
2024
  |  - Advertise SSL library version as determined at run-time rather
2025
  |    than at compile-time.  PR 23956.
2026
  |  - Fix segfault on a non-SSL request if the 'c' log format code
2027
  |    is used.  PR 22741.
2028
  |  - Fix segfaults at startup if other modules which use OpenSSL
2029
  |    are also loaded.
2030
  |  - Use human-readable OpenSSL error strings in logs; use
2031
  |    thread-safe interface for retrieving error strings.
2032
  | mod_cache:
2033
  |  - Fixed cache-removal order in mod_mem_cache.
2034
  |  - Fix segfault in mod_mem_cache cache_insert() due to cache size
2035
  |    becoming negative.  PR: 21285, 21287
2036
  |  - Modified the cache code to be header-location agnostic. Also
2037
  |    fixed a number of other cache code bugs related to PR 15852.
2038
  |    Includes a patch submitted by Sushma Rai <rsushma novell.com>.
2039
  |    This fixes mod_mem_cache but not mod_disk_cache yet so I'm not
2040
  |    closing the PR since that is what they are using.
2041
  | mod_dav:
2042
  |  - Reject requests which include an unescaped fragment in the
2043
  |    Request-URI.  PR 21779.
2044
  |  - Use bucket brigades when reading PUT data. This avoids
2045
  |    problems if the data stream is modified by an input filter. PR
2046
  |    22104.
2047
  |  - Return a WWW-auth header for MOVE/COPY requests where the
2048
  |    destination resource gives a 401.  PR 15571.
2049
  |  - Fix a problem with namespace mappings being dropped in
2050
  |    mod_dav_fs; if any property values were set which defined
2051
  |    namespaces these came out mangled in the PROPFIND response.
2052
  |    PR 11637.
2053
  | mod_expires:
2054
  |  - Initialize ExpiresDefault to NULL instead of "" to avoid
2055
  |    reporting an Internal Server error if it is used without
2056
  |    having been set in the httpd.conf file. PR: 23748, 24459
2057
  |  - Add support for IMT minor-type wildcards (e.g., text/*) to
2058
  |    ExpiresByType.  PR#7991
2059
  | mod_log_config / logging:
2060
  |  - Fix some piped log problems: bogus "piped log program '(null)'
2061
  |    failed" messages during restart and problem with the logger
2062
  |    respawning again after Apache is stopped.  PR 21648, PR 24805.
2063
  |  - mod_log_config: Fix corruption of buffered logs with threaded
2064
  |    MPMs.  PR 25520.
2065
  |  - mod_log_config: Log the minutes component of the timezone correctly.
2066
  |    PR 23642.
2067
  | mod_proxy*:
2068
  |  - proxy_http fix: mod_proxy hangs when both KeepAlive and
2069
  |    ProxyErrorOverride are enabled, and a non-200 response without a
2070
  |    body is generated by the backend server. (e.g.: a client makes a
2071
  |    request containing the "If-Modified-Since" and "If-None-Match"
2072
  |    headers, to which the backend server respond with status 304.)
2073
  |  - Fix memory leak in handling of request bodies during reverse
2074
  |    proxy operations.  PR 24991.
2075
  |  - mod_proxy: Fix cases where an invalid status-line could be sent 
2076
  |    to the client.  PR 23998.
2077
  | mod_rewrite:
2078
  |  - Catch an edge case, where strange subsequent RewriteRules
2079
  |    could lead to a 400 (Bad Request) response.
2080
  |  - Make REMOTE_PORT variable available in mod_rewrite.  PR 25772.
2081
  |  - In external rewrite maps lookup keys containing
2082
  |    a newline now cause a lookup failure. PR 14453.
2083
  |  - Fix RewriteBase directive to not add double slashes.
2084
  | mod_usertrack:
2085
  |  - Fix bug in mod_usertrack when no CookieName is set.
2086
  |  - mod_usertrack no longer inspects the Cookie2 header for
2087
  |    the cookie name. PR 11475.
2088
  |  - mod_usertrack no longer overwrites other cookies.
2089
  |    PR 26002.
2090
  | mod_include, filters:
2091
  |  - Backport major overhaul of mod_include's filter parser from 2.1.
2092
  |    The new parser code is expected to be more robust and should
2093
  |    catch all of the edge cases that were not handled by the previous one.
2094
  |    The 2.1 external API changes were hidden by a wrapper which is
2095
  |    expected to keep the API backwards compatible.
2096
  |  - Add a hook (insert_error_filter) to allow filters to re-insert
2097
  |    themselves during processing of error responses. Enable mod_expires
2098
  |    to use the new hook to include Expires headers in valid error
2099
  |    responses. This addresses an RFC violation. It fixes PRs 19794,
2100
  |    24884, and 25123.
2101
  |  - complain via error_log when mod_include's INCLUDES filter is
2102
  |    enabled, but the relevant Options flag allowing the filter to run
2103
  |    for the specific resource wasn't set, so that the filter won't
2104
  |    silently get skipped. next remove itself, so the warning will be
2105
  |    logged only once
2106
  |  - Fix mod_include's expression parser to recognize strings correctly
2107
  |    even if they start with an escaped token.
2108
  |  - Fix a problem with the display of empty variables ("SetEnv foo") in
2109
  |    mod_include.  PR 24734
2110
  |  - mod_include no longer allows an ETag header on 304 responses.
2111
  |    PR 19355.
2112
  | mod_autoindex:
2113
  |  - Don't omit the <tr> start tag if the SuppressIcon option is
2114
  |    set. PR 21668.
2115
  |  - Restore the ability to add a description for directories that
2116
  |    don't contain an index file.  (Broken in 2.0.48)
2117
  |  - mod_autoindex / core: Don't fail to show filenames containing
2118
  |    special characters like '%'. PR 13598.
2119
  |  - Add 'XHTML' option in order to allow switching between HTML
2120
  |    3.2 and XHTML 1.0 output. PR 23747.
2121
  | mod_status:
2122
  |  - Add mod_status hook to allow modules to add to the mod_status
2123
  |    report.
2124
  |  - Report total CPU time accurately when using a threaded MPM.
2125
  |    PR 23795.
2126
  | mod_info:
2127
  |  - Fix mod_info to use the real config file name, not the default
2128
  |    config file name.
2129
  |  - HTML escape configuration information so it displays
2130
  |    correctly. PR 24232.
2131
  | mod_auth_digest:
2132
  |  - Allow mod_auth_digest to work with sub-requests with different
2133
  |    methods than the original request.  PR 25040.
2134
  | mod_auth_ldap:
2135
  |  - Fix some segfaults in the cache logic.  PR 18756.
2136
  | mod_cgid:
2137
  |  - Restart the cgid daemon if it crashes.  PR 19849
2138
  | mod_setenvif:
2139
  |  - Fix the regex optimizer, which under circumstances
2140
  |    treated the supplied regex as literal string. PR 24219.
2141
  | miscellaneous:
2142
  |  - core.c: If large file support is enabled, allow any file that is
2143
  |    greater than AP_MAX_SENDFILE to be split into multiple buckets.
2144
  |    This allows Apache to send files that are greater than 2gig.
2145
  |    Otherwise we run into 32/64 bit type mismatches in the file size.
2146
  |  - Fixed file extensions for real media files and removed rpm extension
2147
  |    from mime.types. PR 26079.
2148
  |  - Remove compile-time length limit on request strings. Length is
2149
  |    now enforced solely with the LimitRequestLine config directive.
2150
  |  - Set the scoreboard state to indicate logging prior to running 
2151
  |    logging hooks so that server-status will show 'L' for hung loggers
2152
  |    instead of 'W'.
2153
  |  - Fix the inability to log errors like exec failure in
2154
  |    mod_ext_filter/mod_cgi script children.  This was broken after 
2155
  |    such children stopped inheriting the error log handle.  
2156
  |  - fix "Expected </Foo>> but saw </Foo>" errors in nested,
2157
  |    argumentless containers.
2158
  |  - ap_mpm.h: Fix include guard of ap_mpm.h to reference mpm
2159
  |    instead of mmn.
2160
  |  - Add Polish translation of error messages.  PR 25101.
2161
  |  - Add AP_MPMQ_MPM_STATE function code for ap_mpm_query.
2162
  |  - Fix htdbm to generate comment fields in DBM files correctly.
2163
  |  - Correct UseCanonicalName Off to properly check incoming port number.
2164
  |  - Fix slow graceful restarts with prefork MPM.
2165
  |  - Keep focus of ITERATE and ITERATE2 on the current module when
2166
  |    the module chooses to return DECLINE_CMD for the directive.
2167
  |    PR 22299.
2168
  |  - Build array of allowed methods with proper dimensions, fixing
2169
  |    possible memory corruption.
2170
  |  - worker MPM: fix stack overlay bug that could cause the parent
2171
  |    process to crash.
2172
  |  - Add XHTML Document Type Definitions to httpd.h (minor MMN bump).
2173
  |  - Fix build with parallel make.  PR 24643.
2174
  |  - Add fatal exception hook for use by diagnostic modules.  The hook
2175
  |    is only available if the --enable-exception-hook configure parm 
2176
  |    is used and the EnableExceptionHook directive has been set to 
2177
  |    "on".
2178
  |  - Improve 'configure --help' output for some modules.
2179
- drop two hunks from httpd-2.0.47-headtail.dif (buildcheck.sh is
2180
  fixed)
2181
- disable automatic restarts, because they do not work properly
2182
  [#35408]
2183
- change MMN to prevent loading of incompatible modules (modules
2184
  that are not built with `apxs -q CFLAGS` and therefore miss
2185
  _FILE_OFFSET_BITS=64). Provide our old apache_mmn_20020903 in
2186
  addition.
2187
- use CPPFLAGS for passing preprocessor flags because they are
2188
  removed from CFLAGS
2189
- Stop dropping connections when the file descriptor
2190
  is at least FD_SETSIZE. This isn't a problem on Linux because
2191
  poll() is used instead of select() by APR. Assert HAVE_POLL.
2192
  [#34178]
2193
- add modifications to the code to the NOTICE file as required by
2194
  the new license
2195
2196
-------------------------------------------------------------------
2197
Fri Feb 27 17:42:24 CET 2004 - poeml@suse.de
2198
2199
- compile with -DSSL_EXPERIMENTAL_ENGINE to allow usage of hardware
2200
  crypto accelerators
2201
- compile with -DMAX_SERVER_LIMIT=200000
2202
- if an SSL passphrase is not entered within the timeout, fall back
2203
  to start apache without SSL (with -D NOSSL). This could/should be
2204
  made configurable.
2205
- clean up output of SuSEconfig.apache2
2206
- add pre-defined LogFormat "vhost_combined"
2207
- configure /var/lib/apache2 for WebDAV locks
2208
- add a readme about configuring WebDAV with digest authentication
2209
- add default configuration for mod_usertrack (this is the current
2210
  workaround for the problem in the 1.3.29/2.0.48 release that
2211
  occurs if no CookieName is configured)
2212
- in vhost.template, enclose all virtual host configuration in the
2213
  VirtualHost container
2214
- update metuxmpm patch to r7
2215
- fix test run as non-root
2216
2217
-------------------------------------------------------------------
2218
Tue Jan 13 16:38:05 CET 2004 - schwab@suse.de
2219
2220
- Fix quoting in autoconf macros.
2221
2222
-------------------------------------------------------------------
2223
Sat Dec 13 17:28:48 CET 2003 - poeml@suse.de
2224
2225
- add changes to gensslcert from Volker Kuhlmann [#31803]
2226
- revert default character set from UTF-8 to ISO-8859-1, and revert
2227
  the misleading comment that talked about filenames while it is
2228
  all about content of the files
2229
2230
-------------------------------------------------------------------
2231
Tue Nov 18 14:14:39 CET 2003 - poeml@suse.de
2232
2233
- add a ServerLimit directive to server-tuning.conf, so it's
2234
  already in the right place if someone needs to tweak it [#32852]
2235
2236
-------------------------------------------------------------------
2237
Fri Nov  7 13:00:07 CET 2003 - poeml@suse.de
2238
2239
- mark apache2-manual.conf in %files doc as %config
2240
- wrap directives specific to the mod_negotiation module into an
2241
  <IfModule> block [#32848]
2242
2243
-------------------------------------------------------------------
2244
Thu Oct 30 11:41:19 CET 2003 - poeml@suse.de
2245
2246
- update to 2.0.48. Relevant / user visible changes are:
2247
  Security [CAN-2003-0789]: Resolve some mishandling of the AF_UNIX
2248
    socket used to communicate with the cgid daemon and the CGI
2249
    script.
2250
  Security [CAN-2003-0542]: Fix buffer overflows in mod_alias and
2251
    mod_rewrite which occurred if one configured a regular
2252
    expression with more than 9 captures.
2253
  mod_rewrite: 
2254
    - Don't die silently when failing to open RewriteLogs. PR 23416
2255
    - Fix support of the [P] option to send rewritten request using
2256
      "proxy:". The code was adding multiple "proxy:" fields in the
2257
      rewritten URI. PR: 13946.
2258
    - Ignore RewriteRules in .htaccess files if the directory
2259
      containing the .htaccess file is requested without a trailing
2260
      slash.  PR 20195.
2261
  mod_include: 
2262
    - Fix a trio of bugs that would cause various unusual sequences
2263
      of parsed bytes to omit portions of the output stream. PR 21095
2264
    - fix segfault which occured if the filename was not set, for
2265
      example, when processing some error conditions.
2266
  mod_cgid: fix a hash table corruption problem which could
2267
    result in the wrong script being cleaned up at the end of a
2268
    request.
2269
  mod_ssl: Fix segfaults after renegotiation failure. PR 21370
2270
    - Fix a problem setting variables that represent the client
2271
      certificate chain.  PR 21371
2272
    - Fix FakeBasicAuth for subrequest.  Log an error when an
2273
      identity spoof is encountered.
2274
    - Assure that we block properly when reading input bodies with
2275
      SSL.  PR 19242.
2276
  mod_autoindex: If a directory contains a file listed in the
2277
    DirectoryIndex directive, the folder icon is no longer replaced
2278
    by the icon of that file. PR 9587.
2279
  mod_usertrack: do not get false positive matches on the
2280
    user-tracking cookie's name. PR 16661.
2281
  mod_cache: 
2282
    - Fix the cache code so that responses can be cached if they
2283
      have an Expires header but no Etag or Last-Modified headers.
2284
      PR 23130.  cache_util: Fix ap_check_cache_freshness to check
2285
      max_age, smax_age, and expires as directed in RFC 2616.
2286
  mod_deflate: 
2287
    - fix to not call deflate() without checking first whether it
2288
      has something to deflate. (Currently this causes deflate to
2289
      generate a fatal error according to the zlib spec.) PR 22259.
2290
    - Don't attempt to hold all of the response until we're done.
2291
    - Fix a bug, where mod_deflate sometimes unconditionally
2292
      compressed the content if the Accept-Encoding header
2293
      contained only other tokens than "gzip" (such as "deflate").
2294
      PR 21523.
2295
  mod_proxy: Don't respect the Server header field as set by
2296
    modules and CGIs.  As with 1.3, for proxy requests any such
2297
    field is from the origin server; otherwise it will have our
2298
    server info as controlled by the ServerTokens directive.
2299
  mod_log_config: Fix %b log format to write really "-" when 0
2300
    bytes were sent (e.g. with 304 or 204 response codes).
2301
  mod_ext_filter: Set additional environment variables for use by
2302
    the external filter.  PR 20944.
2303
  core: 
2304
    - allow <Foo>..</Foo> containers (no arguments in the opening
2305
      tag), as in 1.3. Needed by mod_perl <Perl> sections
2306
    - Fix a misleading message from the some of the threaded MPMs
2307
      when MaxClients has to be lowered due to the setting of
2308
      ServerLimit.  
2309
    - Avoid an infinite recursion, which occured if the name of an
2310
      included config file or directory contained a wildcard
2311
      character. PR 22194.
2312
    - MPMs: The bucket brigades subsystem now honors the MaxMemFree
2313
      setting.
2314
    - Lower the severity of the "listener thread didn't exit"
2315
      message to debug, as it is of interest only to developers.
2316
  miscellaneous:
2317
    - Update the header token parsing code to allow LWS between the
2318
      token word and the ':' seperator.  [PR 16520]
2319
    - Remember an authenticated user during internal redirects if
2320
      the redirection target is not access protected and pass it to
2321
      scripts using the REDIRECT_REMOTE_USER environment variable.
2322
      PR 10678, 11602.
2323
    - Update mime.types to include latest IANA and W3C types.
2324
    - Modify ap_get_client_block() to note if it has seen EOS.
2325
  ab: 
2326
    - Overlong credentials given via command line no longer clobber
2327
      the buffer.
2328
    - Work over non-loopback on Unix again. PR 21495.
2329
    - Fix NULL-pointer issue in ab when parsing an incomplete or
2330
      non-HTTP response. PR 21085.
2331
- add another example to apache2-listen.conf
2332
- update apache2-mod_mime-defaults.conf according to 2.0.48 changes
2333
  (be clearer in describing the connection between AddType and
2334
  AddEncoding for defining the meaning of compressed file
2335
  extensions.)
2336
- use a better example domain name in apache2-vhost-ssl.template
2337
- the "define version_perl" was nowhere needed
2338
2339
-------------------------------------------------------------------
2340
Mon Sep 22 17:49:40 CEST 2003 - mls@suse.de
2341
2342
- don't provide httpddoc in apache2-doc
2343
2344
-------------------------------------------------------------------
2345
Thu Sep 18 18:48:33 CEST 2003 - poeml@suse.de
2346
2347
- add mod_php4 to the default list of APACHE_MODULES, and change
2348
  get_module_list to ignore non-existant modules (warnings will
2349
  be issued when it is run from SuSEconfig, but not from the init
2350
  script). How to enable the PHP4 module has been the most
2351
  frequently asked questions in user feedback [cf to #29735].
2352
  This bug is tracked in [#31306]
2353
- include conf.d/*.conf by default, as it was the case until
2354
  recently. User feedback showed that for many people the
2355
  separation of configuration includes into individual virtual
2356
  hosts is overkill, and it complicates the setup too much. More
2357
  finegrained control can be achieved by commenting out the
2358
  respective line in the default server config. [#30866], [#29735]
2359
- remove the FIXME at the end of httpd.conf (obsoleted by the above
2360
  change), and place a strategical comment there about .local files
2361
- add <IfDefine SSL> container around configuration in ssl template
2362
2363
-------------------------------------------------------------------
2364
Tue Sep  9 12:50:47 CEST 2003 - poeml@suse.de
2365
2366
- change comment in sysconfig template to work around a fillup bug
2367
  [#30279]
2368
2369
-------------------------------------------------------------------
2370
Mon Sep  8 18:28:12 CEST 2003 - poeml@suse.de
2371
2372
- fix wrong variable name in a comment of the sysconfig template
2373
- update README.QUICKSTART
2374
- add README.QUICKSTART.SSL
2375
2376
-------------------------------------------------------------------
2377
Mon Sep  8 10:09:53 CEST 2003 - poeml@suse.de
2378
2379
- remove unused ENABLE_SUSECONFIG_APACHE from sysconfig template
2380
2381
-------------------------------------------------------------------
2382
Fri Sep  5 16:44:07 CEST 2003 - poeml@suse.de
2383
2384
- disallow UserDir for user root
2385
- cope with "no" or "yes" as values for APACHE_SERVERSIGNATURE, as
2386
  they were set on SuSE Linux 8.1
2387
- add more documentation to README.QUICKSTART, also mentioning what
2388
  might be too obvious: the document root [#29674]
2389
- in %post, diff to httpd.conf.default only when .rpmnew is present
2390
- improve message sent on update
2391
2392
-------------------------------------------------------------------
2393
Fri Aug 29 23:22:31 CEST 2003 - poeml@suse.de
2394
2395
- improve documentation on configuration
2396
- compile with -Wall
2397
- do not obsolete httpddoc, which is provided by apache-doc package
2398
  from apache1
2399
- add conflict apache2-example-pages <-> apache-example-pages
2400
- fix building on older distros
2401
2402
-------------------------------------------------------------------
2403
Tue Aug 19 02:19:18 CEST 2003 - poeml@suse.de
2404
2405
- use httpd-2.0.47-metuxmpm-r6.diff, previous one was broken by me
2406
- don't force setting of a DocumentRoot, because the configuration
2407
  of the default vhost already contains it
2408
- when testing on SL 8.0, the www group has to be created as well
2409
- when testing on even older systems, don't add buildroot to
2410
  DocumentRoot in default-server.conf
2411
2412
-------------------------------------------------------------------
2413
Fri Aug 15 21:40:46 CEST 2003 - poeml@suse.de
2414
2415
- revamped configuration
2416
  - add some CustomLog formats
2417
  - AddDefaultCharset UTF-8 [#22427]
2418
  - add activation metadata to sysconfig template [#28834]
2419
  - default APACHE_MODULES: add mod_ssl, remove mod_status
2420
  - new sysconfig variables: APACHE_USE_CANONICAL_NAME,
2421
    APACHE_DOCUMENT_ROOT
2422
  - get rid of the "suse_" prefix in generated config snippets, and
2423
    place them below /etc/apache2/sysconfig.d/. On update, convert
2424
    the Include statements in httpd.conf for the new locations
2425
  - add /etc/apache2/vhosts.d and virtual host templates
2426
  - the configuration for the manual is now seperate and installed
2427
    together with apache2-doc (conf.d/apache2-manual.conf)
2428
- add distilled wisdom in form of README.QUICKSTART
2429
- change group of wwwrun user: nogroup -> www [#21782]
2430
- proxycachedir and localstatedir should not be world readable
2431
- set DEFAULT_PIDLOG to /var/run/httpd2.pid, so we don't need to
2432
  configure the PidFile directive 
2433
- add -fno-strict-aliasing, due to warnings about code where
2434
  dereferencing type-punned pointers will break strict aliasing
2435
- clean the RPM_BUILD_ROOT, but not in the build system
2436
- new macros for stop/restart of services on rpm update/removal,
2437
  and improved try-restart section in rc.apache2
2438
- get rid of "modules" subdir, and remove dead code from
2439
  SuSEconfig.apache2
2440
- add some tools: get_includes, find_httpd2_includes,
2441
  apache2-reconfigure-mpm
2442
- rename README.SuSE to README.{SuSE,UnitedLinux}
2443
- include directories in filelists of MPM subpackages
2444
- enclose package descriptions of MPMs in %ifdef
2445
- add a dependency of the MPM subpackages on the version of the
2446
  main package
2447
- build a new MPM: metuxmpm (httpd-2.0.47-metuxmpm.diff)
2448
2449
-------------------------------------------------------------------
2450
Mon Jul 28 18:23:28 CEST 2003 - poeml@suse.de
2451
2452
- add new sysconfig variables: APACHE_LOGLEVEL, APACHE_ACCESS_LOG,
2453
  and remove the respective directives from httpd.conf.dist
2454
- merge the ssl.conf.dif and httpd.conf.dif into one patch
2455
2456
-------------------------------------------------------------------
2457
Sun Jul 27 12:22:29 CEST 2003 - poeml@suse.de
2458
2459
- build with -D_FILE_OFFSET_BITS=64 when presumably the kernel
2460
  supports sendfile64 [#22191, #22018]. Define APR_HAS_LARGE_FILES
2461
  (which is unconditionally off, otherwise). Keep
2462
  -D_LARGEFILE_SOURCE since some modules might need it.
2463
- make sure the package can be built as ordinary user
2464
- special case mod_auth_mysql since its module_id is reversed
2465
- don't increase DYNAMIC_MODULE_LIMIT (64 should be copious)
2466
- don't explicitely strip binaries since RPM handles it, and may
2467
  keep the stripped information somewhere
2468
- reformat the header of the spec file
2469
- allow to pass a number-of-jobs parameter into spec file via rpm
2470
  --define 'jobs N'
2471
2472
-------------------------------------------------------------------
2473
Thu Jul 10 16:49:50 CEST 2003 - poeml@suse.de
2474
2475
- update to 2.0.47. relevant / user visible changes:
2476
  Security [CAN-2003-0192]: Fixed a bug whereby certain sequences
2477
    of per-directory renegotiations and the SSLCipherSuite
2478
    directive being used to upgrade from a weak ciphersuite to a
2479
    strong one could result in the weak ciphersuite being used in
2480
    place of the strong one.
2481
  Security [CAN-2003-0253]: Fixed a bug in prefork MPM causing
2482
    temporary denial of service when accept() on a rarely accessed
2483
    port returns certain errors. 
2484
  Security [CAN-2003-0254]: Fixed a bug in ftp proxy causing denial
2485
    of service when target host is IPv6 but proxy server can't
2486
    create IPv6 socket.  Fixed by the reporter. 
2487
  Security [VU#379828]: Prevent the server from crashing when entering
2488
    infinite loops. The new LimitInternalRecursion directive
2489
    configures limits of subsequent internal redirects and nested
2490
    subrequests, after which the request will be aborted.  PR 19753+
2491
  core:
2492
    core_output_filter: don't split the brigade after a FLUSH
2493
    bucket if it's the last bucket.  This prevents creating
2494
    unneccessary empty brigades which may not be destroyed until
2495
    the end of a keepalive connection.
2496
  mod_cgid: 
2497
    Eliminate a double-close of a socket.  This resolves various
2498
    operational problems in a threaded MPM, since on the second
2499
    attempt to close the socket, the same descriptor was often
2500
    already in use by another thread for another purpose.
2501
  mod_negotiation: 
2502
    Introduce "prefer-language" environment variable, which allows
2503
    to influence the negotiation process on request basis to prefer
2504
    a certain language.
2505
  mod_expire:
2506
    Make ExpiresByType directive work properly, including for
2507
    dynamically-generated documents.
2508
- apr bugfixes
2509
- more fixes of deprecated head/tail -1 calls
2510
2511
-------------------------------------------------------------------
2512
Wed May 28 20:40:24 CEST 2003 - poeml@suse.de
2513
2514
- update to 2.0.46. relevant / user visible changes:
2515
  Security [CAN-2003-0245]: Fixed a bug that could be triggered
2516
    remotely through mod_dav
2517
  Security [CAN-2003-0189]: Fixed a denial-of-service
2518
    vulnerability affecting basic authentication
2519
  Security: forward port of buffer overflow fixes for htdigest.
2520
  mod_ssl:
2521
    - SSL session caching(shmht) : Fix a SEGV problem with SHMHT
2522
      session caching.
2523
  mod_deflate: 
2524
    - Add another check for already compressed content
2525
    - Check also err_headers_out for an already set
2526
      Content-Encoding: gzip header. This prevents gzip compressed
2527
      content from a CGI script from being compressed once more.
2528
  mod_mime_magic:
2529
    - If mod_mime_magic does not know the content-type, do not
2530
      attempt to guess.
2531
  mod_rewrite: 
2532
    - Fix handling of absolute URIs.
2533
  mod_log_config: 
2534
    - Add the ability to log the id of the thread processing the
2535
      request via new %P formats.
2536
  mod_auth_ldap: 
2537
    - Use generic whitespace character class when parsing "require"
2538
      directives, instead of literal spaces only.
2539
  mod_proxy:
2540
    - Fixed a segfault when multiple ProxyBlock directives were used.
2541
  - Added AllowEncodedSlashes directive to permit control of
2542
    whether the server will accept encoded slashes ('%2f') in the
2543
    URI path.  Default condition is off (the historical behaviour).
2544
  - If Apache is started as root and you code CoreDumpDirectory,
2545
    coredumps are enabled via the prctl() syscall.
2546
  - htpasswd: Check the processed file on validity; add a delete flag.
2547
- httpd-2.0.45-libtool-1.5.dif is obsolete
2548
- mark suse_include.conf as %ghost
2549
- note the rebirth of the httpd and apachectl man pages (thanks to
2550
  RPMv4 :)
2551
- let the module RPM packages only depend on the _major_ module
2552
  magic number, not on the minor 
2553
- fix some paths in config_vars.mk, which facilitates building of
2554
  certain modules 
2555
2556
-------------------------------------------------------------------
2557
Wed May 14 14:12:56 CEST 2003 - poeml@suse.de
2558
2559
- use mmap() via MAP_ANON as shared memory allocation method, to
2560
  prevent restart problems with stale (or in use) files that are
2561
  associated with shared memory
2562
- package forgotten files, and remove hack in %clean
2563
- remove files from the build root that are not packaged
2564
- remove suse_include.conf from filelist
2565
2566
-------------------------------------------------------------------
2567
Fri May  9 14:47:54 CEST 2003 - poeml@suse.de
2568
2569
- update to 2.0.45. relevant / user visible changes:
2570
  Security:  Eliminated leaks of several file descriptors to
2571
    child processes, such as CGI scripts.  This fix depends on the
2572
    latest APR library release 0.9.2, which is distributed with the
2573
    httpd source tarball for Apache 2.0.45.  PR 17206
2574
  Security [CAN-2003-0132]: Close a Denial of Service
2575
    vulnerability identified by David Endler <DEndler@iDefense.com>
2576
    on all platforms.
2577
  General:
2578
    - Fix segfault which occurred when a section in an included
2579
      configuration file was not closed. PR 17093.
2580
    - Fix a nasty segfault in mmap_bucket_setaside() caused by
2581
      passing an incompatible pointer type to mmap_bucket_destroy(void*).
2582
    - prevent filters (such as mod_deflate) from adding garbage to
2583
      the response. PR 14451.
2584
    - Simpler, faster code path for request header scanning
2585
    - Try to log an error if a piped log program fails.  Try to
2586
      restart a piped log program in more failure situations. 
2587
    - Fix bug where 'Satisfy Any' without an AuthType lost all MIME
2588
      information (and more). Related to PR 9076.
2589
    - Fix If header parsing when a non-mod_dav lock token is passed to it.
2590
    - Fix apxs to insert LoadModule directives only outside of
2591
      sections.
2592
    - apxs: Include any special APR ld flags when linking the DSO.
2593
  suexec: Be more pedantic when cleaning environment. Clean it
2594
    immediately after startup. PR 2790, 10449. Use saner default
2595
    config values for suexec. PR 15713.
2596
  mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
2597
    be started on Unix because of such problems as bad permissions,
2598
    bad shebang line, etc. Fix possible segfaults under obscure
2599
    error conditions within the cgid daemon.
2600
  mod_deflate:
2601
    - you can now specify the compression level. 
2602
    - Extend the DeflateFilterNote directive to allow accurate
2603
      logging of the filter's in- and outstream.
2604
    - Fix potential memory leaks in mod_deflate on malformed data.  PR 16046.
2605
  mod_ssl:
2606
    Allow SSLMutex to select/use the full range of APR locking
2607
    mechanisms available to it. Also, fix the bug that SSLMutex
2608
    uses APR_LOCK_DEFAULT no matter what.  PR 8122
2609
  mod_autoindex no longer forgets output format and enabled version
2610
    sort in linked column headers.
2611
  mod_rewrite:
2612
    - Prevent endless loops of internal redirects in mod_rewrite by
2613
      aborting after exceeding a limit of internal redirects. The
2614
      limit defaults to 10 and can be changed using the
2615
      RewriteOptions directive. PR 17462.
2616
    - Allow "RewriteEngine Off" even if no "Options FollowSymlinks"
2617
      (or SymlinksIfOwnermatch) is set. PR 12395.
2618
  mod_ldap:
2619
    - Updated mod_ldap and mod_auth_ldap to support the Novell LDAP
2620
      SDK SSL and standardized the LDAP SSL support across the
2621
      various LDAP SDKs.  Isolated the SSL functionality to
2622
      mod_ldap rather than speading it across mod_auth_ldap and
2623
      mod_ldap.  Also added LDAPTrustedCA and LDAPTrustedCAType
2624
      directives to mod_ldap to allow for a more common method of
2625
      specifying the SSL certificate.
2626
    - fix fault when caching was disabled, and some memory leaks
2627
    - Fix mod_ldap to open an existing shared memory file should
2628
      one already exist. PR 12757.
2629
    - Added character set support to mod_auth_LDAP to allow it to
2630
      convert extended characters used in the user ID to UTF-8
2631
      before authenticating against the LDAP directory. The new
2632
      directive AuthLDAPCharsetConfig is used to specify the config
2633
      file that contains the character set conversion table.
2634
  mod_ssl:
2635
    - Fixed mod_ssl's SSLCertificateChain initialization to no
2636
      longer skip the first cert of the chain by default.  This
2637
      misbehavior was introduced in 2.0.34.  PR 14560
2638
    - Fix 64-bit problem in mod_ssl input logic.
2639
  mod_proxy:
2640
    - Hook mod_proxy's fixup before mod_rewrite's fixup, so that by
2641
      mod_rewrite proxied URLs will not be escaped accidentally by
2642
      mod_proxy's fixup. PR 16368
2643
    - Don't remove the Content-Length from responses in mod_proxy PR: 8677
2644
  mod_auth_digest no longer tries to guess AuthDigestDomain, if it's
2645
     not specified. Now it assumes "/" as already documented. PR 16937.
2646
  mod_file_cache: fix segfaults 
2647
- improve the start/restart section of the init script, and add a
2648
  ssl_scache_cleanup script
2649
- understand a syntax like -DSTATUS, as described in the sysconfig
2650
  file help text (bug noted in #25404]
2651
- don't package the *.exp files, as they are needed only on AIX
2652
- fix filelist for usage of %dir for files
2653
- fix the cosmetical but irritating "Inappropriate ioctl for
2654
  device" error message, when rcapache2 is called from within YaST
2655
- remove the unused /etc/apache2/modules directory from the package
2656
- remove the now unused --enable-experimental-libtool
2657
- fix to build with libtool-1.5
2658
2659
-------------------------------------------------------------------
2660
Wed Apr  9 02:00:20 CEST 2003 - ro@suse.de
2661
2662
- fix deprecated head/tail call syntax "-1" 
2663
2664
-------------------------------------------------------------------
2665
Mon Mar 17 11:59:36 CET 2003 - kukuk@suse.de
2666
2667
- Remove suse_help_viewer from provides [Bug #25436]
2668
2669
-------------------------------------------------------------------
2670
Thu Mar 13 12:54:59 CET 2003 - poeml@suse.de
2671
2672
- security fix: do not write the startup log file to a world
2673
  writable directory, reversing the change of Jan 23 (wasn't in any
2674
  released package) [#25239]
2675
2676
-------------------------------------------------------------------
2677
Mon Mar 10 17:36:00 CET 2003 - poeml@suse.de
2678
2679
- change permissions of /var/log/apache2 from wwwrun:root mode 770
2680
  to root:root mode 750 [#24951]
2681
- fix wrong list() in sysconfig.apache2 [#24719], and add a missing
2682
  default value
2683
2684
-------------------------------------------------------------------
2685
Mon Mar  3 17:41:56 CET 2003 - kukuk@suse.de
2686
2687
- Remove ghost entry for pid file [Bug #24566]
2688
2689
-------------------------------------------------------------------
2690
Thu Feb 27 14:43:01 CET 2003 - poeml@suse.de
2691
2692
- use the official MIME types, which are more complete [#23988]
2693
2694
-------------------------------------------------------------------
2695
Mon Feb 24 18:17:02 CET 2003 - poeml@suse.de
2696
2697
- don't include log files into the package, and don't touch them in
2698
  %post; it's not needed
2699
- fix comment in httpd.conf talking about SuSEconfig
2700
- adjust some variable types in the sysconfig template
2701
2702
-------------------------------------------------------------------
2703
Tue Feb 18 11:39:18 CET 2003 - poeml@suse.de
2704
2705
- apache2 Makefiles do support DESTDIR now, so let's use that
2706
  instead of the explicit paths (fixes a wrong path in
2707
  config_vars.mk [#23699]).  Some files (*.exp, libapr*) are
2708
  automatically installed in the right location now.
2709
2710
-------------------------------------------------------------------
2711
Fri Feb 14 16:39:40 CET 2003 - poeml@suse.de
2712
2713
- fix configuration script to find apache modules on 64 bit archs 
2714
- mark ssl.conf (noreplace)
2715
2716
-------------------------------------------------------------------
2717
Mon Feb 10 18:35:15 CET 2003 - poeml@suse.de
2718
2719
- add mod_ldap, mod_auth_ldap, but link only them against the LDAP
2720
  libs. Likewise, do not link everything against ssl libs. This way
2721
  we can avoid RPM package (and build) requirements on a lot of
2722
  libs for subversion and other packages that build on apache.
2723
- move more code from SuSEconfig into rcapache2 (actually into
2724
  support scripts below /usr/share/apache2/, so apache2 can be
2725
  configured without starting it)
2726
- improve full-server-status once again
2727
- remove suse_loadmodule.conf from filelist
2728
- remove obsolete README.modules
2729
- rename LOADMODULES -> APACHE_MODULES
2730
- add APACHE_BUFFERED_LOGS
2731
- update README.SuSE
2732
2733
-------------------------------------------------------------------
2734
Tue Jan 28 13:32:04 CET 2003 - poeml@suse.de
2735
2736
- rc.apache2
2737
  - add extreme-configtest (trying to run server as nobody, which
2738
    detects _all_ config errors)
2739
  - evaluate LOADMODULES from sysconfig.apache2 on-the-fly from
2740
    rcapache2 instead of SuSEconfig
2741
  - when restarting, do something useful instead of 'sleep 3': wait
2742
    just as long until the server has terminated all children
2743
2744
-------------------------------------------------------------------
2745
Sun Jan 26 21:27:31 CET 2003 - poeml@suse.de
2746
2747
- build mod_logio, mod_case_filter, mod_case_filter_in
2748
- rename apr subpackage to libapr0 (the library is called libapr-0
2749
  meanwhile). add compatibility links named (libapr{,util}.so.0)
2750
- configure SSL session caching with shm circular buffer
2751
    SSLSessionCache         shm:/var/lib/httpd/ssl_scache
2752
    SSLSessionCacheTimeout  600
2753
    SSLMutex  sem
2754
- SuSEconfig.apache2: prefer prefork MPM over worker, if guessing
2755
- strip objects
2756
- rename gensslcert2 to gensslcert
2757
- show a list all available modules in /etc/sysconfig/apache2
2758
- nicer output of apache2ctl
2759
- reorder Requires
2760
2761
-------------------------------------------------------------------
2762
Thu Jan 23 12:05:59 CET 2003 - poeml@suse.de
2763
2764
- update to 2.0.44
2765
- obsoletes patch httpd-2.0.43-mod_ssl-memory-leak.dif
2766
- the apachectl and httpd man pages have been dropped upstreams
2767
- add robots.txt to the example-pages subpackage that blocks spiders
2768
- disable the perchild MPM
2769
- disable httpd-2.0.36-64bit.dif
2770
- rename apachectl2 to apache2ctl
2771
- write the startup log to /var/tmp instead of /var/log/apache2
2772
2773
-------------------------------------------------------------------
2774
Sun Jan 12 22:52:50 CET 2003 - poeml@suse.de
2775
2776
- fix last fix (rpm macro before hash wasn't expanded)
2777
2778
-------------------------------------------------------------------
2779
Fri Jan 10 02:35:58 CET 2003 - poeml@suse.de
2780
2781
- fix lib64 path in SuSEconfig
2782
2783
-------------------------------------------------------------------
2784
Fri Jan  3 23:01:14 CET 2003 - poeml@suse.de
2785
2786
- fix typo in spec file, preventing replacement of @userdir@ in
2787
  httpd.conf-std.in
2788
2789
-------------------------------------------------------------------
2790
Wed Dec 18 15:11:53 CET 2002 - poeml@suse.de
2791
2792
- sysconfig.apache2:
2793
  - add APACHE_SERVER_FLAGS variable
2794
  - change default: APACHE_SERVERSIGNATURE=on to match apache deflt
2795
  - add APACHE_CONF_INCLUDE_DIRS
2796
  - drop bogus APACHE_ACCESS_SERVERINFO variable
2797
  - adapt to our new sysconfig template
2798
- SuSEconfig.apache2:
2799
  - understand LOADMODULES also if it is not an array [#21816]
2800
  - be very flexible with regard to LOADMODULE input (e.g., say
2801
    mod_php4 and it will find libphp4.so with ID php4_module)
2802
  - also ignore *,v files
2803
  - include APACHE_CONF_INCLUDE_DIRS
2804
  - dump some files: suse_define.conf (not needed) & suse_text.conf
2805
    (too much overhead) 
2806
- rc.apache2: 
2807
  - implement most of apachectl's commands (graceful, configtest)
2808
  - use server_flags from sysconfig.apache2
2809
  - pass server flags like -DSTATUS from the command line through
2810
    to httpd2
2811
  - add commmands to show the server status 
2812
  - don't quit silently when no apache MPM is installed
2813
  - handle ServerSignature and other stuff on the command line
2814
    (save modifications to httpd.conf)
2815
- fix the /manual Alias that points to the documentation
2816
- configure /cgi-bin for cgi execution
2817
- configure /home/*/public_html for mod_userdir -- if it is loaded
2818
- configure internationalized error responses
2819
- fix apachectl2
2820
- add /etc/apache2/{,modules} to the filelist
2821
- add /etc/apache2/conf.d as drop-in directory for packages
2822
- hard code some more default paths into the executable
2823
- finally, run a test! 
2824
2825
-------------------------------------------------------------------
2826
Thu Dec  5 13:55:06 CET 2002 - poeml@suse.de
2827
2828
- move ap{r,u}-config* into the apr package, as well
2829
- add generic ap{r,u}-config
2830
- add %includedir to filelist
2831
2832
-------------------------------------------------------------------
2833
Thu Dec  5 00:26:22 CET 2002 - poeml@suse.de
2834
2835
- more checks and warnings to SuSEconfig.apache2
2836
- shift APR files into the the apr package
2837
- try 1.136 revision of perchild.c 
2838
2839
-------------------------------------------------------------------
2840
Tue Dec  3 16:27:35 CET 2002 - poeml@suse.de
2841
2842
- add forgotten ssl.conf to the filelist (thanks, Robert)
2843
- add httpd-2.0.43-mod_ssl-memory-leak.dif
2844
2845
-------------------------------------------------------------------
2846
Mon Oct 14 19:34:38 CEST 2002 - poeml@suse.de
2847
2848
- update to 2.0.43, that fixes a Cross-Site Scripting bug (CVE:
2849
  CAN-2002-0840)
2850
2851
-------------------------------------------------------------------
2852
Mon Oct  7 09:39:45 CEST 2002 - poeml@suse.de
2853
2854
- do not append a '2' suffix to the scripts included with the
2855
  documentation
2856
- move error, icons and manual dir to /usr/share/apache2
2857
- fix nested array in SuSEconfig.apache2
2858
- let SuSEconfig pick one MPM that is installed. Do not default to
2859
  "worker". [#20724]
2860
2861
-------------------------------------------------------------------
2862
Thu Oct  3 14:50:20 CEST 2002 - poeml@suse.de
2863
2864
- update to 2.0.42 (primarily a bug-fix release, including updates
2865
  to the experimental caching module, the removal of several memory
2866
  leaks, and fixes for several segfaults, one of which could have
2867
  been used as a denial-of-service against mod_dav (VU#406121).)
2868
- increase flexibility of the spec file: build any set of MPMs,
2869
  depending on RPM %defines. Improve the mechanism that merges the
2870
  modules so it works with any number of MPMs.
2871
- use a "Server:" header that fits the product apache is built for
2872
- add an RPM dependency on the module magic number to the MPM
2873
  subpackages
2874
- build the "leader/follower" MPM. On i686, enable nonportable but
2875
  faster atomics for it.
2876
- use filelists for more flexibility. APRVARS ceased to exist.
2877
  Don't add README* twice. 
2878
- perchild: use AcceptMutex fcntl to prevent permission conflict as
2879
  suggested in Apache Bugzilla #7921
2880
- remove mod_rewrite and mod_proxy from the default modules
2881
- build the mod_auth_digest module
2882
2883
-------------------------------------------------------------------
2884
Mon Sep  9 15:30:34 CEST 2002 - poeml@suse.de
2885
2886
- add patch that changes PLATFORM (as seen in the HTTP Server
2887
  header) from "Unix" to "SuSE/Linux" [#18543]
2888
- add README.SuSE, explaining how to build modules with apxs2
2889
- fixed some paths in README.modules, put it into docdir and mark
2890
  it as %doc
2891
2892
-------------------------------------------------------------------
2893
Wed Aug 28 16:39:59 CEST 2002 - poeml@suse.de
2894
2895
- new package, now building all three MPMs and putting all specific
2896
  modules in specific directories. Branch a subpackage for each
2897
  MPM, containing the server and MPM-specific modules.
2898
- branch apr package off, so apache2 doesn't need to be installed
2899
  to have the libs. (apr is not released yet, that's why we build
2900
  it here)
2901
- allow coexistence of apache1 by using directories named apache2
2902
  or suffixed with "2"
2903
- allow building modules via apxs2 (for all server MPMs) --- or via
2904
  apxs2-{worker,perchild,prefork} for a specific server MPM
2905
- add permissions.apache2 setting /usr/sbin/suexec2 to 4755
2906
- rewrite SuSEconfig.apache2 for apache 2. 
2907
- add httpd-2.0.40-cache_util.c.diff that prevents a segfault in
2908
  mod_proxy when given an invalid URL
2909
- branch apache2-example-pages off (docroot contents)
2910
2911
-------------------------------------------------------------------
2912
Mon Aug 19 16:43:37 CEST 2002 - poeml@suse.de
2913
2914
- actually use the new SuSE81 layout, and add SuSE81_64 layout
2915
- cleaned up httpd-2.0.36-conf.dif
2916
- fixed comment in SuSEconfig.apache
2917
- drop SuSEconfig subpackage
2918
- split main package and -devel package in three packages, one for
2919
  each MPM... 
2920
  apache2       -> apache2-{worker,perchild,prefork}
2921
  apache2-devel -> apache2-{worker,perchild,prefork}-devel
2922
2923
-------------------------------------------------------------------
2924
Mon Aug 12 17:47:08 CEST 2002 - poeml@suse.de
2925
2926
- bugfix update to 2.0.40
2927
- fix Requires of -devel subpackage
2928
- add variable to sysconfig.apache to switch off SuSEconfig.apache
2929
- add new layout SUSE81 to config.layout due to the moved server
2930
  root (so the old SuSE6.1 can be kept for building on older
2931
  distributions)
2932
- one of the lib64 path fixes could be removed, now included
2933
  upstream
2934
2935
-------------------------------------------------------------------
2936
Wed Aug  7 18:47:33 CEST 2002 - poeml@suse.de
2937
2938
- put PreReq in an if-statement to allow building on older distris
2939
- relax the Requires
2940
- the apache_mmn macro had to be moved down in the spec file to be
2941
  evaluated
2942
- libmm is not needed for building (and it is not threadsafe)
2943
- fix config.layout for the moved server root
2944
2945
-------------------------------------------------------------------
2946
Fri Aug  2 23:44:31 CEST 2002 - poeml@suse.de
2947
2948
- fix libdir in config.layout for lib64
2949
2950
-------------------------------------------------------------------
2951
Fri Aug  2 12:22:33 CEST 2002 - poeml@suse.de
2952
2953
- fix RPM Requires
2954
2955
-------------------------------------------------------------------
2956
Thu Aug  1 17:50:53 CEST 2002 - poeml@suse.de
2957
2958
- move datadir (i.e., ServerRoot) from /usr/local/httpd to /srv/www
2959
- drop obsolete README.SuSE
2960
2961
-------------------------------------------------------------------
2962
Thu Aug  1 01:01:32 CEST 2002 - poeml@suse.de
2963
2964
- spec file: use PreReq
2965
- don't delete SuSEconfig's md5 files in %post, that's no good
2966
- add apache.logrotate
2967
- provide the magic module number as executable script
2968
  (/usr/lib/apache/MMN) and as RPM Provides, indicating API changes
2969
- mark httpd.conf noreplace
2970
- fix installbuilddir in config.layout, needed for apxs
2971
2972
-------------------------------------------------------------------
2973
Sun Jul 14 15:27:24 CEST 2002 - poeml@suse.de
2974
2975
- update to 2.0.39
2976
- drop obsolete moduledir and apxs patches
2977
- rc.apache INIT section: use X-UnitedLinux-Should-Start
2978
2979
-------------------------------------------------------------------
2980
Wed Jul  3 01:53:35 CEST 2002 - ro@suse.de
2981
2982
- rename to "apache2" again
2983
2984
-------------------------------------------------------------------
2985
Tue Jun 11 17:02:47 CEST 2002 - ro@suse.de
2986
2987
- get apxs to work:
2988
    include needed files in devel package
2989
    adapt some pathes in apxs
2990
2991
-------------------------------------------------------------------
2992
Wed May 29 18:16:00 CEST 2002 - poeml@suse.de
2993
2994
- update to 2.0.36
2995
- drop mod_ssl subpackage; mod_ssl is part of the apache bsae
2996
  distribution now
2997
- RPM can be built as user now
2998
- SuSEconfig.apache: understand relative and absolute pathnames
2999
- disable experimental auth_digest_module 
3000
3001