diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-15 15:28:36 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-15 15:43:23 -0400 |
commit | b76c4152530b81d7ecc1c958202a3f06d407587d (patch) | |
tree | 842d7c190d0b21b4f8ca0d5594151a2efbf18a8a /gnu/packages/gnuzilla.scm | |
parent | e03f6d5e956b348c142d0ffd9f89af845f05eb86 (diff) | |
download | guix-b76c4152530b81d7ecc1c958202a3f06d407587d.tar guix-b76c4152530b81d7ecc1c958202a3f06d407587d.tar.gz |
gnu: icecat: Update to 31.8.0-gnu1.
* gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch: New file.
* gnu/packages/patches/icecat-CVE-2015-2722-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-2722-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-2724-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-2724-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-2724-pt3.patch,
gnu/packages/patches/icecat-CVE-2015-2724-pt4.patch,
gnu/packages/patches/icecat-CVE-2015-2728-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-2728-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-2733-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-2733-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-2735.patch,
gnu/packages/patches/icecat-CVE-2015-2736.patch,
gnu/packages/patches/icecat-CVE-2015-2738.patch,
gnu/packages/patches/icecat-CVE-2015-2739.patch,
gnu/packages/patches/icecat-CVE-2015-2740.patch,
gnu/packages/patches/icecat-CVE-2015-2743.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them, and add the new file.
* gnu/packages/gnuzilla.scm (icecat): Update to 31.8.0-gnu1. Remove the
outdated patches and add the new one.
Diffstat (limited to 'gnu/packages/gnuzilla.scm')
-rw-r--r-- | gnu/packages/gnuzilla.scm | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index d76bf93b8f..8be3d48871 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -230,7 +230,7 @@ standards.") (define-public icecat (package (name "icecat") - (version "31.7.0-gnu1") + (version "31.8.0-gnu1") (source (origin (method url-fetch) @@ -239,7 +239,7 @@ standards.") name "-" version ".tar.bz2")) (sha256 (base32 - "0a25jp5afla2dxzj7i4cyvqpa5smsn7ns3xvpzqw6pc7naixkpap")) + "11wx29mb5pcg4mgk07a6vjwh52ca90k0x4m9wv0v3y5dmp88f01p")) (modules '((guix build utils))) (snippet '(begin @@ -278,22 +278,7 @@ standards.") "js/src/ctypes/libffi" "db/sqlite3")) #t)) - (patches (map search-patch '("icecat-CVE-2015-2724-pt1.patch" - "icecat-CVE-2015-2743.patch" - "icecat-CVE-2015-2722-pt1.patch" - "icecat-CVE-2015-2722-pt2.patch" - "icecat-CVE-2015-2724-pt2.patch" - "icecat-CVE-2015-2739.patch" - "icecat-CVE-2015-2724-pt3.patch" - "icecat-CVE-2015-2735.patch" - "icecat-CVE-2015-2736.patch" - "icecat-CVE-2015-2733-pt1.patch" - "icecat-CVE-2015-2728-pt1.patch" - "icecat-CVE-2015-2728-pt2.patch" - "icecat-CVE-2015-2724-pt4.patch" - "icecat-CVE-2015-2733-pt2.patch" - "icecat-CVE-2015-2738.patch" - "icecat-CVE-2015-2740.patch" + (patches (map search-patch '("icecat-enable-acceleration-and-webgl.patch" "icecat-libvpx-1.4.patch"))))) (build-system gnu-build-system) (inputs |