diff --git a/nginx-1.15.2.tar.gz b/nginx-1.15.2.tar.gz deleted file mode 100644 index 3122fb6..0000000 --- a/nginx-1.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90 -size 1025746 diff --git a/nginx-1.15.2.tar.gz.asc b/nginx-1.15.2.tar.gz.asc deleted file mode 100644 index 80e9d41..0000000 --- a/nginx-1.15.2.tar.gz.asc +++ /dev/null @@ -1,10 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEcBAABAgAGBQJbVyW1AAoJEFIKmZOhwFL43GoIAIoCKjgzZ6C8taGjAkCozTiR -quRiang8LxSi2goNEamCS626AY9quBi7zJ9RS8CuMdHa7gWRTTCM8Hveg0/UQwYQ -TpmCTf7uSsyMvTbsm7TKCwKOmHGvGGungcoF3OPuNCP8r0nkES5eQqH2Un8ZEXYw -Ofh/CsxnAuy3KeBYb4cg4lbv5uVI6pqbsWmFDKi6lZRezqjQjtHbqP/BJ6paE0ZN -u841mvBd/W767Ae1fQMHmkxG48pz2VirUTG/wPM0N/hj1wgPuVWugmlsGvtLc3Vi -uJf+mq0Uade63D4k26Mwzstc3QrmyxBwwK6wEMHatP6LmRRfzbTigIXPfiEGl4k= -=gOMr ------END PGP SIGNATURE----- diff --git a/nginx-1.15.3.tar.gz b/nginx-1.15.3.tar.gz new file mode 100644 index 0000000..853f21b --- /dev/null +++ b/nginx-1.15.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85 +size 1022881 diff --git a/nginx-1.15.3.tar.gz.asc b/nginx-1.15.3.tar.gz.asc new file mode 100644 index 0000000..3bd05f3 --- /dev/null +++ b/nginx-1.15.3.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABAgAGBQJbhWxWAAoJEFIKmZOhwFL4+icH/R0AY82GB2r/bGvrHv6FgPeT +CeqLO9xZINjwWcnay8mb8DKMlM0KCE2R11MvESO7g0ganvJkQgQuhysq4GMLzqnX +odZbJboSSpiRPduJTFG8prKA2jbp6NmfWwJg14wSimBPzWMk8r4yQY1hjGmqVFWb +lwpmUz4w0ExPFVA8aE+NmA76xJOcNCtk/NbwKYIYIFNfPvdhtazWSZO5322yaEuK +HNG4urRy2O/Dc16MSkHPNXfydM5DgN5lAwCjyiI0BQ76JAG+e7MvW2bDWZmGPMJk +9ZKPyRBETMBsihjektiahWgr0UnVjToz4O4cLOOwFS5o52wjVsT4famdArFYO/E= +=iFHN +-----END PGP SIGNATURE----- diff --git a/nginx.changes b/nginx.changes index b0a79a9..6dc3b10 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Sep 6 12:36:21 UTC 2018 - Marcus Rueckert + +- update to 1.15.3 + - 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. + ------------------------------------------------------------------- Mon Jul 30 12:21:26 UTC 2018 - mrueckert@suse.de diff --git a/nginx.spec b/nginx.spec index 32c6faf..295dcb2 100644 --- a/nginx.spec +++ b/nginx.spec @@ -70,7 +70,7 @@ %define ngx_doc_dir %{_datadir}/doc/packages/%{name} # Name: nginx -Version: 1.15.2 +Version: 1.15.3 Release: 0 %define ngx_fancyindex_version 0.4.2 %define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}