all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [v3 0/2] libssh / libssh2 security updates
@ 2016-02-24 20:57 Leo Famulari
  2016-02-24 20:57 ` [v3 1/2] gnu: libssh2: Update to 1.7.0 [fixes CVE-2016-0787] Leo Famulari
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Leo Famulari @ 2016-02-24 20:57 UTC (permalink / raw)
  To: guix-devel

Here is my 3rd take on fixing CVE-2016-0739 (libssh) and CVE-2016-0787
(libssh2).

Changes:

I "backported" [0] the libssh upstream patch to the old version of libssh
that we must keep around for guile-ssh.

I cleaned up the commit messages.

I added a comment to the curl package explaining the temporary
dependency on the old, vulnerable libssh2-1.4.

[0] Debian did the same, applying the patch to libssh-0.6.3 without any
changes. We apply it to libssh-0.6.5 without any changes.


Leo Famulari (2):
  gnu: libssh2: Update to 1.7.0 [fixes CVE-2016-0787].
  gnu: libssh: Update to 0.7.3 [fixes CVE-2016-0739].

 gnu-system.am                                      |  2 +-
 gnu/packages/curl.scm                              | 11 ++-
 .../patches/libssh-0.6.5-CVE-2016-0739.patch       | 77 +++++++++++++++++++
 gnu/packages/patches/libssh-CVE-2014-0017.patch    | 89 ----------------------
 gnu/packages/ssh.scm                               | 50 ++++++++----
 5 files changed, 124 insertions(+), 105 deletions(-)
 create mode 100644 gnu/packages/patches/libssh-0.6.5-CVE-2016-0739.patch
 delete mode 100644 gnu/packages/patches/libssh-CVE-2014-0017.patch

-- 
2.7.1

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

end of thread, other threads:[~2016-02-24 21:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-24 20:57 [v3 0/2] libssh / libssh2 security updates Leo Famulari
2016-02-24 20:57 ` [v3 1/2] gnu: libssh2: Update to 1.7.0 [fixes CVE-2016-0787] Leo Famulari
2016-02-24 20:57 ` [v3 2/2] gnu: libssh: Update to 0.7.3 [fixes CVE-2016-0739] Leo Famulari
2016-02-24 21:04 ` [v3 0/2] libssh / libssh2 security updates Andreas Enge

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.