diff options
author | Mark H Weaver <mhw@netris.org> | 2016-02-16 12:13:08 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-19 00:42:10 -0500 |
commit | 3729ff4183f3a99542c1666f77bf437351d6d0b3 (patch) | |
tree | 8d94a18fbd25a74cf652d3c21f9661d4ebaa817c /gnu-system.am | |
parent | 1c7f1fb13351703aa9b6b6da8005481e93ee95c7 (diff) | |
download | guix-3729ff4183f3a99542c1666f77bf437351d6d0b3.tar guix-3729ff4183f3a99542c1666f77bf437351d6d0b3.tar.gz |
gnu: glibc: Add fix for CVE-2015-7547.
* gnu/packages/patches/glibc-CVE-2015-7547.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc)[source]: Add 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 09eb66d8f0..d6ee89e164 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -491,6 +491,7 @@ dist_patch_DATA = \ gnu/packages/patches/glib-tests-prlimit.patch \ gnu/packages/patches/glib-tests-timer.patch \ gnu/packages/patches/glib-tests-gapplication.patch \ + gnu/packages/patches/glibc-CVE-2015-7547.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-hurd-extern-inline.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ |