[PATCH] gnu: OpenSSH: Update to 8.6p1.

  • Done
  • quality assurance status badge
Details
One participant
  • Leo Famulari
Owner
unassigned
Submitted by
Leo Famulari
Severity
normal
L
L
Leo Famulari wrote on 20 Apr 2021 03:59
(address . guix-patches@gnu.org)
348e1281311eaaa05cee200703ff5387cc2c9e70.1618883969.git.leo@famulari.name
* gnu/packages/ssh.scm (openssh): Update to 8.6p1.
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index fae10d0e16..bb889d395a 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -186,7 +186,7 @@ a server that supports the SSH-2 protocol.")
(define-public openssh
(package
(name "openssh")
- (version "8.5p1")
+ (version "8.6p1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/OpenSSH/portable/"
@@ -194,7 +194,7 @@ a server that supports the SSH-2 protocol.")
(patches (search-patches "openssh-hurd.patch"))
(sha256
(base32
- "09gc8rv7728chxraab85dzkdikaw4aph1wlcwcc9kai9si0kybzm"))))
+ "1bnpivgk98h2f9afpp88jv6g9ps83vnpxd031n2jqxi12vdf9rn3"))))
(build-system gnu-build-system)
(native-inputs `(("groff" ,groff)
("pkg-config" ,pkg-config)))
--
2.31.1
L
L
Leo Famulari wrote on 21 Apr 2021 20:05
(address . 47904-done@debbugs.gnu.org)
YIBpWgrglvFkICRe@jasmine.lan
An equivalent patch was pushed as
98d223fdf429a4fe807c5130bd4a31539cfedee4
Closed
?