diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-12-21 09:02:46 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-12-21 09:04:34 +0200 |
commit | 417f3d494f6b7febd086ae064e67646b7faee9ff (patch) | |
tree | c5c318eaeac4ab3922f006261fb003be49a3ae0a /gnu/packages/games.scm | |
parent | dab2542f845bf1b6b7761f1be6fc55b9259238fe (diff) | |
download | patches-417f3d494f6b7febd086ae064e67646b7faee9ff.tar patches-417f3d494f6b7febd086ae064e67646b7faee9ff.tar.gz |
gnu: xboing: Fix CVE-2004-0149.
* gnu/packages/patches/xboing-CVE-2004-0149: New file.
* gnu/packages/games.scm (xboing)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index cc21a63f53..c494d0beba 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1071,7 +1071,8 @@ Portable Game Notation.") (uri (string-append "http://www.techrescue.org/xboing/xboing" version ".tar.gz")) (sha256 - (base32 "16m2si8wmshxpifk861vhpqviqxgcg8bxj6wfw8hpnm4r2w9q0b7")))) + (base32 "16m2si8wmshxpifk861vhpqviqxgcg8bxj6wfw8hpnm4r2w9q0b7")) + (patches (search-patches "xboing-CVE-2004-0149.patch")))) (arguments `(#:tests? #f #:phases |