gnu: procps: Update to 3.3.15 [fixes CVE-2018-{1122,1123,1124,1125,1126}].
* gnu/packages/linux.scm (procps): Update to 3.3.15.
This commit is contained in:
		
							parent
							
								
									2b9be1a63a
								
							
						
					
					
						commit
						ad3068b5f1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -695,14 +695,14 @@ by Robert Shea and Robert Anton Wilson.")
 | 
			
		|||
(define-public procps
 | 
			
		||||
  (package
 | 
			
		||||
    (name "procps")
 | 
			
		||||
    (version "3.3.14")
 | 
			
		||||
    (version "3.3.15")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "mirror://sourceforge/procps-ng/Production/"
 | 
			
		||||
                                  "procps-ng-" version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0v3j6rkzzscqds37i105cxx3q4dk04rsgpqfd5p7hzcvk59h5njy"))))
 | 
			
		||||
                "0r84kwa5fl0sjdashcn4vh7hgfm7ahdcysig3mcjvpmkzi7p9g8h"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:modules ((guix build utils)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue