diff options
author | osa <osa@FreeBSD.org> | 2013-07-11 01:48:49 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2013-07-11 01:48:49 +0800 |
commit | 50d63b1aaa531dd6f3075d6be4d2f52b138a897d (patch) | |
tree | 28362b1574a7abac77580a150572dc7b1cb75740 | |
parent | e581ffdcc62b8123559d2d875263c40fe1eaec5f (diff) | |
download | freebsd-ports-gnome-50d63b1aaa531dd6f3075d6be4d2f52b138a897d.tar.gz freebsd-ports-gnome-50d63b1aaa531dd6f3075d6be4d2f52b138a897d.tar.zst freebsd-ports-gnome-50d63b1aaa531dd6f3075d6be4d2f52b138a897d.zip |
Update from 1.5.1 to 1.5.2.
Temporary ignore third-party syslog support.
<ChangeLog>
*) Feature: now several "error_log" directives can be used.
*) Bugfix: the $r->header_in() embedded perl method did not return value
of the "Cookie" and "X-Forwarded-For" request header lines; the bug
had appeared in 1.3.14.
*) Bugfix: in the ngx_http_spdy_module.
Thanks to Jim Radford.
*) Bugfix: nginx could not be built on Linux with x32 ABI.
Thanks to Serguei Ivantsov.
</ChangeLog>
-rw-r--r-- | www/nginx-devel/Makefile | 3 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 66dca1db7fc2..c8e905efef66 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -756,6 +756,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSI .endif .if ${PORT_OPTIONS:MSYSLOG_SUPPORT} +IGNORE= update require NGINX_SYSLOG_SUPPORT_FACILITY?= LOG_DAEMON CONFIGURE_ARGS+=--with-syslog --with-syslog-facility=${NGINX_SYSLOG_SUPPORT_FACILITY} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-syslog_support diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index b77647423845..6b48cfcfbb4d 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.5.1.tar.gz) = 6e02dc28919ea3c8cf58d5076c1ff884e29bfe2197f27f829899ffd97e0939a6 -SIZE (nginx-1.5.1.tar.gz) = 768299 +SHA256 (nginx-1.5.2.tar.gz) = 90c2296920e52d56f3c6ba0f46f8ab33d2a78161001407c542c268db66078324 +SIZE (nginx-1.5.2.tar.gz) = 769040 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 |