gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].
* gnu/packages/messaging.scm (znc): Update to 1.7.1.
This commit is contained in:
parent
661e8a62f7
commit
770d1f2464
@ -487,14 +487,14 @@ compromised.")
|
|||||||
(define-public znc
|
(define-public znc
|
||||||
(package
|
(package
|
||||||
(name "znc")
|
(name "znc")
|
||||||
(version "1.7.0")
|
(version "1.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://znc.in/releases/archive/znc-"
|
(uri (string-append "http://znc.in/releases/archive/znc-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vxra50418bsjfdpf8vl70fijv8syvasjqdxfyjliff6k91k2zn0"))))
|
"1i1r1lh9q2mr1bg520zrvrlwhrhy6wibrin78wjxq1gab1qymks4"))))
|
||||||
;; TODO: autotools support has been deprecated, and new features like i18n
|
;; TODO: autotools support has been deprecated, and new features like i18n
|
||||||
;; are only supported when building with cmake.
|
;; are only supported when building with cmake.
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
Loading…
Reference in New Issue
Block a user