Up to [cvs.NetBSD.org] / pkgsrc / net / p5-Net-SFTP-Foreign
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 6 09:41:10 2023 UTC (2 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
*: recursive bump for perl 5.38
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 28 11:35:13 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
*: recursive bump for perl 5.36
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 24 16:24:27 2022 UTC (20 months, 1 week ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.6: +6 -1
lines
Diff to previous 1.6 (colored)
net/p5-Net-SFTP-Foreign: Add comments about finding changes Upstream doesn't tag releases in their git repository, but NEWS-type content is available on metacpan.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 5 08:01:08 2021 UTC (2 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
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).
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 24 19:53:30 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
*: recursive bump for perl 5.34
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 7 13:08:31 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
p5-Net-SFTP-Foreign: update to 1.91. 1.91 Jun 24, 2020 - ls was not handling the queue size correctly in some cases. - Some file types were being incorrectly identified (bug report and patch by balakine, #gh16). - Some documentation typos corrected (reported by Felix Ostmann, #gh15).
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 31 18:10:46 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 11 13:22:22 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 18 00:30:29 2019 UTC (4 years, 3 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
net/p5-Net-SFTP-Foreign: Add version 1.90 SFTP stands for SSH File Transfer Protocol and is a method of transferring files between machines over a secure, encrypted connection (as opposed to regular FTP, which functions over an insecure connection). The security in SFTP comes through its integration with SSH, which provides an encrypted transport layer over which the SFTP commands are executed. Net::SFTP::Foreign is a Perl client for the SFTP version 3 as defined in the SSH File Transfer Protocol IETF draft, which can be found at http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt This implementation uses an external OpenSSH-compatible program. Packaged in wip by Angel M. Adames.