guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: icecat: Add fixes for CVE-2016-9079 and other bugs.


From: Mark H. Weaver
Subject: 01/01: gnu: icecat: Add fixes for CVE-2016-9079 and other bugs.
Date: Thu, 1 Dec 2016 01:59:22 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 9689e71d2f2b5e766415a40d5f5ab267768d217d
Author: Mark H Weaver <address@hidden>
Date:   Wed Nov 30 20:46:57 2016 -0500

    gnu: icecat: Add fixes for CVE-2016-9079 and other bugs.
    
    * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes for
    CVE-2016-9079 and other selected fixes from the upstream mozilla-esr45
    repository.
---
 gnu/packages/gnuzilla.scm |   13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index f7a8c7d..3342a39 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -362,12 +362,23 @@ standards.")
          ,(search-patch  "icecat-CVE-2016-9064.patch") ; adapted for icecat 
based on:
                                         ;                 "00c2b7baaa0b" 
"0y02yb7r62656nq9dji9dnwils2lxqasjz5byv62j1xa87r7f9hp"
          ,(mozilla-patch "icecat-CVE-2016-9066.patch"     "576f1725a57e" 
"1lic9d3r8r1vcniw1g3ca71390lw3dmwjsw55dp6z96hyjbcq3fd")
+         ,(mozilla-patch "icecat-CVE-2016-9079.patch"     "e6eb0a3a3c76" 
"1gfcl58cm255sn3f5fwfhw21c2msbghg9i1b3nc9pp4gafaj2p9i")
          ,(mozilla-patch "icecat-bug-1212939.patch"       "4a0e851f83e4" 
"182vx1qxrr7r2175jjf0bcixwwm1khdj4sq0c8wnsyry7p9waq5q")
          ,(mozilla-patch "icecat-bug-1168743.patch"       "a1e06af61ab3" 
"07llk1ba6axjasiv30vicz96k55ff4mybxy21vjxk6j0asgyjz23")
          ,(mozilla-patch "icecat-bug-1287176.patch"       "0569d5dce9db" 
"1d41sqbq6jc3af73dz9w19win7v7c12kw1mp7j7b1gkadq46c4y7")
          ,(mozilla-patch "icecat-bug-1263665.patch"       "a79cafee93f4" 
"0bn7hpm8mh8qmkpz5wiridr792irrs5sjxyvryazy2i0p4pjh62p")
          ,(mozilla-patch "icecat-bug-1304962.patch"       "f61049d5f373" 
"04d1na31qqq7yq4jjvhq6vzqq3f23rwac8c6fw4h5fx1pdb3l997")
-         ,(mozilla-patch "icecat-bug-1314574.patch"       "46b2558ca469" 
"00q8676xg4wb7p371wgi04nl05j7idkb2kna9a0l08k6lks9wdhh")))
+         ,(mozilla-patch "icecat-bug-1314574.patch"       "46b2558ca469" 
"00q8676xg4wb7p371wgi04nl05j7idkb2kna9a0l08k6lks9wdhh")
+         ,(mozilla-patch "icecat-bug-1301381.patch"       "2e5438a92617" 
"0pyjbzyy04759ldpcar8q8cccv67j1jkxsg46rkq7a3rbhmwmw4p")
+         ,(mozilla-patch "icecat-bug-1317409.patch"       "7391f60fb790" 
"1hydggpmmm2cs9lb15micnkxn4wl4cda9g74hkn3zmks805vjz3h")
+         ,(mozilla-patch "icecat-bug-1309834.patch"       "744e01001e6e" 
"0z2fq765kap3ll9as5rvjpnbj3pw26074alw7df0zi215qz47nxr")
+         ,(mozilla-patch "icecat-bug-1317936-pt1.patch"   "8ae673f34a5b" 
"1rlbihckl9afa0y91lqs7gpnv6a7zxzrmxjv95y3yrl03kibqp76")
+         ,(mozilla-patch "icecat-bug-1317936-pt2.patch"   "409c23c144fe" 
"05kgs16y8s5pxmg2dxp93247zagnj6zgj3209qpm5hz3an7gr13h")
+         ,(mozilla-patch "icecat-bug-1319122.patch"       "994d9bd0e28d" 
"007wifyx3b2ln4fwv1i8n24yz5ngjf4mkzd7sqr5bpd3q88ff293")
+         ,(mozilla-patch "icecat-bug-1312609.patch"       "0fc43af8982e" 
"0pc8q9knzq2knj723mwkay1lnzbzysb07ygxnc16mcb6f7vl2mw8")
+         ,(mozilla-patch "icecat-bug-1319524.patch"       "19f9a4643d77" 
"0w5yxj1l0hvs66q9agjp4m5sfby7fj05lx33gaqf899bw4hn4vcf")
+         ,(mozilla-patch "icecat-bug-1312548.patch"       "c58442c414f5" 
"1z1w1v8xagkhrwgp51ij1k2gx0ripslia09vm78812n7gcwddaas")
+         ,(mozilla-patch "icecat-bug-1314442.patch"       "5054047b7328" 
"0xlw8irymfp3bcaa5jpf7clf7bq6qxp3i8zapp8jya8lzr1nf868")))
       (modules '((guix build utils)))
       (snippet
        '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]