./net/ruby-net-sftp, Secure FTP for Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.0.0, Package name: ruby31-net-sftp-4.0.0, Maintainer: pkgsrc-users

Net::SFTP is a pure-Ruby implementation of the SFTP client protocol.


Required to run:
[security/ruby-net-ssh] [lang/ruby23-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 54 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-19 16:01:18 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-net-sftp: update to 4.0.0

4.0.0 (2022-11-01)

* Fix multibyte string write
* correct typo "raeddir"
* Fix mocha deprectaion warning to not require setup
* Allow net-ssh v7 which fixes OpenSSL 3 compat
* Update cert
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-01-18 16:23:50 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-net-sftp: update to 3.0.0

pkgsrc change: reorder CATEGORIES for stopping pkglint warning.

3.0.0 (2020-04-27)

* Pass protocol version via Net::SFTP.start [#107]
* Net-ssh 6.0 support [#106]
   2015-11-04 02:18:12 by Alistair G. Crooks | Files touched by this commit (434)
Log message:
Add SHA512 digests for distfiles for security category

Problems found locating distfiles:
	Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
	Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
	Package libidea: missing distfile libidea-0.8.2b.tar.gz
	Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
	Package uvscan: missing distfile vlp4510e.tar.Z

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-09-27 01:37:45 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.
   2013-06-16 19:17:04 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-net-sftp to 2.1.2.

=== 2.1.2 / 07 May 2013

* Fix fragmentation download failure [accardi]
   2013-02-11 03:07:38 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-net-sftp to 2.1.1.

=== 2.1.0 / 06 Feb 2013

* Added public cert. All gem releases are now signed. See INSTALL in readme.
* Remove self-require, it causes a warning in Ruby 1.9.2. [jbarnette]
* Allow for upload to use the filename of the local file by default [czarneckid]
* Properly handle receiving less data than requested. [thedarkone]
* Added option to create directory on directory upload [Pablo Merino]
* Remove a warnings in tests [kachick]