gnu: guile: Update to 2.0.13.
* gnu/packages/guile.scm (guile-2.0): Update to 2.0.13. [source](patches): New field. [replacement]: Remove. (guile-2.0.13): Remove.
This commit is contained in:
parent
78636f0b8c
commit
92cc9cf180
1 changed files with 3 additions and 16 deletions
|
@ -133,15 +133,15 @@ (define-public guile-1.8
|
||||||
(define-public guile-2.0
|
(define-public guile-2.0
|
||||||
(package
|
(package
|
||||||
(name "guile")
|
(name "guile")
|
||||||
(version "2.0.12")
|
(version "2.0.13")
|
||||||
(replacement guile-2.0.13) ;CVE-2016-8606 and CVE-2016-8605
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/guile/guile-" version
|
(uri (string-append "mirror://gnu/guile/guile-" version
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sdpjq0jf1h65w29q0zprj4x6kdp5jskkvbnlwphy9lvdxrqg0fy"))))
|
"12yqkr974y91ylgw6jnmci2v90i90s7h9vxa4zk0sai8vjnz4i1p"))
|
||||||
|
(patches (search-patches "guile-repl-server-test.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkgconfig" ,pkg-config)))
|
(native-inputs `(("pkgconfig" ,pkg-config)))
|
||||||
(inputs `(("libffi" ,libffi)
|
(inputs `(("libffi" ,libffi)
|
||||||
|
@ -207,19 +207,6 @@ (define-public guile-2.0/fixed
|
||||||
(properties '((hidden? . #t))) ;people should install 'guile-2.0'
|
(properties '((hidden? . #t))) ;people should install 'guile-2.0'
|
||||||
(replacement #f)))
|
(replacement #f)))
|
||||||
|
|
||||||
(define guile-2.0.13
|
|
||||||
(package
|
|
||||||
(inherit guile-2.0)
|
|
||||||
(version "2.0.13")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://gnu/guile/guile-" version
|
|
||||||
".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"12yqkr974y91ylgw6jnmci2v90i90s7h9vxa4zk0sai8vjnz4i1p"))
|
|
||||||
(patches (search-patches "guile-repl-server-test.patch"))))))
|
|
||||||
|
|
||||||
(define-public guile-next
|
(define-public guile-next
|
||||||
(package (inherit guile-2.0)
|
(package (inherit guile-2.0)
|
||||||
(name "guile-next")
|
(name "guile-next")
|
||||||
|
|
Loading…
Reference in a new issue