gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit 3e8a55f62612c5cb746ad8a6d7000789f671c594
parent 3e325dd50e39e8009460633e76af4fa5ac42e237
Author: Ruben Rodriguez <ruben@gnu.org>
Date:   Mon, 12 Oct 2015 15:49:31 -0500

Version bumped to 38.3.0

Diffstat:
MCOPYING | 4++--
Mdata/Changelog.IceCat | 14++++++++++++++
Mmakeicecat | 4++--
3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/COPYING b/COPYING @@ -6,8 +6,8 @@ NOTE: This bundle only contains the set of scripts that programatically NOTE 2: Extensions bundled with IceCat are contain their own Copyright and license notices and are not covered by this file. - Copyright (C) 2014 Ruben Rodriguez <ruben@gnu.org> - Copyright (C) 2006, 2007, 2008, 2010, 2011, 2012, 2014 Free Software Foundation, Inc. + Copyright (C) 2014, 2015 Ruben Rodriguez <ruben@gnu.org> + Copyright (C) 2006, 2007, 2008, 2010, 2011, 2012, 2014, 2015 Free Software Foundation This program is free software; you can redistribute it and/or modify diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat @@ -1,3 +1,16 @@ +2015-10-08 Ruben Rodriguez <ruben@gnu.org> + * Rebased to v38.x + * Updated to v38.3.0ESR + * LibreJS updated to 6.0.10.20150620 + * HTTPS-Everywhere updated to 5.1.1 + * HTML5 Video Everywhere updated to 0.3.3 + * Added more privacy settings and crypto hardening + - Disabled battery handling in dom + - Disabled sensor handling in dom + - Disable face detection and autofocus controls + - Disabled DNS prefetch + - Disabled ssl/tls protocols that are useless or too weak + 2015-08-22 Ruben Rodriguez <ruben@gnu.org> * Applied patch for CVE-2015-4473 CVE-2015-4482 CVE-2015-4488 CVE-2015-4489 CVE-2015-4491 CVE-2015-4492 CVE-2015-4495 from Guix. @@ -13,6 +26,7 @@ 2015-06-05 Ruben Rodriguez <ruben@gnu.org> * Updated to v31.7.0ESR * Fix build system for translation packages + * Remove tor-proxy from debian recommends field 2015-04-03 Ruben Rodriguez <ruben@gnu.org> * Updated to v31.6.0ESR diff --git a/makeicecat b/makeicecat @@ -20,7 +20,7 @@ set -e FFMAJOR=38 -FFMINOR=1 +FFMINOR=3 FFSUB=0 GNUVERSION=1 FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB} @@ -91,7 +91,7 @@ mkdir l10n cd l10n while read line;do line=$(echo $line |cut -d' ' -f1) - [ $line = "es-ES" ] || continue + #[ $line = "es-ES" ] || continue [ $line = "en-US" ] && continue hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/$line cd $line