mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update from 0.7.8 to 0.7.9.
<ChangeLog> *) Change: now ngx_http_charset_module works by default with following MIME types: text/html, text/css, text/xml, text/plain, text/vnd.wap.wml, application/x-javascript, and application/rss+xml. *) Feature: the "charset_types" and "addition_types" directives. *) Feature: now the "gzip_types", "ssi_types", and "sub_filter_types" directives use hash. *) Feature: the ngx_cpp_test_module. *) Feature: the "expires" directive supports daily time. *) Feature: the ngx_http_xslt_module improvements and bug fixing. Thanks to Denis F. Latypoff and Maxim Dounin. *) Bugfix: the "log_not_found" directive did not work for index files tests. *) Bugfix: HTTPS connections might hang, if kqueue, epoll, rtsig, or eventport methods were used; the bug had appeared in 0.7.7. *) Bugfix: if the "server_name", "valid_referers", and "map" directives used an "*.domain.tld" wildcard and exact name "domain.tld" was not set, then the exact name was matched by the wildcard; the bugs had appeared in 0.3.18. </ChangeLog>
This commit is contained in:
parent
cf12848ad4
commit
dbc3e0d393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218482
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.7.8
|
||||
PORTVERSION= 0.7.9
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nginx-0.7.8.tar.gz) = 340230c7d1f6238dd02a5f867c1c4a3f
|
||||
SHA256 (nginx-0.7.8.tar.gz) = 9b74f0c89dadeae0b0519eb24d63acdf4bee35cafdfe8ec6056359010945c230
|
||||
SIZE (nginx-0.7.8.tar.gz) = 540843
|
||||
MD5 (nginx-0.7.9.tar.gz) = cf3db2e1b6b628b04c2a769e2b3773bb
|
||||
SHA256 (nginx-0.7.9.tar.gz) = 5e98557f1442f1200f39f85d2335e7b5dd05c0b65a2bc1e3aedcefaab4fef2a7
|
||||
SIZE (nginx-0.7.9.tar.gz) = 542397
|
||||
|
Loading…
Reference in New Issue
Block a user