File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ nginx/newrelic_nginx_agent-1.2.1.tar.gz:
7474 size : 5222
7575 object_id : c63358f6-574a-4e20-9d2b-7e1450368b6d
7676 sha : sha256:a5a7f9b3a7e20302943b1dd448d9b725cf3cb28d774d79f618aab7c4ddeea52b
77- nginx/nginx-1.28.1 .tar.gz :
78- size : 1282057
79- object_id : d044ee6d-9bb2-4deb-4e22-5510b3457f2c
80- sha : sha256:40e7a0916d121e8905ef50f2a738b675599e42b2224a582dd938603fed15788e
77+ nginx/nginx-1.28.2 .tar.gz :
78+ size : 1282351
79+ object_id : ad389b07-a056-40c7-4cc5-562ddd2f20aa
80+ sha : sha256:20e5e0f2c917acfb51120eec2fba9a4ba4e1e10fd28465067cc87a7d81a829a3
8181nginx/nginx-dav-ext-module-3.0.0.tar.gz :
8282 size : 14558
8383 object_id : 44648d53-c24b-45e4-4434-007713aa5fe7
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ The files can be downloaded from the following locations:
66
77| Filename | Download URL |
88| ----------------------------------| -------------------------------------------------------------------------------------------------------------------|
9- | nginx-1.28.1 .tar.gz | [ nginx.org] ( http://nginx.org/download/nginx-1.28.1 .tar.gz ) |
9+ | nginx-1.28.2 .tar.gz | [ nginx.org] ( http://nginx.org/download/nginx-1.28.2 .tar.gz ) |
1010| nginx-upload-module-2.3.0.tar.gz | [ github.com/vkholodkov/nginx-upload-module] ( https://github.com/fdintino/nginx-upload-module/archive/2.3.0.tar.gz )
1111| pcre-8.45.tar.gz | [ pcre.org] ( ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.45.tar.gz ) |
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ pushd nginx-upload-module-2.3.0
1313popd
1414
1515echo "Extracting nginx..."
16- tar xzvf nginx/nginx-1.28.1 .tar.gz
16+ tar xzvf nginx/nginx-1.28.2 .tar.gz
1717
18- sed -i 's@"nginx/"@"-/"@g' nginx-1.28.1 /src/core/nginx.h
19- sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.1 /src/http/ngx_http_header_filter_module.c
20- sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.1 /src/http/v2/ngx_http_v2_filter_module.c
21- sed -i 's@<hr><center>nginx</center>@@g' nginx-1.28.1 /src/http/ngx_http_special_response.c
18+ sed -i 's@"nginx/"@"-/"@g' nginx-1.28.2 /src/core/nginx.h
19+ sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.2 /src/http/ngx_http_header_filter_module.c
20+ sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.2 /src/http/v2/ngx_http_v2_filter_module.c
21+ sed -i 's@<hr><center>nginx</center>@@g' nginx-1.28.2 /src/http/ngx_http_special_response.c
2222
2323echo "Building nginx..."
24- pushd nginx-1.28.1
24+ pushd nginx-1.28.2
2525 ./configure \
2626 --prefix=${BOSH_INSTALL_TARGET} \
2727 --with-pcre=../pcre-8.45 \
Original file line number Diff line number Diff line change 11---
22name: nginx
33files:
4- - nginx/nginx-1.28.1 .tar.gz
4+ - nginx/nginx-1.28.2 .tar.gz
55- nginx/pcre-8.45.tar.gz
66- nginx/nginx-upload-module-2.3.0.tar.gz
77- nginx/upload_module_put_support.patch
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ echo "Extracting pcre..."
1515tar xzvf nginx/pcre-8.45.tar.gz
1616
1717echo "Extracting nginx..."
18- tar xzvf nginx/nginx-1.28.1 .tar.gz
18+ tar xzvf nginx/nginx-1.28.2 .tar.gz
1919
2020echo "Extracting webdav extensions"
2121tar xzvf nginx/nginx-dav-ext-module-3.0.0.tar.gz
2222
23- sed -i 's@"nginx/"@"-/"@g' nginx-1.28.1 /src/core/nginx.h
24- sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.1 /src/http/ngx_http_header_filter_module.c
25- sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.1 /src/http/v2/ngx_http_v2_filter_module.c
26- sed -i 's@<hr><center>nginx</center>@@g' nginx-1.28.1 /src/http/ngx_http_special_response.c
23+ sed -i 's@"nginx/"@"-/"@g' nginx-1.28.2 /src/core/nginx.h
24+ sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.2 /src/http/ngx_http_header_filter_module.c
25+ sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.2 /src/http/v2/ngx_http_v2_filter_module.c
26+ sed -i 's@<hr><center>nginx</center>@@g' nginx-1.28.2 /src/http/ngx_http_special_response.c
2727
2828echo "Building nginx..."
29- pushd nginx-1.28.1
29+ pushd nginx-1.28.2
3030 ./configure \
3131 --prefix=${BOSH_INSTALL_TARGET} \
3232 --with-ld-opt="-L /usr/local/lib" \
Original file line number Diff line number Diff line change 22name: nginx_webdav
33files:
44 - expat/expat-2.5.0.tar.bz2
5- - nginx/nginx-1.28.1 .tar.gz
5+ - nginx/nginx-1.28.2 .tar.gz
66 - nginx/pcre-8.45.tar.gz
77 - nginx/nginx-dav-ext-module-3.0.0.tar.gz
You can’t perform that action at this time.
0 commit comments