diff options
author | Leo Famulari <leo@famulari.name> | 2016-07-15 14:47:47 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-07-16 12:49:21 -0400 |
commit | b9174ff4493b8c502c06f8ba80183115f542d90c (patch) | |
tree | d9e64a795c4ab250c227cd39ab9e121bb8dacbb4 /gnu/packages/gd.scm | |
parent | e31f05d4355d106ea5e857ae8ceb8e9de7034e46 (diff) | |
download | guix-b9174ff4493b8c502c06f8ba80183115f542d90c.tar guix-b9174ff4493b8c502c06f8ba80183115f542d90c.tar.gz |
gnu: gd: Update to 2.2.2 [fixes CVE-2016-{5767,6161}].
* gnu/packages/gd.scm (gd): Update to 2.2.2.
Diffstat (limited to 'gnu/packages/gd.scm')
-rw-r--r-- | gnu/packages/gd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index 4d6b1a3c89..b4e634969e 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -40,7 +40,7 @@ ;; Note: With libgd.org now pointing to github.com, genuine old ;; tarballs are no longer available. Notably, versions 2.0.x are ;; missing. - (version "2.2.1") + (version "2.2.2") (source (origin (method url-fetch) @@ -49,7 +49,7 @@ version "/libgd-" version ".tar.xz")) (sha256 (base32 - "0xmrqka1ggqgml84xbmkw1y0r0lg7qn657v5b1my8pry92p651vh")))) + "1311g5mva2xlzqv3rjqjc4jjkn5lzls4skvr395h633zw1n7b7s8")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |