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:
		
							parent
							
								
									8b17ee4846
								
							
						
					
					
						commit
						44b8823fc7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1392,14 +1392,14 @@ does not use SSH and requires a pre-shared symmetric key.")
 | 
				
			||||||
(define-public quagga
 | 
					(define-public quagga
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "quagga")
 | 
					    (name "quagga")
 | 
				
			||||||
    (version "1.2.1")
 | 
					    (version "1.2.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://savannah/quagga/quagga-"
 | 
					              (uri (string-append "mirror://savannah/quagga/quagga-"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1kgvcr9cfgys5asvb5lh5h95silkr624apqm5x68xva19xfvmpda"))
 | 
					                "0c99rjjc62xl5kwvx2pwyvs0709vbwax1qydqbqf6r7fpvr24bjj"))
 | 
				
			||||||
              (patches
 | 
					              (patches
 | 
				
			||||||
               (search-patches "quagga-reproducible-build.patch"))))
 | 
					               (search-patches "quagga-reproducible-build.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue