diff options
author | Mark H Weaver <[email protected]> | 2015-10-08 10:59:39 -0400 |
---|---|---|
committer | Mark H Weaver <[email protected]> | 2015-10-08 10:59:39 -0400 |
commit | b81378251c629615aff0d62ca686bb53a10367de (patch) | |
tree | 4c15f2be58d665cf0eed1e00c84f70764890c3b8 /gnu/packages/libunwind.scm | |
parent | 319fe79dd01e03c4ef61311c336bcd77e1133f02 (diff) | |
parent | b5881775ac2db345bf5826d6351366346ff03275 (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/libunwind.scm')
-rw-r--r-- | gnu/packages/libunwind.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm index 5e813e55c1..ab3496277a 100644 --- a/gnu/packages/libunwind.scm +++ b/gnu/packages/libunwind.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2014 Ludovic Courtès <[email protected]> +;;; Copyright © 2015 Mark H Weaver <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -18,6 +19,7 @@ (define-module (gnu packages libunwind) #:use-module (guix packages) + #:use-module (gnu packages) #:use-module (guix download) #:use-module (guix build-system gnu) #:use-module (guix licenses)) @@ -32,7 +34,8 @@ version ".tar.gz")) (sha256 (base32 - "16nhx2pahh9d62mvszc88q226q5lwjankij276fxwrm8wb50zzlx")))) + "16nhx2pahh9d62mvszc88q226q5lwjankij276fxwrm8wb50zzlx")) + (patches (list (search-patch "libunwind-CVE-2015-3239.patch"))))) (build-system gnu-build-system) (arguments ;; FIXME: As of glibc 2.17, we get 3 out of 34 test failures. |