diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-10-25 21:03:46 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-10-25 21:03:46 +0000 |
| commit | d21b45e3cd064edd899bb92b17a9f9cac4fd5c52 (patch) | |
| tree | 7410b7550b0fc4299516cf03887b55d10d985126 | |
| parent | Update to a new snapshot. (diff) | |
Upgrade from 1.4 to 1.5.
<ChangeLog>
*) Change: the "type" of application object for Go was changed to
"external".
*) Feature: initial version of Node.js package with basic HTTP
request-response support.
*) Feature: compatibility with LibreSSL.
*) Feature: --libdir and --incdir ./configure options to install libunit
headers and static library.
*) Bugfix: connection might be closed prematurely while sending
response; the bug had appeared in 1.3.
*) Bugfix: application processes might have stopped handling requests,
producing "last message send failed: Resource temporarily
unavailable" alerts in log; the bug had appeared in 1.4.
*) Bugfix: Go applications didn't work when Unit was built with musl C
library.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=482992
| -rw-r--r-- | www/unit/Makefile | 2 | ||||
| -rw-r--r-- | www/unit/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/unit/Makefile b/www/unit/Makefile index 5cb4d6576a92..5fd673e83f08 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unit -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= www MASTER_SITES= https://unit.nginx.org/download/ diff --git a/www/unit/distinfo b/www/unit/distinfo index d9c8a3f3da2d..0062e1152734 100644 --- a/www/unit/distinfo +++ b/www/unit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1537625178 -SHA256 (unit-1.4.tar.gz) = 86313596e758a33b2afe118458b6c307b8ff7732a3a32fbd04c9050631ba6f3f -SIZE (unit-1.4.tar.gz) = 428941 +TIMESTAMP = 1540501233 +SHA256 (unit-1.5.tar.gz) = 726d862a3d94e95aaf16471a81c02e16d37b05b17f0d889a1c123acc621cc3cd +SIZE (unit-1.5.tar.gz) = 437636 |
