pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-net-ssh



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb  4 16:09:07 UTC 2015

Modified Files:
        pkgsrc/security/ruby-net-ssh: Makefile PLIST distinfo

Log Message:
Update ruby-net-ssh to 2.9.2.

=== 2.9.2-rc3

* Remove advertised algorithms that were not working (curve25519-sha256%libssh.org@localhost) [mfazekas]

=== 2.9.2-rc2

* number_of_password_prompts is now accepted as ssh option, by setting it 0 net-ssh will not ask for password for password auth as with previous versions [mfazekas]

=== 2.9.2-rc1

* Documentation fixes and refactoring to keepalive [detiber, mfazekas]

=== 2.9.2-beta

* Remove advertised algorithms that were not working (ssh-rsa-cert-* *ed25519 acm*-gcm%openssh.com@localhost) [mfazekas]
* Unkown algorithms now ignored instead of failed [mfazekas]
* Asks for password with password auth (up to number_of_password_prompts) [mfazekas]
* Removed warnings [amatsuda]

=== 2.9.1 / 13 May 2014

* Fix for unknown response from agent on Windows with 64-bit PuTTY [chrahunt]
* Support negative patterns in host lookup from the SSH config file [nirvdrum]

=== 2.9.0 / 30 Apr 2014

* New ciphers [chr4]
  * Added host keys: ssh-rsa-cert-v01%openssh.com@localhost ssh-rsa-cert-v00%openssh.com@localhost ssh-ed25519-cert-v01%openssh.com@localhost ssh-ed25519
  * Added HMACs: hmac-sha2-512-etm%openssh.com@localhost hmac-sha2-256-etm%openssh.com@localhost umac-128-etm%openssh.com@localhost
  * Added Kex: aes256-gcm%openssh.com@localhost aes128-gcm%openssh.com@localhost curve25519-sha256%libssh.org@localhost
  * Added private key support for id_ed25519
* IdentiesOnly will not disable ssh_agent - fixes #148 and new fix for #137 [mfazekas]
* Ignore errors during ssh agent negotiation [simonswine, jasiek]
* Added an optional "options" argument to test socket open method [jefmathiot]
* Added gem signing (again) with new cert [delano]

=== 2.8.1 / 19 Feb 2014

* Correct location of global known_hosts files [mfischer-zd]
* Fix for password authentication [blackpond, zachlipton, delano]


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/ruby-net-ssh/Makefile \
    pkgsrc/security/ruby-net-ssh/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/ruby-net-ssh/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index