gnu: osc: Update to 0.172.0 [fixes CVE-2019-3681].
* gnu/packages/build-tools.scm (osc): Update to 0.172.0. [native-inputs]: Add python-chardet. Required by tests.
This commit is contained in:
parent
f736dedc4f
commit
ca15eaeb06
@ -462,7 +462,7 @@ a build worked by accident.")
|
|||||||
(define-public osc
|
(define-public osc
|
||||||
(package
|
(package
|
||||||
(name "osc")
|
(name "osc")
|
||||||
(version "0.165.2")
|
(version "0.172.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -471,7 +471,7 @@ a build worked by accident.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yjwvbvv9fgkpiyvrag89zxchyn3nbgp9jz0wn5p0z9450zwfyz6"))))
|
(base32 "1sqdnkka3c6b6hwnrmlwrgy7w62cp8raq8mph9pgd2lydzzbvwlp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
@ -485,6 +485,8 @@ a build worked by accident.")
|
|||||||
(string-append bin "osc-wrapper.py")
|
(string-append bin "osc-wrapper.py")
|
||||||
(string-append bin "osc"))
|
(string-append bin "osc"))
|
||||||
#t))))))
|
#t))))))
|
||||||
|
(native-inputs
|
||||||
|
`(("python-chardet" ,python-chardet)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-m2crypto" ,python-m2crypto)
|
`(("python-m2crypto" ,python-m2crypto)
|
||||||
("python-pycurl" ,python-pycurl)
|
("python-pycurl" ,python-pycurl)
|
||||||
|
Loading…
Reference in New Issue
Block a user