diff options
author | joneum <joneum@FreeBSD.org> | 2017-12-14 18:07:04 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2017-12-14 18:07:04 +0800 |
commit | 93f20a3e2b5347a7cd86bf2ab01ebc4cea012343 (patch) | |
tree | 979df2bba67346a36d6fbef5a898c34e667c762d | |
parent | 01c05dd87a7b32991ad5204b71d53817205e5676 (diff) | |
download | freebsd-ports-gnome-93f20a3e2b5347a7cd86bf2ab01ebc4cea012343.tar.gz freebsd-ports-gnome-93f20a3e2b5347a7cd86bf2ab01ebc4cea012343.tar.zst freebsd-ports-gnome-93f20a3e2b5347a7cd86bf2ab01ebc4cea012343.zip |
www/nginx: Update fancyindex to 0.4.2
This release contains an important fix which can cause Nginx
to crash when a directory contains zero-sized (empty) files.
This bug has been present in all previous releases,
and all users are strongly encouraged to update to version 0.4.2.
PR: 224237
Submitted by: wosch
Approved by: tz (mentor)
MFH: 2017Q4
Differential Revision: https://reviews.freebsd.org/D13486
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 75fd7922860a..b6cf02496284 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.12.2 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -529,7 +529,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_eval} .endif .if ${PORT_OPTIONS:MHTTP_FANCYINDEX} -NGINX_FANCYINDEX_VERSION= 0.4.1 +NGINX_FANCYINDEX_VERSION= 0.4.2 GH_ACCOUNT+= aperezdc:fancyindex GH_PROJECT+= ngx-fancyindex:fancyindex GH_TAGNAME+= v${NGINX_FANCYINDEX_VERSION}:fancyindex diff --git a/www/nginx/distinfo b/www/nginx/distinfo index e0cf6c4de5bb..b20da3150948 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1512144757 +TIMESTAMP = 1513235728 SHA256 (nginx-1.12.2.tar.gz) = 305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416 SIZE (nginx-1.12.2.tar.gz) = 981687 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -47,8 +47,8 @@ SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c9 SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (openresty-nginx-eval-module-342c812_GH0.tar.gz) = c45f6438474593f0cf5229160327d20c2f2d72e9c0b5c8cf9e0ef8d5295de177 SIZE (openresty-nginx-eval-module-342c812_GH0.tar.gz) = 14183 -SHA256 (aperezdc-ngx-fancyindex-v0.4.1_GH0.tar.gz) = 2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71 -SIZE (aperezdc-ngx-fancyindex-v0.4.1_GH0.tar.gz) = 21130 +SHA256 (aperezdc-ngx-fancyindex-v0.4.2_GH0.tar.gz) = 8327150864ca267b735d550d3304030efbbd863fdddfe0a94e970f249a8827ee +SIZE (aperezdc-ngx-fancyindex-v0.4.2_GH0.tar.gz) = 22047 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 SHA256 (leev-ngx_http_geoip2_module-2.0_GH0.tar.gz) = ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99 |