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

* gnu/packages/networking.scm (quagga): Update to 1.2.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1392,14 +1392,14 @@ does not use SSH and requires a pre-shared symmetric key.")
(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)