mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
apache: Update to 2.4.48
apache: Update to 2.4.48 For details see: https://mirror.synyx.de/apache//httpd/CHANGES_2.4.48 Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
a86c5df80d
commit
0957a949db
@@ -422,6 +422,7 @@ srv/web/ipfire/html/captive
|
|||||||
#srv/web/ipfire/manual/getting-started.html
|
#srv/web/ipfire/manual/getting-started.html
|
||||||
#srv/web/ipfire/manual/getting-started.html.en
|
#srv/web/ipfire/manual/getting-started.html.en
|
||||||
#srv/web/ipfire/manual/getting-started.html.fr.utf8
|
#srv/web/ipfire/manual/getting-started.html.fr.utf8
|
||||||
|
#srv/web/ipfire/manual/getting-started.html.ru.utf8
|
||||||
#srv/web/ipfire/manual/glossary.html
|
#srv/web/ipfire/manual/glossary.html
|
||||||
#srv/web/ipfire/manual/glossary.html.de
|
#srv/web/ipfire/manual/glossary.html.de
|
||||||
#srv/web/ipfire/manual/glossary.html.en
|
#srv/web/ipfire/manual/glossary.html.en
|
||||||
@@ -545,6 +546,7 @@ srv/web/ipfire/html/captive
|
|||||||
#srv/web/ipfire/manual/index.html.ja.utf8
|
#srv/web/ipfire/manual/index.html.ja.utf8
|
||||||
#srv/web/ipfire/manual/index.html.ko.euc-kr
|
#srv/web/ipfire/manual/index.html.ko.euc-kr
|
||||||
#srv/web/ipfire/manual/index.html.pt-br
|
#srv/web/ipfire/manual/index.html.pt-br
|
||||||
|
#srv/web/ipfire/manual/index.html.ru.utf8
|
||||||
#srv/web/ipfire/manual/index.html.tr.utf8
|
#srv/web/ipfire/manual/index.html.tr.utf8
|
||||||
#srv/web/ipfire/manual/index.html.zh-cn.utf8
|
#srv/web/ipfire/manual/index.html.zh-cn.utf8
|
||||||
#srv/web/ipfire/manual/install.html
|
#srv/web/ipfire/manual/install.html
|
||||||
@@ -1174,7 +1176,6 @@ srv/web/ipfire/html/captive
|
|||||||
#srv/web/ipfire/manual/new_features_2_0.html.ja.utf8
|
#srv/web/ipfire/manual/new_features_2_0.html.ja.utf8
|
||||||
#srv/web/ipfire/manual/new_features_2_0.html.ko.euc-kr
|
#srv/web/ipfire/manual/new_features_2_0.html.ko.euc-kr
|
||||||
#srv/web/ipfire/manual/new_features_2_0.html.pt-br
|
#srv/web/ipfire/manual/new_features_2_0.html.pt-br
|
||||||
#srv/web/ipfire/manual/new_features_2_0.html.ru.koi8-r
|
|
||||||
#srv/web/ipfire/manual/new_features_2_0.html.tr.utf8
|
#srv/web/ipfire/manual/new_features_2_0.html.tr.utf8
|
||||||
#srv/web/ipfire/manual/new_features_2_2.html
|
#srv/web/ipfire/manual/new_features_2_2.html
|
||||||
#srv/web/ipfire/manual/new_features_2_2.html.en
|
#srv/web/ipfire/manual/new_features_2_2.html.en
|
||||||
@@ -1515,6 +1516,7 @@ usr/bin/htpasswd
|
|||||||
#usr/include/apache/http_main.h
|
#usr/include/apache/http_main.h
|
||||||
#usr/include/apache/http_protocol.h
|
#usr/include/apache/http_protocol.h
|
||||||
#usr/include/apache/http_request.h
|
#usr/include/apache/http_request.h
|
||||||
|
#usr/include/apache/http_ssl.h
|
||||||
#usr/include/apache/http_vhost.h
|
#usr/include/apache/http_vhost.h
|
||||||
#usr/include/apache/httpd.h
|
#usr/include/apache/httpd.h
|
||||||
#usr/include/apache/mod_auth.h
|
#usr/include/apache/mod_auth.h
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2020 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2007-2021 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# This program is free software: you can redistribute it and/or modify #
|
||||||
# it under the terms of the GNU General Public License as published by #
|
# it under the terms of the GNU General Public License as published by #
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
include Config
|
include Config
|
||||||
|
|
||||||
VER = 2.4.46
|
VER = 2.4.48
|
||||||
|
|
||||||
THISAPP = httpd-$(VER)
|
THISAPP = httpd-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.bz2
|
DL_FILE = $(THISAPP).tar.bz2
|
||||||
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
|
|||||||
|
|
||||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||||
|
|
||||||
$(DL_FILE)_MD5 = 7d661ea5e736dac5e2761d9f49fe8361
|
$(DL_FILE)_MD5 = a7088cec171b0d00bf43394ce64d3909
|
||||||
|
|
||||||
install : $(TARGET)
|
install : $(TARGET)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user