gnu: quagga: Update to 1.2.2 [fix CVE-2017-16227].

* gnu/packages/networking.scm (quagga): Update to 1.2.2.
This commit is contained in:
Leo Famulari 2017-10-30 20:39:21 -04:00
parent 8b17ee4846
commit 44b8823fc7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1392,14 +1392,14 @@ (define-public spiped
(define-public quagga
(package
(name "quagga")
(version "1.2.1")
(version "1.2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/quagga/quagga-"
version ".tar.gz"))
(sha256
(base32
"1kgvcr9cfgys5asvb5lh5h95silkr624apqm5x68xva19xfvmpda"))
"0c99rjjc62xl5kwvx2pwyvs0709vbwax1qydqbqf6r7fpvr24bjj"))
(patches
(search-patches "quagga-reproducible-build.patch"))))
(build-system gnu-build-system)