~ruther/guix-local

ref: 575e5e4e51e01aed1044cd8ba9e00a9631eba794 guix-local/gnu/packages/ssh.scm -rw-r--r-- 24.8 KiB
04b6d6f7 — Ludovic Courtès 8 years ago
gnu: guile-ssh: Update to 0.11.2.

* 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.
4b8b245b — Tobias Geerinckx-Rice 8 years ago
gnu: mosh: Update to 1.3.2.

* gnu/packages/ssh.scm (mosh): Update to 1.3.2.
644e5f17 — Tobias Geerinckx-Rice 8 years ago
download: Add OpenBSD mirrors.

* guix/download.scm (%mirrors) <openbsd>: Add HTTPS OpenBSD mirrors.
* gnu/packages/ntp.scm (openntpd)[source]: Use them.
* gnu/packages/ssh.scm (openssh)[source]: Likewise.
* gnu/packages/tls.scm (libressl)[source]: Likewise.
839ee8d5 — Tobias Geerinckx-Rice 8 years ago
gnu: et: Fix typo in description.

* gnu/packages/ssh.scm (et)[description]: Fix typo.
c9a6a36f — Stefan Reichör 8 years ago
gnu: Add et.

* gnu/packages/ssh.scm (et): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8e469b67 — Ludovic Courtès 8 years ago
gnu: guile-ssh: Close RREPL channel ports before they are finalized.

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.
fb976ada — Ludovic Courtès 8 years ago
gnu: libssh: Update to 0.7.5.

* gnu/packages/ssh.scm (libssh): Update to 0.7.5.
[source](patches): New field.
e4cddbbc — Marius Bakke 8 years ago
Merge branch 'master' into staging
74460d11 — Ludovic Courtès 8 years ago
gnu: libssh, guile-ssh: Add a "debug" output.

* gnu/packages/ssh.scm (libssh)[outputs]: New field.
(guile-ssh)[outputs]: New field.
6a9defd7 — Leo Famulari 8 years ago
gnu: dropbear: Update to 2017.75 [fixes CVE-2017-{9078,9079}].

* gnu/packages/ssh.scm (dropbear): Update to 2017.75.
c383dc52 — Ludovic Courtès 8 years ago
gnu: guile-ssh: Fix potential double-free/use-after-free issue.

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.
70f8242b — Leo Famulari 8 years ago
gnu: dropbear: Update to 2017.75 [fixes CVE-2017-{9078,9079}].

* gnu/packages/ssh.scm (dropbear): Update to 2017.75.
e7fbd491 — Ludovic Courtès 8 years ago
gnu: guile-ssh: Fix potential double-free/use-after-free issue.

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.
5a3429bc — Ludovic Courtès 8 years ago
gnu: guile-ssh: Fix bug in 'node-guile-version'.

* gnu/packages/patches/guile-ssh-rexec-bug.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (guile-ssh)[source](patches): New field.
61b1df6f — Marius Bakke 8 years ago
Merge branch 'master' into staging
4d8806c3 — Ludovic Courtès 8 years ago
gnu: guile-ssh: Rename "guile2.2-ssh" to "guile-ssh".

* gnu/packages/ssh.scm (guile-ssh)[inputs]: Change GUILE-2.0 to
GUILE-2.2.
(guile2.2-ssh): Define using 'deprecated-package'.
(guile2.0-ssh): New variable.
* gnu/packages/package-management.scm (guix)[propagated-inputs]: Adjust
accordingly.
75c260ba — Ludovic Courtès 8 years ago
gnu: guile-ssh: Update to 0.11.0.

* gnu/packages/ssh.scm (guile-ssh): Update to 0.11.0.
[source]: Add 'modules' and 'snippet'.
(guile2.2-ssh)[version, source]: Remove.
ff39342c — Ludovic Courtès 9 years ago
gnu: guile2.2-ssh: Update snapshot.

* gnu/packages/ssh.scm (guile2.2-ssh): Update to commit ca717e9.
[source]: Change URL to upstream's.
7d3373a0 — Leo Famulari 9 years ago
gnu: openssh: groff is a native-input.

* gnu/packages/ssh.scm (openssh)[inputs]: Move groff ...
[native-inputs]: ... here.
1524851f — Leo Famulari 9 years ago
Merge branch 'master' into staging
Next