mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 15:52:55 +02:00
apache: update to 2.2.23.
Fixed in Apache httpd 2.2.23
low: XSS in mod_negotiation when untrusted uploads are supported CVE-2012-2687
Note: This issue is also known as CVE-2008-0455.
low: insecure LD_LIBRARY_PATH handling CVE-2012-0883
http://httpd.apache.org/security/vulnerabilities_22.html
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#
|
||||
# Remove old core updates from pakfire cache to save space...
|
||||
core=62
|
||||
core=63
|
||||
for (( i=1; i<=$core; i++ ))
|
||||
do
|
||||
rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire
|
||||
@@ -37,6 +37,7 @@ rm -f /etc/dhcpd.conf
|
||||
|
||||
#
|
||||
#Stop services
|
||||
/etc/init.d/apache stop
|
||||
|
||||
#
|
||||
#Extract files
|
||||
@@ -44,6 +45,7 @@ extract_files
|
||||
|
||||
#
|
||||
#Start services
|
||||
/etc/init.d/apache start
|
||||
|
||||
#
|
||||
#Update Language cache
|
||||
|
||||
Reference in New Issue
Block a user