Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gnu: guile-ssh: Update to 0.11.2. | Ludovic Courtès | 2017-08-01 |
| | | | | | | | | | * 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. | ||
* | gnu: guile-ssh: Fix potential double-free/use-after-free issue. | Ludovic Courtès | 2017-05-19 |
Fixes <http://bugs.gnu.org/26976>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/patches/guile-ssh-double-free.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (guile-ssh)[source](patches): Add it. |