diff options
author | Mark H Weaver <mhw@netris.org> | 2014-08-26 14:44:14 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-26 16:04:16 -0400 |
commit | f5beb0caf31f227dbe3dd909ec318e84247a504a (patch) | |
tree | e835daf3c9b7b171a30dd15d3aa4ad51354f7aa6 /gnu-system.am | |
parent | 48abd130217bd1645fefc4ca1817862672c6d782 (diff) | |
download | patches-f5beb0caf31f227dbe3dd909ec318e84247a504a.tar patches-f5beb0caf31f227dbe3dd909ec318e84247a504a.tar.gz |
gnu: glibc: Fix CVE-2014-5119.
* gnu/packages/patches/glibc-CVE-2014-5119.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc): Add the patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index f24da850c2..006fcab801 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -311,6 +311,7 @@ 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 \ |