gnu: glibc: Update to 2.25.

* gnu/packages/base.scm (glibc): Update to 2.25
This commit is contained in:
Efraim Flashner 2017-02-07 19:26:00 +02:00
parent 0cd3e44577
commit 242c092745
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -509,14 +509,14 @@ (define* (make-ld-wrapper name #:key
(define-public glibc/linux (define-public glibc/linux
(package (package
(name "glibc") (name "glibc")
(version "2.24") (version "2.25")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/glibc/glibc-" (uri (string-append "mirror://gnu/glibc/glibc-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1lxmprg9gm73gvafxd503x70z32phwjzcy74i0adfi6ixzla7m4r")) "1813dzkgw6v8q8q1m4v96yfis7vjqc9pslqib6j9mrwh6fxxjyq6"))
(snippet (snippet
;; Disable 'ldconfig' and /etc/ld.so.cache. The latter is ;; Disable 'ldconfig' and /etc/ld.so.cache. The latter is
;; required on LFS distros to avoid loading the distro's libc.so ;; required on LFS distros to avoid loading the distro's libc.so