This repository was archived by the owner on Aug 10, 2020. It is now read-only. 
      
File tree Expand file tree Collapse file tree 7 files changed +28
-8
lines changed Expand file tree Collapse file tree 7 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 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+ 
17nginx (1.10.3-5ppa~stable) stable; urgency=high
28
39 * Use new stable nginx source.
Original file line number Diff line number Diff line change 11Source: nginx
22Section: httpd
33Priority: 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>
65Build-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 
2322Homepage: http://nginx.net
2423Vcs-Git: git://anonscm.debian.org/collab-maint/nginx.git
2524Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nginx.git;a=summary
Original file line number Diff line number Diff line change 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 ")"
Original file line number Diff line number Diff line change 11Description: Use linker flags from environment for perl (dpkg-buildflags).
22 Necessary for hardening flags.
33Author: 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}", 
Original file line number Diff line number Diff line change 1+ easyengine-branding.patch
12perl-use-dpkg-buildflags.patch
Original file line number Diff line number Diff 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 \ 
Original file line number Diff line number Diff 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
101101ppa_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
105105ppa_lib_echo " 11/18 ngx-fancyindex" 
                         You can’t perform that action at this time. 
           
                  
0 commit comments