Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 23:08:01 +1100 (EST)
From:      Kubilay Kocak <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        osa@FreeBSD.org
Subject:   ports/186031: [PATCH] www/nginx-devel: update to 1.5.9
Message-ID:  <20140123120801.539D939E30@9-STABLE-amd64.elysium>
Resent-Message-ID: <201401231210.s0NCA0Dc095838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186031
>Category:       ports
>Synopsis:       [PATCH] www/nginx-devel: update to 1.5.9
>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:   Thu Jan 23 12:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD 9-STABLE-amd64.elysium 9.2-STABLE FreeBSD 9.2-STABLE #0 r260870: Sun Jan 19 10:38:55 EST
>Description:
www/nginx-devel: Update to 1.5.9

- Update to 1.5.9
- Pet portlint (PKGNAMESUFFIX order)
- Whitespace alignment
- Update LICENSE (BSD -> BSD2CLAUSE)

Changes: 22 Jan 2014

    *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers.

    *) Feature: the "ssl_buffer_size" directive.

    *) Feature: the "limit_rate" directive can now be used to rate limit
       responses sent in SPDY connections.

    *) Feature: the "spdy_chunk_size" directive.

    *) Feature: the "ssl_session_tickets" directive.
       Thanks to Dirkjan Bussink.

    *) Bugfix: the $ssl_session_id variable contained full session
       serialized instead of just a session id.
       Thanks to Ivan Ristic.

    *) Bugfix: nginx incorrectly handled escaped "?" character in the
       "include" SSI command.

    *) Bugfix: the ngx_http_dav_module did not unescape destination URI of
       the COPY and MOVE methods.

    *) Bugfix: resolver did not understand domain names with a trailing dot.
       Thanks to Yichun Zhang.

    *) Bugfix: alerts "zero size buf in output" might appear in logs while
       proxying; the bug had appeared in 1.3.9.

    *) Bugfix: a segmentation fault might occur in a worker process if the
       ngx_http_spdy_module was used.

    *) Bugfix: proxied WebSocket connections might hang right after
       handshake if the select, poll, or /dev/poll methods were used.

    *) Bugfix: the "xclient" directive of the mail proxy module incorrectly
       handled IPv6 client addresses.

Port maintainer (osa@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- nginx-devel-1.5.9.patch begins here ---
diff -ruN /usr/ports/www/nginx-devel/Makefile ./Makefile
--- /usr/ports/www/nginx-devel/Makefile	2014-01-17 12:27:34.000000000 +1100
+++ ./Makefile	2014-01-23 22:57:27.533142072 +1100
@@ -1,19 +1,19 @@
 # Created by: Sergey A. Osokin <osa@FreeBSD.org>
-# $FreeBSD: www/nginx-devel/Makefile 340006 2014-01-17 01:27:34Z osa $
+# $FreeBSD: head/www/nginx-devel/Makefile 340006 2014-01-17 01:27:34Z osa $
 
 PORTNAME=	nginx
-PORTVERSION=	1.5.8
+PORTVERSION=	1.5.9
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	osa
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 PKGNAMESUFFIX=	-devel
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	osa@FreeBSD.org
 COMMENT=	Robust and small WWW server
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 NO_OPTIONS_SORT=	yes
 OPTIONS_DEFINE=	\
@@ -293,7 +293,7 @@
 
 .if ${PORT_OPTIONS:MHTTP_AUTH_LDAP}
 # WWW: https://github.com/kvspb/nginx-auth-ldap
-GIT_HTTP_AUTH_LDAP_VERSION=  c4dc7c9153
+GIT_HTTP_AUTH_LDAP_VERSION=	c4dc7c9153
 MASTER_SITES+=	LOCAL/rm:http_auth_ldap
 DISTFILES+=	http_auth_ldap-${GIT_HTTP_AUTH_LDAP_VERSION}.tar.gz:http_auth_ldap
 CONFIGURE_ARGS+=--add-module=${WRKDIR}/http_auth_ldap-${GIT_HTTP_AUTH_LDAP_VERSION}
diff -ruN /usr/ports/www/nginx-devel/distinfo ./distinfo
--- /usr/ports/www/nginx-devel/distinfo	2014-01-17 12:27:34.000000000 +1100
+++ ./distinfo	2014-01-23 23:05:02.894022217 +1100
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.5.8.tar.gz) = 23d0f4522fffb4cafcac6897813fec44572636798e24f1798760faf0767a7abe
-SIZE (nginx-1.5.8.tar.gz) = 790523
+SHA256 (nginx-1.5.9.tar.gz) = 8a99510519ca6a0eabdaa2afa8be07df1457482ed1cfd06c877dd93951cf57b7
+SIZE (nginx-1.5.9.tar.gz) = 792507
 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
diff -ruN /usr/ports/www/nginx-devel/files/nginx.in ./files/nginx.in
--- /usr/ports/www/nginx-devel/files/nginx.in	2013-02-13 20:23:58.000000000 +1100
+++ ./files/nginx.in	2013-02-14 17:58:35.120004620 +1100
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $FreeBSD: www/nginx-devel/files/nginx.in 312147 2013-02-13 09:23:58Z osa $
+# $FreeBSD: head/www/nginx-devel/files/nginx.in 312147 2013-02-13 09:23:58Z osa $
 
 # PROVIDE: nginx
 # REQUIRE: LOGIN cleanvar
diff -ruN /usr/ports/www/nginx-devel/files/patch-conf-nginx.conf ./files/patch-conf-nginx.conf
--- /usr/ports/www/nginx-devel/files/patch-conf-nginx.conf	2014-01-23 04:40:44.000000000 +1100
+++ ./files/patch-conf-nginx.conf	2014-01-23 19:33:02.462746868 +1100
@@ -1,5 +1,5 @@
 
-$FreeBSD: www/nginx-devel/files/patch-conf-nginx.conf 340725 2014-01-22 17:40:44Z mat $
+$FreeBSD: head/www/nginx-devel/files/patch-conf-nginx.conf 340725 2014-01-22 17:40:44Z mat $
 
 --- conf/nginx.conf.orig	Thu Jan 18 10:08:18 2007
 +++ conf/nginx.conf	Thu Jun 14 12:57:52 2007
--- nginx-devel-1.5.9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140123120801.539D939E30>