Skip to content

Commit 6ab37fc

Browse files
authored
Merge pull request #144 from essentialkaos/develop
Version 1.24.0
2 parents 20efefc + 1c76689 commit 6ab37fc

11 files changed

+45
-67
lines changed

.docker/centos7-unprivileged.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.opencontainers.image.title="WEBKAOS (Unprivileged)" \
1414
org.opencontainers.image.url="https://kaos.sh/webkaos" \
1515
org.opencontainers.image.source="https://github.com/essentialkaos/webkaos"
1616

17-
ARG WEBKAOS_VER=1.23.4
17+
ARG WEBKAOS_VER=1.24.0
1818
ARG BROTLI_VER=0.1.5
1919
ARG REPOSITORY=kaos-release
2020

.docker/centos7.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.opencontainers.image.title="WEBKAOS" \
1414
org.opencontainers.image.url="https://kaos.sh/webkaos" \
1515
org.opencontainers.image.source="https://github.com/essentialkaos/webkaos"
1616

17-
ARG WEBKAOS_VER=1.23.4
17+
ARG WEBKAOS_VER=1.24.0
1818
ARG BROTLI_VER=0.1.5
1919
ARG REPOSITORY=kaos-release
2020

.docker/ol7-unprivileged.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.opencontainers.image.title="WEBKAOS (Unprivileged)" \
1414
org.opencontainers.image.url="https://kaos.sh/webkaos" \
1515
org.opencontainers.image.source="https://github.com/essentialkaos/webkaos"
1616

17-
ARG WEBKAOS_VER=1.23.4
17+
ARG WEBKAOS_VER=1.24.0
1818
ARG BROTLI_VER=0.1.5
1919
ARG REPOSITORY=kaos-release
2020

.docker/ol7.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.opencontainers.image.title="WEBKAOS" \
1414
org.opencontainers.image.url="https://kaos.sh/webkaos" \
1515
org.opencontainers.image.source="https://github.com/essentialkaos/webkaos"
1616

17-
ARG WEBKAOS_VER=1.23.4
17+
ARG WEBKAOS_VER=1.24.0
1818
ARG BROTLI_VER=0.1.5
1919
ARG REPOSITORY=kaos-release
2020

.docker/ol8-unprivileged.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.opencontainers.image.title="WEBKAOS (Unprivileged)" \
1414
org.opencontainers.image.url="https://kaos.sh/webkaos" \
1515
org.opencontainers.image.source="https://github.com/essentialkaos/webkaos"
1616

17-
ARG WEBKAOS_VER=1.23.4
17+
ARG WEBKAOS_VER=1.24.0
1818
ARG BROTLI_VER=0.1.5
1919
ARG REPOSITORY=kaos-release
2020

.docker/ol8.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.opencontainers.image.title="WEBKAOS" \
1414
org.opencontainers.image.url="https://kaos.sh/webkaos" \
1515
org.opencontainers.image.source="https://github.com/essentialkaos/webkaos"
1616

17-
ARG WEBKAOS_VER=1.23.4
17+
ARG WEBKAOS_VER=1.24.0
1818
ARG BROTLI_VER=0.1.5
1919
ARG REPOSITORY=kaos-release
2020

.docker/ol9-unprivileged.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.opencontainers.image.title="WEBKAOS (Unprivileged)" \
1414
org.opencontainers.image.url="https://kaos.sh/webkaos" \
1515
org.opencontainers.image.source="https://github.com/essentialkaos/webkaos"
1616

17-
ARG WEBKAOS_VER=1.23.4
17+
ARG WEBKAOS_VER=1.24.0
1818
ARG BROTLI_VER=0.1.5
1919
ARG REPOSITORY=kaos-release
2020

.docker/ol9.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL org.opencontainers.image.title="WEBKAOS" \
1414
org.opencontainers.image.url="https://kaos.sh/webkaos" \
1515
org.opencontainers.image.source="https://github.com/essentialkaos/webkaos"
1616

17-
ARG WEBKAOS_VER=1.23.4
17+
ARG WEBKAOS_VER=1.24.0
1818
ARG BROTLI_VER=0.1.5
1919
ARG REPOSITORY=kaos-release
2020

SOURCES/boringssl-urand-test-disable.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

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.23.4-orig/auto/lib/openssl/make nginx-1.23.4/auto/lib/openssl/make
2-
--- nginx-1.23.4-orig/auto/lib/openssl/make 2023-03-28 18:01:54.000000000 +0300
3-
+++ nginx-1.23.4/auto/lib/openssl/make 2023-03-29 13:08:48.000000000 +0300
1+
diff --color -urN nginx-1.24.0-orig/auto/lib/openssl/make nginx-1.24.0/auto/lib/openssl/make
2+
--- nginx-1.24.0-orig/auto/lib/openssl/make 2023-04-11 04:45:34.000000000 +0300
3+
+++ nginx-1.24.0/auto/lib/openssl/make 2023-06-21 13:58:20.000000000 +0300
44
@@ -58,18 +58,18 @@
55
/*) ngx_prefix="$OPENSSL/.openssl" ;;
66
*) ngx_prefix="$PWD/$OPENSSL/.openssl" ;;
@@ -24,9 +24,9 @@ diff -urN nginx-1.23.4-orig/auto/lib/openssl/make nginx-1.23.4/auto/lib/openssl/
2424
;;
2525

2626
esac
27-
diff -urN nginx-1.23.4-orig/src/core/nginx.c nginx-1.23.4/src/core/nginx.c
28-
--- nginx-1.23.4-orig/src/core/nginx.c 2023-03-28 18:01:54.000000000 +0300
29-
+++ nginx-1.23.4/src/core/nginx.c 2023-03-29 12:59:12.184527558 +0300
27+
diff --color -urN nginx-1.24.0-orig/src/core/nginx.c nginx-1.24.0/src/core/nginx.c
28+
--- nginx-1.24.0-orig/src/core/nginx.c 2023-04-11 04:45:34.000000000 +0300
29+
+++ nginx-1.24.0/src/core/nginx.c 2023-06-21 13:55:59.855364774 +0300
3030
@@ -390,13 +390,13 @@
3131
static void
3232
ngx_show_version_info(void)
@@ -45,13 +45,13 @@ diff -urN nginx-1.23.4-orig/src/core/nginx.c nginx-1.23.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.23.4-orig/src/core/nginx.h nginx-1.23.4/src/core/nginx.h
49-
--- nginx-1.23.4-orig/src/core/nginx.h 2023-03-28 18:01:54.000000000 +0300
50-
+++ nginx-1.23.4/src/core/nginx.h 2023-03-29 13:09:16.000000000 +0300
48+
diff --color -urN nginx-1.24.0-orig/src/core/nginx.h nginx-1.24.0/src/core/nginx.h
49+
--- nginx-1.24.0-orig/src/core/nginx.h 2023-04-11 04:45:34.000000000 +0300
50+
+++ nginx-1.24.0/src/core/nginx.h 2023-06-21 13:54:08.000000000 +0300
5151
@@ -11,7 +11,7 @@
5252

53-
#define nginx_version 1023004
54-
#define NGINX_VERSION "1.23.4"
53+
#define nginx_version 1024000
54+
#define NGINX_VERSION "1.24.0"
5555
-#define NGINX_VER "nginx/" NGINX_VERSION
5656
+#define NGINX_VER "webkaos/" NGINX_VERSION
5757

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

6868

69-
diff -urN nginx-1.23.4-orig/src/core/ngx_log.c nginx-1.23.4/src/core/ngx_log.c
70-
--- nginx-1.23.4-orig/src/core/ngx_log.c 2023-03-28 18:01:54.000000000 +0300
71-
+++ nginx-1.23.4/src/core/ngx_log.c 2023-03-29 12:59:12.195527524 +0300
69+
diff --color -urN nginx-1.24.0-orig/src/core/ngx_log.c nginx-1.24.0/src/core/ngx_log.c
70+
--- nginx-1.24.0-orig/src/core/ngx_log.c 2023-04-11 04:45:34.000000000 +0300
71+
+++ nginx-1.24.0/src/core/ngx_log.c 2023-06-21 13:55:59.869365935 +0300
7272
@@ -202,9 +202,9 @@
7373
return;
7474
}
@@ -99,9 +99,9 @@ diff -urN nginx-1.23.4-orig/src/core/ngx_log.c nginx-1.23.4/src/core/ngx_log.c
9999
return NGX_CONF_ERROR;
100100
#endif
101101

102-
diff -urN nginx-1.23.4-orig/src/http/modules/ngx_http_autoindex_module.c nginx-1.23.4/src/http/modules/ngx_http_autoindex_module.c
103-
--- nginx-1.23.4-orig/src/http/modules/ngx_http_autoindex_module.c 2023-03-28 18:01:54.000000000 +0300
104-
+++ nginx-1.23.4/src/http/modules/ngx_http_autoindex_module.c 2023-03-29 12:59:12.201527505 +0300
102+
diff --color -urN nginx-1.24.0-orig/src/http/modules/ngx_http_autoindex_module.c nginx-1.24.0/src/http/modules/ngx_http_autoindex_module.c
103+
--- nginx-1.24.0-orig/src/http/modules/ngx_http_autoindex_module.c 2023-04-11 04:45:34.000000000 +0300
104+
+++ nginx-1.24.0/src/http/modules/ngx_http_autoindex_module.c 2023-06-21 13:55:59.878366682 +0300
105105
@@ -449,9 +449,11 @@
106106
;
107107

@@ -177,9 +177,9 @@ diff -urN nginx-1.23.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.23.4-orig/src/http/ngx_http_header_filter_module.c nginx-1.23.4/src/http/ngx_http_header_filter_module.c
181-
--- nginx-1.23.4-orig/src/http/ngx_http_header_filter_module.c 2023-03-28 18:01:54.000000000 +0300
182-
+++ nginx-1.23.4/src/http/ngx_http_header_filter_module.c 2023-03-29 12:59:12.207527487 +0300
180+
diff --color -urN nginx-1.24.0-orig/src/http/ngx_http_header_filter_module.c nginx-1.24.0/src/http/ngx_http_header_filter_module.c
181+
--- nginx-1.24.0-orig/src/http/ngx_http_header_filter_module.c 2023-04-11 04:45:34.000000000 +0300
182+
+++ nginx-1.24.0/src/http/ngx_http_header_filter_module.c 2023-06-21 13:55:59.888367511 +0300
183183
@@ -46,7 +46,7 @@
184184
};
185185

@@ -230,9 +230,9 @@ diff -urN nginx-1.23.4-orig/src/http/ngx_http_header_filter_module.c nginx-1.23.
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.23.4-orig/src/http/ngx_http_special_response.c nginx-1.23.4/src/http/ngx_http_special_response.c
234-
--- nginx-1.23.4-orig/src/http/ngx_http_special_response.c 2023-03-28 18:01:54.000000000 +0300
235-
+++ nginx-1.23.4/src/http/ngx_http_special_response.c 2023-03-29 12:59:12.214527465 +0300
233+
diff --color -urN nginx-1.24.0-orig/src/http/ngx_http_special_response.c nginx-1.24.0/src/http/ngx_http_special_response.c
234+
--- nginx-1.24.0-orig/src/http/ngx_http_special_response.c 2023-04-11 04:45:34.000000000 +0300
235+
+++ nginx-1.24.0/src/http/ngx_http_special_response.c 2023-06-21 13:55:59.898368341 +0300
236236
@@ -19,21 +19,21 @@
237237

238238

@@ -705,9 +705,9 @@ diff -urN nginx-1.23.4-orig/src/http/ngx_http_special_response.c nginx-1.23.4/sr
705705
#define NGX_HTTP_OFF_5XX (NGX_HTTP_LAST_4XX - 400 + NGX_HTTP_OFF_4XX)
706706

707707
ngx_string(ngx_http_error_494_page), /* 494, request header too large */
708-
diff -urN nginx-1.23.4-orig/src/http/v2/ngx_http_v2_filter_module.c nginx-1.23.4/src/http/v2/ngx_http_v2_filter_module.c
709-
--- nginx-1.23.4-orig/src/http/v2/ngx_http_v2_filter_module.c 2023-03-28 18:01:54.000000000 +0300
710-
+++ nginx-1.23.4/src/http/v2/ngx_http_v2_filter_module.c 2023-03-29 12:59:12.221527443 +0300
708+
diff --color -urN nginx-1.24.0-orig/src/http/v2/ngx_http_v2_filter_module.c nginx-1.24.0/src/http/v2/ngx_http_v2_filter_module.c
709+
--- nginx-1.24.0-orig/src/http/v2/ngx_http_v2_filter_module.c 2023-04-11 04:45:34.000000000 +0300
710+
+++ nginx-1.24.0/src/http/v2/ngx_http_v2_filter_module.c 2023-06-21 13:55:59.907369088 +0300
711711
@@ -148,7 +148,7 @@
712712
ngx_http_core_srv_conf_t *cscf;
713713
u_char addr[NGX_SOCKADDR_STRLEN];
@@ -726,9 +726,9 @@ diff -urN nginx-1.23.4-orig/src/http/v2/ngx_http_v2_filter_module.c nginx-1.23.4
726726
}
727727

728728
*pos++ = ngx_http_v2_inc_indexed(NGX_HTTP_V2_SERVER_INDEX);
729-
diff -urN nginx-1.23.4-orig/src/os/unix/ngx_setproctitle.c nginx-1.23.4/src/os/unix/ngx_setproctitle.c
730-
--- nginx-1.23.4-orig/src/os/unix/ngx_setproctitle.c 2023-03-28 18:01:54.000000000 +0300
731-
+++ nginx-1.23.4/src/os/unix/ngx_setproctitle.c 2023-03-29 12:59:12.227527425 +0300
729+
diff --color -urN nginx-1.24.0-orig/src/os/unix/ngx_setproctitle.c nginx-1.24.0/src/os/unix/ngx_setproctitle.c
730+
--- nginx-1.24.0-orig/src/os/unix/ngx_setproctitle.c 2023-04-11 04:45:34.000000000 +0300
731+
+++ nginx-1.24.0/src/os/unix/ngx_setproctitle.c 2023-06-21 13:55:59.918370000 +0300
732732
@@ -89,7 +89,7 @@
733733

734734
ngx_os_argv[1] = NULL;

0 commit comments

Comments
 (0)