Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit 154ee0e

Browse files
committed
Update for Nginx 1.14.0 and add EasyEngine branding
Signed-off-by: Mriyam Tamuli <mbtamuli@gmail.com>
1 parent d1d22ff commit 154ee0e

File tree

7 files changed

+28
-8
lines changed

7 files changed

+28
-8
lines changed

nginx/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nginx (1.14.0-1ppa~stable) xenial; urgency=medium
2+
3+
* Use new stable nginx source.
4+
5+
-- Mriyam Tamuli <mbtamuli@gmail.com> Thu, 24 May 2018 22:07:00 +0530
6+
17
nginx (1.10.3-5ppa~stable) stable; urgency=high
28

39
* Use new stable nginx source.

nginx/debian/control

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
Source: nginx
22
Section: httpd
33
Priority: optional
4-
Maintainer: Bharat Parsiya <bnap00@gmail.com>, Mriyam Tamuli <mbtamuli@gmail.com>
5-
Uploaders: Mriyam Tamuli <mbtamuli@gmail.com>, Bharat Parsiya <bnap00@gmail.com>
4+
Maintainer: Mriyam Tamuli <mbtamuli@gmail.com>
65
Build-Depends: autotools-dev,
76
debhelper (>= 9),
87
dh-systemd (>= 1.5),
98
dpkg-dev (>= 1.15.5),
109
libexpat-dev,
11-
libgd2-dev | libgd2-noxpm-dev,
10+
libgd-dev,
1211
libgeoip-dev,
13-
libluajit-5.1-dev [i386 amd64 kfreebsd-i386 armel armhf powerpc powerpcspe mips mipsel] | liblua5.1-0-dev,
12+
liblua5.1-0-dev | libluajit-5.1-2,
1413
libmhash-dev,
1514
libpam0g-dev,
1615
libpcre3-dev,
@@ -19,7 +18,7 @@ Build-Depends: autotools-dev,
1918
libxslt1-dev,
2019
po-debconf,
2120
zlib1g-dev
22-
Standards-Version: 3.9.6.0
21+
Standards-Version: 3.9.7
2322
Homepage: http://nginx.net
2423
Vcs-Git: git://anonscm.debian.org/collab-maint/nginx.git
2524
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nginx.git;a=summary
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Index: nginx-1.14.0/src/core/nginx.h
2+
===================================================================
3+
--- nginx-1.14.0.orig/src/core/nginx.h
4+
+++ nginx-1.14.0/src/core/nginx.h
5+
@@ -11,7 +11,7 @@
6+
7+
#define nginx_version 1014000
8+
#define NGINX_VERSION "1.14.0"
9+
-#define NGINX_VER "nginx/" NGINX_VERSION
10+
+#define NGINX_VER "nginx/" NGINX_VERSION " (rtCamp)"
11+
12+
#ifdef NGX_BUILD
13+
#define NGINX_VER_BUILD NGINX_VER " (" NGX_BUILD ")"

nginx/debian/patches/perl-use-dpkg-buildflags.patch

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Description: Use linker flags from environment for perl (dpkg-buildflags).
22
Necessary for hardening flags.
33
Author: Christos Trochalakis <yatiohi@ideopolis.gr>
4+
Index: b/src/http/modules/perl/Makefile.PL
5+
===================================================================
46
--- a/src/http/modules/perl/Makefile.PL
57
+++ b/src/http/modules/perl/Makefile.PL
68
@@ -3,6 +3,7 @@
@@ -20,4 +22,4 @@ Author: Christos Trochalakis <yatiohi@ideopolis.gr>
2022
+ LDDLFLAGS => "$Config{lddlflags} $ENV{DEBIAN_NGINX_PERL_LDFLAGS}",
2123
OPTIMIZE => '-O',
2224

23-
INC => join(" ", map {
25+
LDDLFLAGS => "$ENV{NGX_PM_LDFLAGS}",

nginx/debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
easyengine-branding.patch
12
perl-use-dpkg-buildflags.patch

nginx/debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ common_configure_flags := \
4242
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
4343
--with-debug \
4444
--with-pcre-jit \
45-
--with-ipv6 \
4645
--with-http_ssl_module \
4746
--with-http_stub_status_module \
4847
--with-http_realip_module \

ppa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ git clone https://github.com/masterzen/nginx-upload-progress-module.git nginx-up
9999
|| ppa_error "Unable to clone nginx-upload-progress repo, exit status = " $?
100100

101101
ppa_lib_echo "10/18 nginx-upstream-fair"
102-
git clone https://github.com/gnosek/nginx-upstream-fair.git \
102+
git clone https://github.com/itoffshore/nginx-upstream-fair.git \
103103
|| ppa_error "Unable to clone nginx-upstream-fair repo, exit status = " $?
104104

105105
ppa_lib_echo "11/18 ngx-fancyindex"

0 commit comments

Comments
 (0)