summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-01-06 09:54:38 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-01-09 08:48:18 +0100
commit9a4e098cc43fccdb0d5fb301f4274d1ef13b34ab (patch)
tree5032a84b670e8bb6a69f565735271fd8c7709527 /pkgs/development/libraries/glibc
parent8ec9d0c1b6d868d83f6379be09c51d1d6b4f96ad (diff)
downloadnixpkgs-9a4e098cc43fccdb0d5fb301f4274d1ef13b34ab.tar
nixpkgs-9a4e098cc43fccdb0d5fb301f4274d1ef13b34ab.tar.gz
nixpkgs-9a4e098cc43fccdb0d5fb301f4274d1ef13b34ab.tar.bz2
nixpkgs-9a4e098cc43fccdb0d5fb301f4274d1ef13b34ab.tar.lz
nixpkgs-9a4e098cc43fccdb0d5fb301f4274d1ef13b34ab.tar.xz
nixpkgs-9a4e098cc43fccdb0d5fb301f4274d1ef13b34ab.tar.zst
nixpkgs-9a4e098cc43fccdb0d5fb301f4274d1ef13b34ab.zip
glibc: 2.32-24 -> 2.32-25
https://sourceware.org/bugzilla/show_bug.cgi?id=24973
Diffstat (limited to 'pkgs/development/libraries/glibc')
-rw-r--r--pkgs/development/libraries/glibc/2.32-25.patch.gz (renamed from pkgs/development/libraries/glibc/2.32-24.patch.gz)bin41579 -> 42959 bytes
-rw-r--r--pkgs/development/libraries/glibc/common.nix8
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/glibc/2.32-24.patch.gz b/pkgs/development/libraries/glibc/2.32-25.patch.gz
index e63bd42ed98..d26ba012df6 100644
--- a/pkgs/development/libraries/glibc/2.32-24.patch.gz
+++ b/pkgs/development/libraries/glibc/2.32-25.patch.gz
Binary files differdiff --git a/pkgs/development/libraries/glibc/common.nix b/pkgs/development/libraries/glibc/common.nix
index 41ec4f05cf3..6b17e463d76 100644
--- a/pkgs/development/libraries/glibc/common.nix
+++ b/pkgs/development/libraries/glibc/common.nix
@@ -42,7 +42,7 @@
 
 let
   version = "2.32";
-  patchSuffix = "-24";
+  patchSuffix = "-25";
   sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
 in
 
@@ -63,10 +63,10 @@ stdenv.mkDerivation ({
          and using git or something would complicate bootstrapping.
          Fortunately it's not too big.
           $ git checkout release/2.32/master; git describe
-          glibc-2.32-24-g1d49bede4d
-          $ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-24.patch.gz
+          glibc-2.32-25-g0d9793e82a
+          $ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-25.patch.gz
        */
-      ./2.32-24.patch.gz
+      ./2.32-25.patch.gz
 
       /* Allow NixOS and Nix to handle the locale-archive. */
       ./nix-locale-archive.patch