mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Update from 1.10.0 to 1.11.0.
Please read the following email to better understand how to use new nginx unit features, http://mailman.nginx.org/pipermail/unit/2019-September/000167.html <ChangeLog> *) Feature: basic support for serving static files. *) Feature: isolation of application processes with Linux namespaces. *) Feature: built-in WebSocket server implementation for Java Servlet Containers. *) Feature: direct addressing of API configuration options containing slashes "/" using URI encoding (%2F). *) Bugfix: segmentation fault might have occurred in Go applications under high load. *) Bugfix: WebSocket support was broken if Unit was built with some linkers other than GNU ld (e.g. gold or LLD). </ChangeLog>
This commit is contained in:
parent
617be60d92
commit
fcdfcd365a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512368
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unit
|
||||
PORTVERSION= 1.10.0
|
||||
PORTVERSION= 1.11.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://unit.nginx.org/download/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1566509077
|
||||
SHA256 (unit-1.10.0.tar.gz) = bf55cc04cc80114de99f412887466a4743dd821e5ff5c02c5c7d859cb8275311
|
||||
SIZE (unit-1.10.0.tar.gz) = 564348
|
||||
TIMESTAMP = 1568920490
|
||||
SHA256 (unit-1.11.0.tar.gz) = da52e884743a08a3ee202ebd1cc21154ac527427d195f0edc003c26e0779b5ca
|
||||
SIZE (unit-1.11.0.tar.gz) = 681333
|
||||
|
Loading…
Reference in New Issue
Block a user