Lars-Dominik Braun 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								97ebfc8f5c 
								
							 
						 
						
							
							
								
								gnu: python-asyncssh: Update to 2.11.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (python-asyncssh)[version]: Update to 2.11.0.
[propagated-inputs]: Add python-typing-extensions.
[native-inputs]: Add python-fido2, python-aiofiles, netcat and
python-pytest.
[arguments]: Disable netcat autodetection. Replace 'check with call
to pytest. 
							
						 
						
							2022-06-13 12:30:17 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b25e18407b 
								
							 
						 
						
							
							
								
								gnu: hss: Use G-expressions.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (hss)[arguments]:
Rewrite as G-expressions. 
							
						 
						
							2022-05-22 02:00:07 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b8d5cbb767 
								
							 
						 
						
							
							
								
								gnu: hss: Update to 1.9.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (hss): Update to 1.9.
[arguments]: Don't explicitly return #t from phases. 
							
						 
						
							2022-05-22 02:00:07 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Alexey Abramov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4d3c142e0b 
								
							 
						 
						
							
							
								
								gnu: openssh: Trust Guix store directory  
							
							 
							
							... 
							
							
							
							* gnu/local.mk (dist_patch_DATA): Add the patch
* gnu/packages/patches/openssh-trust-guix-store-directory.patch: Patch it
* gnu/packages/ssh.scm (openssh[source]): Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2022-04-29 00:33:53 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3ac1366648 
								
							 
						 
						
							
							
								
								gnu: guile-ssh: Support cross-compilation.  
							
							 
							
							... 
							
							
							
							Cross-compilation broke with the update to 0.15.1 in
eabc6af9b8 .  'guile-snarf' would invoke
cpp instead of TRIPLET-cpp, which would thus fail to find libssh
headers.
* gnu/packages/ssh.scm (guile-ssh)[arguments]: Add
'support-cross-compilation' phase. 
							
						 
						
							2022-03-07 00:26:51 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								eabc6af9b8 
								
							 
						 
						
							
							
								
								gnu: guile-ssh: Update to 0.15.1.  
							
							 
							
							... 
							
							
							
							* gnu/packages/patches/guile-ssh-fix-test-suite.patch,
gnu/packages/patches/guile-ssh-read-error.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.15.1, and remove those
patches.
(guile2.2-ssh)[source]: Remove.
(guile2.0-ssh): Remove.
Co-authored-by: poptsov.artyom@gmail.com  (Artyom V. Poptsov) 
							
						 
						
							2022-03-01 12:33:07 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Leo Famulari 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9b0171fe1a 
								
							 
						 
						
							
							
								
								gnu: OpenSSH: Update to 8.9p1.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (openssh): Update to 8.9p1. 
							
						 
						
							2022-02-27 17:57:59 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								33ce3f1c86 
								
							 
						 
						
							
							
								
								gnu: lsh: Build with optimizations.  
							
							 
							
							... 
							
							
							
							This is a followup to 1cdd6b09c8 , which
inadvertently turned off optimizations.
* gnu/packages/ssh.scm (lsh)[arguments]: Add "-O2 -g" next to "-fcommon". 
							
						 
						
							2022-02-18 14:14:40 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1cdd6b09c8 
								
							 
						 
						
							
							
								
								gnu: lsh: Fix build with GCC 10.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (lsh)[arguments]: Add "CFLAGS=-fcommon"
to #:configure-flags.  Don't explicitly return #t from phases.
[source]: Don't explicitly return #t from snippet. 
							
						 
						
							2022-02-13 01:00:00 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Efraim Flashner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								22010dd48c 
								
							 
						 
						
							
							
								
								gnu: openssh: Add release-monitoring-url.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (openssh)[properties]: New field. 
							
						 
						
							2022-01-14 11:41:24 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8394619bac 
								
							 
						 
						
							
							
								
								gnu: Simplify package inputs.  
							
							 
							
							... 
							
							
							
							This commit was obtained by running:
  ./pre-inst-env guix style
without any additional argument. 
							
						 
						
							2021-12-13 17:48:25 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								32750e8c3e 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'signed/master' into core-updates  
							
							 
							
							
							
						 
						
							2021-12-10 21:49:25 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9478a25250 
								
							 
						 
						
							
							
								
								gnu: openssh: Remove libfido2 dependency on GNU/Hurd.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (openssh)[inputs]: Remove LIBFIDO2 when
'hurd-target?'.
[arguments]: Likewise for "--with-security-key-builtin". 
							
						 
						
							2021-12-06 10:56:01 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ricardo Wurmus 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9bc0f45df5 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into core-updates-frozen  
							
							 
							
							
							
						 
						
							2021-12-05 19:17:41 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ahmad Jarara 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8cc099b425 
								
							 
						 
						
							
							
								
								gnu: openssh: Add support for ecdsa-sk, ed25519-sk ssh keys.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (openssh)[inputs]: Add LIBFIDO2.
[arguments]: Pass "--with-security-key-builtin".
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2021-12-01 17:53:27 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f43a783871 
								
							 
						 
						
							
							
								
								gnu: clustershell: Update to 1.8.4.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (clustershell): Update to 1.8.4.
[arguments]: Don't explicitly return #t from phases. 
							
						 
						
							2021-11-28 04:16:35 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								511a8f8d46 
								
							 
						 
						
							
							
								
								gnu: clustershell: Fetch sources from Git.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (clustershell)[source]: Use GIT-FETCH and
GIT-FILE-NAME. 
							
						 
						
							2021-11-28 04:16:35 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3a317f7476 
								
							 
						 
						
							
							
								
								Merge branch 'master' into core-updates-frozen  
							
							 
							
							
							
						 
						
							2021-11-17 23:43:14 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9b14b26f0a 
								
							 
						 
						
							
							
								
								gnu: packages: Remove last year's deprecations.  
							
							 
							
							... 
							
							
							
							* gnu/packages/admin.scm (guile3.0-shepherd): Remove variable.
* gnu/packages/benchmark.scm (imb-openmpi): Likewise.
* gnu/packages/boost.scm (boost-with-python3): Likewise.
* gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly.
* gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise.
* gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly.
* gnu/packages/cups.scm (escpr): Likewise.
* gnu/packages/django.scm (python-django-jsonfield): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme)
(emacs-modus-vivendi-theme): Likewise.
* gnu/packages/engineering.scm (kicad-i18l): Likewise.
* gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise.
* gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u):
Likewise.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic):
Likewise.
* gnu/packages/game-development.scm (guile3.0-chickadee)
(python-sge-pygame): Likewise.
* gnu/packages/games.scm (retux)[inputs]: Adjust accordingly.
* gnu/packages/gnome-xyz.scm (numix-theme): Likewise.
* gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise.
* gnu/packages/gstreamer.scm (gst-transcoder): Likewise.
* gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg):
Likewise.
* gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark)
(guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi)
(guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics)
(guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren)
(guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted)
(guile3.0-pfds, guile3.0-picture-language, guile3.0-semver)
(guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight)
(guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise.
* gnu/packages/guile.scm (define-deprecated-guile3.0-package)
(guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3)
(guile3.0-bytestructures, guile3.0-git): Likewise.
* gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise.
* gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise.
* gnu/packages/mail.scm (guile3.0-mailutils): Likewise.
* gnu/packages/monitoring.scm (python2-graphite-web): Likewise.
* gnu/packages/package-management.scm (guile3.0-guix): Likewise.
* gnu/packages/package-management.scm (python-conda): Likewise.
* gnu/packages/phabricator.scm (libphutil): Likewise.
* gnu/packages/plotutils.scm (guile3.0-charting): Likewise.
* gnu/packages/python-xyz.scm (python2-smmap2, python-glances)
(python-smmap2): Likewise.
* gnu/packages/shells.scm (oil-shell): Likewise.
* gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise.
* gnu/packages/ssh.scm (guile3.0-ssh): Likewise.
* gnu/packages/terminals.scm (et): Likewise.
* gnu/packages/tls.scm (guile3.0-gnutls): Likewise.
* gnu/packages/vlang.scm (v): Likewise.
* gnu/packages/vpn.scm (wireguard): Likewise.
* gnu/packages/web-browsers.scm (next, sbcl-next): Likewise.
* gnu/packages/xorg.scm (transset-df): Likewise. 
							
						 
						
							2021-11-08 23:00:55 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Mathieu Othacehe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a1eca979fb 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into core-updates-frozen.  
							
							 
							
							
							
						 
						
							2021-10-12 17:46:23 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a03562b478 
								
							 
						 
						
							
							
								
								Revert "gnu: openssh: Remove empty /var/empty."  
							
							 
							
							... 
							
							
							
							Oh, hello, you must be new here:
  $ git show ba912479e8 
That silly person really ought to have added a comment to the code,
shouldn't they?  This reverts similar changes made in commit
ec7bcdc35a , and adds one. 
							
						 
						
							2021-10-04 14:26:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ec7bcdc35a 
								
							 
						 
						
							
							
								
								gnu: openssh: Remove empty /var/empty.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (openssh)[arguments]: Delete /var/empty after
‘make install’.  Make the rest less repetitive—no functional changes. 
							
						 
						
							2021-10-04 13:31:35 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3235a54cd7 
								
							 
						 
						
							
							
								
								gnu: openssh: Update to 8.8p1 [security fixes].  
							
							 
							
							... 
							
							
							
							The securities fixed did not affect the default installation.
* gnu/packages/ssh.scm (openssh): Update to 8.8p1.
[arguments]: Don't explicitly return #t from phases. 
							
						 
						
							2021-10-04 13:31:35 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5c3cb22c9b 
								
							 
						 
						
							
							
								
								Merge branch 'master' into core-updates-frozen  
							
							 
							
							... 
							
							
							
							Conflicts:
	gnu/packages/bioinformatics.scm
	gnu/packages/chez.scm
	gnu/packages/docbook.scm
	gnu/packages/ebook.scm
	gnu/packages/gnome.scm
	gnu/packages/linux.scm
	gnu/packages/networking.scm
	gnu/packages/python-web.scm
	gnu/packages/python-xyz.scm
	gnu/packages/tex.scm
	gnu/packages/version-control.scm
	gnu/packages/xml.scm
	guix/build-system/dune.scm
	guix/build-system/go.scm
	guix/build-system/linux-module.scm
	guix/packages.scm 
							
						 
						
							2021-09-17 01:25:52 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lars-Dominik Braun 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f440ccd2fb 
								
							 
						 
						
							
							
								
								gnu: python-asyncssh: Update to 2.7.1.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (python-asyncssh): Update to 2.7.1. 
							
						 
						
							2021-09-14 10:33:16 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d9dfbf886d 
								
							 
						 
						
							
							
								
								Merge branch 'master' into core-updates-frozen  
							
							 
							
							
							
						 
						
							2021-09-07 14:19:08 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Leo Famulari 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								49bb544b77 
								
							 
						 
						
							
							
								
								gnu: libssh: Update to 0.9.6 [fixes CVE-2021-3634].  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (libssh): Update to 0.9.6.
[source]: Use URL-FETCH. 
							
						 
						
							2021-09-03 14:42:02 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Brice Waegeneire 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9e3b68203c 
								
							 
						 
						
							
							
								
								gnu: openssh: Update to 8.7p1.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (openssh): Update to 8.7p1. 
							
						 
						
							2021-08-22 09:24:33 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Christopher Lemmer Webber 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9455143907 
								
							 
						 
						
							
							
								
								Update copyright/name notices for Christine Lemmer-Webber.  
							
							 
							
							... 
							
							
							
							* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber.
* gnu/build/image.scm: Likewise.
* gnu/build/vm.scm: Likewise.
* gnu/packages/admin.scm: Likewise.
* gnu/packages/assembly.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/backup.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/finance.scm: Likewise.
* gnu/packages/gnupg.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/haskell-xyz.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/sphinx.scm: Likewise.
* gnu/packages/ssh.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/system/vm.scm: Likewise. 
							
						 
						
							2021-08-15 14:15:37 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0fb80f349d 
								
							 
						 
						
							
							
								
								gnu: guile-ssh: Fix test failure due to Guile 3.0.7's 'read-error'.  
							
							 
							
							... 
							
							
							
							Reported by Marius Bakke.
* gnu/packages/patches/guile-ssh-read-error.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (guile-ssh)[source]: Use it.
(guile2.0-ssh)[source]: New field.
(guile2.2-ssh)[source]: New field. 
							
						 
						
							2021-05-19 17:45:32 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Marius Bakke 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f034264204 
								
							 
						 
						
							
							
								
								Merge branch 'master' into core-updates  
							
							 
							
							... 
							
							
							
							Conflicts:
	gnu/local.mk
	gnu/packages/bioinformatics.scm
	gnu/packages/django.scm
	gnu/packages/gtk.scm
	gnu/packages/llvm.scm
	gnu/packages/python-web.scm
	gnu/packages/python.scm
	gnu/packages/tex.scm
	guix/build-system/asdf.scm
	guix/build/emacs-build-system.scm
	guix/profiles.scm 
							
						 
						
							2021-05-09 21:29:46 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Maxime Devos 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9c44af6bd6 
								
							 
						 
						
							
							
								
								gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls.  
							
							 
							
							... 
							
							
							
							* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use
CC-FOR-TARGET.
* gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise.
* gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive)
[arguments]<#:make-flags>: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments]
<#:phases>: Likewise.
* gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise.
* gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>:
Likewise.
* gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise.
* gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec)
(make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments]
<#:make-flags>: Likewise.
* gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped)
(can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise.
* gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise.
* gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise.
* gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise.
* gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise.
* gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy)
(xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>:
Likewise.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> 
							
						 
						
							2021-05-02 03:00:03 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								98d223fdf4 
								
							 
						 
						
							
							
								
								gnu: openssh: Update to 8.6p1.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (openssh): Update to 8.6p1. 
							
						 
						
							2021-04-20 03:31:48 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Efraim Flashner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fcc39864db 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into core-updates  
							
							 
							
							... 
							
							
							
							Conflicts:
	gnu/local.mk
	gnu/packages/boost.scm
	gnu/packages/chez.scm
	gnu/packages/compression.scm
	gnu/packages/crates-io.scm
	gnu/packages/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 
							
						 
						
							2021-04-16 14:39:48 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Tobias Geerinckx-Rice 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b692a1bb45 
								
							 
						 
						
							
							
								
								gnu: 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. 
							
						 
						
							2021-04-04 15:16:45 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Efraim Flashner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2aab587f84 
								
							 
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master' into core-updates  
							
							 
							
							
							
						 
						
							2021-03-24 20:50:44 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lars-Dominik Braun 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								714465ec7c 
								
							 
						 
						
							
							
								
								gnu: python-asyncssh: Update to 2.5.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (python-asyncssh): Update to 2.5.0. 
							
						 
						
							2021-03-10 12:01:40 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Christopher Baines 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a8448da0f4 
								
							 
						 
						
							
							
								
								Merge branch 'master' into core-updates  
							
							 
							
							
							
						 
						
							2021-03-06 00:18:30 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Léo Le Bouter 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								759a526f5f 
								
							 
						 
						
							
							
								
								gnu: 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. 
							
						 
						
							2021-03-03 06:39:37 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Danny Milosavljevic 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								abd318ff4b 
								
							 
						 
						
							
							
								
								Merge branch 'master' into core-updates  
							
							 
							
							
							
						 
						
							2021-02-11 19:12:36 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Efraim Flashner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f72ff06ef8 
								
							 
						 
						
							
							
								
								gnu: 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. 
							
						 
						
							2021-02-11 12:04:37 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Maxim Cournoyer 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3299530c43 
								
							 
						 
						
							
							
								
								gnu: 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'. 
							
						 
						
							2021-02-04 14:58:10 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Maxim Cournoyer 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								09d7f87a65 
								
							 
						 
						
							
							
								
								gnu: guile-ssh: Fix the source file name.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (guile-ssh)[source]: Remove the file-name field. 
							
						 
						
							2021-02-04 08:00:24 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Leo Famulari 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								75b775e81b 
								
							 
						 
						
							
							
								
								Merge branch 'staging'  
							
							 
							
							
							
						 
						
							2021-02-01 14:18:38 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Nicolas Goaziou 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f43a652d4c 
								
							 
						 
						
							
							
								
								gnu: sshpass: Update to 1.09.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (sshpass): Update to 1.09.  Re-order fields. 
							
						 
						
							2021-01-31 17:53:56 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Efraim Flashner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								da4483f379 
								
							 
						 
						
							
							
								
								gnu: 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. 
							
						 
						
							2021-01-26 10:14:33 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Efraim Flashner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f04dca8eb7 
								
							 
						 
						
							
							
								
								gnu: 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. 
							
						 
						
							2020-12-09 09:22:09 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Oleg Pykhalov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5fb3be0ec4 
								
							 
						 
						
							
							
								
								gnu: webssh: Update to 1.5.3.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (webssh): Update to 1.5.3. 
							
						 
						
							2020-11-29 23:49:20 +03:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jesse Gibbons 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								81fbe03b50 
								
							 
						 
						
							
							
								
								gnu: 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> 
							
						 
						
							2020-11-25 22:09:28 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Brett Gilio 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								435739ff48 
								
							 
						 
						
							
							
								
								gnu: et: Work around recursive module imports.  
							
							 
							
							... 
							
							
							
							* gnu/packages/ssh.scm (et): Remove.
* gnu/packages/terminals.scm (et): Add et. 
							
						 
						
							2020-11-25 08:24:55 -06:00