aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/wm.scm
blob: 8576d0297deab9099c65f8299a211c648009928b (about) (plain)
blob size (126KB) exceeds display size limit (100KB).
ckages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm Efraim Flashner 2021-04-04gnu: corkscrew: Update to 2.0-0.268b71e....* gnu/packages/ssh.scm (corkscrew)[source]: Fetch from elsewhere. [arguments]: Add #:configure-flags of ‘--enable-ssl’. Add a new 'update-metadata phase. Remove the custom 'configure phase. [native-inputs]: Add autoconf, automake, and pkg-config. [inputs]: Add openssl. [description]: Update accordingly. Tobias Geerinckx-Rice 2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2021-03-10gnu: python-asyncssh: Update to 2.5.0....* gnu/packages/ssh.scm (python-asyncssh): Update to 2.5.0. Lars-Dominik Braun 2021-03-06Merge branch 'master' into core-updatesChristopher Baines 2021-03-03gnu: openssh: Update to 8.5p1....* gnu/packages/patches/openssh-fix-ssh-copy-id.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Also unregister it. * gnu/packages/ssh.scm (openssh): Update to 8.5p1. Léo Le Bouter 2021-02-11Merge branch 'master' into core-updatesDanny Milosavljevic 2021-02-11gnu: dropbear: Unbundle libraries....* gnu/packages/ssh.scm (dropbear)[source]: Add snippet to remove libtommath, libtomcrypt. [arguments]: Add configure-flag to not use bundled libraries. [inputs]: Add libtomcrypt, libtommath. Efraim Flashner 2021-02-04gnu: guile-ssh: Fix test suite on Guile 3.0.5....* gnu/packages/patches/guile-ssh-fix-test-suite.patch: New file. * gnu/local.mk: Register it. * gnu/packages/ssh.scm (guile-ssh)[source]: Use it. Also provide a better file name than 'git-checkout'. Maxim Cournoyer 2021-02-04gnu: guile-ssh: Fix the source file name....* gnu/packages/ssh.scm (guile-ssh)[source]: Remove the file-name field. Maxim Cournoyer 2021-02-01Merge branch 'staging'Leo Famulari 2021-01-31gnu: sshpass: Update to 1.09....* gnu/packages/ssh.scm (sshpass): Update to 1.09. Re-order fields. Nicolas Goaziou 2021-01-26gnu: openssh: Build without pam for the Hurd....* gnu/packages/ssh.scm (openssh)[inputs]: Only add linux-pam when not building for the Hurd. [arguments]: Adjust configure flag to only use pam when not building for the Hurd. Efraim Flashner 2020-12-09gnu: libssh2: Fix CVE-2019-17498....* gnu/packages/patches/ssh.scm (libssh2)[source]: Add patch. * gnu/packages/patches/libssh2-CVE-2019-17498.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner 2020-11-29gnu: webssh: Update to 1.5.3....* gnu/packages/ssh.scm (webssh): Update to 1.5.3. Oleg Pykhalov 2020-11-25gnu: openssh: Fix ssh-copy-id....* gnu/packages/patches/openssh-fix-ssh-copy-id.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it. Signed-off-by: Leo Famulari <leo@famulari.name> Jesse Gibbons 2020-11-25gnu: et: Work around recursive module imports....* gnu/packages/ssh.scm (et): Remove. * gnu/packages/terminals.scm (et): Add et. Brett Gilio 2020-10-31gnu: Add python-asyncssh....* gnu/packages/ssh.scm (python-asyncssh): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Lars-Dominik Braun 2020-10-29gnu: dropbear: Update to 2020.81....* gnu/packages/ssh.scm (dropbear): Update to 2020.81. Tobias Geerinckx-Rice 2020-10-05gnu: lsh: Enable some tests....* gnu/packages/ssh.scm (lsh)[native-inputs]: Add autoconf and automake. [arguments]: Remove #:tests? argument. [phases]{disable-failing-tests}: New phase. Maxim Cournoyer 2020-10-05gnu: lsh: Fix X11 forwarding....Fixes <https://issues.guix.gnu.org/24049>. * gnu/packages/patches/lsh-fix-x11-forwarding.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/ssh.scm (lsh)[source]: Apply it. [inputs]: Add libxau. Reported-by: myglc2 <myglc2@gmail.com> Maxim Cournoyer