Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
97837a74 by Pier Angelo Vendrame at 2024-02-20T09:16:21+01:00
Bug 41084: $app_bundle is missing the final .app
Fixes a bug introduced while resolving #40569.
- - - - -
1 changed file:
- projects/firefox/build
Changes:
=====================================
projects/firefox/build
=====================================
@@ -187,7 +187,7 @@ echo "Starting ./mach build $(date)"
[% IF c("var/base-browser") -%]
mv "$distdir/Firefox.app" "$distdir/[% c('var/display_name') %].app"
[% END -%]
- app_bundle="[% c('var/display_name') %]"
+ app_bundle="[% c('var/display_name') %].app"
# Remove firefox-bin (we don't use it, see ticket #10126)
rm -f "$distdir/$app_bundle/Contents/MacOS/[% c('var/exe_name') %]-bin"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9…
You're receiving this email because of your account on gitlab.torproject.org.
boklm pushed to branch main at The Tor Project / Applications / RBM
Commits:
361bc547 by Petr Písař at 2024-02-15T15:58:14+01:00
Install RBM::CaptureExec
Commit efd874abee2d4afe652feb6c79c1d929f70d136b (Bug 40072: Move
capture_exec to a separate module) added RBM::CaptureExec module, but
forgot to install it when invoking "make install".
This patch fixes it.
- - - - -
1 changed file:
- Makefile
Changes:
=====================================
Makefile
=====================================
@@ -3,7 +3,7 @@ VERSION=0.4
PROJECTNAME=rbm
BINFILES=rbm
PERL_MODULE_MAIN=lib/RBM.pm
-PERL_MODULES=lib/RBM/DefaultConfig.pm
+PERL_MODULES=lib/RBM/CaptureExec.pm lib/RBM/DefaultConfig.pm
sysconfdir=/etc
bindir=/usr/bin
View it on GitLab: https://gitlab.torproject.org/tpo/applications/rbm/-/commit/361bc547cf50020…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/rbm/-/commit/361bc547cf50020…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build
Commits:
bd8de109 by Richard Pospesel at 2024-02-15T10:50:29+00:00
Bug 41062: Update Tor Browser changelog
- - - - -
1 changed file:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
Changes:
=====================================
projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
=====================================
@@ -2,14 +2,17 @@ Tor Browser 13.0.10 - February 20 2024
* All Platforms
* Updated OpenSSL to 3.0.13
* Updated zlib to 1.3.1
+ * Updated Snowflake to 2.9.0
* Bug 42374: spoof english leaks via numberingSystem: numbers (non-latn) or decimal separator (latn) [tor-browser]
* Bug 42411: Rebase Tor Browser stable onto 115.8.0esr [tor-browser]
+ * Bug 41079: Bump version of Snowflake to v2.9.0 [tor-browser-build]
* Windows + macOS + Linux
* Updated Firefox to 115.8.0esr
* Bug 42338: Changing circuit programmatically in Tor Browser not working anymore! [tor-browser]
* Android
* Updated GeckoView to 115.8.0esr
* Bug 42402: Remove Android YEC strings [tor-browser]
+ * Bug 42416: Backport Android security fixes from Firefox 123 [tor-browser]
* Linux
* Bug 42293: Updater is disabled when tor-browser is run by torbrowser-launcher flatpak [tor-browser]
* Build System
@@ -19,6 +22,7 @@ Tor Browser 13.0.10 - February 20 2024
* Bug 40067: Use --no-verbose wget option when not running in a terminal [rbm]
* Bug 40068: Switch from IO::CaptureOutput to Capture::Tiny [rbm]
* Bug 40069: Make stdout and stderr utf8 [rbm]
+ * Bug 40072: Move capture_exec to a separate module [rbm]
Tor Browser 13.5a4 - January 31 2024
* All Platforms
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b…
You're receiving this email because of your account on gitlab.torproject.org.