From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] nginx: update to 1.11.0 Date: Mon, 30 May 2016 21:25:11 +0200 Message-ID: <1464636311-18856-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8606812444091945339==" List-Id: --===============8606812444091945339== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable http://nginx.org/en/CHANGES Signed-off-by: Marcel Lorenz --- config/rootfiles/packages/nginx | 8 ++++++++ lfs/nginx | 27 +++++++++++++++++++++------ 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/nginx b/config/rootfiles/packages/nginx index 5ecb241..a7799e5 100644 --- a/config/rootfiles/packages/nginx +++ b/config/rootfiles/packages/nginx @@ -15,10 +15,18 @@ etc/nginx/uwsgi_params etc/nginx/uwsgi_params.default etc/nginx/win-utf etc/rc.d/init.d/nginx +#usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/nginx +#usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/nginx/.packl= ist +#usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/nginx/nginx.= bs +usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/auto/nginx/nginx.so +usr/lib/perl5/site_perl/5.12.3/MACHINE-linux-thread-multi/nginx.pm usr/sbin/nginx +#usr/share/man/man3/nginx.3 usr/share/nginx usr/share/nginx/html usr/share/nginx/html/50x.html usr/share/nginx/html/index.html +#usr/share/nginx/modules +usr/share/nginx/modules/ngx_mail_module.so var/log/nginx var/spool/nginx diff --git a/lfs/nginx b/lfs/nginx index 63d3698..be8009b 100644 --- a/lfs/nginx +++ b/lfs/nginx @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-14 IPFire Team = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # 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 = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.6.2 +VER =3D 1.11.0 =20 THISAPP =3D nginx-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D nginx -PAK_VER =3D 4 +PAK_VER =3D 5 =20 ############################################################################= ### # Top-level Rules @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D d1b55031ae6e4bce37f8776b94d8b930 +$(DL_FILE)_MD5 =3D a9dd047f277710b34e59407117e13bc6 =20 install : $(TARGET) =20 @@ -88,10 +88,25 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --error-log-path=3D/var/log/nginx/error.log \ --user=3Dnobody \ --group=3Dnobody \ - --with-imap --with-imap_ssl_module --with-http_ssl_module \ + --with-file-aio \ + --with-pcre \ + --with-threads \ + --with-mail=3Ddynamic \ + --with-mail_ssl_module \ + --with-http_gzip_static_module \ --with-http_stub_status_module \ + --with-http_secure_link_module \ + --with-http_random_index_module \ + --with-http_degradation_module \ + --with-http_perl_module \ + --with-http_gunzip_module \ + --with-http_xslt_module \ + --with-http_image_filter_module \ + --with-http_addition_module \ + --with-http_realip_module \ + --with-http_ssl_module \ --with-http_dav_module \ - --with-http_sub_module=20 + --with-http_sub_module cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install mkdir -p /var/log/nginx /var/spool/nginx --=20 1.9.1 --===============8606812444091945339==--