summaryrefslogtreecommitdiff
path: root/gnu/packages/ssh.scm
AgeCommit message (Expand)Author
2017-07-10gnu: Add et....* gnu/packages/ssh.scm (et): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stefan Reichör
2017-06-13gnu: 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. Ludovic Courtès
2017-06-04gnu: libssh: Update to 0.7.5....* gnu/packages/ssh.scm (libssh): Update to 0.7.5. [source](patches): New field. Ludovic Courtès
2017-05-20gnu: libssh, guile-ssh: Add a "debug" output....* gnu/packages/ssh.scm (libssh)[outputs]: New field. (guile-ssh)[outputs]: New field. Ludovic Courtès
2017-05-19gnu: dropbear: Update to 2017.75 [fixes CVE-2017-{9078,9079}]....* gnu/packages/ssh.scm (dropbear): Update to 2017.75. Leo Famulari
2017-05-19gnu: 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. Ludovic Courtès
2017-05-16gnu: 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. Ludovic Courtès
2017-05-13gnu: 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. Ludovic Courtès
2017-05-09gnu: 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. Ludovic Courtès
2017-05-09gnu: guile2.2-ssh: Update snapshot....* gnu/packages/ssh.scm (guile2.2-ssh): Update to commit ca717e9. [source]: Change URL to upstream's. Ludovic Courtès
2017-05-04gnu: openssh: groff is a native-input....* gnu/packages/ssh.scm (openssh)[inputs]: Move groff ... [native-inputs]: ... here. Leo Famulari
2017-04-22gnu: Add guile2.2-ssh....* gnu/packages/ssh.scm (guile2.2-ssh): New variable. Ludovic Courtès
2017-03-27Merge branch 'master' into core-updatesLeo Famulari
2017-03-27gnu: corkscrew: Install the README file....* gnu/packages/ssh.scm (corkscrew)[arguments]: Add a very basic ‘install-documentation’ phase. Tobias Geerinckx-Rice
2017-03-27gnu: corkscrew: Improve descriptions....* gnu/packages/ssh.scm (corkscrew)[synopsis, description]: Fix typos and condense. Remove scary warning (the tunnel is always encrypted through SSH) and speculation. Tobias Geerinckx-Rice
2017-03-27gnu: corkscrew: Download source from a mirror....* gnu/packages/ssh.scm (corkscrew)[source]: Use ‘https://downloads.openwrt.org’. Tobias Geerinckx-Rice
2017-03-27gnu: mosh: Update to 1.3.0....* gnu/packages/ssh.scm (mosh): Update to 1.3.0. Tobias Geerinckx-Rice
2017-03-22Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-22gnu: openssh: Update to 7.5p1....* gnu/packages/ssh.scm (openssh): Update to 7.5p1. Leo Famulari
2017-03-19gnu: lsh: Use libc's argp instead of the bundled one....* gnu/packages/ssh.scm (lsh)[arguments] <#:configure-flags>: Add --with-system-argp and CPPFLAGS=-DHAVE_ARGP_PARSE. <#:phases>: In 'pre-configure' phase, modify src/Makefile.in. Ludovic Courtès
2017-03-09Merge branch 'master' into core-updatesLudovic Courtès
2017-02-26gnu: libssh2: Fix build failure after 1.8.0 upgrade....* gnu/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (libssh2)[source]: Use it. [arguments]: Add 'autoreconf' phase. [native-inputs]: Add AUTOCONF and AUTOMAKE. Marius Bakke
2017-02-26gnu: libssh: Update to 0.7.4....* gnu/packages/ssh.scm (libssh): Update to 0.7.4. [home-page]: Use HTTPS. Marius Bakke
2017-01-23Merge branch 'master' into core-updatesLudovic Courtès
2017-01-19gnu: Move Kerberos implemetations to (gnu packages kerberos)....* gnu/packages/mit-krb5.scm: Remove. * gnu/packages/shishi.scm: Remove. * gnu/packages/kerberos.scm: New file, from the concatenation of these two. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/admin.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/gsasl.scm, gnu/packages/java.scm, gnu/packages/networking.scm, gnu/packages/nfs.scm, gnu/packages/onc-rpc.scm, gnu/packages/ssh.scm, gnu/packages/web.scm: Adjust accordingly. Ludovic Courtès
2017-01-06Merge branch 'master' into core-updatesLeo Famulari
2016-12-22gnu: libssh2: Update to 1.8.0....* gnu/packages/ssh.scm (libssh2): Update to 1.8.0. Leo Famulari
2016-12-19gnu: openssh: Update to 7.4p1....* gnu/packages/ssh.scm (openssh): Update to 7.4p1. [source]: Remove 'openssh-memory-exhaustion.patch'. * gnu/packages/patches/openssh-memory-exhaustion.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari
2016-11-25gnu: guile-ssh: Update to 0.10.2....* gnu/packages/ssh.scm (guile-ssh): Update to 0.10.2. [home-page]: Update. [source]: Use the 'url-fetch' method and a GitHub generated tarball. [arguments] <autoreconf>: Remove now unneeded 'chmod' call. Ludovic Courtès
2016-10-26gnu: Add autossh....* gnu/packages/ssh.scm (autossh): New variable. Christopher Allan Webber
2016-10-19gnu: openssh: Fix CVE-2016-8858....* gnu/packages/patches/openssh-memory-exhaustion.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it. Leo Famulari
2016-10-17gnu: openssh: Enable kerberos features....* gnu/packages/ssh.scm (openssh) [arguments]: Add flag --with-kerberos5. [inputs]: Add mit-krb5. John Darrington
2016-10-09gnu: guile-ssh: Update to 0.10.1....* gnu/packages/ssh.scm (libssh-0.6): Remove. (guile-ssh): Update to 0.10.1. [inputs]: Use LIBSSH instead of LIBSSH-0.7.3. [arguments]: Remove #:configure-flags. Ludovic Courtès
2016-10-09gnu: guile-ssh: Compile .scm files after patching them....Before this commit, the .go files were obtained by compiling the unpatched .scm files, so they would refer to libguile-ssh without its absolute file name. * gnu/packages/ssh.scm (guile-ssh)[arguments]: Move 'fix-libguile-ssh-file-name' before 'build'. Have it run "make install -C libguile-ssh" first. Ludovic Courtès
2016-10-09gnu: guile-ssh: Use 'modify-phases'....* gnu/packages/ssh.scm (guile-ssh)[arguments]: Use 'modify-phases'. Ludovic Courtès
2016-09-29services: Add 'openssh-service'....* gnu/packages/ssh.scm (openssh)[arguments]: Set sysconfdir to /etc/ssh. * gnu/services/ssh.scm (<openssh-configuration>): New record type. (%openssh-accounts): New variable. (openssh-activation, openssh-config-file, openssh-shepherd-service) (openssh-service): New procedures. (openssh-service-type): New variable. * doc/guix.texi (Networking Services): Document 'openssh-services'. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Julien Lepiller
2016-08-22gnu: openssh: Set the default sshd user PATH to something sensible....* gnu/packages/ssh.scm (openssh)[arguments]: Pass "--with-default-path". Ludovic Courtès
2016-08-22gnu: openssh: Add PAM support in sshd....* gnu/packages/ssh.scm (openssh)[inputs]: Add LINUX-PAM. [arguments]: Add "--with-pam" to #:configure-flags. Ludovic Courtès
2016-08-19gnu: openssh: Use /etc as the sysconfdir....* gnu/packages/ssh.scm (openssh)[arguments]: Add --sysconfdir. Ludovic Courtès
2016-08-14gnu: dropbear: Update to 2016.74 [security fixes]....* gnu/packages/ssh.scm (dropbear): Update to 2016.74. Leo Famulari
2016-08-11gnu: corkscrew: Use 'modify-phases'....* gnu/packages/ssh.scm (corkscrew)[arguments]: Use 'modify-phases'. Efraim Flashner
2016-08-11gnu: mosh: Update to 1.2.6....* gnu/packages/ssh.scm (mosh): Update to 1.2.6. Efraim Flashner
2016-08-11gnu: mosh: Use 'modify-phases'....* gnu/packages/ssh.scm (mosh)[arguments]: Use 'modify-phases'. Efraim Flashner
2016-08-11gnu: mosh: Update source location....* gnu/packages/ssh.scm (mosh)[source]: Download from homepage. [home-page]: Old url redirects to https://mosh.org. Efraim Flashner
2016-08-01gnu: openssh: Update to 7.3p1....* gnu/packages/ssh.scm (openssh): Update to 7.3p1. [source]: Remove patches. * gnu/packages/patches/openssh-CVE-2015-8325.patch, gnu/packages/patches/openssh-CVE-2016-6210-1.patch, gnu/packages/patches/openssh-CVE-2016-6210-2.patch, gnu/packages/patches/openssh-CVE-2016-6210-3.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Mark H Weaver
2016-08-01gnu: openssh: Add dependency on xauth....Partly fixes <http://bugs.gnu.org/23317>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/packages/ssh.scm (openssh)[inputs]: Add XAUTH. Ludovic Courtès
2016-07-29gnu: Add sshpass....* gnu/packages/ssh.scm (sshpass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Goaziou
2016-07-24gnu: openssh: Fix CVE-2016-6210....* gnu/packages/ssh.scm (openssh)[source]: Add patches openssh-CVE-2016-6210-1.patch, openssh-CVE-2016-6210-2.patch, openssh-CVE-2016-6210-3.patch. * gnu/packages/patches/openssh-CVE-2016-6210-1.patch: New file. * gnu/packages/patches/openssh-CVE-2016-6210-2.patch: New file. * gnu/packages/patches/openssh-CVE-2016-6210-3.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them. Efraim Flashner
2016-07-15gnu: lsh: Move to (gnu packages ssh)...* gnu/packages/lsh.scm: Remove. Move 'lsh and liboop' to... * gnu/packages/ssh.scm (liboop, lsh): ... here. New variables. * gnu/services/ssh.scm, gnu/services/base.scm: Adjust accordingly. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Craven
2016-07-09gnu: dropbear: Update to 2016.73....* gnu/packages/ssh.scm (dropbear): Update to 2016.73. Leo Famulari