gnu: varnish-modules: Update to 0.17.1 [fixes CVE-2021-28543].
* gnu/packages/web.scm (varnish-modules): Update to 0.17.1.
This commit is contained in:
		
							parent
							
								
									9ed2a26d04
								
							
						
					
					
						commit
						82a9538ea0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5938,14 +5938,14 @@ configuration language.")
 | 
			
		|||
  (package
 | 
			
		||||
    (name "varnish-modules")
 | 
			
		||||
    (home-page "https://github.com/varnish/varnish-modules")
 | 
			
		||||
    (version "0.17.0")
 | 
			
		||||
    (version "0.17.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference (url home-page) (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0zg8y2sgkygdani70zp9rbx278431fmssj26d47c5qsiw939i519"))))
 | 
			
		||||
                "1mzkad9r4rpm1fi7j7skwrsyzzbwcapfnlvvl1ls3rng2djcqb5j"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue