./security/ruby-net-ssh, Secure shell for Ruby

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


Branch: CURRENT, Version: 7.2.1, Package name: ruby31-net-ssh-7.2.1, Maintainer: pkgsrc-users

Net::SSH is to SSH as Net::Telnet is to Telnet and Net::HTTP is to
HTTP. Perform non-interactive SSH processing, purely from Ruby!


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 139 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-03 17:21:46 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-net-ssh: update to 7.2.1

7.2.1 (2023-12-19)

* feat: allow load of certkey from string [#926]
* fix: fix for  Socket#recv returning nil on ruby 3.3.0 [#928]
   2023-08-05 10:59:57 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-net-ssh: update to 7.2.0

7.2.0 (2023-07-30)

* Add debugging information for algorithm of pubkey in use [#918]
   2023-03-19 09:22:30 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-net-ssh: update to 7.1.0

7.1.0 (2023-03-12)

  * Accept pubkey_algorithms option when starting a new connection [#891]

7.1.0 beta1 (2023-03-24)

  * Don't use the deprecated set_XXX methods on RSA keys. [#875]
  * Raise error when BCryptPbkdf fails [#876]
   2022-12-04 17:39:53 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-net-ssh: update to 7.0.1

pkgsrc change: make CATEGORIES to security.

There are changes entries before 7.0.0.  Please refer
<https://github.com/net-ssh/net-ssh/compare/v6.1.0...v7.0.1> for 7.0.0 and
later changes.

6.3.0 beta1

  * Support cert based host key auth, fix asterisk in known_hosts [#833]
  * Support kex dh-group14-sha256  [#795]
  * Fix StrictHostKeyChecking ssh config parameter translation [#765]

6.2.0 rc1

6.2.0 beta1

  * rsa-sha2-512, rsa-sha2-256 host_key algs [#771]
  * JRuby aes*-ctr suppport [#767]
   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
   2020-06-10 16:51:08 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-net-ssh: update to 6.1.0

Update to ruby-net-ssh 6.1.0.

=== 6.1.0

  * adapt to ssh's default bahaviors when no username is provided.
    When Net::SSH.start user is nil and config has no entry
    we default to Etc.getpwuid.name() instead of Etc.getlogin(). [#749]

=== 6.1.0.rc1

  * Make sha2-{256,512}-etm@openssh.com MAC default again [#761]
  * Support algorithm subtraction syntax from ssh_config [#751]
   2020-06-07 16:44:53 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-net-ssh: update to 6.0.2

Update ruby-net-ssh to 6.0.2.

=== 6.0.2

  * Fix corrupted hmac issue in etm hmac [#759]

=== 6.0.1

  * Make sha2-{256,512}-etm@openssh.com MAC opt-in as they seems to have issues \ 
[#757]

=== 6.0.0

  * Support empty lines and comments in known_hosts [donoghuc, #742]
  * Add sha2-{256,512}-etm@openssh.com MAC algorithms [graaff, #714]

=== 6.0.0 beta2

  * Support :certkeys and CertificateFile configuration option  [Anders Carling, \ 
#722]

=== 6.0.0 beta1

  * curve25519sha256 support [Florian Wininger ,#690]
  * disabled insecure algs [Florian Wininger , #709]