]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/apache2
core124: Ship CA certificates
[ipfire-2.x.git] / lfs / apache2
index 4276a8880a6dcfc012c43d9d389d9bd38438f015..0e526a5759d10b8884d9d6efd6938018f23a4b3b 100644 (file)
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 2.4.28
+VER        = 2.4.34
 
 THISAPP    = httpd-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 49007ffe8e37a0834255b279810edf24
+$(DL_FILE)_MD5 = 818adca52f3be187fe45d6822755be95
 
 install : $(TARGET)
 
@@ -113,7 +113,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # Install apache config
        cp -rf $(DIR_CONF)/httpd/* /etc/httpd/conf
-       ln -sf $(CONFIG_ROOT)/main/hostname.conf /etc/httpd/conf/
+       touch /etc/httpd/conf/hostname.conf
 
        # Create captive logging directory
        -mkdir -pv /var/log/httpd/captive