summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-12-30 13:57:40 -0500
committerMark H Weaver <mhw@netris.org>2014-12-30 13:57:40 -0500
commit26804e1351a86bfcde1b8bebeb984b9c79e6fe6f (patch)
treebcd2d8fdef5198a27595bc776a34a53e1b2cfed9 /gnu-system.am
parent8cbb67e04509f0854762269e46a65ee4344388f7 (diff)
downloadguix-26804e1351a86bfcde1b8bebeb984b9c79e6fe6f.tar.gz
guix-26804e1351a86bfcde1b8bebeb984b9c79e6fe6f.tar.xz
gnu: glibc: Add fixes for CVE-2014-7817 and CVE-2012-3406.
* gnu/packages/patches/glibc-CVE-2012-3406.patch, gnu/packages/patches/glibc-CVE-2014-7817.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/base.scm (glibc): Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index c2266c0da4..729d185d47 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -362,6 +362,8 @@ 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-2012-3406.patch \
+ gnu/packages/patches/glibc-CVE-2014-7817.patch \
gnu/packages/patches/glibc-bootstrap-system.patch \
gnu/packages/patches/glibc-ldd-x86_64.patch \
gnu/packages/patches/gnunet-fix-scheduler.patch \