guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: quagga: Update to 1.2.3 [security fixes].


From: Leo Famulari
Subject: 01/01: gnu: quagga: Update to 1.2.3 [security fixes].
Date: Thu, 15 Feb 2018 21:47:53 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 084067834288bd6ad2222440a00173d609bc38da
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 15 21:43:43 2018 -0500

    gnu: quagga: Update to 1.2.3 [security fixes].
    
    See the advisories at
    
<https://git.savannah.gnu.org/cgit/quagga.git/tree/doc/security?h=quagga-1.2.3>
    for more information about the security-related bugs fixed in this
    release.
    
    * gnu/packages/networking.scm (quagga): Update to 1.2.3.
---
 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 fc20899..69da2e2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1402,14 +1402,14 @@ does not use SSH and requires a pre-shared symmetric 
key.")
 (define-public quagga
   (package
     (name "quagga")
-    (version "1.2.2")
+    (version "1.2.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/quagga/quagga-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0c99rjjc62xl5kwvx2pwyvs0709vbwax1qydqbqf6r7fpvr24bjj"))
+                "0cddxip9gd579parx64n6d7iq937ikrb8qxgvjxjm406l43hjb7f"))
               (patches
                (search-patches "quagga-reproducible-build.patch"))))
     (build-system gnu-build-system)



reply via email to

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