Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | gnu: guile-ssh: Update to 0.11.2. | Ludovic Courtès | |
* gnu/packages/ssh.scm (guile-ssh): Update to 0.11.2. [source]: Remove 'patches', 'modules', and 'snippet'. * gnu/packages/patches/guile-ssh-channel-finalization.patch, gnu/packages/patches/guile-ssh-double-free.patch, gnu/packages/patches/guile-ssh-rexec-bug.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove them. | |||
2017-06-13 | gnu: guile-ssh: Close RREPL channel ports before they are finalized. | Ludovic Courtès | |
Partly fixes <https://bugs.gnu.org/26976>. * gnu/packages/patches/guile-ssh-channel-finalization.patch: New file. * gnu/packages/ssh.scm (guile-ssh)[source](patches): Use it. * gnu/local.mk (dist_patch_DATA): Add it. |