Update from 1.3.15 to 1.3.16.
Fix depends for third-party drizzle module. Feature safe: yes <ChangeLog> *) Bugfix: a segmentation fault might occur in a worker process if subrequests were used; the bug had appeared in 1.3.9. *) Bugfix: the "tcp_nodelay" directive caused an error if a WebSocket connection was proxied into a unix domain socket. *) Bugfix: the $upstream_response_length variable has an incorrect value "0" if buffering was not used. Thanks to Piotr Sikora. *) Bugfix: in the eventport and /dev/poll methods. </ChangeLog>
This commit is contained in:
parent
8923042431
commit
7a4c588e0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315886
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.3.15
|
||||
PORTVERSION= 1.3.16
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
@ -555,7 +555,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/mod_zip-${NGINX_ZIP_VERSION}
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDRIZZLE}
|
||||
LIB_DEPENDS+= drizzle:${PORTSDIR}/databases/drizzle
|
||||
LIB_DEPENDS+= drizzle:${PORTSDIR}/databases/libdrizzle
|
||||
NGINX_DRIZZLE_VERSION= 0.1.4
|
||||
GIT_DRIZZLE_VERSION= 0-g59e12ad
|
||||
FETCH_ARGS= -pRr
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SHA256 (nginx-1.3.15.tar.gz) = 3267574f007cba5d947ad04d2aebd45ffec06565d019791bc536229bbc6d3b84
|
||||
SIZE (nginx-1.3.15.tar.gz) = 772759
|
||||
SHA256 (nginx-1.3.16.tar.gz) = 991ed83b497ba850bd98bc020b926147aa81e96549f4ffbcfd47ba9b4241ec4e
|
||||
SIZE (nginx-1.3.16.tar.gz) = 773279
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue