summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--groups/241.native_packages_inet.group4
-rw-r--r--patches/nginx-1.20.2.local.patch (renamed from patches/nginx-1.11.3.local.patch)20
2 files changed, 21 insertions, 3 deletions
diff --git a/groups/241.native_packages_inet.group b/groups/241.native_packages_inet.group
index 32a9f8cd..d3063b1d 100644
--- a/groups/241.native_packages_inet.group
+++ b/groups/241.native_packages_inet.group
@@ -159,8 +159,8 @@ mutt_cv_c99_vsnprintf=yes
mutt_cv_regex_broken=no"};
: ${PKG_MUTT_CONFIGURE_ARGS_EXTRA:="--enable-imap --enable-pop --enable-smtp --enable-sidebar --with-curses --with-mailpath=/var/spool/mail --with-gnutls --disable-doc"};
: ${PKG_NGINX_DEPENDS:="libz pcre"};
-: ${PKG_NGINX_SHA256SUM:=4a667f40f9f3917069db1dea1f2d5baa612f1fa19378aadf71502e846a424610};
-: ${PKG_NGINX_VERSION:=1.11.3};
+: ${PKG_NGINX_SHA256SUM:=958876757782190a1653e14dc26dfc7ba263de310e04c113e11e97d1bef45a42};
+: ${PKG_NGINX_VERSION:=1.20.2};
: ${PKG_NGINX_URL:=http://nginx.org/download/nginx-${PKG_NGINX_VERSION}.tar.gz};
: ${PKG_NGINX_CFLAGS_BUILD_EXTRA:="-Wno-sign-compare"};
: ${PKG_NGINX_CONFIGURE_ARGS:="--prefix="};
diff --git a/patches/nginx-1.11.3.local.patch b/patches/nginx-1.20.2.local.patch
index 1730799c..5da3faed 100644
--- a/patches/nginx-1.11.3.local.patch
+++ b/patches/nginx-1.20.2.local.patch
@@ -686,7 +686,7 @@
+
--- nginx-1.11.3.dist/objs/Makefile 1970-01-01 00:00:00.000000000 +0000
+++ nginx-1.11.3/objs/Makefile 2017-02-02 18:37:11.770727563 +0000
-@@ -0,0 +1,1196 @@
+@@ -0,0 +1,1214 @@
+
+CPP = $(CC) -E
+LINK = $(CC)
@@ -832,6 +832,7 @@
+ objs/src/event/ngx_event_accept.o \
+ objs/src/event/ngx_event_connect.o \
+ objs/src/event/ngx_event_pipe.o \
++ objs/src/event/ngx_event_udp.o \
+ objs/src/os/unix/ngx_time.o \
+ objs/src/os/unix/ngx_errno.o \
+ objs/src/os/unix/ngx_alloc.o \
@@ -840,6 +841,7 @@
+ objs/src/os/unix/ngx_recv.o \
+ objs/src/os/unix/ngx_readv_chain.o \
+ objs/src/os/unix/ngx_udp_recv.o \
++ objs/src/os/unix/ngx_udp_sendmsg_chain.o \
+ objs/src/os/unix/ngx_send.o \
+ objs/src/os/unix/ngx_writev_chain.o \
+ objs/src/os/unix/ngx_udp_send.o \
@@ -948,6 +950,7 @@
+ objs/src/event/ngx_event_accept.o \
+ objs/src/event/ngx_event_connect.o \
+ objs/src/event/ngx_event_pipe.o \
++ objs/src/event/ngx_event_udp.o \
+ objs/src/os/unix/ngx_time.o \
+ objs/src/os/unix/ngx_errno.o \
+ objs/src/os/unix/ngx_alloc.o \
@@ -956,6 +959,7 @@
+ objs/src/os/unix/ngx_recv.o \
+ objs/src/os/unix/ngx_readv_chain.o \
+ objs/src/os/unix/ngx_udp_recv.o \
++ objs/src/os/unix/ngx_udp_sendmsg_chain.o \
+ objs/src/os/unix/ngx_send.o \
+ objs/src/os/unix/ngx_writev_chain.o \
+ objs/src/os/unix/ngx_udp_send.o \
@@ -1321,6 +1325,13 @@
+ src/event/ngx_event_pipe.c
+
+
++objs/src/event/ngx_event_udp.o: $(CORE_DEPS) \
++ src/event/ngx_event_udp.c
++ $(CC) -c $(CFLAGS) $(CORE_INCS) \
++ -o objs/src/event/ngx_event_udp.o \
++ src/event/ngx_event_udp.c
++
++
+objs/src/os/unix/ngx_time.o: $(CORE_DEPS) \
+ src/os/unix/ngx_time.c
+ $(CC) -c $(CFLAGS) $(CORE_INCS) \
@@ -1377,6 +1388,13 @@
+ src/os/unix/ngx_udp_recv.c
+
+
++objs/src/os/unix/ngx_udp_sendmsg_chain.o: $(CORE_DEPS) \
++ src/os/unix/ngx_udp_sendmsg_chain.c
++ $(CC) -c $(CFLAGS) $(CORE_INCS) \
++ -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \
++ src/os/unix/ngx_udp_sendmsg_chain.c
++
++
+objs/src/os/unix/ngx_send.o: $(CORE_DEPS) \
+ src/os/unix/ngx_send.c
+ $(CC) -c $(CFLAGS) $(CORE_INCS) \