www.fgks.org   »   [go: up one dir, main page]

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-10-12 15:49:31 -0500
committerRuben Rodriguez <ruben@gnu.org>2015-10-12 18:17:30 -0500
commit85706a22e912974661ed5aa2f28a4d1b7d050945 (patch)
treeb037f964ca749d27157f36ad187367cf2deffc7a
parentfc3f09b9b1dee71b0ca1d1bc9f4c4dbd54d5ec32 (diff)
downloadgnuzilla-38.tar.gz
Version bumped to 38.3.038
-rw-r--r--COPYING4
-rw-r--r--data/Changelog.IceCat31
-rw-r--r--makeicecat6
3 files changed, 33 insertions, 8 deletions
diff --git a/COPYING b/COPYING
index 5a1ad9e..2b53565 100644
--- 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
index 539bb3e..226439e 100644
--- a/data/Changelog.IceCat
+++ b/data/Changelog.IceCat
@@ -1,6 +1,31 @@
-2015-05-15 Ruben Rodriguez <ruben@gnu.org>
- * Updated to v31.7.0ESR
- * Fix locale merging process
+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.
+
+2015-07-12 Ruben Rodriguez <ruben@gnu.org>
+ * Updated to v31.8.0ESR
+ * Applied fix for LogJam attack [https://weakdh.org/]
+ * HTML5 Video Everywhere updated to 0.2.38.1
+ * LibreJS updated to 6.0.9
+ * HTTPS-Everywhere updated to 5.0.5
+ * Spyblock updated to 2.6.9.0 from upstream changes
+ * Disabled hardware acceleration and WebGL
+
+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>
diff --git a/makeicecat b/makeicecat
index e6ae2e8..601f24c 100644
--- a/makeicecat
+++ b/makeicecat
@@ -20,7 +20,7 @@
set -e
FFMAJOR=38
-FFMINOR=1
+FFMINOR=3
FFSUB=0
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB}
@@ -46,7 +46,7 @@ cd output
rm mozilla-esr${FFMAJOR} $SOURCEDIR -rf
-wget -N ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FFVERSION}esr/source/firefox-${FFVERSION}esr.source.tar.bz2
+wget -N http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FFVERSION}esr/source/firefox-${FFVERSION}esr.source.tar.bz2
#wget -N ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FFVERSION}esr/source/firefox-${FFVERSION}esr.source.tar.bz2.asc
#gpg --recv-keys --keyserver keyserver.ubuntu.com 15A0A4BC
#gpg --verify firefox-${FFVERSION}esr.source.tar.bz2.asc
@@ -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