diff options
author | wen <wen@pkgsrc.org> | 2021-09-05 08:01:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2021-09-05 08:01:08 +0000 |
commit | f81aab8ee5a307ce01909c0e9c790ed52081039c (patch) | |
tree | 43fc428fb750dd8eddb3cf5e4f69d34d8c797be9 /net | |
parent | ce189431d2f0dd59723e66a2cc91ca8606aec4ea (diff) | |
download | pkgsrc-f81aab8ee5a307ce01909c0e9c790ed52081039c.tar.gz |
Update to 1.93
Upstream changes:
1.93 Jan 19, 2021
- put_content was not handling optional arguments correctly
(bug report by Bas van Sisseren).
1.92_03 Oct 1, 2020
- Write buffer could grow uncontrolled after a connection
lost error (bug report by Jozef Kutej, #gh17).
1.92_02 Jun 25, 2020
- Fix handling of out of order responses.
1.92_01 Jun 24, 2020
- Add support for receiving out of order responses from the
server (bug report by Dimitar Kolev #rt130641 and ftumsh
#rt132768).
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-SFTP-Foreign/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-SFTP-Foreign/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/p5-Net-SFTP-Foreign/Makefile b/net/p5-Net-SFTP-Foreign/Makefile index 28135115c99..90e20c2490d 100644 --- a/net/p5-Net-SFTP-Foreign/Makefile +++ b/net/p5-Net-SFTP-Foreign/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2021/05/24 19:53:30 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2021/09/05 08:01:08 wen Exp $ -DISTNAME= Net-SFTP-Foreign-1.91 +DISTNAME= Net-SFTP-Foreign-1.93 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net-SFTP-Foreign/distinfo b/net/p5-Net-SFTP-Foreign/distinfo index 9c571ef5e38..ab56c77cab8 100644 --- a/net/p5-Net-SFTP-Foreign/distinfo +++ b/net/p5-Net-SFTP-Foreign/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/09/07 13:08:31 wiz Exp $ +$NetBSD: distinfo,v 1.3 2021/09/05 08:01:08 wen Exp $ -SHA1 (Net-SFTP-Foreign-1.91.tar.gz) = 7e1a3e145624da8dfd5ec61dc261241f31b14cce -RMD160 (Net-SFTP-Foreign-1.91.tar.gz) = a56837124d03b46a97bddc75f24f6fabc80b3a9a -SHA512 (Net-SFTP-Foreign-1.91.tar.gz) = 2c21e0d12a0cf4afc7d70af9459e58a0abcbfe4b07b74069171d9b417546b751bc6b87de024541293d2c2a3ff33271e9441da8874050e614d87ee229cbf349d7 -Size (Net-SFTP-Foreign-1.91.tar.gz) = 169362 bytes +SHA1 (Net-SFTP-Foreign-1.93.tar.gz) = a44a739802e7486f7187b952df49dd12d3025c66 +RMD160 (Net-SFTP-Foreign-1.93.tar.gz) = d98f29255cbe0857829f29aa33ce64ffda9b7e77 +SHA512 (Net-SFTP-Foreign-1.93.tar.gz) = 9ce362525b5323eb253241a3dc833da1206252696b903ded4343d0678f4dc426246cd6192ed6dec033d168604a8fbfdb033a626cba8ce6d3a5f34fef7fcbe909 +Size (Net-SFTP-Foreign-1.93.tar.gz) = 170310 bytes |