guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libndp: Update to 1.6 [fixes CVE-2016-3698].


From: Leo Famulari
Subject: 01/01: gnu: libndp: Update to 1.6 [fixes CVE-2016-3698].
Date: Tue, 17 May 2016 20:03:29 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit ad42be838811118f983d51d4560d158a729ebf1b
Author: Leo Famulari <address@hidden>
Date:   Tue May 17 14:31:09 2016 -0400

    gnu: libndp: Update to 1.6 [fixes CVE-2016-3698].
    
    * gnu/packages/networking.scm (libndp): Update to 1.6.
---
 gnu/packages/networking.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 306a3a0..ffad1db 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -138,14 +138,14 @@ more.")
 (define-public libndp
   (package
     (name "libndp")
-    (version "1.5")
+    (version "1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://libndp.org/files/";
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "15f743hjc7yy2sv3hzvfc27s1gny4mh5aww59vn195fff2midwgs"))))
+                "03mczwrxqbp54msafxzzyhaazkvjdwm2kipjkrb5xg8kw22glz8c"))))
     (build-system gnu-build-system)
     (home-page "http://libndp.org/";)
     (synopsis "Library for Neighbor Discovery Protocol")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]