ports/185157: [patch] www/nginx-devel: update to 1.5.8
Sergey Kandaurov
pluknet at gmail.com
Tue Dec 24 14:10:00 UTC 2013
>Number: 185157
>Category: ports
>Synopsis: [patch] www/nginx-devel: update to 1.5.8
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 24 14:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Sergey Kandaurov
>Release: 10.0-ALPHA5
>Organization:
>Environment:
FreeBSD 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #0 r256092: Sun Oct 6 22:30:23 UTC 2013 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update 1.5.7 to 1.5.8.
Append USE_GNOME values; this fixes libxslt dependency.
<ChangeLog>
*) Feature: IPv6 support in resolver.
*) Feature: the "listen" directive supports the "fastopen" parameter.
Thanks to Mathew Rodley.
*) Feature: SSL support in the ngx_http_uwsgi_module.
Thanks to Roberto De Ioris.
*) Feature: vim syntax highlighting scripts were added to contrib.
Thanks to Evan Miller.
*) Bugfix: a timeout might occur while reading client request body in an
SSL connection using chunked transfer encoding.
*) Bugfix: the "master_process" directive did not work correctly in
nginx/Windows.
*) Bugfix: the "setfib" parameter of the "listen" directive might not
work.
*) Bugfix: in the ngx_http_spdy_module.
</ChangeLog>
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: www/nginx-devel/Makefile
===================================================================
--- www/nginx-devel/Makefile (revision 337235)
+++ www/nginx-devel/Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nginx
-PORTVERSION= 1.5.7
+PORTVERSION= 1.5.8
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -550,7 +550,7 @@
.endif
.if ${PORT_OPTIONS:MHTTP_XSLT}
-USE_GNOME= libxml2 libxslt
+USE_GNOME+= libxml2 libxslt
CONFIGURE_ARGS+=--with-http_xslt_module
.endif
@@ -613,6 +613,7 @@
.endif
.if ${PORT_OPTIONS:MLUA}
+IGNORE= LUA: update require
LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit
CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0"
CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib"
@@ -638,7 +639,7 @@
LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \
libapr-1.so:${PORTSDIR}/devel/apr1
USE_APACHE= 22+
-USE_GNOME= libxml2
+USE_GNOME+= libxml2
MASTER_SITES+= http://www.modsecurity.org/tarball/${NGINX_MODSECURITY_VERSION}/:modsecurity
DISTFILES+= modsecurity-apache_${NGINX_MODSECURITY_VERSION}.tar.gz:modsecurity
CONFIGURE_ARGS+=--add-module=${WRKDIR}/modsecurity-apache_${NGINX_MODSECURITY_VERSION}/nginx/modsecurity
Index: www/nginx-devel/distinfo
===================================================================
--- www/nginx-devel/distinfo (revision 337235)
+++ www/nginx-devel/distinfo (working copy)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.5.7.tar.gz) = 96a5ac866323e4fef502e774d098b445dd898e44cdaea6afa68a68ab5de2e7f1
-SIZE (nginx-1.5.7.tar.gz) = 779985
+SHA256 (nginx-1.5.8.tar.gz) = 23d0f4522fffb4cafcac6897813fec44572636798e24f1798760faf0767a7abe
+SIZE (nginx-1.5.8.tar.gz) = 790523SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011
SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011
SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list