-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump NGINX version v1.21.4 (#8889)
* chore: bump NGINX version v1.21.4 Signed-off-by: Jintao Zhang <[email protected]> * chore: bump all others Signed-off-by: Jintao Zhang <[email protected]> * apply all patches Signed-off-by: Jintao Zhang <[email protected]> * fix files hash Signed-off-by: Jintao Zhang <[email protected]> * fix ajp module Signed-off-by: Jintao Zhang <[email protected]> Signed-off-by: Jintao Zhang <[email protected]>
- Loading branch information
1 parent
2488fb0
commit bf8362c
Showing
21 changed files
with
92 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/nginx-1.19.9-larger_max_error_str.patch → ...s/nginx-1.21.4-larger_max_error_str.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
diff -urp nginx-1.21.4/auto/cc/clang nginx-1.21.4-patched/auto/cc/clang | ||
--- nginx-1.21.4/auto/cc/clang 2014-03-04 03:39:24.000000000 -0800 | ||
+++ nginx-1.21.4-patched/auto/cc/clang 2014-03-13 20:54:26.241413360 -0700 | ||
@@ -89,7 +89,7 @@ CFLAGS="$CFLAGS -Wconditional-uninitiali | ||
CFLAGS="$CFLAGS -Wno-unused-parameter" | ||
|
||
# stop on warning | ||
-CFLAGS="$CFLAGS -Werror" | ||
+#CFLAGS="$CFLAGS -Werror" | ||
|
||
# debug | ||
CFLAGS="$CFLAGS -g" | ||
diff -urp nginx-1.21.4/auto/cc/gcc nginx-1.21.4-patched/auto/cc/gcc | ||
--- nginx-1.21.4/auto/cc/gcc 2014-03-04 03:39:24.000000000 -0800 | ||
+++ nginx-1.21.4-patched/auto/cc/gcc 2014-03-13 20:54:13.301355329 -0700 | ||
@@ -168,7 +168,7 @@ esac | ||
|
||
|
||
# stop on warning | ||
-CFLAGS="$CFLAGS -Werror" | ||
+#CFLAGS="$CFLAGS -Werror" | ||
|
||
# debug | ||
CFLAGS="$CFLAGS -g" | ||
diff -urp nginx-1.21.4/auto/cc/icc nginx-1.21.4-patched/auto/cc/icc | ||
--- nginx-1.21.4/auto/cc/icc 2014-03-04 03:39:24.000000000 -0800 | ||
+++ nginx-1.21.4-patched/auto/cc/icc 2014-03-13 20:54:13.301355329 -0700 | ||
@@ -115,7 +115,7 @@ case "$NGX_ICC_VER" in | ||
esac | ||
|
||
# stop on warning | ||
-CFLAGS="$CFLAGS -Werror" | ||
+#CFLAGS="$CFLAGS -Werror" | ||
|
||
# debug | ||
CFLAGS="$CFLAGS -g" |
4 changes: 2 additions & 2 deletions
4
...s/nginx-1.19.9-proxy_host_port_vars.patch → ...s/nginx-1.21.4-proxy_host_port_vars.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.