unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Samba security update
@ 2016-04-12 23:45 Leo Famulari
  2016-04-12 23:45 ` [PATCH 1/1] gnu: samba: Update to 4.3.8 Leo Famulari
  2016-04-13 20:43 ` [PATCH 0/1] Samba security update Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Leo Famulari @ 2016-04-12 23:45 UTC (permalink / raw)
  To: guix-devel

There is a security update of Samba: version 4.3.7 and a regression fix 
in 4.3.8 [0]. I have updated our package to version 4.3.8 with commit
645deac3264744ec09c027a8b9762fdf62aced70.

This update addresses the following vulnerabilities:

o  CVE-2015-5370 (Multiple errors in DCE-RPC code)

o  CVE-2016-2110 (Man in the middle attacks possible with NTLMSSP)

o  CVE-2016-2111 (NETLOGON Spoofing Vulnerability)

o  CVE-2016-2112 (LDAP client and server don't enforce integrity)

o  CVE-2016-2113 (Missing TLS certificate validation)

o  CVE-2016-2114 ("server signing = mandatory" not enforced)

o  CVE-2016-2115 (SMB IPC traffic is not integrity protected)

o  CVE-2016-2118 (SAMR and LSA man in the middle attacks possible)

Please update your installations.

[0]
https://www.samba.org/samba/history/samba-4.3.8.html
https://www.samba.org/samba/history/security.html


Leo Famulari (1):
  gnu: samba: Update to 4.3.8.

 gnu/packages/samba.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.3

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

* [PATCH 1/1] gnu: samba: Update to 4.3.8.
  2016-04-12 23:45 [PATCH 0/1] Samba security update Leo Famulari
@ 2016-04-12 23:45 ` Leo Famulari
  2016-04-13 20:43 ` [PATCH 0/1] Samba security update Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2016-04-12 23:45 UTC (permalink / raw)
  To: guix-devel

Fixes CVE-2015-5730, CVE-2016-2110, CVE-2016-2111, CVE-2016-2112,
CVE-2016-2113, CVE-2016-2114, CVE-2016-2115, CVE-2016-2118.

* gnu/packages/samba.scm (samba): Update to 4.3.8.
---
 gnu/packages/samba.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 8c4f064..8aac6a5 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -99,14 +99,14 @@ anywhere.")
 (define-public samba
   (package
     (name "samba")
-    (version "4.3.6")
+    (version "4.3.8")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.samba.org/samba/ftp/stable/samba-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0929fpk2pq4v389naai519xvsm9bzpar4jlgjxwlx1cnn6jyql9j"))))
+               "041b5frh4ikcka922aqhqjvlv4w2s7jycyykpvsknj0a79ncd79p"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.7.3

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

* Re: [PATCH 0/1] Samba security update
  2016-04-12 23:45 [PATCH 0/1] Samba security update Leo Famulari
  2016-04-12 23:45 ` [PATCH 1/1] gnu: samba: Update to 4.3.8 Leo Famulari
@ 2016-04-13 20:43 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2016-04-13 20:43 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> skribis:

> There is a security update of Samba: version 4.3.7 and a regression fix 
> in 4.3.8 [0]. I have updated our package to version 4.3.8 with commit
> 645deac3264744ec09c027a8b9762fdf62aced70.
>
> This update addresses the following vulnerabilities:

Thank you!

Ludo’.

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

end of thread, other threads:[~2016-04-13 20:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12 23:45 [PATCH 0/1] Samba security update Leo Famulari
2016-04-12 23:45 ` [PATCH 1/1] gnu: samba: Update to 4.3.8 Leo Famulari
2016-04-13 20:43 ` [PATCH 0/1] Samba security update Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).