gnu: strace: Update to 4.26.
* gnu/packages/linux.scm (strace): Update to 4.26. [license]: Change to LGPL2.1+.master
parent
b130354999
commit
035f916114
|
@ -937,7 +937,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
|
||||||
(define-public strace
|
(define-public strace
|
||||||
(package
|
(package
|
||||||
(name "strace")
|
(name "strace")
|
||||||
(version "4.25")
|
(version "4.26")
|
||||||
(home-page "https://strace.io")
|
(home-page "https://strace.io")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -945,7 +945,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
|
||||||
"/strace-" version ".tar.xz"))
|
"/strace-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00f7zagfh3np5gwi0z7hi7zjd7s5nixcaq7z78n87dvhakkgi1fn"))))
|
"070yz8xii8gnb4psiz628zwm5srh266sfb06f7f1qzagxzz2ykbw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -964,7 +964,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
|
||||||
(description
|
(description
|
||||||
"strace is a system call tracer, i.e. a debugging tool which prints out a
|
"strace is a system call tracer, i.e. a debugging tool which prints out a
|
||||||
trace of all the system calls made by a another process/program.")
|
trace of all the system calls made by a another process/program.")
|
||||||
(license license:bsd-3)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public ltrace
|
(define-public ltrace
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue