mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Upgrade from 1.0 to the latest bugfix release 1.1.
<ChangeLog> *) Bugfix: Python applications that use the write() callable did not work. *) Bugfix: virtual environments created with Python 3.3 or above might not have worked. *) Bugfix: the request.Read() function in Go applications did not produce EOF when the whole body was read. *) Bugfix: a segmentation fault might have occurred while access log reopening. *) Bugfix: in parsing of IPv6 control socket addresses. *) Bugfix: loading of application modules was broken on OpenBSD. *) Bugfix: a segmentation fault might have occurred when there were two modules with the same type and version; the bug had appeared in 1.0. *) Bugfix: alerts "freed pointer points to non-freeble page" might have appeared in log on 32-bit platforms. </ChangeLog>
This commit is contained in:
parent
10791c23e9
commit
d9db31f667
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468387
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= unit
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://unit.nginx.org/download/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1523921078
|
||||
SHA256 (unit-1.0.tar.gz) = 13b250032d3aeef554f5e7f67b26dc2c01b9e51f5f392cbeca44db65488ca6f1
|
||||
SIZE (unit-1.0.tar.gz) = 394894
|
||||
TIMESTAMP = 1524778894
|
||||
SHA256 (unit-1.1.tar.gz) = 7c66365f5ea87e7e8903bac9d639676947fe2ab7aa799ce35defc426b3409ee0
|
||||
SIZE (unit-1.1.tar.gz) = 394937
|
||||
|
Loading…
Reference in New Issue
Block a user