diff options
author | osa <osa@FreeBSD.org> | 2015-06-17 04:47:26 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2015-06-17 04:47:26 +0800 |
commit | 304e9d4c9a07827a04fc931dfc94f62c60b33bfd (patch) | |
tree | d884c7be939e3239f0b9944b19a19bcc43745f99 | |
parent | 7df8a87673d61e8baa4af6323d78a06cc3758724 (diff) | |
download | freebsd-ports-gnome-304e9d4c9a07827a04fc931dfc94f62c60b33bfd.tar.gz freebsd-ports-gnome-304e9d4c9a07827a04fc931dfc94f62c60b33bfd.tar.zst freebsd-ports-gnome-304e9d4c9a07827a04fc931dfc94f62c60b33bfd.zip |
Upgrade from 1.9.1 to 1.9.2.
<ChangeLog>
*) Feature: the "backlog" parameter of the "listen" directives of the
mail proxy and stream modules.
*) Feature: the "allow" and "deny" directives in the stream module.
*) Feature: the "proxy_bind" directive in the stream module.
*) Feature: the "proxy_protocol" directive in the stream module.
*) Feature: the -T switch.
*) Feature: the REQUEST_SCHEME parameter added to the fastcgi.conf,
fastcgi_params, scgi_params, and uwsgi_params standard configuration
files.
*) Bugfix: the "reuseport" parameter of the "listen" directive of the
stream module did not work.
*) Bugfix: OCSP stapling might return an expired OCSP response in some
cases.
</ChangeLog>
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 8ed4f5a2d3f2..8ca23d94942d 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 8a8eaf9b31d7..6bc66af02493 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.9.1.tar.gz) = 09f555fae694c0944f172b575ad239f56d40d14559d98e843de0a690f38c1dad -SIZE (nginx-1.9.1.tar.gz) = 855402 +SHA256 (nginx-1.9.2.tar.gz) = 80b6425be14a005c8cb15115f3c775f4bc06bf798aa1affaee84ed9cf641ed78 +SIZE (nginx-1.9.2.tar.gz) = 860233 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (kvspb-nginx-auth-ldap-928856aa95_GH0.tar.gz) = de21b7d9ef0953e96736f6b02d11236c46b138a0bc7889725e8b31f7482e67de |