guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].


From: Leo Famulari
Subject: 01/02: gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].
Date: Wed, 18 Jul 2018 13:39:28 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 770d1f24642d9a4dff753a1e8a48e958733854e4
Author: Leo Famulari <address@hidden>
Date:   Wed Jul 18 13:30:33 2018 -0400

    gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].
    
    * gnu/packages/messaging.scm (znc): Update to 1.7.1.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1212a06..5038263 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -487,14 +487,14 @@ compromised.")
 (define-public znc
   (package
     (name "znc")
-    (version "1.7.0")
+    (version "1.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://znc.in/releases/archive/znc-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0vxra50418bsjfdpf8vl70fijv8syvasjqdxfyjliff6k91k2zn0"))))
+                "1i1r1lh9q2mr1bg520zrvrlwhrhy6wibrin78wjxq1gab1qymks4"))))
     ;; TODO: autotools support has been deprecated, and new features like i18n
     ;; are only supported when building with cmake.
     (build-system gnu-build-system)



reply via email to

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