public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Update to Apache 2.4.29
@ 2017-10-26 18:21 Wolfgang Apolinarski
  2017-10-28 10:52 ` [PATCH v2] " Wolfgang Apolinarski
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Apolinarski @ 2017-10-26 18:21 UTC (permalink / raw)
  To: development

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

---
 config/rootfiles/common/apache2 | 3 +++
 lfs/apache2                     | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2
index 040b48214..fe116a320 100644
--- a/config/rootfiles/common/apache2
+++ b/config/rootfiles/common/apache2
@@ -1115,6 +1115,8 @@ srv/web/ipfire/html/captive
 #srv/web/ipfire/manual/mod/mpmt_os2.html
 #srv/web/ipfire/manual/mod/mpmt_os2.html.en
 #srv/web/ipfire/manual/mod/mpmt_os2.html.fr
+#srv/web/ipfire/manual/mod/overrides.html
+#srv/web/ipfire/manual/mod/overrides.html.en
 #srv/web/ipfire/manual/mod/prefork.html
 #srv/web/ipfire/manual/mod/prefork.html.de
 #srv/web/ipfire/manual/mod/prefork.html.en
@@ -1595,6 +1597,7 @@ usr/lib/apache/mod_log_config.so
 usr/lib/apache/mod_log_debug.so
 usr/lib/apache/mod_log_forensic.so
 usr/lib/apache/mod_logio.so
+usr/lib/apache/mod_lua.so
 usr/lib/apache/mod_macro.so
 usr/lib/apache/mod_mime.so
 usr/lib/apache/mod_mime_magic.so
diff --git a/lfs/apache2 b/lfs/apache2
index 4276a8880..28855fdc5 100644
--- a/lfs/apache2
+++ b/lfs/apache2
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 2.4.28
+VER        = 2.4.29
 
 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 = 0c599404ef6b69eee95bcd9fcd094407
 
 install : $(TARGET)
 
-- 
2.13.0


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

* [PATCH v2] Update to Apache 2.4.29
  2017-10-26 18:21 [PATCH] Update to Apache 2.4.29 Wolfgang Apolinarski
@ 2017-10-28 10:52 ` Wolfgang Apolinarski
  2017-10-28 12:37   ` Michael Tremer
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Apolinarski @ 2017-10-28 10:52 UTC (permalink / raw)
  To: development

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

From: Wolfgang Apolinarski <wolfgang.apolinarski(a)googlemail.com>

---
 config/rootfiles/common/apache2 | 2 ++
 lfs/apache2                     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2
index 040b48214..64faa7926 100644
--- a/config/rootfiles/common/apache2
+++ b/config/rootfiles/common/apache2
@@ -1115,6 +1115,8 @@ srv/web/ipfire/html/captive
 #srv/web/ipfire/manual/mod/mpmt_os2.html
 #srv/web/ipfire/manual/mod/mpmt_os2.html.en
 #srv/web/ipfire/manual/mod/mpmt_os2.html.fr
+#srv/web/ipfire/manual/mod/overrides.html
+#srv/web/ipfire/manual/mod/overrides.html.en
 #srv/web/ipfire/manual/mod/prefork.html
 #srv/web/ipfire/manual/mod/prefork.html.de
 #srv/web/ipfire/manual/mod/prefork.html.en
diff --git a/lfs/apache2 b/lfs/apache2
index 4276a8880..28855fdc5 100644
--- a/lfs/apache2
+++ b/lfs/apache2
@@ -25,7 +25,7 @@
 
 include Config
 
-VER        = 2.4.28
+VER        = 2.4.29
 
 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 = 0c599404ef6b69eee95bcd9fcd094407
 
 install : $(TARGET)
 
-- 
2.13.0


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

* Re: [PATCH v2] Update to Apache 2.4.29
  2017-10-28 10:52 ` [PATCH v2] " Wolfgang Apolinarski
@ 2017-10-28 12:37   ` Michael Tremer
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2017-10-28 12:37 UTC (permalink / raw)
  To: development

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

Hi,

On Sat, 2017-10-28 at 12:52 +0200, Wolfgang Apolinarski wrote:
> From: Wolfgang Apolinarski <wolfgang.apolinarski(a)googlemail.com>

you use multiple email addresses at the same time. Any reason for that?

And I saw the lua file and I thought that I want to have a look at that
because it seemed to be a rebuild :)

-Michael

> 
> ---
>  config/rootfiles/common/apache2 | 2 ++
>  lfs/apache2                     | 4 ++--
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2
> index 040b48214..64faa7926 100644
> --- a/config/rootfiles/common/apache2
> +++ b/config/rootfiles/common/apache2
> @@ -1115,6 +1115,8 @@ srv/web/ipfire/html/captive
>  #srv/web/ipfire/manual/mod/mpmt_os2.html
>  #srv/web/ipfire/manual/mod/mpmt_os2.html.en
>  #srv/web/ipfire/manual/mod/mpmt_os2.html.fr
> +#srv/web/ipfire/manual/mod/overrides.html
> +#srv/web/ipfire/manual/mod/overrides.html.en
>  #srv/web/ipfire/manual/mod/prefork.html
>  #srv/web/ipfire/manual/mod/prefork.html.de
>  #srv/web/ipfire/manual/mod/prefork.html.en
> diff --git a/lfs/apache2 b/lfs/apache2
> index 4276a8880..28855fdc5 100644
> --- a/lfs/apache2
> +++ b/lfs/apache2
> @@ -25,7 +25,7 @@
>  
>  include Config
>  
> -VER        = 2.4.28
> +VER        = 2.4.29
>  
>  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 = 0c599404ef6b69eee95bcd9fcd094407
>  
>  install : $(TARGET)
>  

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-10-28 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-26 18:21 [PATCH] Update to Apache 2.4.29 Wolfgang Apolinarski
2017-10-28 10:52 ` [PATCH v2] " Wolfgang Apolinarski
2017-10-28 12:37   ` Michael Tremer

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