[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-build/master] Release preparations for 7.5a4
commit c29deee7324f0b7c7ceea95db9a28a6f44c6c34e
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
Date: Fri Aug 4 13:24:59 2017 +0200
Release preparations for 7.5a4
Changelog update and version bumps.
tor-browser-bundle.git author: Georg Koppen <gk@xxxxxxxxxxxxxx>
tor-browser-bundle.git commit: 0d192217fc71cccf16bce16e3904460b0991b43d
tor-browser-bundle.git commit: 6d54b0e2b8cf45fb817e2bbc822c61e5a4ad78de
tor-browser-bundle.git commit: 1a15760dcb3889417809ab4a38bf4b523ecf74a7
tor-browser-bundle.git commit: 8b061ed2d5112c006a80723ea63333d0098b94c4
---
projects/firefox-langpacks/config | 2 +-
projects/firefox/config | 2 +-
projects/https-everywhere/config | 2 +-
projects/openssl/config | 9 +---
projects/sandbox/config | 2 +-
.../tor-browser/Bundle-Data/Docs/ChangeLog.txt | 57 ++++++++++++++++++++++
projects/tor-browser/config | 4 +-
projects/tor-launcher/config | 2 +-
projects/tor/config | 2 +-
projects/torbutton/config | 2 +-
rbm.conf | 2 +-
11 files changed, 69 insertions(+), 17 deletions(-)
diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config
index a645b92..dd96dcd 100644
--- a/projects/firefox-langpacks/config
+++ b/projects/firefox-langpacks/config
@@ -4,7 +4,7 @@ filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/buil
var:
ff_version: '[% pc("firefox", "var/firefox_version") %]'
- ff_build: build1
+ ff_build: build2
ff_arch: linux-i686
input_filename: 'dl-langpack-[% c("var/ff_arch") %]-[% c("version") %]'
diff --git a/projects/firefox/config b/projects/firefox/config
index b2400c9..30f89d6 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -7,7 +7,7 @@ git_url: https://git.torproject.org/tor-browser.git
gpg_keyring: torbutton.gpg
var:
- firefox_version: 52.2.0esr
+ firefox_version: 52.3.0esr
torbrowser_branch: 7.5
torbrowser_update_channel: alpha
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index 6ee1ee9..00987b0 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 5.2.18
+version: 5.2.21
git_url: https://git.torproject.org/https-everywhere.git
git_hash: '[% c("version") %]'
git_submodule: 1
diff --git a/projects/openssl/config b/projects/openssl/config
index 4cb9eea..dca3a1c 100644
--- a/projects/openssl/config
+++ b/projects/openssl/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 1.0.2k
+version: 1.0.2l
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:
@@ -7,8 +7,6 @@ var:
use_container: 1
targets:
- nightly:
- version: 1.0.2l
linux-x86_64:
var:
configure_opts: -shared enable-ec_nistp_64_gcc_128 linux-generic64
@@ -27,7 +25,4 @@ input_files:
- name: '[% c("var/compiler") %]'
project: '[% c("var/compiler") %]'
- URL: 'https://www.openssl.org/source/openssl-[% c("version") %].tar.gz'
- sha256sum: 6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0
- targets:
- nightly:
- sha256sum: ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c
+ sha256sum: ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c
diff --git a/projects/sandbox/config b/projects/sandbox/config
index 017d78d..5dc59bd 100644
--- a/projects/sandbox/config
+++ b/projects/sandbox/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 0.0.7
+version: 0.0.12
git_url: https://git.torproject.org/tor-browser/sandboxed-tor-browser
git_hash: 'sandboxed-tor-browser-[% c("version") %]'
tag_gpg_id: 1
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index 2e52d7c..16c10f5 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,60 @@
+Tor Browser 7.5a4 -- August 9 2017
+ * All Platforms
+ * Update Firefox to 52.3.0esr
+ * Update Tor to 0.3.1.5-alpha
+ * Update OpenSSL to 1.0.2l
+ * Update Torbutton to 1.9.8
+ * Bug 22610: Avoid crashes when canceling external helper app related downloads
+ * Bug 22472: Fix FTP downloads when external helper app dialog is shown
+ * Bug 22471: Downloading pdf files via the PDF viewer download button is broken
+ * Bug 22618: Downloading pdf file via file:/// is stalling
+ * Bug 22542: Resize slider window to work without scrollbars
+ * Bug 21999: Fix display of language prompt in non-en-US locales
+ * Bug 18193: Don't let about:tor have chrome privileges
+ * Bug 22535: Search on about:tor discards search query
+ * Bug 21948: Going back to about:tor page gives "Address isn't valid" error
+ * Code clean-up
+ * Translations update
+ * Update Tor Launcher to 0.2.12.3
+ * Bug 22592: Default bridge settings are not removed
+ * Translations update
+ * Update HTTPS-Everywhere to 5.2.21
+ * Update NoScript to 5.0.8.1
+ * Bug 22362: Remove workaround for XSS related browser freezing
+ * Bug 22067: NoScript Click-to-Play bypass with embedded videos and audio
+ * Update sandboxed-tor-browser to 0.0.12
+ * Bug 22610: Avoid crashes when canceling external helper app related downloads
+ * Bug 22472: Fix FTP downloads when external helper app dialog is shown
+ * Bug 22471: Downloading pdf files via the PDF viewer download button is broken
+ * Bug 22618: Downloading pdf file via file:/// is stalling
+ * Bug 21321: Exempt .onions from HTTP related security warnings
+ * Bug 21830: Copying large text from web console leaks to /tmp
+ * Bug 22073: Disable GetAddons option on addons page
+ * Bug 22884: Fix broken about:tor page on higher security levels
+ * Bug 22829: Remove default obfs4 bridge riemann.
+ * Windows
+ * Bug 21617: Fix single RWX page on Windows (included in 52.3.0esr)
+ * OS X
+ * Bug 22831: Enable Snowflake for mac
+ * Linux
+ * Bug 22832: Don't include monthly timestamp in libwebrtc build output
+ * Bug 20848: Deploy Selfrando in 32bit Linux builds
+ * Build system
+ * Windows
+ * Bug 22563: Update mingw-w64 to fix W^X violations
+ * Bug 20929: Bump GCC version to 5.4.0
+ * Linux
+ * Bug 20929: Bump GCC version to 5.4.0
+
+Tor Browser 7.5a3 -- July 28 2017
+ * Linux
+ * Bug 23044: Don't allow GIO supported protocols by default
+
+Tor Browser 7.0.3 -- July 27 2017
+ * Linux
+ * Bug 23044: Don't allow GIO supported protocols by default
+ * Bug 22829: Remove default obfs4 bridge riemann.
+
Tor Browser 7.5a2 -- July 6 2017
* All Platforms
* Update Tor to 0.3.1.4-alpha
diff --git a/projects/tor-browser/config b/projects/tor-browser/config
index 4f708bc..ac6fbb6 100644
--- a/projects/tor-browser/config
+++ b/projects/tor-browser/config
@@ -57,9 +57,9 @@ input_files:
name: snowflake
enable: '[% c("var/snowflake") %]'
- filename: Bundle-Data
- - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-5.0.7.1-fx+sm.xpi
+ - URL: https://addons.cdn.mozilla.net/user-media/addons/722/noscript_security_suite-5.0.8.1-fx+sm.xpi
name: noscript
- sha256sum: fe85a4c72b5a763462f3b264f54a0ef1c6f6879eb95d903f2dfee337f768a50b
+ sha256sum: ef648454965242a57583d2541290bcf9526747b18335aeccdd55f39a23873bc3
- filename: RelativeLink
enable: '[% c("var/linux") %]'
- project: libdmg-hfsplus
diff --git a/projects/tor-launcher/config b/projects/tor-launcher/config
index 2995d08..ea7b2e5 100644
--- a/projects/tor-launcher/config
+++ b/projects/tor-launcher/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 0.2.12.2
+version: 0.2.12.3
git_url: https://git.torproject.org/tor-launcher.git
git_hash: '[% c("version") %]'
gpg_keyring: torbutton.gpg
diff --git a/projects/tor/config b/projects/tor/config
index 74ae828..2bd33a4 100644
--- a/projects/tor/config
+++ b/projects/tor/config
@@ -1,6 +1,6 @@
# vim: filetype=yaml sw=2
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
-version: 0.3.1.3-alpha
+version: 0.3.1.5-alpha
git_hash: 'tor-[% c("version") %]'
git_url: https://git.torproject.org/tor.git
gpg_keyring: tor.gpg
diff --git a/projects/torbutton/config b/projects/torbutton/config
index 7864a38..fbdc76a 100644
--- a/projects/torbutton/config
+++ b/projects/torbutton/config
@@ -1,5 +1,5 @@
# vim: filetype=yaml sw=2
-version: 1.9.7.4
+version: 1.9.8
git_url: https://git.torproject.org/torbutton.git
git_hash: '[% c("version") %]'
gpg_keyring: torbutton.gpg
diff --git a/rbm.conf b/rbm.conf
index f89fa74..46d487c 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -13,7 +13,7 @@ buildconf:
num_procs: '[% GET ENV.RBM_NUM_PROCS ? ENV.RBM_NUM_PROCS : "4" %]'
var:
- torbrowser_version: '7.5a3'
+ torbrowser_version: '7.5a4'
project_name: tor-browser
multi_lingual: 0
build_mar: 1
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits