diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-08-02 20:48:12 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-08-02 21:51:31 +0300 |
commit | 575e5e4e51e01aed1044cd8ba9e00a9631eba794 (patch) | |
tree | 2739923ae722d649290716b2cd2513e757052eef /gnu/packages/base.scm | |
parent | 2c5cf844302e06086647a137f01a35f777ae25d7 (diff) | |
download | patches-575e5e4e51e01aed1044cd8ba9e00a9631eba794.tar patches-575e5e4e51e01aed1044cd8ba9e00a9631eba794.tar.gz |
gnu: glibc@2.24: Fix CVE-2015-5180.
* gnu/packages/base.scm (glibc@2.24)[source]: Add patch.
* gnu/packages/patches/glibc-CVE-2015-5180.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/packages/base.scm')
-rw-r--r-- | gnu/packages/base.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 2040f84bf1..f23db9a778 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -933,6 +933,7 @@ GLIBC/HURD for a Hurd host" "glibc-versioned-locpath.patch" "glibc-o-largefile.patch" "glibc-vectorized-strcspn-guards.patch" + "glibc-CVE-2015-5180.patch" "glibc-CVE-2017-1000366-pt1.patch" "glibc-CVE-2017-1000366-pt2.patch" "glibc-CVE-2017-1000366-pt3.patch")))))) |