]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
apache2: update to 2.2.21.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 16 Sep 2011 17:46:03 +0000 (19:46 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 16 Sep 2011 17:46:03 +0000 (19:46 +0200)
config/rootfiles/core/53/filelists/apache2 [new symlink]
config/rootfiles/core/53/update.sh
lfs/apache2

diff --git a/config/rootfiles/core/53/filelists/apache2 b/config/rootfiles/core/53/filelists/apache2
new file mode 120000 (symlink)
index 0000000..eef95ef
--- /dev/null
@@ -0,0 +1 @@
+../../../common/apache2
\ No newline at end of file
index 10b45b98e89aea7ddfa4b2240b14870fff220417..fbf19954a8bdd32f00d50182d70c2bc7b304cc08 100644 (file)
@@ -36,6 +36,7 @@ done
 #Stop services
 
 /etc/init.d/ipsec stop
+/etc/init.d/apache stop
 
 #
 # Remove old strongswan libs
@@ -65,6 +66,7 @@ sed -i -e "s|^options cfg80211 ieee80211_regdom=EU|#options cfg80211 ieee80211_r
 #
 #Start services
 
+/etc/init.d/apache start
 if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then
        /etc/init.d/ipsec start
 fi
index c5fd754291726bbbf2cf76fe5bb90ad94c834c41..f548271c5fbd5fa6effdd97717486b462ac5d771 100644 (file)
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 2.2.20
+VER        = 2.2.21
 
 THISAPP    = httpd-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -47,7 +47,7 @@ objects = $(DL_FILE) \
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 httpd-2.2.2-config-1.patch = $(DL_FROM)/httpd-2.2.2-config-1.patch
 
-$(DL_FILE)_MD5 = 1ac251431c8c4285f6b085c1d156bb56
+$(DL_FILE)_MD5 = 1696ae62cd879ab1d4dd9ff021a470f2
 httpd-2.2.2-config-1.patch_MD5 = e02a3ec5925eb9e111400b9aa229f822
 
 install : $(TARGET)