public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] apache: Update to 2.4.43
@ 2020-04-12 12:29 Matthias Fischer
  2020-04-12 14:11 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2020-04-12 12:29 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 3424 bytes --]

For details see:
http://mirror.dkd.de/apache//httpd/CHANGES_2.4.43

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/common/apache2 | 6 ++++++
 lfs/apache2                     | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2
index 7a37e7e74..4bd3e3794 100644
--- a/config/rootfiles/common/apache2
+++ b/config/rootfiles/common/apache2
@@ -918,6 +918,7 @@ srv/web/ipfire/html/captive
 #srv/web/ipfire/manual/mod/mod_macro.html.fr.utf8
 #srv/web/ipfire/manual/mod/mod_md.html
 #srv/web/ipfire/manual/mod/mod_md.html.en
+#srv/web/ipfire/manual/mod/mod_md.html.fr.utf8
 #srv/web/ipfire/manual/mod/mod_mime.html
 #srv/web/ipfire/manual/mod/mod_mime.html.en
 #srv/web/ipfire/manual/mod/mod_mime.html.fr.utf8
@@ -980,6 +981,7 @@ srv/web/ipfire/html/captive
 #srv/web/ipfire/manual/mod/mod_proxy_scgi.html.fr.utf8
 #srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html
 #srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html.en
+#srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html.fr.utf8
 #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html
 #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.en
 #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.fr.utf8
@@ -1046,6 +1048,7 @@ srv/web/ipfire/html/captive
 #srv/web/ipfire/manual/mod/mod_socache_memcache.html.fr.utf8
 #srv/web/ipfire/manual/mod/mod_socache_redis.html
 #srv/web/ipfire/manual/mod/mod_socache_redis.html.en
+#srv/web/ipfire/manual/mod/mod_socache_redis.html.fr.utf8
 #srv/web/ipfire/manual/mod/mod_socache_shmcb.html
 #srv/web/ipfire/manual/mod/mod_socache_shmcb.html.en
 #srv/web/ipfire/manual/mod/mod_socache_shmcb.html.fr.utf8
@@ -1072,6 +1075,9 @@ srv/web/ipfire/html/captive
 #srv/web/ipfire/manual/mod/mod_suexec.html.ja.utf8
 #srv/web/ipfire/manual/mod/mod_suexec.html.ko.euc-kr
 #srv/web/ipfire/manual/mod/mod_suexec.html.tr.utf8
+#srv/web/ipfire/manual/mod/mod_systemd.html
+#srv/web/ipfire/manual/mod/mod_systemd.html.en
+#srv/web/ipfire/manual/mod/mod_systemd.html.fr.utf8
 #srv/web/ipfire/manual/mod/mod_unique_id.html
 #srv/web/ipfire/manual/mod/mod_unique_id.html.en
 #srv/web/ipfire/manual/mod/mod_unique_id.html.fr.utf8
diff --git a/lfs/apache2 b/lfs/apache2
index 532abcd3a..d82932f4b 100644
--- a/lfs/apache2
+++ b/lfs/apache2
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2019  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 2.4.41
+VER        = 2.4.43
 
 THISAPP    = httpd-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = dfc674f8f454e3bc2d4ccd73ad3b5f1e
+$(DL_FILE)_MD5 = 791c986b1e70fe61eb44060aacc89a64
 
 install : $(TARGET)
 
-- 
2.18.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] apache: Update to 2.4.43
  2020-04-12 12:29 [PATCH] apache: Update to 2.4.43 Matthias Fischer
@ 2020-04-12 14:11 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-04-12 14:11 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 3693 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 12 Apr 2020, at 13:29, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> For details see:
> http://mirror.dkd.de/apache//httpd/CHANGES_2.4.43
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/common/apache2 | 6 ++++++
> lfs/apache2                     | 6 +++---
> 2 files changed, 9 insertions(+), 3 deletions(-)
> 
> diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2
> index 7a37e7e74..4bd3e3794 100644
> --- a/config/rootfiles/common/apache2
> +++ b/config/rootfiles/common/apache2
> @@ -918,6 +918,7 @@ srv/web/ipfire/html/captive
> #srv/web/ipfire/manual/mod/mod_macro.html.fr.utf8
> #srv/web/ipfire/manual/mod/mod_md.html
> #srv/web/ipfire/manual/mod/mod_md.html.en
> +#srv/web/ipfire/manual/mod/mod_md.html.fr.utf8
> #srv/web/ipfire/manual/mod/mod_mime.html
> #srv/web/ipfire/manual/mod/mod_mime.html.en
> #srv/web/ipfire/manual/mod/mod_mime.html.fr.utf8
> @@ -980,6 +981,7 @@ srv/web/ipfire/html/captive
> #srv/web/ipfire/manual/mod/mod_proxy_scgi.html.fr.utf8
> #srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html
> #srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html.en
> +#srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html.fr.utf8
> #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html
> #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.en
> #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.fr.utf8
> @@ -1046,6 +1048,7 @@ srv/web/ipfire/html/captive
> #srv/web/ipfire/manual/mod/mod_socache_memcache.html.fr.utf8
> #srv/web/ipfire/manual/mod/mod_socache_redis.html
> #srv/web/ipfire/manual/mod/mod_socache_redis.html.en
> +#srv/web/ipfire/manual/mod/mod_socache_redis.html.fr.utf8
> #srv/web/ipfire/manual/mod/mod_socache_shmcb.html
> #srv/web/ipfire/manual/mod/mod_socache_shmcb.html.en
> #srv/web/ipfire/manual/mod/mod_socache_shmcb.html.fr.utf8
> @@ -1072,6 +1075,9 @@ srv/web/ipfire/html/captive
> #srv/web/ipfire/manual/mod/mod_suexec.html.ja.utf8
> #srv/web/ipfire/manual/mod/mod_suexec.html.ko.euc-kr
> #srv/web/ipfire/manual/mod/mod_suexec.html.tr.utf8
> +#srv/web/ipfire/manual/mod/mod_systemd.html
> +#srv/web/ipfire/manual/mod/mod_systemd.html.en
> +#srv/web/ipfire/manual/mod/mod_systemd.html.fr.utf8
> #srv/web/ipfire/manual/mod/mod_unique_id.html
> #srv/web/ipfire/manual/mod/mod_unique_id.html.en
> #srv/web/ipfire/manual/mod/mod_unique_id.html.fr.utf8
> diff --git a/lfs/apache2 b/lfs/apache2
> index 532abcd3a..d82932f4b 100644
> --- a/lfs/apache2
> +++ b/lfs/apache2
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2019  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
> #                                                                             #
> # 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        #
> @@ -25,7 +25,7 @@
> 
> include Config
> 
> -VER        = 2.4.41
> +VER        = 2.4.43
> 
> THISAPP    = httpd-$(VER)
> DL_FILE    = $(THISAPP).tar.bz2
> @@ -45,7 +45,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = dfc674f8f454e3bc2d4ccd73ad3b5f1e
> +$(DL_FILE)_MD5 = 791c986b1e70fe61eb44060aacc89a64
> 
> install : $(TARGET)
> 
> -- 
> 2.18.0
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-12 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 12:29 [PATCH] apache: Update to 2.4.43 Matthias Fischer
2020-04-12 14:11 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox