Update to 7.32.
- Added -f option to get command. - Improved get command with support for passing request data by redirecting STDIN. - Fixed memory leak in Mojo::IOLoop::Client that sometimes prevented the connect timeout from working correctly for TLS handshakes.
This commit is contained in:
parent
5d07cc1f73
commit
e782fd9ca9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442108
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Mojolicious
|
||||
PORTVERSION= 7.31
|
||||
PORTVERSION= 7.32
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1493043892
|
||||
SHA256 (Mojolicious-7.31.tar.gz) = 4279171f48052436a7d7fffc2aa7071e91a860507f2de824e01e2b5130b4c0aa
|
||||
SIZE (Mojolicious-7.31.tar.gz) = 674071
|
||||
TIMESTAMP = 1496167430
|
||||
SHA256 (Mojolicious-7.32.tar.gz) = 9fef09177e11a0160df679cfe75771c5a430d1432677c13bf32afb4f79b3761a
|
||||
SIZE (Mojolicious-7.32.tar.gz) = 674609
|
||||
|
|
Loading…
Reference in a new issue