1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

Update from 0.7.13 to 0.7.14.

<ChangeLog>

*) Change: now the ssl_certificate and ssl_certificate_key directives
   have not default values.

*) Feature: the "listen" directive supports the "ssl" parameter.

*) Feature: now nginx takes into account a time zone change while
   reconfiguration on FreeBSD and Linux.

*) Bugfix: the "listen" directive parameters such as "backlog",
   "rcvbuf", etc. were not set, if a default server was not the first
   one.

*) Bugfix: if URI part captured by a "rewrite" directive was used as a
   query string, then the query string was not escaped.

*) Bugfix: configuration file validity test improvements.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2008-09-02 03:56:06 +00:00
parent f9740d36a8
commit 5f4ac3404d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219634
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= nginx
PORTVERSION= 0.7.13
PORTVERSION= 0.7.14
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}

View File

@ -1,6 +1,6 @@
MD5 (nginx-0.7.13.tar.gz) = 966c0951433f5edf7bb42aa70fabbc29
SHA256 (nginx-0.7.13.tar.gz) = 24dca7ae851411eeb1597f97d44648eaa7b515216b327a7d061cc37498b25180
SIZE (nginx-0.7.13.tar.gz) = 543938
MD5 (nginx-0.7.14.tar.gz) = 7df23863a144ef6f9ccf853259af82b6
SHA256 (nginx-0.7.14.tar.gz) = 60062346b39c3efc7f37f352b542e3f209898641e90be4198bcfb828f9edb52d
SIZE (nginx-0.7.14.tar.gz) = 545722
MD5 (nginx_upload_module-2.0.6.tar.gz) = a4e5f20735a443df5e8f111076ccdc03
SHA256 (nginx_upload_module-2.0.6.tar.gz) = fb11a458fbaa5fde6b3a6b248881585c00d961deee69137ebc681ed6ba42fabd
SIZE (nginx_upload_module-2.0.6.tar.gz) = 16867