mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Update from 1.3.5 to 1.3.6.
<ChangeLog> *) Feature: the ngx_http_gunzip_filter_module. *) Feature: the "memcached_gzip_flag" directive. *) Feature: the "always" parameter of the "gzip_static" directive. *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. Thanks to Charles Chen. *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if the --with-ipv6 option was used. </ChangeLog>
This commit is contained in:
parent
504407493a
commit
5340849a4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304154
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.3.5
|
||||
PORTVERSION= 1.3.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
@ -33,6 +33,7 @@ OPTIONS_DEFINE= \
|
||||
HTTP_FLV \
|
||||
HTTP_GEOIP \
|
||||
HTTP_GZIP_STATIC \
|
||||
HTTP_GUNZIP_FILTER \
|
||||
HTTP_IMAGE_FILTER \
|
||||
HTTP_PERL \
|
||||
HTTP_RANDOM_INDEX \
|
||||
@ -61,7 +62,6 @@ OPTIONS_DEFINE= \
|
||||
HTTP_DAV_EXT \
|
||||
HTTP_EVAL \
|
||||
HTTP_FANCYINDEX \
|
||||
HTTP_GUNZIP_FILTER \
|
||||
HTTP_MOGILEFS \
|
||||
HTTP_NOTICE \
|
||||
HTTP_PUSH \
|
||||
@ -117,6 +117,7 @@ HTTP_DAV_DESC= Enable http_webdav module
|
||||
HTTP_FLV_DESC= Enable http_flv module
|
||||
HTTP_GEOIP_DESC= Enable http_geoip module
|
||||
HTTP_GZIP_STATIC_DESC= Enable http_gzip_static module
|
||||
HTTP_GUNZIP_FILTER_DESC= Enable http_gunzip_filter module
|
||||
HTTP_IMAGE_FILTER_DESC= Enable http_image_filter module
|
||||
HTTP_MP4_DESC= Enable http_mp4 module
|
||||
HTTP_PERL_DESC= Enable http_perl module
|
||||
@ -146,7 +147,6 @@ HTTP_AUTH_REQ_DESC= 3rd party http_auth_request module
|
||||
HTTP_DAV_EXT_DESC= 3rd party webdav_ext module
|
||||
HTTP_EVAL_DESC= 3rd party eval module
|
||||
HTTP_FANCYINDEX_DESC= 3rd party http_fancyindex module
|
||||
HTTP_GUNZIP_FILTER_DESC= 3rd party http_gunzip_filter module
|
||||
HTTP_MOGILEFS_DESC= 3rd party mogilefs module
|
||||
HTTP_MP4_H264_DESC= 3rd party mp4/h264 module
|
||||
HTTP_NOTICE_DESC= 3rd party notice module
|
||||
@ -367,13 +367,6 @@ DISTFILES+= ngx-fancyindex-${NGINX_FANCYINDEX_VERSION}.tar.gz:fancyindex
|
||||
CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx-fancyindex-${NGINX_FANCYINDEX_VERSION}
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MHTTP_GUNZIP_FILTER}
|
||||
NGINX_GUNZIP_FILTER_VERSION= 0.4
|
||||
MASTER_SITES+= http://mdounin.ru/files/:gunzipfilter
|
||||
DISTFILES+= ngx_http_gunzip_filter_module-${NGINX_GUNZIP_FILTER_VERSION}.tar.gz:gunzipfilter
|
||||
CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_gunzip_filter_module-${NGINX_GUNZIP_FILTER_VERSION}
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MHTTP_FLV}
|
||||
CONFIGURE_ARGS+=--with-http_flv_module
|
||||
.endif
|
||||
@ -387,6 +380,10 @@ LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP
|
||||
CONFIGURE_ARGS+=--with-http_gzip_static_module
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MHTTP_GUNZIP_FILTER}
|
||||
CONFIGURE_ARGS+=--with-http_gunzip_module
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MHTTP_IMAGE_FILTER}
|
||||
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
|
||||
CONFIGURE_ARGS+=--with-http_image_filter_module
|
||||
|
@ -1,5 +1,5 @@
|
||||
SHA256 (nginx-1.3.5.tar.gz) = 9b0cd90b76dba86cccc8f3442b6adddbde8441fa3f9b6ffb339f0c85c2f8ab44
|
||||
SIZE (nginx-1.3.5.tar.gz) = 725169
|
||||
SHA256 (nginx-1.3.6.tar.gz) = 9e6e680b75c6db09bf09bb717721dad8b2d7897d8fc54d4cdc8c5af972dd3d5d
|
||||
SIZE (nginx-1.3.6.tar.gz) = 728659
|
||||
SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c
|
||||
SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398
|
||||
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
|
||||
@ -22,8 +22,6 @@ SHA256 (vkholodkov-nginx-eval-module-1.0.3-0-g125fa2e.tar.gz) = 945046c42d973be9
|
||||
SIZE (vkholodkov-nginx-eval-module-1.0.3-0-g125fa2e.tar.gz) = 5727
|
||||
SHA256 (ngx-fancyindex-0.3.1.tar.gz) = 877e383c6bc06be92abb88f5ac251a165b63feb5f4828d52a554efc19a3f7c7d
|
||||
SIZE (ngx-fancyindex-0.3.1.tar.gz) = 13071
|
||||
SHA256 (ngx_http_gunzip_filter_module-0.4.tar.gz) = d2bcef58612d1f66f92c7160fc05695b540ffdee45936b1e86a0d4981e09114a
|
||||
SIZE (ngx_http_gunzip_filter_module-0.4.tar.gz) = 7432
|
||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||
SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208
|
||||
SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19
|
||||
|
Loading…
Reference in New Issue
Block a user