gnu: libcap: Update to 2.24.
* gnu/packages/linux.scm (libcap): Update to 2.24. Fetch the source from mirror://kernel.org.
This commit is contained in:
		
							parent
							
								
									28cbc587d3
								
							
						
					
					
						commit
						f6c2d05ceb
					
				
					 1 changed files with 4 additions and 8 deletions
				
			
		| 
						 | 
					@ -1021,19 +1021,15 @@ advanced aspects of IP configuration (iptunnel, ipmaddr).")
 | 
				
			||||||
(define-public libcap
 | 
					(define-public libcap
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libcap")
 | 
					    (name "libcap")
 | 
				
			||||||
    (version "2.22")
 | 
					    (version "2.24")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
 | 
					 | 
				
			||||||
             ;; Tarballs used to be available from
 | 
					 | 
				
			||||||
             ;; <https://www.kernel.org/pub/linux/libs/security/linux-privs/>
 | 
					 | 
				
			||||||
             ;; but they never came back after kernel.org was compromised.
 | 
					 | 
				
			||||||
             (uri (string-append
 | 
					             (uri (string-append
 | 
				
			||||||
                   "mirror://debian/pool/main/libc/libcap2/libcap2_"
 | 
					                   "mirror://kernel.org/linux/libs/security/linux-privs/"
 | 
				
			||||||
                   version ".orig.tar.gz"))
 | 
					                   "libcap2/libcap-" version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "07vjhkznm82p8dm4w6j8mmg7h5c70lp5s9bwwfdmgwpbixfydjp1"))))
 | 
					               "0rbc9qbqs5bp9am9s9g83wxj5k4ixps2agy9dxr1v1fwg27mdr6f"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments '(#:phases
 | 
					    (arguments '(#:phases
 | 
				
			||||||
                 (modify-phases %standard-phases
 | 
					                 (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue