Skip to content

Commit a36c577

Browse files
authored
Merge pull request #45 from essentialkaos/develop
Version 1.13.5
2 parents b17623a + 0ee75b6 commit a36c577

File tree

2 files changed

+36
-32
lines changed

2 files changed

+36
-32
lines changed

SOURCES/webkaos.patch

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -urN nginx-1.13.4-orig/auto/lib/openssl/make nginx-1.13.4/auto/lib/openssl/make
2-
--- nginx-1.13.4-orig/auto/lib/openssl/make 2017-08-10 00:31:54.210110415 +0200
3-
+++ nginx-1.13.4/auto/lib/openssl/make 2017-08-10 00:34:07.150096910 +0200
1+
diff -urN nginx-1.13.5-orig/auto/lib/openssl/make nginx-1.13.5/auto/lib/openssl/make
2+
--- nginx-1.13.5-orig/auto/lib/openssl/make 2017-09-20 00:21:12.127130775 +0200
3+
+++ nginx-1.13.5/auto/lib/openssl/make 2017-09-20 00:22:44.417126771 +0200
44
@@ -45,18 +45,18 @@
55
/*) ngx_prefix="$OPENSSL/.openssl" ;;
66
*) ngx_prefix="$PWD/$OPENSSL/.openssl" ;;
@@ -24,9 +24,9 @@ diff -urN nginx-1.13.4-orig/auto/lib/openssl/make nginx-1.13.4/auto/lib/openssl/
2424
;;
2525

2626
esac
27-
diff -urN nginx-1.13.4-orig/src/core/nginx.c nginx-1.13.4/src/core/nginx.c
28-
--- nginx-1.13.4-orig/src/core/nginx.c 2017-08-10 00:31:54.255110544 +0200
29-
+++ nginx-1.13.4/src/core/nginx.c 2017-08-10 00:36:57.000000000 +0200
27+
diff -urN nginx-1.13.5-orig/src/core/nginx.c nginx-1.13.5/src/core/nginx.c
28+
--- nginx-1.13.5-orig/src/core/nginx.c 2017-09-20 00:21:12.181130543 +0200
29+
+++ nginx-1.13.5/src/core/nginx.c 2017-09-20 00:22:44.446127321 +0200
3030
@@ -388,13 +388,13 @@
3131
static void
3232
ngx_show_version_info(void)
@@ -45,13 +45,13 @@ diff -urN nginx-1.13.4-orig/src/core/nginx.c nginx-1.13.4/src/core/nginx.c
4545
"Options:" NGX_LINEFEED
4646
" -?,-h : this help" NGX_LINEFEED
4747
" -v : show version and exit" NGX_LINEFEED
48-
diff -urN nginx-1.13.4-orig/src/core/nginx.h nginx-1.13.4/src/core/nginx.h
49-
--- nginx-1.13.4-orig/src/core/nginx.h 2017-08-10 00:31:54.258110546 +0200
50-
+++ nginx-1.13.4/src/core/nginx.h 2017-08-10 00:35:31.000000000 +0200
48+
diff -urN nginx-1.13.5-orig/src/core/nginx.h nginx-1.13.5/src/core/nginx.h
49+
--- nginx-1.13.5-orig/src/core/nginx.h 2017-09-20 00:21:12.184130543 +0200
50+
+++ nginx-1.13.5/src/core/nginx.h 2017-09-20 00:24:09.000000000 +0200
5151
@@ -11,7 +11,7 @@
5252

53-
#define nginx_version 1013004
54-
#define NGINX_VERSION "1.13.4"
53+
#define nginx_version 1013005
54+
#define NGINX_VERSION "1.13.5"
5555
-#define NGINX_VER "nginx/" NGINX_VERSION
5656
+#define NGINX_VER "webkaos/" NGINX_VERSION
5757

@@ -66,9 +66,9 @@ diff -urN nginx-1.13.4-orig/src/core/nginx.h nginx-1.13.4/src/core/nginx.h
6666
#define NGX_OLDPID_EXT ".oldbin"
6767

6868

69-
diff -urN nginx-1.13.4-orig/src/core/ngx_log.c nginx-1.13.4/src/core/ngx_log.c
70-
--- nginx-1.13.4-orig/src/core/ngx_log.c 2017-08-10 00:31:54.258110546 +0200
71-
+++ nginx-1.13.4/src/core/ngx_log.c 2017-08-10 00:34:07.182096906 +0200
69+
diff -urN nginx-1.13.5-orig/src/core/ngx_log.c nginx-1.13.5/src/core/ngx_log.c
70+
--- nginx-1.13.5-orig/src/core/ngx_log.c 2017-09-20 00:21:12.183130543 +0200
71+
+++ nginx-1.13.5/src/core/ngx_log.c 2017-09-20 00:22:44.471127303 +0200
7272
@@ -202,9 +202,9 @@
7373
return;
7474
}
@@ -99,9 +99,9 @@ diff -urN nginx-1.13.4-orig/src/core/ngx_log.c nginx-1.13.4/src/core/ngx_log.c
9999
return NGX_CONF_ERROR;
100100
#endif
101101

102-
diff -urN nginx-1.13.4-orig/src/http/modules/ngx_http_autoindex_module.c nginx-1.13.4/src/http/modules/ngx_http_autoindex_module.c
103-
--- nginx-1.13.4-orig/src/http/modules/ngx_http_autoindex_module.c 2017-08-10 00:31:54.240110547 +0200
104-
+++ nginx-1.13.4/src/http/modules/ngx_http_autoindex_module.c 2017-08-10 00:34:07.197096905 +0200
102+
diff -urN nginx-1.13.5-orig/src/http/modules/ngx_http_autoindex_module.c nginx-1.13.5/src/http/modules/ngx_http_autoindex_module.c
103+
--- nginx-1.13.5-orig/src/http/modules/ngx_http_autoindex_module.c 2017-09-20 00:21:12.160130543 +0200
104+
+++ nginx-1.13.5/src/http/modules/ngx_http_autoindex_module.c 2017-09-20 00:22:44.487127303 +0200
105105
@@ -445,9 +445,11 @@
106106
;
107107

@@ -177,9 +177,9 @@ diff -urN nginx-1.13.4-orig/src/http/modules/ngx_http_autoindex_module.c nginx-1
177177
tm.ngx_tm_mday,
178178
months[tm.ngx_tm_mon - 1],
179179
tm.ngx_tm_year,
180-
diff -urN nginx-1.13.4-orig/src/http/ngx_http_header_filter_module.c nginx-1.13.4/src/http/ngx_http_header_filter_module.c
181-
--- nginx-1.13.4-orig/src/http/ngx_http_header_filter_module.c 2017-08-10 00:31:54.248110546 +0200
182-
+++ nginx-1.13.4/src/http/ngx_http_header_filter_module.c 2017-08-21 00:13:36.000000000 +0200
180+
diff -urN nginx-1.13.5-orig/src/http/ngx_http_header_filter_module.c nginx-1.13.5/src/http/ngx_http_header_filter_module.c
181+
--- nginx-1.13.5-orig/src/http/ngx_http_header_filter_module.c 2017-09-20 00:21:12.172130543 +0200
182+
+++ nginx-1.13.5/src/http/ngx_http_header_filter_module.c 2017-09-20 00:22:44.507127300 +0200
183183
@@ -46,7 +46,7 @@
184184
};
185185

@@ -230,9 +230,9 @@ diff -urN nginx-1.13.4-orig/src/http/ngx_http_header_filter_module.c nginx-1.13.
230230
#define NGX_HTTP_OFF_5XX (NGX_HTTP_LAST_4XX - 400 + NGX_HTTP_OFF_4XX)
231231

232232
ngx_string("500 Internal Server Error"),
233-
diff -urN nginx-1.13.4-orig/src/http/ngx_http_special_response.c nginx-1.13.4/src/http/ngx_http_special_response.c
234-
--- nginx-1.13.4-orig/src/http/ngx_http_special_response.c 2017-08-10 00:31:54.249110547 +0200
235-
+++ nginx-1.13.4/src/http/ngx_http_special_response.c 2017-08-21 00:11:47.000000000 +0200
233+
diff -urN nginx-1.13.5-orig/src/http/ngx_http_special_response.c nginx-1.13.5/src/http/ngx_http_special_response.c
234+
--- nginx-1.13.5-orig/src/http/ngx_http_special_response.c 2017-09-20 00:21:12.172130543 +0200
235+
+++ nginx-1.13.5/src/http/ngx_http_special_response.c 2017-09-20 00:22:44.526127301 +0200
236236
@@ -19,21 +19,21 @@
237237

238238

@@ -739,9 +739,9 @@ diff -urN nginx-1.13.4-orig/src/http/ngx_http_special_response.c nginx-1.13.4/sr
739739
#define NGX_HTTP_OFF_5XX (NGX_HTTP_LAST_4XX - 400 + NGX_HTTP_OFF_4XX)
740740

741741
ngx_string(ngx_http_error_494_page), /* 494, request header too large */
742-
diff -urN nginx-1.13.4-orig/src/http/v2/ngx_http_v2_filter_module.c nginx-1.13.4/src/http/v2/ngx_http_v2_filter_module.c
743-
--- nginx-1.13.4-orig/src/http/v2/ngx_http_v2_filter_module.c 2017-08-10 00:31:54.251110547 +0200
744-
+++ nginx-1.13.4/src/http/v2/ngx_http_v2_filter_module.c 2017-08-10 00:34:07.236096899 +0200
742+
diff -urN nginx-1.13.5-orig/src/http/v2/ngx_http_v2_filter_module.c nginx-1.13.5/src/http/v2/ngx_http_v2_filter_module.c
743+
--- nginx-1.13.5-orig/src/http/v2/ngx_http_v2_filter_module.c 2017-09-20 00:21:12.177130542 +0200
744+
+++ nginx-1.13.5/src/http/v2/ngx_http_v2_filter_module.c 2017-09-20 00:22:44.555127300 +0200
745745
@@ -143,7 +143,7 @@
746746
ngx_http_core_srv_conf_t *cscf;
747747
u_char addr[NGX_SOCKADDR_STRLEN];
@@ -760,9 +760,9 @@ diff -urN nginx-1.13.4-orig/src/http/v2/ngx_http_v2_filter_module.c nginx-1.13.4
760760
}
761761

762762
*pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_SERVER_INDEX);
763-
diff -urN nginx-1.13.4-orig/src/os/unix/ngx_setproctitle.c nginx-1.13.4/src/os/unix/ngx_setproctitle.c
764-
--- nginx-1.13.4-orig/src/os/unix/ngx_setproctitle.c 2017-08-10 00:31:54.220110552 +0200
765-
+++ nginx-1.13.4/src/os/unix/ngx_setproctitle.c 2017-08-10 00:34:07.248096899 +0200
763+
diff -urN nginx-1.13.5-orig/src/os/unix/ngx_setproctitle.c nginx-1.13.5/src/os/unix/ngx_setproctitle.c
764+
--- nginx-1.13.5-orig/src/os/unix/ngx_setproctitle.c 2017-09-20 00:21:12.138130570 +0200
765+
+++ nginx-1.13.5/src/os/unix/ngx_setproctitle.c 2017-09-20 00:22:44.569127301 +0200
766766
@@ -89,7 +89,7 @@
767767

768768
ngx_os_argv[1] = NULL;

webkaos.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
%define service_name %{name}
4545
%define service_home %{_cachedir}/%{service_name}
4646

47-
%define boring_commit ca9e8f52f1631fa4906a0d44abdeb55f80fe026d
47+
%define boring_commit 40b24c81546f44cfc840715e8a1c1b5060d313f3
4848
%define psol_ver 1.12.34.2
4949
%define lua_module_ver 0.10.10
5050
%define mh_module_ver 0.32
@@ -58,8 +58,8 @@
5858

5959
Summary: Superb high performance web server
6060
Name: webkaos
61-
Version: 1.13.4
62-
Release: 2%{?dist}
61+
Version: 1.13.5
62+
Release: 0%{?dist}
6363
License: 2-clause BSD-like license
6464
Group: System Environment/Daemons
6565
Vendor: Nginx / Google / CloudFlare / ESSENTIALKAOS
@@ -585,6 +585,10 @@ rm -rf %{buildroot}
585585
###############################################################################
586586

587587
%changelog
588+
* Wed Sep 20 2017 Anton Novojilov <andy@essentialkaos.com> - 1.13.5-0
589+
- Nginx updated to 1.13.5
590+
- BoringSSL updated to latest version
591+
588592
* Mon Aug 21 2017 Anton Novojilov <andy@essentialkaos.com> - 1.13.4-2
589593
- Added support of HTTP status code 418 (I'm a teapot)
590594

0 commit comments

Comments
 (0)