Slackware: 2010-067-01: httpd Security Update
Summary
Here are the details from the Slackware 13.0 ChangeLog: patches/packages/httpd-2.2.15-i486-1_slack13.0.txz: Upgraded. This update addresses a few security issues. mod_ssl: A partial fix for the TLS renegotiation prefix injection attack by rejecting any client-initiated renegotiations. mod_proxy_ajp: Respond with HTTP_BAD_REQUEST when the body is not sent when request headers indicate a request body is incoming; not a case of HTTP_INTERNAL_SERVER_ERROR. mod_isapi: Do not unload an isapi .dll module until the request processing is completed, avoiding orphaned callback pointers. [This is the most serious flaw, but does not affect Linux systems] For more information, see: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0408 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0425 (* Security fix *)
Where Find New Packages
HINT: Getting slow download speeds from ftp.slackware.com?
Give slackware.osuosl.org a try. This is another primary FTP site
for Slackware that can be considerably faster than downloading
directly from ftp.slackware.com.
Thanks to the friendly folks at the OSU Open Source Lab
(https://osuosl.org/) for donating additional FTP and rsync hosting
to the Slackware project! :-)
Also see the "Get Slack" section on http://www.slackware.com/ for
additional mirror sites near you.
Updated package for Slackware 12.0:
Updated package for Slackware 12.1:
Updated package for Slackware 12.2:
Updated package for Slackware 13.0:
Updated package for Slackware x86_64 13.0:
Updated package for Slackware -current:
Updated package for Slackware x86_64 -current:
MD5 Signatures
Slackware 12.0 package:
16cec75d359c8ce94cf363a8ba5ca5aa httpd-2.2.15-i486-1_slack12.0.tgz
Slackware 12.1 package:
1dedbfa17735c9d61ab552b6d6a4c452 httpd-2.2.15-i486-1_slack12.1.tgz
Slackware 12.2 package:
fa725cd74a40c4e647f6dbc0af7760fc httpd-2.2.15-i486-1_slack12.2.tgz
Slackware 13.0 package:
768cb6af77170bb51c9303dc87b17138 httpd-2.2.15-i486-1_slack13.0.txz
Slackware x86_64 13.0 package:
96be84be6907b5f370a815c874bb7a80 httpd-2.2.15-x86_64-1_slack13.0.txz
Slackware -current package:
6aac4a1e47c8292634cfcfcadfd81a1c httpd-2.2.15-i486-1.txz
Slackware x86_64 -current package:
ecdc430b9b3901e8138cf83a7e41fe09 httpd-2.2.15-x86_64-1.txz
Installation Instructions
Installation instructions: Upgrade the package as root: # upgradepkg httpd-2.2.15-x86_64-1_slack13.0.txz Then, restart apache httpd: # sh /etc/rc.d/rc.httpd stop # sh /etc/rc.d/rc.httpd start Note that using the "restart" option might not work, as the parent httpd process continues to run and may be unable to load the new httpd modules. Therefore, using "stop" and then "start" is recommended.