From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] Updated Apache 2.4
Date: Thu, 05 Apr 2018 13:27:11 +0100 [thread overview]
Message-ID: <1522931231.1009312.88.camel@ipfire.org> (raw)
In-Reply-To: <20180330125304.8724-1-wolfgang.apolinarski@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 5367 bytes --]
Hello,
thanks for sending in this patch. It is important that we follow the apache
release closely.
On Fri, 2018-03-30 at 14:53 +0200, Wolfgang Apolinarski wrote:
> - Updated Apache from 2.4.29 to 2.4.33
> - Updated Apr from 1.6.1 to 1.6.3
> - Updated Apr-Util from 1.6.0 to 1.6.1
> ---
> config/rootfiles/common/apache2 | 6 +++++-
> config/rootfiles/common/apr | 2 +-
> config/rootfiles/common/aprutil | 2 +-
> lfs/apache2 | 4 ++--
> lfs/apr | 6 +++---
> lfs/aprutil | 6 +++---
> 6 files changed, 15 insertions(+), 11 deletions(-)
>
> diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2
> index b7d471fe9..529faf34e 100644
> --- a/config/rootfiles/common/apache2
> +++ b/config/rootfiles/common/apache2
> @@ -89,7 +89,6 @@ etc/httpd/conf/vhosts.d/ipfire-interface.conf
> #srv/web/ipfire/htdocs
> #srv/web/ipfire/htdocs/index.html
> #srv/web/ipfire/html
> -srv/web/ipfire/html/captive
> #srv/web/ipfire/icons
> #srv/web/ipfire/icons/README
> #srv/web/ipfire/icons/README.html
Any idea why this captive portal directory has been removed?
That should be there.
> @@ -910,6 +909,8 @@ srv/web/ipfire/html/captive
> #srv/web/ipfire/manual/mod/mod_macro.html
> #srv/web/ipfire/manual/mod/mod_macro.html.en
> #srv/web/ipfire/manual/mod/mod_macro.html.fr
> +#srv/web/ipfire/manual/mod/mod_md.html
> +#srv/web/ipfire/manual/mod/mod_md.html.en
> #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
> @@ -968,6 +969,8 @@ srv/web/ipfire/html/captive
> #srv/web/ipfire/manual/mod/mod_proxy_scgi.html
> #srv/web/ipfire/manual/mod/mod_proxy_scgi.html.en
> #srv/web/ipfire/manual/mod/mod_proxy_scgi.html.fr
> +#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_wstunnel.html
> #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.en
> #srv/web/ipfire/manual/mod/mod_ratelimit.html
> @@ -1609,6 +1612,7 @@ usr/lib/apache/mod_proxy_hcheck.so
> usr/lib/apache/mod_proxy_html.so
> usr/lib/apache/mod_proxy_http.so
> usr/lib/apache/mod_proxy_scgi.so
> +usr/lib/apache/mod_proxy_uwsgi.so
> usr/lib/apache/mod_proxy_wstunnel.so
> usr/lib/apache/mod_ratelimit.so
> usr/lib/apache/mod_reflector.so
Not entirely sure if we need the uwsgi mod, but I do not have any problem with
it being around.
> diff --git a/config/rootfiles/common/apr b/config/rootfiles/common/apr
> index c71ee01cc..dfde82400 100644
> --- a/config/rootfiles/common/apr
> +++ b/config/rootfiles/common/apr
> @@ -44,7 +44,7 @@ usr/bin/apr-1-config
> #usr/lib/libapr-1.la
> #usr/lib/libapr-1.so
> usr/lib/libapr-1.so.0
> -usr/lib/libapr-1.so.0.6.2
> +usr/lib/libapr-1.so.0.6.3
> #usr/lib/pkgconfig/apr-1.pc
> #usr/share/apr-1
> #usr/share/apr-1/build
> diff --git a/config/rootfiles/common/aprutil b/config/rootfiles/common/aprutil
> index e9cf3e0da..8bc51ed00 100644
> --- a/config/rootfiles/common/aprutil
> +++ b/config/rootfiles/common/aprutil
> @@ -43,5 +43,5 @@ usr/lib/apr-util-1/apr_crypto_openssl.so
> #usr/lib/libaprutil-1.la
> #usr/lib/libaprutil-1.so
> usr/lib/libaprutil-1.so.0
> -usr/lib/libaprutil-1.so.0.6.0
> +usr/lib/libaprutil-1.so.0.6.1
> #usr/lib/pkgconfig/apr-util-1.pc
> diff --git a/lfs/apache2 b/lfs/apache2
> index 28855fdc5..69b05341d 100644
> --- a/lfs/apache2
> +++ b/lfs/apache2
> @@ -25,7 +25,7 @@
>
> include Config
>
> -VER = 2.4.29
> +VER = 2.4.33
>
> THISAPP = httpd-$(VER)
> DL_FILE = $(THISAPP).tar.bz2
> @@ -45,7 +45,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 0c599404ef6b69eee95bcd9fcd094407
> +$(DL_FILE)_MD5 = 6ef469d3f16fffeb688bc6e0346823e5
>
> install : $(TARGET)
>
> diff --git a/lfs/apr b/lfs/apr
> index 6f667cffc..47c21a325 100644
> --- a/lfs/apr
> +++ b/lfs/apr
> @@ -25,11 +25,11 @@
>
> include Config
>
> -VER = 1.6.2
> +VER = 1.6.3
>
> THISAPP = apr-$(VER)
> DL_FILE = $(THISAPP).tar.bz2
> -DL_FROM = http://archive.apache.org/dist/apr
> +DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
>
> TARGET = $(DIR_INFO)/$(THISAPP)
> @@ -42,7 +42,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = e81a851967c79b5ce9bfbc909e4bf735
> +$(DL_FILE)_MD5 = 12f2a349483ad6f12db49ba01fbfdbfa
>
> install : $(TARGET)
>
> diff --git a/lfs/aprutil b/lfs/aprutil
> index c2f808422..29ec5df43 100644
> --- a/lfs/aprutil
> +++ b/lfs/aprutil
> @@ -25,11 +25,11 @@
>
> include Config
>
> -VER = 1.6.0
> +VER = 1.6.1
>
> THISAPP = apr-util-$(VER)
> DL_FILE = $(THISAPP).tar.bz2
> -DL_FROM = http://archive.apache.org/dist/apr
> +DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
>
> TARGET = $(DIR_INFO)/$(THISAPP)
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 069a9a980776acab05212c5f37ef8368
> +$(DL_FILE)_MD5 = 8ff5dc36fa39a2a3db1df196d3ed6086
>
> install : $(TARGET)
>
Looking good so far.
Best,
-Michael
next prev parent reply other threads:[~2018-04-05 12:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-30 12:53 Wolfgang Apolinarski
2018-04-05 12:27 ` Michael Tremer [this message]
2018-04-06 5:11 ` [PATCH v2] " Wolfgang Apolinarski
2018-04-06 10:29 ` Michael Tremer
2018-04-07 18:49 ` AW: " Wolfgang Apolinarski
2018-04-17 12:50 ` Michael Tremer
2018-04-05 16:58 [PATCH] " Wolfgang Apolinarski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1522931231.1009312.88.camel@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox