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