guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: glibc: Upgrade to 2.22.


From: Ludovic Courtès
Subject: 03/07: gnu: glibc: Upgrade to 2.22.
Date: Wed, 19 Aug 2015 22:19:29 +0000

civodul pushed a commit to branch wip-core-updates
in repository guix.

commit 7948c7ceaba4df7cf626b642101edffc07fe850d
Author: Ludovic Courtès <address@hidden>
Date:   Wed Aug 19 14:16:39 2015 +0200

    gnu: glibc: Upgrade to 2.22.
    
    * gnu/packages/base.scm (glibc): Upgrade to 2.22.
---
 gnu/packages/base.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4d71110..bdcbd6f 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -438,14 +438,14 @@ store.")
 (define-public glibc
   (package
    (name "glibc")
-   (version "2.21")
+   (version "2.22")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/glibc/glibc-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1f135546j34s9bfkydmx2nhh9vwxlx60jldi80zmsnln6wj3dsxf"))
+              "0j49682pm2nh4qbdw35bas82p1pgfnz4d2l7iwfyzvrvj0318wzb"))
             (snippet
              ;; Disable 'ldconfig' and /etc/ld.so.cache.  The latter is
              ;; required on LFS distros to avoid loading the distro's libc.so
@@ -471,7 +471,7 @@ store.")
       #:parallel-build? #f
 
       ;; The libraries have an empty RUNPATH, but some, such as the versioned
-      ;; libraries (libdl-2.21.so, etc.) have ld.so marked as NEEDED.  Since
+      ;; libraries (libdl-2.22.so, etc.) have ld.so marked as NEEDED.  Since
       ;; these libraries are always going to be found anyway, just skip
       ;; RUNPATH checks.
       #:validate-runpath? #f



reply via email to

[Prev in Thread] Current Thread [Next in Thread]