mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update from 0.8.42 to 0.8.43.
Feature safe: yes <ChangeLog> *) Feature: large geo ranges base loading speed-up. *) Bugfix: an error_page redirection to "location /zero { return 204; }" without changing status code kept the error body; the bug had appeared in 0.8.42. *) Bugfix: nginx might close IPv6 listen socket during reconfiguration. Thanks to Maxim Dounin. *) Bugfix: the $uid_set variable may be used at any request processing stage. </ChangeLog>
This commit is contained in:
parent
6cdeb33b74
commit
6cff73f550
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257216
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.8.42
|
||||
PORTVERSION= 0.8.43
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (nginx-0.8.42.tar.gz) = 2818e8b03512b239f1238d702703bcf3
|
||||
SHA256 (nginx-0.8.42.tar.gz) = 9f9687f459a753719bf1668fba30b4cdfb2c892a0410b0b304fa663bfb276dbd
|
||||
SIZE (nginx-0.8.42.tar.gz) = 642593
|
||||
MD5 (nginx-0.8.43.tar.gz) = db13a36e5b6d1766e65d658eb1429803
|
||||
SHA256 (nginx-0.8.43.tar.gz) = 54f926037a8b9076974f60a97420ec4333e5612dab90feb424b4c4173ae4a88b
|
||||
SIZE (nginx-0.8.43.tar.gz) = 645733
|
||||
MD5 (nginx_accept_language_module.tar.gz) = 330a8d3b2376fb476b5d3111a7905ec3
|
||||
SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a
|
||||
SIZE (nginx_accept_language_module.tar.gz) = 3299
|
||||
|
Loading…
Reference in New Issue
Block a user