Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.profile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ BUILD_zbar_SRCURL="https://beehive.molgen.mpg.de/3f69d17f6495de023b59b3539ce5e60
BUILD_leptonica=leptonica-1.87.0
BUILD_leptonica_SRCURL="https://beehive.molgen.mpg.de/d523d2c883b71850a46af2517d8915bf/${BUILD_leptonica}.tar.gz"

# wget "https://nginx.org/download/nginx-1.29.5.tar.gz"
BUILD_nginx=nginx-1.29.5
BUILD_nginx_SRCURL="https://beehive.molgen.mpg.de/e4d1ddefebe90a521563108e2ff02a39/${BUILD_nginx}.tar.gz"
# wget "https://nginx.org/download/nginx-1.30.0.tar.gz"
BUILD_nginx=nginx-1.30.0
BUILD_nginx_SRCURL="https://beehive.molgen.mpg.de/ec242797e2368affe346a79e96ab58f8/${BUILD_nginx}.tar.gz"

# SRCURL="https://github.com/liberationfonts/liberation-fonts/files/7261482/liberation-fonts-ttf-2.1.5.tar.gz"
BUILD_libfontttf=liberation-fonts-ttf-2.1.5
Expand Down
33 changes: 19 additions & 14 deletions nginx.chicken.patch
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ index a57c2f9..6ba724b 100644
</body>
</html>
diff --git a/html/index.html b/html/index.html
index e8f5622..b6668f7 100644
index cdc75e8..adacf00 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,7 +1,7 @@
Expand All @@ -31,21 +31,26 @@ index e8f5622..b6668f7 100644
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
@@ -9,15 +9,11 @@ font-family: Tahoma, Verdana, Arial, sans-serif; }
@@ -9,19 +9,12 @@ font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
-<h1>Welcome to nginx!</h1>
-<p>If you see this page, the nginx web server is successfully installed and
-working. Further configuration is required.</p>
-<p>If you see this page, nginx is successfully installed and working.
-Further configuration is required for the web server, reverse proxy,
-API gateway, load balancer, content cache, or other features.</p>
+<h1>Chicken!</h1>
+<p>Bwok Puk bok pukak bwak-bwak bwok Cluck bwak-bwak waaaaak bwwwaak-bwwwaaaaak.</p>
+<p>Bwok Puk bok pukak bwak-bwak bwok Cluck bwak-bwak waaaaak bwwwaak-bwwwaaaaak..</p>

-<p>For online documentation and support please refer to
-<a href="http://nginx.org/">nginx.org</a>.<br/>
-Commercial support is available at
-<a href="http://nginx.com/">nginx.com</a>.</p>
-<a href="https://nginx.org/">nginx.org</a>.<br/>
-To engage with the community please visit
-<a href="https://community.nginx.org/">community.nginx.org</a>.<br/>
-For enterprise grade support, professional services, additional
-security features and capabilities please refer to
-<a href="https://f5.com/nginx">f5.com/nginx</a>.</p>
+<p>Cluckity... Cluckity Puk-puk Waaaaak cock-a-doodle-doo bwak-bwak-bwak cluckity bwwwaak! Cluckity bok-bok Bok bwok-bwok-bwok bwak-bwak-bwak cluck. Cluck wak-waaaak pukaaaak-pukaaaak-pukaaaaak Puk-puk-puk Puk Gobble-gobble bok Pukaaaaaaak-pukaaaaak bwwwak-bwwwak-bwwwaaaaak Puk bwak bwak-bwak waak-waaaaaaak cluck. Pukak Bwok?</p>
+

-<p><em>Thank you for using nginx.</em></p>
+<p><em>Cluck-cluck-cluck gobble-gobble-gobble honk Gobble-gobble bwwwaaaaaak.</em></p>
Expand All @@ -58,10 +63,10 @@ index 088aa1e..0e1632f 100644
@@ -10,8 +10,8 @@


#define nginx_version 1029005
-#define NGINX_VERSION "1.29.5"
#define nginx_version 1030000
-#define NGINX_VERSION "1.30.0"
-#define NGINX_VER "nginx/" NGINX_VERSION
+#define NGINX_VERSION "1.29.6"
+#define NGINX_VERSION "1.30.1"
+#define NGINX_VER "chicken/" NGINX_VERSION

#ifdef NGX_BUILD
Expand All @@ -80,7 +85,7 @@ index eaf42e3..fd682a3 100644
"</html>" CRLF
;
diff --git a/src/http/v2/ngx_http_v2_filter_module.c b/src/http/v2/ngx_http_v2_filter_module.c
index 6b73b1e..a7b8094 100644
index 6b73b1e..54996ef 100644
--- a/src/http/v2/ngx_http_v2_filter_module.c
+++ b/src/http/v2/ngx_http_v2_filter_module.c
@@ -120,7 +120,7 @@ ngx_http_v2_header_filter(ngx_http_request_t *r)
Expand All @@ -96,7 +101,7 @@ diff --git a/src/http/v3/ngx_http_v3_filter_module.c b/src/http/v3/ngx_http_v3_f
index 4d2276d..7b156a6 100644
--- a/src/http/v3/ngx_http_v3_filter_module.c
+++ b/src/http/v3/ngx_http_v3_filter_module.c
@@ -169,7 +169,7 @@ ngx_http_v3_header_filter(ngx_http_request_t *r)
@@ -166,7 +166,7 @@ ngx_http_v3_header_filter(ngx_http_request_t *r)
n = sizeof(NGINX_VER_BUILD) - 1;

} else {
Expand All @@ -105,7 +110,7 @@ index 4d2276d..7b156a6 100644
}

len += ngx_http_v3_encode_field_lri(NULL, 0,
@@ -352,8 +352,8 @@ ngx_http_v3_header_filter(ngx_http_request_t *r)
@@ -349,8 +349,8 @@ ngx_http_v3_header_filter(ngx_http_request_t *r)
n = sizeof(NGINX_VER_BUILD) - 1;

} else {
Expand Down