all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34926] [PATCH] gnu: libssh2: Update to 1.8.1 with a graft [security fixes].
@ 2019-03-20 20:31 Leo Famulari
  2019-03-20 20:35 ` Efraim Flashner
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2019-03-20 20:31 UTC (permalink / raw)
  To: 34926

Fixes CVE-2019-{3855,3856,3857,3858,3859,3860,3861,3862,3863}.
---
 gnu/packages/ssh.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index dc81736f06..ec81844b93 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -111,6 +111,7 @@ applications.")
 (define-public libssh2
   (package
    (name "libssh2")
+   (replacement libssh2-1.8.1)
    (version "1.8.0")
    (source (origin
             (method url-fetch)
@@ -143,6 +144,21 @@ a server that supports the SSH-2 protocol.")
    (license license:bsd-3)
    (home-page "https://www.libssh2.org/")))
 
+(define-public libssh2-1.8.1
+  (package
+    (inherit libssh2)
+    (version "1.8.1")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append
+                    "https://www.libssh2.org/download/libssh2-"
+                    version ".tar.gz"))
+             (sha256
+              (base32
+               "0ngif3ynk6xqzy5nlfjs7bsmfm81g9f145av0z86kf0vbgrigda0"))
+             (patches
+              (search-patches "libssh2-fix-build-failure-with-gcrypt.patch"))))))
+
 (define-public openssh
   (package
    (name "openssh")
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#34926] [PATCH] gnu: libssh2: Update to 1.8.1 with a graft [security fixes].
  2019-03-20 20:31 [bug#34926] [PATCH] gnu: libssh2: Update to 1.8.1 with a graft [security fixes] Leo Famulari
@ 2019-03-20 20:35 ` Efraim Flashner
  2019-03-20 20:43   ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2019-03-20 20:35 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 34926

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

Is the patch already in the repo or did you forget to attach it?


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#34926] [PATCH] gnu: libssh2: Update to 1.8.1 with a graft [security fixes].
  2019-03-20 20:35 ` Efraim Flashner
@ 2019-03-20 20:43   ` Leo Famulari
  2019-03-21 17:38     ` bug#34926: " Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2019-03-20 20:43 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 34926

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

On Wed, Mar 20, 2019 at 10:35:04PM +0200, Efraim Flashner wrote:
> Is the patch already in the repo or did you forget to attach it?

I'm not sure what happened but I did sent it with `git send-email`:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34926#5

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#34926: [PATCH] gnu: libssh2: Update to 1.8.1 with a graft [security fixes].
  2019-03-20 20:43   ` Leo Famulari
@ 2019-03-21 17:38     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2019-03-21 17:38 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 34926-done

[-- Attachment #1: Type: text/plain, Size: 80 bytes --]

I've pushed a variant of this patch as
af8f7eb4f2a664c2d0fb3faabaf2e80c72993ef6

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-21 17:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20 20:31 [bug#34926] [PATCH] gnu: libssh2: Update to 1.8.1 with a graft [security fixes] Leo Famulari
2019-03-20 20:35 ` Efraim Flashner
2019-03-20 20:43   ` Leo Famulari
2019-03-21 17:38     ` bug#34926: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.