mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Upgrade from 1.15.2 to 1.15.3.
<ChangeLog> *) Feature: now TLSv1.3 can be used with BoringSSL. *) Feature: the "ssl_early_data" directive, currently available with BoringSSL. *) Feature: the "keepalive_timeout" and "keepalive_requests" directives in the "upstream" block. *) Bugfix: the ngx_http_dav_module did not truncate destination file when copying a file over an existing one with the COPY method. *) Bugfix: the ngx_http_dav_module used zero access rights on the destination file and did not preserve file modification time when moving a file between different file systems with the MOVE method. *) Bugfix: the ngx_http_dav_module used default access rights when copying a file with the COPY method. *) Workaround: some clients might not work when using HTTP/2; the bug had appeared in 1.13.5. *) Bugfix: nginx could not be built with LibreSSL 2.8.0. </ChangeLog>
This commit is contained in:
parent
8eb2352e21
commit
70fa2d83f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478331
2 changed files with 4 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= nginx
|
PORTNAME= nginx
|
||||||
PORTVERSION= 1.15.2
|
PORTVERSION= 1.15.3
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://nginx.org/download/ \
|
MASTER_SITES= http://nginx.org/download/ \
|
||||||
LOCAL/osa
|
LOCAL/osa
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
TIMESTAMP = 1533486837
|
TIMESTAMP = 1535482887
|
||||||
SHA256 (nginx-1.15.2.tar.gz) = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90
|
SHA256 (nginx-1.15.3.tar.gz) = 9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
|
||||||
SIZE (nginx-1.15.2.tar.gz) = 1025746
|
SIZE (nginx-1.15.3.tar.gz) = 1022881
|
||||||
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
||||||
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
|
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
|
||||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||||
|
|
Loading…
Add table
Reference in a new issue