From 582100a0c07a245abd1580e9caaf9896e0d0e67f Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 30 Jan 2015 02:37:44 -0500 Subject: gnu: icecat: Update to 31.4.0. * gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch, gnu/packages/patches/icecat-CVE-2014-1590.patch, gnu/packages/patches/icecat-CVE-2014-1592.patch, gnu/packages/patches/icecat-CVE-2014-1593.patch, gnu/packages/patches/icecat-CVE-2014-1594.patch, gnu/packages/patches/icecat-CVE-2014-8634-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8634-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8639.patch, gnu/packages/patches/icecat-CVE-2014-8641.patch, gnu/packages/patches/icecat-armhf-xpcom.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/gnuzilla.scm: Update to 31.4.0. Remove patches. --- gnu/packages/gnuzilla.scm | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'gnu/packages/gnuzilla.scm') diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 9c6b39f3d2..862dfe1a31 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -213,32 +213,15 @@ standards.") (define-public icecat (package (name "icecat") - (version "31.2.0") + (version "31.4.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gnuzilla/" - version "/" name "-" version ".tar.xz")) + version "/" name "-" version ".tar.bz2")) (sha256 (base32 - "02r9klfc0z26w270inq652249hq0wfzvwhzvwmk0n8v8nzkk5idh")) - (patches (map search-patch - '("icecat-CVE-2014-1587-bug-1042567.patch" - "icecat-CVE-2014-1587-bug-1072847.patch" - "icecat-CVE-2014-1587-bug-1079729.patch" - "icecat-CVE-2014-1587-bug-1080312.patch" - "icecat-CVE-2014-1587-bug-1089207.patch" - "icecat-CVE-2014-1590.patch" - "icecat-CVE-2014-1592.patch" - "icecat-CVE-2014-1593.patch" - "icecat-CVE-2014-1594.patch" - "icecat-armhf-xpcom.patch" - "icecat-CVE-2014-8639.patch" - "icecat-CVE-2014-8634-pt1.patch" - "icecat-CVE-2014-8634-pt2.patch" - "icecat-CVE-2014-8641.patch" - "icecat-CVE-2014-8638-pt1.patch" - "icecat-CVE-2014-8638-pt2.patch"))))) + "0q5ilgfybcrbwf9hq9zc1cpnlhq1pddnnjmdrxrcrrg8lgx5kkc2")))) (build-system gnu-build-system) (inputs `(("alsa-lib" ,alsa-lib) -- cgit v1.2.3