Update libssh to 0.10.4

  • Done
  • quality assurance status badge
Details
3 participants
  • Liliana Marie Prikler
  • Christopher Baines
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal
V
V
Vagrant Cascadian wrote on 18 Jan 2023 19:52
(address . guix-patches@gnu.org)
87o7qvzndp.fsf@contorta
I've been working on this one a couple months (mostly was blocked on
fixing guile-ssh to be compatible), and got mostly successful rebuilds
most of the times I've tried it... by the time I finish rebuilds,
though, most changes usually land in master, and the cycle begins anew.

So I think I am moderately confident to at least let QA build this
now. :)

live well,
vagrant
From 9793f7ece6297c0dcf031d1d258487a023b1befa Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Thu, 27 Oct 2022 13:18:46 -0700
Subject: [PATCH] gnu: libssh: Update to 0.10.4.

* gnu/packages/ssh.scm (libssh): Update to 0.10.4.
---
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 2f6874f811..d398c5911a 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -130,7 +130,7 @@ (define-public hss
(define-public libssh
(package
(name "libssh")
- (version "0.9.6")
+ (version "0.10.4")
(source (origin
(method url-fetch)
(uri (string-append "https://www.libssh.org/files/"
@@ -138,7 +138,7 @@ (define-public libssh
"/libssh-" version ".tar.xz"))
(sha256
(base32
- "16w2mc7pyv9mijjlgacbz8dgczc7ig2m6m70w1pld04vpn2zig46"))))
+ "0zfr9fy4vg1bmz1k836hg9wi20mmaz2sgw61s6464iv1mda2qf87"))))
(build-system cmake-build-system)
(outputs '("out" "debug"))
(arguments
--
2.39.0
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY8g/4wAKCRDcUY/If5cW
qnnkAP4iimWYupnjy2MmE+MY+8s7uYf/DIkvafIf2As4QuHOPwEA8II+m6qFUwNP
TFzUnQqaiLT5Axgl1rcCwEyUZMIUpw0=
=xfGJ
-----END PGP SIGNATURE-----

C
C
Christopher Baines wrote on 21 Feb 2023 14:33
(name . Vagrant Cascadian)(address . vagrant@debian.org)
87ttzfdtx3.fsf@cbaines.net
Vagrant Cascadian <vagrant@debian.org> writes:

Toggle quote (8 lines)
> I've been working on this one a couple months (mostly was blocked on
> fixing guile-ssh to be compatible), and got mostly successful rebuilds
> most of the times I've tried it... by the time I finish rebuilds,
> though, most changes usually land in master, and the cycle begins anew.
>
> So I think I am moderately confident to at least let QA build this
> now. :)

QA looks green to me, please push :)

Thanks,

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmP0yEhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xf8sBAAge5h7nlM8ujHslFjy1asnFXtEplCrRij
aDmt2iaF8xhQAYzwKOJtqi+gvlUMEdGubz43q7VgkkOLmn+ZYQN0/2aV0J7wF2Cp
5dTXjaWdlqdGtgKoN++v9X+5aADK3ndokfDqyrF67Or7BNF2gROIpNzZsub7uUW1
RV1SEK3l+qd8B2nZRIQkDLBmTi0m0qRVNkyeiDNY2Cw4xfl3ogO+277x/rDu+DXn
oc9xW1y8dwthT8Rhbd2okHEY9yuZWABp+XSqvP++ttx7QawaYyfdU5wlgoBUW/SO
Kv7K15acZcAGkz4mTWsSqwMQc4Q3bYKgPsjXEMbcsaTMNokiBvWMYjNIzo9rK75p
f/mbwHQSmHkNd7kddNFaDZC7l2To3YWPmbG/NRLY/zKE+BmSIV6BzCSa3Yo//94Y
OPu4jIdOlf0C+e4sZ7bXw1xNGmyqRgqy+nHelP+zGIRF6mVb/fxPIP/29rN7FeZD
kG4ZbITgwY22Tv17Nx8mgullCvktkQa/VojRkYaHnJI7QWWd3ci2YS+oFaV+X+VW
XUvyvOXrkar21t6IYwsyIUXh7xo5Spc/vzA/2eQfI5kDgo227seygo4h5roaIFBE
wxzCEOM+XAj/XC8QONmPwVQ7p6UHvcul841+wsJdPVK5XFMwqww37ILORkYl/GQT
bVQ6WbdZHcQ=
=/7v5
-----END PGP SIGNATURE-----

L
L
Liliana Marie Prikler wrote on 26 Feb 2023 09:38
(address . 60940-done@debbugs.gnu.org)
bd2f753d217d02fb05dc3376aec0a66136257e6c.camel@gmail.com
Am Dienstag, dem 21.02.2023 um 13:33 +0000 schrieb Christopher Baines:
Toggle quote (15 lines)
>
> Vagrant Cascadian <vagrant@debian.org> writes:
>
> > I've been working on this one a couple months (mostly was blocked
> > on
> > fixing guile-ssh to be compatible), and got mostly successful
> > rebuilds
> > most of the times I've tried it... by the time I finish rebuilds,
> > though, most changes usually land in master, and the cycle begins
> > anew.
> >
> > So I think I am moderately confident to at least let QA build this
> > now. :)
>
> QA looks green to me, please push :)
Please pushed.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60940@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60940
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch