Page MenuHomeFreeBSD

www/nginx: Update from 1.12.1 to 1.12.2
ClosedPublic

Authored by joneum on Oct 17 2017, 9:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 3:39 PM
Unknown Object (File)
Fri, Apr 12, 9:08 PM
Unknown Object (File)
Wed, Apr 10, 8:54 PM
Unknown Object (File)
Apr 5 2024, 5:22 AM
Unknown Object (File)
Apr 2 2024, 10:17 PM
Unknown Object (File)
Mar 31 2024, 6:51 PM
Unknown Object (File)
Mar 29 2024, 6:31 PM
Unknown Object (File)
Mar 27 2024, 5:13 PM
Subscribers

Details

Summary

www/nginx: Update from 1.12.1 to 1.12.2

  • Changelog:

    *) Bugfix: client SSL connections were immediately closed if deferred accept and the "proxy_protocol" parameter of the "listen" directive were used.

    *) Bugfix: client connections might be dropped during configuration testing when using the "reuseport" parameter of the "listen" directive on Linux.

    *) Bugfix: incorrect response length was returned on 32-bit platforms when requesting more than 4 gigabytes with multiple ranges.

    *) Bugfix: switching to the next upstream server in the stream module did not work when using the "ssl_preread" directive.

    *) Bugfix: when using HTTP/2 client request body might be corrupted.

    *) Bugfix: in handling of client addresses when using unix domain sockets.

Update passanger from 5.1.8 to 5.1.11. There was an security advisory:
https://blog.phusion.nl/2017/10/13/passenger-security-advisory-5-1-11/

MFH: 2017Q4
Approved by: xxx (mentor)
#Differential Revision: https://reviews.freebsd.org/Dxxxxx

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tz added inline comments.
www/nginx/distinfo
133 ↗(On Diff #34078)

Is there any reason for changing the sort? Looks like a locale-Setting.
No stopper for me, just want to bring it up.

This revision is now accepted and ready to land.Oct 18 2017, 7:56 AM
www/nginx/distinfo
133 ↗(On Diff #34078)

I also have no explanation. make makesum had it down. SHA256 and SIZE are equal.

www/nginx/distinfo
133 ↗(On Diff #34078)

What is the output of
$ locale
?

I think it will be something like:

$ locale
LANG=de_DE.UTF-8
LC_CTYPE="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_ALL=de_DE.UTF-8

This would explain the change, because your diff is ordered like German ISO standard. :D

This revision was automatically updated to reflect the committed changes.