File tree Expand file tree Collapse file tree 6 files changed +19
-19
lines changed
Expand file tree Collapse file tree 6 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ nginx/newrelic_nginx_agent-1.2.1.tar.gz:
7878 size : 5222
7979 object_id : c63358f6-574a-4e20-9d2b-7e1450368b6d
8080 sha : sha256:a5a7f9b3a7e20302943b1dd448d9b725cf3cb28d774d79f618aab7c4ddeea52b
81- nginx/nginx-1.28.0 .tar.gz :
82- size : 1280111
83- object_id : dcb99699-0f32-4a96-4a83-056e68492c36
84- sha : sha256:c6b5c6b086c0df9d3ca3ff5e084c1d0ef909e6038279c71c1c3e985f576ff76a
81+ nginx/nginx-1.28.1 .tar.gz :
82+ size : 1282057
83+ object_id : d044ee6d-9bb2-4deb-4e22-5510b3457f2c
84+ sha : sha256:40e7a0916d121e8905ef50f2a738b675599e42b2224a582dd938603fed15788e
8585nginx/nginx-dav-ext-module-3.0.0.tar.gz :
8686 size : 14558
8787 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.0 .tar.gz | [ nginx.org] ( http://nginx.org/download/nginx-1.28.0 .tar.gz ) |
9+ | nginx-1.28.1 .tar.gz | [ nginx.org] ( http://nginx.org/download/nginx-1.28.1 .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.0 .tar.gz
16+ tar xzvf nginx/nginx-1.28.1 .tar.gz
1717
18- sed -i 's@"nginx/"@"-/"@g' nginx-1.28.0 /src/core/nginx.h
19- sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.0 /src/http/ngx_http_header_filter_module.c
20- sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.0 /src/http/v2/ngx_http_v2_filter_module.c
21- sed -i 's@<hr><center>nginx</center>@@g' nginx-1.28.0 /src/http/ngx_http_special_response.c
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
2222
2323echo "Building nginx..."
24- pushd nginx-1.28.0
24+ pushd nginx-1.28.1
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.0 .tar.gz
4+ - nginx/nginx-1.28.1 .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.0 .tar.gz
18+ tar xzvf nginx/nginx-1.28.1 .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.0 /src/core/nginx.h
24- sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.0 /src/http/ngx_http_header_filter_module.c
25- sed -i 's@r->headers_out.server == NULL@0@g' nginx-1.28.0 /src/http/v2/ngx_http_v2_filter_module.c
26- sed -i 's@<hr><center>nginx</center>@@g' nginx-1.28.0 /src/http/ngx_http_special_response.c
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
2727
2828echo "Building nginx..."
29- pushd nginx-1.28.0
29+ pushd nginx-1.28.1
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.0 .tar.gz
5+ - nginx/nginx-1.28.1 .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