lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

  • 1 participants
  • 18612 discussions
[tor-browser-bundle/master] Switch the scramblesuit pluggable transport provider to obfs4proxy.
by gk@torproject.org 18 Feb '15

18 Feb '15
commit 092dbbf7ee2a1a29a386f50dc1a1bec17a398f6b Author: Yawning Angel <yawning(a)schwanenlied.me> Date: Tue Feb 17 12:42:34 2015 +0000 Switch the scramblesuit pluggable transport provider to obfs4proxy. --- Bundle-Data/PTConfigs/linux/torrc-defaults-appendix | 5 +---- Bundle-Data/PTConfigs/mac/torrc-defaults-appendix | 5 +---- Bundle-Data/PTConfigs/windows/torrc-defaults-appendix | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Bundle-Data/PTConfigs/linux/torrc-defaults-appendix b/Bundle-Data/PTConfigs/linux/torrc-defaults-appendix index 50e03fd..d0885ff 100644 --- a/Bundle-Data/PTConfigs/linux/torrc-defaults-appendix +++ b/Bundle-Data/PTConfigs/linux/torrc-defaults-appendix @@ -1,11 +1,8 @@ ## fteproxy configuration ClientTransportPlugin fte exec ./TorBrowser/Tor/PluggableTransports/fteproxy.bin --managed -## obfsproxy configuration -ClientTransportPlugin scramblesuit exec ./TorBrowser/Tor/PluggableTransports/obfsproxy.bin managed - ## obfs4proxy configuration -ClientTransportPlugin obfs2,obfs3,obfs4 exec ./TorBrowser/Tor/PluggableTransports/obfs4proxy +ClientTransportPlugin obfs2,obfs3,obfs4,scramblesuit exec ./TorBrowser/Tor/PluggableTransports/obfs4proxy ## flash proxy configuration # diff --git a/Bundle-Data/PTConfigs/mac/torrc-defaults-appendix b/Bundle-Data/PTConfigs/mac/torrc-defaults-appendix index 604098f..0dee29b 100644 --- a/Bundle-Data/PTConfigs/mac/torrc-defaults-appendix +++ b/Bundle-Data/PTConfigs/mac/torrc-defaults-appendix @@ -1,11 +1,8 @@ ## fteproxy configuration ClientTransportPlugin fte exec PluggableTransports/fteproxy.bin --managed -## obfsproxy configuration -ClientTransportPlugin scramblesuit exec PluggableTransports/obfsproxy.bin managed - ## obfs4proxy configuration -ClientTransportPlugin obfs2,obfs3,obfs4 exec PluggableTransports/obfs4proxy +ClientTransportPlugin obfs2,obfs3,obfs4,scramblesuit exec PluggableTransports/obfs4proxy ## flash proxy configuration # diff --git a/Bundle-Data/PTConfigs/windows/torrc-defaults-appendix b/Bundle-Data/PTConfigs/windows/torrc-defaults-appendix index d92d201..f287e3e 100644 --- a/Bundle-Data/PTConfigs/windows/torrc-defaults-appendix +++ b/Bundle-Data/PTConfigs/windows/torrc-defaults-appendix @@ -1,11 +1,8 @@ ## fteproxy configuration ClientTransportPlugin fte exec TorBrowser\Tor\PluggableTransports\fteproxy --managed -## obfsproxy configuration -ClientTransportPlugin scramblesuit exec TorBrowser\Tor\PluggableTransports\obfsproxy managed - ## obfs4proxy configuration -ClientTransportPlugin obfs2,obfs3,obfs4 exec TorBrowser\Tor\PluggableTransports\obfs4proxy +ClientTransportPlugin obfs2,obfs3,obfs4,scramblesuit exec TorBrowser\Tor\PluggableTransports\obfs4proxy ## flash proxy configuration #
1 0
0 0
[torbutton/master] Bug #5698: Use "Tor Browser" branding in "About Tor Browser" dialog
by gk@torproject.org 18 Feb '15

18 Feb '15
commit 7fd169e56e60ff70254c2d60600fab88a03246da Author: Arthur Edelstein <arthuredelstein(a)gmail.com> Date: Sat Feb 14 16:58:44 2015 -0800 Bug #5698: Use "Tor Browser" branding in "About Tor Browser" dialog --- src/chrome.manifest | 1 + src/chrome/content/aboutDialog.xul | 56 ++++++++++++++++++++++++++++++++++ src/chrome/locale/en/aboutDialog.dtd | 19 ++++++++++++ src/chrome/skin/about-wordmark.png | Bin 0 -> 4609 bytes src/chrome/skin/aboutDialog.css | 34 +++++++++++++++++++++ src/chrome/skin/default256.png | Bin 0 -> 48898 bytes 6 files changed, 110 insertions(+) diff --git a/src/chrome.manifest b/src/chrome.manifest index 2ab3c8f..6ef50dc 100644 --- a/src/chrome.manifest +++ b/src/chrome.manifest @@ -8,6 +8,7 @@ resource torbutton ./ # browser branding override chrome://branding/locale/brand.dtd chrome://torbutton/locale/brand.dtd override chrome://branding/locale/brand.properties chrome://torbutton/locale/brand.properties +overlay chrome://browser/content/aboutDialog.xul chrome://torbutton/content/aboutDialog.xul locale torbutton af chrome/locale/af/ locale torbutton ak chrome/locale/ak/ diff --git a/src/chrome/content/aboutDialog.xul b/src/chrome/content/aboutDialog.xul new file mode 100644 index 0000000..5b89a81 --- /dev/null +++ b/src/chrome/content/aboutDialog.xul @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- -*- Mode: HTML -*- --> +<?xml-stylesheet href="chrome://torbutton/skin/aboutDialog.css" type="text/css"?> + +<!DOCTYPE window [ +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > +%brandDTD; +<!ENTITY % aboutDialogDTD SYSTEM "chrome://torbutton/locale/aboutDialog.dtd" > +%aboutDialogDTD; +]> + +<overlay id="main-overlay" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <vbox id="rightBox"> + <vbox id="detailsBox"> + <description class="text-blurb" id="projectDesc"> + &project.start; + <label class="text-link" + href="https://www.torproject.org/"> + &project.tpoLink; + </label>&project.end; + </description> + <description class="text-blurb" id="helpDesc"> + &help.start; + <label class="text-link" + href="https://www.torproject.org/donate/donate.html.en"> + &help.donateLink; + </label> + &help.or; + <label class="text-link" + href="https://www.torproject.org/getinvolved/volunteer.html.en"> + &help.getInvolvedLink; + </label>&help.end; + </description> + </vbox> + </vbox> + + <vbox id="bottomBox"> + <hbox id="newBottom" pack="center" position="1"> + <label class="text-link bottom-link" + href="https://www.torproject.org/docs/faq.html.en"> + &bottomLinks.questions; + </label> + <label class="text-link bottom-link" + href="https://www.torproject.org/getinvolved/relays"> + &bottomLinks.grow; + </label> + <label class="text-link bottom-link" + href="about:license"> + &bottomLinks.license; + </label> + </hbox> + <description id="trademarkTor" insertafter="trademark"> + &tor.TrademarkStatement; + </description> + </vbox> +</overlay> diff --git a/src/chrome/locale/en/aboutDialog.dtd b/src/chrome/locale/en/aboutDialog.dtd new file mode 100644 index 0000000..844f4e0 --- /dev/null +++ b/src/chrome/locale/en/aboutDialog.dtd @@ -0,0 +1,19 @@ +<!ENTITY project.start "&brandShortName; is developed by "> +<!-- LOCALIZATION NOTE (project.tpoLink): This is a link title that links to https://www.torproject.org --> +<!ENTITY project.tpoLink "the &vendorShortName;"> +<!ENTITY project.end ", a nonprofit working to defend your privacy and freedom online."> + +<!ENTITY help.start "Want to help? "> +<!-- LOCALIZATION NOTE (help.donate): This is a link title that links to https://www.torproject.org/donate/donate.html.en --> +<!ENTITY help.donateLink "Donate"> +<!ENTITY help.or " or "> +<!-- LOCALIZATION NOTE (help.getInvolvedLink): This is a link title that links to https://www.torproject.org/getinvolved/volunteer.html.en --> +<!ENTITY help.getInvolvedLink "get involved"> +<!ENTITY help.end "!"> +<!-- LOCALIZATION NOTE (bottom.questions): This is a link title that links to https://www.torproject.org/docs/trademark-faq.html.en --> +<!ENTITY bottomLinks.questions "Questions?"> +<!-- LOCALIZATION NOTE (bottom.questions): This is a link title that links to https://www.torproject.org/getinvolved/relays --> +<!ENTITY bottomLinks.grow "Help the Tor Network Grow!"> +<!-- LOCALIZATION NOTE (bottom.questions): This is a link title that links to about:license --> +<!ENTITY bottomLinks.license "Licensing Information"> +<!ENTITY tor.TrademarkStatement "'Tor' and the 'Onion Logo' are registered trademarks of the Tor Project, Inc."> diff --git a/src/chrome/skin/about-wordmark.png b/src/chrome/skin/about-wordmark.png new file mode 100644 index 0000000..1becd87 Binary files /dev/null and b/src/chrome/skin/about-wordmark.png differ diff --git a/src/chrome/skin/aboutDialog.css b/src/chrome/skin/aboutDialog.css new file mode 100644 index 0000000..89eff53 --- /dev/null +++ b/src/chrome/skin/aboutDialog.css @@ -0,0 +1,34 @@ +#leftBox { + background-image: url('chrome://torbutton/skin/default256.png'); + background-position: right top; + background-size: 180px; +} + +#rightBox { + background-image: url('chrome://torbutton/skin/about-wordmark.png'); + background-position: left top; +} + +#contributeDesc { + display: none; +} + +#communityDesc { + display: none; +} + +#trademark { + display: none; +} + +#trademarkTor { + font-size: xx-small; + text-align: center; + color: #999999; + margin-top: 10px; + margin-bottom: 10px; +} + +#bottomBox > hbox:not(#newBottom) { + display: none; +} diff --git a/src/chrome/skin/default256.png b/src/chrome/skin/default256.png new file mode 100644 index 0000000..3d440fb Binary files /dev/null and b/src/chrome/skin/default256.png differ
1 0
0 0
[tor-browser/tor-browser-31.4.0esr-4.5-1] fixup! Bug #4234: Use the Firefox Update Process for TBB.
by gk@torproject.org 18 Feb '15

18 Feb '15
commit 552bdedc60ddac8a7dba54363442bbfc282a94b5 Author: Arthur Edelstein <arthuredelstein(a)gmail.com> Date: Mon Feb 16 14:50:51 2015 -0800 fixup! Bug #4234: Use the Firefox Update Process for TBB. Cosmetic improvement for #5698 --- browser/base/content/aboutDialog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/base/content/aboutDialog.js b/browser/base/content/aboutDialog.js index 652cbc1..ba856d1 100644 --- a/browser/base/content/aboutDialog.js +++ b/browser/base/content/aboutDialog.js @@ -54,7 +54,8 @@ function init(aEvent) #ifdef TOR_BROWSER_VERSION let versionElem = document.getElementById("version"); if (versionElem) - versionElem.textContent += " (Tor Browser " + TOR_BROWSER_VERSION + ")"; + versionElem.textContent = TOR_BROWSER_VERSION + + " (based on Mozilla Firefox " + versionElem.textContent + ")"; #endif #ifdef MOZ_UPDATER
1 0
0 0
[tor-browser/tor-browser-31.4.0esr-4.5-1] fixup! Bug #4234: Use the Firefox Update Process for TBB.
by gk@torproject.org 18 Feb '15

18 Feb '15
commit 25646ee4fcc9e6b910a1441616d744089a57dac5 Author: Georg Koppen <gk(a)torproject.org> Date: Wed Feb 18 11:22:33 2015 +0000 fixup! Bug #4234: Use the Firefox Update Process for TBB. Small indentation fix. --- browser/base/content/aboutDialog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/browser/base/content/aboutDialog.js b/browser/base/content/aboutDialog.js index ba856d1..0a6ab8b 100644 --- a/browser/base/content/aboutDialog.js +++ b/browser/base/content/aboutDialog.js @@ -55,7 +55,8 @@ function init(aEvent) let versionElem = document.getElementById("version"); if (versionElem) versionElem.textContent = TOR_BROWSER_VERSION + - " (based on Mozilla Firefox " + versionElem.textContent + ")"; + " (based on Mozilla Firefox " + + versionElem.textContent + ")"; #endif #ifdef MOZ_UPDATER
1 0
0 0
[tor-browser-bundle/maint-4.0] Disable software update windows in the meek HTTP helper.
by mikeperry@torproject.org 18 Feb '15

18 Feb '15
commit cc24386ef907afe8414d147cef906d0d13f4aa10 Author: David Fifield <david(a)bamsoftware.com> Date: Sat Feb 14 09:23:34 2015 +0000 Disable software update windows in the meek HTTP helper. https://trac.torproject.org/projects/tor/ticket/14203 --- Bundle-Data/PTConfigs/meek-http-helper-user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bundle-Data/PTConfigs/meek-http-helper-user.js b/Bundle-Data/PTConfigs/meek-http-helper-user.js index 72bbb9b..23565d9 100644 --- a/Bundle-Data/PTConfigs/meek-http-helper-user.js +++ b/Bundle-Data/PTConfigs/meek-http-helper-user.js @@ -14,6 +14,10 @@ user_pref("security.ssl.disable_session_identifiers", false); // https://support.mozilla.org/en-US/questions/951221#answer-410562 user_pref("toolkit.startup.max_resumed_crashes", -1); +// Don't raise software update windows in this browser instance. +// https://trac.torproject.org/projects/tor/ticket/14203 +user_pref("app.update.enabled", false); + // Set a failsafe blackhole proxy of 127.0.0.1:9, to prevent network interaction // in case the user manages to open this profile with a normal browser UI (i.e., // not headless with the meek-http-helper extension running). Port 9 is
1 0
0 0
[tor-browser-bundle/master] Disable software update windows in the meek HTTP helper.
by mikeperry@torproject.org 18 Feb '15

18 Feb '15
commit 0119a3c15711a66c76496d6e8e55511782140ec1 Author: David Fifield <david(a)bamsoftware.com> Date: Sat Feb 14 09:23:34 2015 +0000 Disable software update windows in the meek HTTP helper. https://trac.torproject.org/projects/tor/ticket/14203 --- Bundle-Data/PTConfigs/meek-http-helper-user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bundle-Data/PTConfigs/meek-http-helper-user.js b/Bundle-Data/PTConfigs/meek-http-helper-user.js index 72bbb9b..23565d9 100644 --- a/Bundle-Data/PTConfigs/meek-http-helper-user.js +++ b/Bundle-Data/PTConfigs/meek-http-helper-user.js @@ -14,6 +14,10 @@ user_pref("security.ssl.disable_session_identifiers", false); // https://support.mozilla.org/en-US/questions/951221#answer-410562 user_pref("toolkit.startup.max_resumed_crashes", -1); +// Don't raise software update windows in this browser instance. +// https://trac.torproject.org/projects/tor/ticket/14203 +user_pref("app.update.enabled", false); + // Set a failsafe blackhole proxy of 127.0.0.1:9, to prevent network interaction // in case the user manages to open this profile with a normal browser UI (i.e., // not headless with the meek-http-helper extension running). Port 9 is
1 0
0 0
[tor-browser-bundle/maint-4.0] Bug 14851: Set NoScript pref to avoid disk leaks of script permissions.
by mikeperry@torproject.org 17 Feb '15

17 Feb '15
commit 2cca93a5b6d94c92590c3d1139f9a474f214e1ba Author: Mike Perry <mikeperry-git(a)torproject.org> Date: Tue Feb 17 15:42:50 2015 -0800 Bug 14851: Set NoScript pref to avoid disk leaks of script permissions. The NoScript default was changed, we need to change it back. --- .../Data/Browser/profile.default/preferences/extension-overrides.js | 1 + .../Data/Browser/profile.default/preferences/extension-overrides.js | 1 + .../Data/Browser/profile.default/preferences/extension-overrides.js | 1 + 3 files changed, 3 insertions(+) diff --git a/Bundle-Data/linux/Data/Browser/profile.default/preferences/extension-overrides.js b/Bundle-Data/linux/Data/Browser/profile.default/preferences/extension-overrides.js index 39fa6a9..d1469a8 100644 --- a/Bundle-Data/linux/Data/Browser/profile.default/preferences/extension-overrides.js +++ b/Bundle-Data/linux/Data/Browser/profile.default/preferences/extension-overrides.js @@ -60,3 +60,4 @@ pref("noscript.autoReload.allTabs", false); pref("noscript.cascadePermissions", true); pref("noscript.restrictSubdocScripting", true); pref("noscript.showVolatilePrivatePermissionsToggle", false); +pref("noscript.volatilePrivatePermissions", true); diff --git a/Bundle-Data/mac/TorBrowser/Data/Browser/profile.default/preferences/extension-overrides.js b/Bundle-Data/mac/TorBrowser/Data/Browser/profile.default/preferences/extension-overrides.js index 39fa6a9..d1469a8 100644 --- a/Bundle-Data/mac/TorBrowser/Data/Browser/profile.default/preferences/extension-overrides.js +++ b/Bundle-Data/mac/TorBrowser/Data/Browser/profile.default/preferences/extension-overrides.js @@ -60,3 +60,4 @@ pref("noscript.autoReload.allTabs", false); pref("noscript.cascadePermissions", true); pref("noscript.restrictSubdocScripting", true); pref("noscript.showVolatilePrivatePermissionsToggle", false); +pref("noscript.volatilePrivatePermissions", true); diff --git a/Bundle-Data/windows/Data/Browser/profile.default/preferences/extension-overrides.js b/Bundle-Data/windows/Data/Browser/profile.default/preferences/extension-overrides.js index f5a3f3c..fb2141b 100644 --- a/Bundle-Data/windows/Data/Browser/profile.default/preferences/extension-overrides.js +++ b/Bundle-Data/windows/Data/Browser/profile.default/preferences/extension-overrides.js @@ -60,3 +60,4 @@ pref("noscript.autoReload.allTabs", false); pref("noscript.cascadePermissions", true); pref("noscript.restrictSubdocScripting", true); pref("noscript.showVolatilePrivatePermissionsToggle", false); +pref("noscript.volatilePrivatePermissions", true);
1 0
0 0
[tor-browser-bundle/master] Bug 14851: Set NoScript pref to avoid disk leaks of script permissions.
by mikeperry@torproject.org 17 Feb '15

17 Feb '15
commit 3c987b163b88892ea84380e4701b18dcaeb9c92d Author: Mike Perry <mikeperry-git(a)torproject.org> Date: Tue Feb 17 15:42:50 2015 -0800 Bug 14851: Set NoScript pref to avoid disk leaks of script permissions. The NoScript default was changed, we need to change it back. --- .../Data/Browser/profile.default/preferences/extension-overrides.js | 1 + .../Data/Browser/profile.default/preferences/extension-overrides.js | 1 + .../Data/Browser/profile.default/preferences/extension-overrides.js | 1 + 3 files changed, 3 insertions(+) diff --git a/Bundle-Data/linux/Data/Browser/profile.default/preferences/extension-overrides.js b/Bundle-Data/linux/Data/Browser/profile.default/preferences/extension-overrides.js index 39fa6a9..d1469a8 100644 --- a/Bundle-Data/linux/Data/Browser/profile.default/preferences/extension-overrides.js +++ b/Bundle-Data/linux/Data/Browser/profile.default/preferences/extension-overrides.js @@ -60,3 +60,4 @@ pref("noscript.autoReload.allTabs", false); pref("noscript.cascadePermissions", true); pref("noscript.restrictSubdocScripting", true); pref("noscript.showVolatilePrivatePermissionsToggle", false); +pref("noscript.volatilePrivatePermissions", true); diff --git a/Bundle-Data/mac/TorBrowser/Data/Browser/profile.default/preferences/extension-overrides.js b/Bundle-Data/mac/TorBrowser/Data/Browser/profile.default/preferences/extension-overrides.js index 39fa6a9..d1469a8 100644 --- a/Bundle-Data/mac/TorBrowser/Data/Browser/profile.default/preferences/extension-overrides.js +++ b/Bundle-Data/mac/TorBrowser/Data/Browser/profile.default/preferences/extension-overrides.js @@ -60,3 +60,4 @@ pref("noscript.autoReload.allTabs", false); pref("noscript.cascadePermissions", true); pref("noscript.restrictSubdocScripting", true); pref("noscript.showVolatilePrivatePermissionsToggle", false); +pref("noscript.volatilePrivatePermissions", true); diff --git a/Bundle-Data/windows/Data/Browser/profile.default/preferences/extension-overrides.js b/Bundle-Data/windows/Data/Browser/profile.default/preferences/extension-overrides.js index f5a3f3c..fb2141b 100644 --- a/Bundle-Data/windows/Data/Browser/profile.default/preferences/extension-overrides.js +++ b/Bundle-Data/windows/Data/Browser/profile.default/preferences/extension-overrides.js @@ -60,3 +60,4 @@ pref("noscript.autoReload.allTabs", false); pref("noscript.cascadePermissions", true); pref("noscript.restrictSubdocScripting", true); pref("noscript.showVolatilePrivatePermissionsToggle", false); +pref("noscript.volatilePrivatePermissions", true);
1 0
0 0
[tor-browser/tor-browser-31.4.0esr-4.5-1] fixup! Omnibox: Add disconnect, youtube; remove Amazon and eBay
by mikeperry@torproject.org 17 Feb '15

17 Feb '15
commit 0cc27667bfb1cc641f7abc87c3d9e252c4ca0162 Author: Mike Perry <mikeperry-git(a)torproject.org> Date: Tue Feb 17 12:44:51 2015 -0800 fixup! Omnibox: Add disconnect, youtube; remove Amazon and eBay Also remove bing. --- browser/locales/en-US/searchplugins/list.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/browser/locales/en-US/searchplugins/list.txt b/browser/locales/en-US/searchplugins/list.txt index 0d07ea6..956fb8e 100644 --- a/browser/locales/en-US/searchplugins/list.txt +++ b/browser/locales/en-US/searchplugins/list.txt @@ -4,6 +4,5 @@ twitter wikipedia startpage yahoo -bing google duckduckgo
1 0
0 0
[tor-browser-bundle/master] Bug #14221: fix update of the version -> builddir symlink
by gk@torproject.org 17 Feb '15

17 Feb '15
commit b90119dd4194209af8168997eeb3181490d609ba Author: Nicolas Vigier <boklm(a)torproject.org> Date: Thu Jan 15 21:30:12 2015 +0100 Bug #14221: fix update of the version -> builddir symlink --- gitian/mkbundle-linux.sh | 2 +- gitian/mkbundle-mac.sh | 2 +- gitian/mkbundle-windows.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitian/mkbundle-linux.sh b/gitian/mkbundle-linux.sh index 0dba906..c71981f 100755 --- a/gitian/mkbundle-linux.sh +++ b/gitian/mkbundle-linux.sh @@ -269,7 +269,7 @@ fi cd $WRAPPER_DIR if [ "$TORBROWSER_SYMLINK_VERSION" == '1' ] then - ln -sf $TORBROWSER_BUILDDIR $TORBROWSER_VERSION + ln -sfT $TORBROWSER_BUILDDIR $TORBROWSER_VERSION fi echo diff --git a/gitian/mkbundle-mac.sh b/gitian/mkbundle-mac.sh index 09b3172..309b1a8 100755 --- a/gitian/mkbundle-mac.sh +++ b/gitian/mkbundle-mac.sh @@ -233,7 +233,7 @@ fi cd $WRAPPER_DIR if [ "$TORBROWSER_SYMLINK_VERSION" == '1' ] then - ln -sf $TORBROWSER_BUILDDIR $TORBROWSER_VERSION + ln -sfT $TORBROWSER_BUILDDIR $TORBROWSER_VERSION fi echo diff --git a/gitian/mkbundle-windows.sh b/gitian/mkbundle-windows.sh index 39c57ce..0e2f87f 100755 --- a/gitian/mkbundle-windows.sh +++ b/gitian/mkbundle-windows.sh @@ -238,7 +238,7 @@ fi cd $WRAPPER_DIR if [ "$TORBROWSER_SYMLINK_VERSION" == '1' ] then - ln -sf $TORBROWSER_BUILDDIR $TORBROWSER_VERSION + ln -sfT $TORBROWSER_BUILDDIR $TORBROWSER_VERSION fi echo
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1758
  • 1759
  • 1760
  • 1761
  • 1762
  • 1763
  • 1764
  • ...
  • 1862
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.