From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/1] Updated apr, stabilized apache build Date: Sun, 03 Feb 2019 21:44:42 +0000 Message-ID: <1A59073D-3C51-47B8-A8D8-9F084DF2C878@ipfire.org> In-Reply-To: <1549203118-28833-2-git-send-email-wolfgang.apolinarski@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8492868856417070963==" List-Id: --===============8492868856417070963== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thanks. This is really nice and clean. We can enable those modules in case someone needs them but if not, we can shi= p a smaller codebase! Best, -Michael > On 3 Feb 2019, at 14:11, Wolfgang Apolinarski wrote: >=20 > - Updated apr to 1.6.5 > - Stabilized apache build (rebuild) > --- > config/rootfiles/common/apr | 2 +- > lfs/apache2 | 2 +- > lfs/apr | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/config/rootfiles/common/apr b/config/rootfiles/common/apr > index dfde82400..0fb0d7d37 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.3 > +usr/lib/libapr-1.so.0.6.5 > #usr/lib/pkgconfig/apr-1.pc > #usr/share/apr-1 > #usr/share/apr-1/build > diff --git a/lfs/apache2 b/lfs/apache2 > index bedbb7f87..be5ffd9ec 100644 > --- a/lfs/apache2 > +++ b/lfs/apache2 > @@ -101,7 +101,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > echo "" >> $(DIR_APP)/config.layout >=20 > cd $(DIR_APP) && ./configure --enable-layout=3DIPFire \ > - --enable-ssl --enable-mods-shared=3Dall --enable-proxy --with-mpm=3Dev= ent > + --enable-ssl --enable-mods-shared=3Dall --enable-proxy --with-mpm=3Dev= ent --disable-lua --disable-md > cd $(DIR_APP) && make $(MAKETUNING) > cd $(DIR_APP) && make install > chown -v root:root /usr/lib/apache/httpd.exp \ > diff --git a/lfs/apr b/lfs/apr > index e384ab3c0..c5d342d2c 100644 > --- a/lfs/apr > +++ b/lfs/apr > @@ -25,7 +25,7 @@ >=20 > include Config >=20 > -VER =3D 1.6.3 > +VER =3D 1.6.5 >=20 > THISAPP =3D apr-$(VER) > DL_FILE =3D $(THISAPP).tar.bz2 > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 12f2a349483ad6f12db49ba01fbfdbfa > +$(DL_FILE)_MD5 =3D ad4add8efdfe87330b88e5e788241775 >=20 > install : $(TARGET) >=20 > --=20 > 2.13.0 >=20 --===============8492868856417070963==--