diff options
author | Mark H Weaver <mhw@netris.org> | 2014-09-08 11:05:45 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-09-08 11:27:05 -0400 |
commit | 39ccbfad1c1b56c4866563a60676cb35b6a17871 (patch) | |
tree | be09bf53cb5eafdad46541c62ab9486a8071798f /gnu-system.am | |
parent | e759c0a38c799f2d03b3454e9ca6acf2262dc957 (diff) | |
download | guix-39ccbfad1c1b56c4866563a60676cb35b6a17871.tar guix-39ccbfad1c1b56c4866563a60676cb35b6a17871.tar.gz |
gnu: glibc: Update to 2.20.
* gnu/packages/patches/glibc-CVE-2014-5119.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/base.scm (glibc): Update to 2.20. Remove patch.
Raise minimum linux version to 2.6.32.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 510a217b98..a079fa2030 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -323,7 +323,6 @@ dist_patch_DATA = \ gnu/packages/patches/glib-tests-prlimit.patch \ gnu/packages/patches/glib-tests-timer.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ - gnu/packages/patches/glibc-CVE-2014-5119.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/gnunet-fix-scheduler.patch \ gnu/packages/patches/gnunet-fix-tests.patch \ |