mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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>
This commit is contained in:
parent
cfb6691ed6
commit
d21b45e3cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482992
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unit
|
||||
PORTVERSION= 1.4
|
||||
PORTVERSION= 1.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://unit.nginx.org/download/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue