| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: torbrowser: Update to 13.5.7 [security fixes].•••Fixes CVEs 2024-9392, 2024-9393, 2024-9394, 2024-9401 and 2024-9680.
See the Mozilla Foundation Security Advisories
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-48/> and
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/>
for details.
* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20241008182800.
(%torbrowser-version): Update to 13.5.7.
(%torbrowser-firefox-version): Update to 115.16.0esr-13.5-1-build3.
(torbrowser-translation-base): Update to
ceb66dd0937da14962cb535699242b2526e11f02.
(torbrowser-translation-specific): Update to
dbf1454fdbd3256d65985cc1c46391ce0ec159e7.
(make-torbrowser) [arguments] <#:phases>: On 'copy-basebrowser-locales
stop copying 'cryptoSafetyPrompt.properties'. See
<https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/cf68476c67f6c5159dab3d7c241392c597fd3988>.
Change-Id: Ic17a669c1311d92da347e11ea08acc7a218bc728
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| André Batista | 2024-10-12 | 1 | -16/+9 |
* | gnu: mullvadbrowser: Update to 13.5.6 [security fixes].•••Fixes CVEs 2024-9392, 2024-9393, 2024-9394 and 2024-9401. See the Mozilla
Foundation Security Advisory
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-48/> for details.
* gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to
20240930230510.
(%mullvadbrowser-version): Update to 13.5.6.
(%mullvadbrowser-firefox-version): Update to 115.16.0esr-13.5-1-build2.
(mullvadbrowser-translation-base): Update to
a142f78af87f994913faa15fb4b0f34f0ce1a22b.
(mullvadbrowser-translation-specific): Update to
78212a3da2439e436ac5f73d8e3eb908145c3ece.
Change-Id: Id65315c9aa829815e00dcfe74098680654592f20
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| André Batista | 2024-10-11 | 1 | -9/+9 |
* | gnu: mullvadbrowser: Update to 13.5.3 [security fixes].•••Fixes CVEs 2024-6600, 2024-6601, 2024-6602, 2024-6603, 2024-6604,
2024-7519, 2024-7521, 2024-7522, 2024-7524, 2024-7525, 2024-7526,
2024-7527, 2024-7529, 2024-7531, 2024-8381, 2024-8382, 2024-8383 and
2024-8384.
See the Mozilla Foundation Security advisories
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-30/>,
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-34/> and
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-41/>
for details.
* gnu/packages/mullvad-browsers.scm (mozilla-locale): Remove it.
(mozilla-locales): Likewise.
(firefox-locales): Move to the top.
(%mullvadbrowser-locales): Change it to be a plain list of supported
locales.
(%mullvadbrowser-build-date): Update to 20240903073000.
(%mullvadbrowser-version): Update to 13.5.3.
(%mullvadbrowser-firefox-version): Update to 115.15.0esr-13.5-1-build2.
(mullvadbrowser-translation-base): Update to
daed2afc487d1b20efc17feb153156524c6f714b.
(mullvadbrowser) [arguments] <#:phases>: Adjust copy-torbrowser-locales
replacement accordingly.
Change-Id: I5acf486d5f22da9145827b12b48c6c764daaa9bf
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| André Batista | 2024-09-30 | 1 | -68/+30 |
* | gnu: torbrowser: Update to 13.5.3 [security fixes].•••Fixes CVEs 2024-6600, 2024-6601, 2024-6602, 2024-6603, 2024-6604,
2024-7519, 2024-7521, 2024-7522, 2024-7524, 2024-7525, 2024-7526,
2024-7527, 2024-7529, 2024-7531, 2024-8381, 2024-8382, 2024-8383 and
2024-8384.
See the Mozilla Foundation Security advisories
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-30/>,
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-34/> and
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-41/>
for details.
* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240903073000.
(%torbrowser-version): Update to 13.5.3.
(%torbrowser-firefox-version): Update to 115.15.0esr-13.5-1-build3.
(%torbrowser-locales): Change it to be a plain list of supported locales.
(firefox-locales): New variable.
(torbrowser-translation-base): Update to
daed2afc487d1b20efc17feb153156524c6f714b.
(torbrowser-translation-specific): Update to
6374e3b09c0894b8452fa1ba0b99c807722fc805.
(lld-as-ld-wrapper-16): New variable.
(make-torbrowser)[native-inputs]: Add lld-as-ld-wrapper-16. Use
llvm-16 and clang-16.
[inputs]: Add firefox-locales.
[arguments] <#:phases>: Remove add-bridges.
setenv, copy-firefox-locales: Update MOZ_CHROME_MULTILOCALE to the
new %torbrowser-locales format.
copy-basebrowser-locales, copy-torbrowser-locales: Likewise and adjust
fluent file path.
deploy-fonts: Adjust regex expression.
autoconfig: Remove file-picker configuration workaround. See #71181.
Change-Id: Idf182607798d9111c30db63fe926b7f8cb3ce300
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| André Batista | 2024-09-30 | 1 | -81/+60 |
* | build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod...•••Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.
The renaming was automated via the command:
$ git grep -l %gnu-build-system-modules
| xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i
* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this. Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.
Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
| Maxim Cournoyer | 2024-08-31 | 1 | -1/+1 |
* | gnu: Add missing module import.•••Add missing module import.
Change-Id: Ib2cfd268455f9bb1d1abddc0bf04a4a67d78c1c6
| Zheng Junjie | 2024-06-24 | 1 | -0/+1 |
* | gnu: torbrowser: Add bash-minimal.•••* gnu/packages/tor-browsers.scm (make-torbrowser) [inputs]: Add bash-minimal.
Change-Id: I15faf90a0f7d3e1a4032779640a8749fcd9e4dd7
| Maxim Cournoyer | 2024-06-24 | 1 | -0/+1 |
* | gnu: torbrowser: Update to 13.0.16 [security fixes].•••Fixes CVEs 2024-5702, 2024-5688, 2024-5690, 2024-5691, 2024-5692,
2024-5693, 2024-5696 and 2024-5700. See the Mozilla Foundation Security
advisory <https://www.mozilla.org/en-US/security/advisories/mfsa2024-26/>
for details.
* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240510190000. Change upstream reference to where this date is defined
as the previous URL reference can be missing.
(%torbrowser-version): Update to 13.0.16.
(%torbrowser-firefox-version): Update to 115.12.0esr-13.0-1-build1.
(torbrowser-translation-base): Update to
f28525699864f4e3d764c354130bd898ce5b20aa.
(torbrowser-translation-specific): Update to
b5d79336411e5a59c4861341ef9aa7353e0bcad9.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| André Batista | 2024-06-24 | 1 | -11/+11 |
* | gnu: mullvadbrowser: Update to 13.0.16.•••Fixes CVEs 2024-5702, 2024-5688, 2024-5690, 2024-5691, 2024-5692, 2024-5693,
2024-5696 and 2024-5700. See the Mozilla Foundation Security advisory
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-26/> for details.
* gnu/packages/mullvad-browsers.scm (%mullvadbrowser-locales): Update
changesets.
(%mullvadbrowser-build-date): Update to 20240510190000.
(%mullvadbrowser-version): Update to 13.0.16.
(%mullvadbrowser-firefox-version): Update to 115.12.0esr-13.0-1-build1.
(mullvadbrowser-translation-base): Update to
f28525699864f4e3d764c354130bd898ce5b20aa.
(mullvadbrowser-translation-specific): Update to
bff8092bbe5ae93b2c162ade300d739b2cd9e92d.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: I66d61606c496bffc0dbbbdfcc0df8cbf18af5887
| André Batista | 2024-06-22 | 1 | -30/+30 |
* | gnu: make-torbrowser: Use current ffmpeg version.•••torbrowser and mullvadbrowser are now based on v. 115 and can link to current
ffmpeg.
* gnu/packages/tor-browsers.scm (make-torbrowser): Use ffmpeg rather than
ffmpeg-5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: Ifba8d2a58f21aba1abe6b3c5daf9cb57b07386f6
| André Batista | 2024-06-06 | 1 | -3/+1 |
* | gnu: torbrowser: Fix typo in description.•••* gnu/packages/tor-browsers.scm (make-torbrowser)[description]: Fix typo
changing "know" to "known".
Change-Id: Ib4c1d1f183e7debbc769693f303caa141f2138b6
| Arun Isaac | 2024-05-30 | 1 | -1/+1 |
* | gnu: torbrowser: Update to 13.0.15 [security fixes].•••Fixes CVEs 2024-4367, 2024-4767, 2024-4768, 2024-4769,
2024-4770 and 2024-4777. See the Mozilla Foundation Security Advisory
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-22/> for details.
* gnu/packages/tor-browsers.scm (%torbrowser-locales): Update changesets.
(%torbrowser-build-date): Update to 20240510150000.
(%torbrowser-version): Update to 13.0.15.
(%torbrowser-firefox-version): Update to 115.11.0esr-13.0-1-build2.
(torbrowser-translation-base): Update to
a28a8b2cb9e207d12fca11181818c0a0694b56af.
(torbrowser-translation-specific): Update to
e03ffdea5b74ad280616dccd21744cba7b2d4565.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| André Batista | 2024-05-30 | 1 | -46/+46 |
* | gnu: make-torbrowser: Fix file picker.•••* gnu/packages/tor-browsers.scm (make-torbrowser): Set
"widget.use-xdg-desktop-portal.file-picker" to 1 (Always) instead of 2 (Auto)
to force the use of XDG portal.
Change-Id: Id3c24a292a309c3a079a3843e8cb1c00f2cf9551
| Clément Lassieur | 2024-04-29 | 1 | -1/+5 |
* | gnu: mullvadbrowser: Update to 13.0.14 [security fixes].•••Fixes CVE-2024-3852, CVE-2024-3854, CVE-2024-3857, CVE-2024-2609,
CVE-2024-3859, CVE-2024-3861, CVE-2024-3863, CVE-2024-3302, CVE-2024-3864.
See the Mozilla Foundation Security Advisory
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-19/> for details.
* gnu/packages/mullvad-browsers.scm (%mullvadbrowser-build-date): Update to
20240408204645.
(%mullvadbrowser-version): Update to 13.0.14.
(%mullvadbrowser-firefox-version): Update to 115.10.0esr-13.0-1-build1.
(mullvadbrowser-translation-base): Update to
d31e6b16c372e2eb235c4f2b0eae0b573a5515ba.
Change-Id: I22793fd35dd041fe5d2a47e16a26f1d48e37d2d2
| Clément Lassieur | 2024-04-17 | 1 | -7/+7 |
* | gnu: torbrowser: Update to 13.0.14 [security fixes].•••Fixes CVE-2024-3852, CVE-2024-3854, CVE-2024-3857, CVE-2024-2609,
CVE-2024-3859, CVE-2024-3861, CVE-2024-3863, CVE-2024-3302, CVE-2024-3864.
See the Mozilla Foundation Security Advisory
<https://www.mozilla.org/en-US/security/advisories/mfsa2024-19/> for details.
* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240416150000.
(%torbrowser-version): Update to 13.0.14.
(%torbrowser-firefox-version): Update to 115.10.0esr-13.0-1-build1.
(torbrowser-translation-base): Update to
d31e6b16c372e2eb235c4f2b0eae0b573a5515ba.
(torbrowser-translation-specific): Update to
d37455a56f966b4f87f5f326b534a91f71fd5c88.
Change-Id: I499d38f66e5528a566a6c105f621fe52b0ea1bc9
| Clément Lassieur | 2024-04-17 | 1 | -9/+9 |
* | Merge branch 'gnome-team' | Liliana Marie Prikler | 2024-03-30 | 1 | -0/+1 |
|\ |
|
| * | Merge remote-tracking branch 'savannah/master' into gnome-team•••Change-Id: I775274c2693536e2efa36c9abca4c54c5c458e26
| Christopher Baines | 2024-03-16 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'master' into gnome-team | Liliana Marie Prikler | 2024-03-10 | 1 | -9/+9 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into gnome-team | Liliana Marie Prikler | 2024-02-25 | 1 | -13/+14 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into gnome-team | Liliana Marie Prikler | 2024-02-13 | 1 | -2/+172 |
| |\ \ \ \ |
|
| * | | | | | gnu: tor-browsers: Use freedesktop module.•••The shared-mime-info package has been moved from gnome to freedesktop,
causing the variable to be unbound where this module is not imported.
* gnu/packages/tor-browsers.scm
<define-package>: Add #:use-module (gnu packages freedesktop).
Fixes: Unbound variable ‘shared-mime-info’.
| Liliana Marie Prikler | 2024-02-03 | 1 | -0/+1 |
* | | | | | | gnu: mullvadbrowser: Update to 13.0.13 [fixes CVE-2024-29944].•••* gnu/packages/mullvad-browsers.scm (%mullvadbrowser-build-date): Update to
20240322132912.
(%mullvadbrowser-version): Update to 13.0.13.
(%mullvadbrowser-firefox-version): Update to 115.9.1esr-13.0-1-build1.
(mullvadbrowser-translation-base): Update to
8e04ca3c5f440ed8f16b2069ae9565e4b044ec29.
Change-Id: Id19ba361e9867200edd5ee9f35142d8dbe5447ab
| Clément Lassieur | 2024-03-23 | 1 | -7/+7 |
* | | | | | | gnu: torbrowser: Update to 13.0.13 [fixes CVE-2024-29944].•••* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240322115718.
(%torbrowser-version): Update to 13.0.13.
(%torbrowser-firefox-version): Update to 115.9.1esr-13.0-1-build1.
(torbrowser-translation-base): Update to
8e04ca3c5f440ed8f16b2069ae9565e4b044ec29.
(torbrowser-translation-specific): Update to
bf2fac60a6c41aa67b8147f22a638d498ac2dcdd.
Change-Id: Ife0cb3b2d42dc5d6b39d5a11827c0a234c950126
| Clément Lassieur | 2024-03-23 | 1 | -9/+9 |
* | | | | | | gnu: mullvadbrowser: Update to 13.0.12.•••* gnu/packages/mullvad-browsers.scm (%mullvadbrowser-build-date): Update to
20240313183935.
(%mullvadbrowser-version): Update to 13.0.12.
(%mullvadbrowser-firefox-version): Update to 115.9.0esr-13.0-1-build2.
(mullvadbrowser-translation-base): Update to
595dcd5efe752cddc1b6ba47082ad9f5f4917fee.
(mullvadbrowser-translation-specific): Update to
c5361cb496ae7e047fd9226139537f1fcfc7938d.
Change-Id: I365d5517cc145c0b66b502b5ed1738bf978a29da
| Clément Lassieur | 2024-03-21 | 1 | -9/+9 |
* | | | | | | gnu: torbrowser: Update to 13.0.12.•••* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240318163712.
(%torbrowser-version): Update to 13.0.12.
(%torbrowser-firefox-version): Update to 115.9.0esr-13.0-1-build3.
(torbrowser-translation-base): Update to
a4d224e82808529e135259e04fb58fb39b90da2d.
(torbrowser-translation-specific): Update to
e7aabc54138211e23bc60af1abe492c8bc68ce4b.
Change-Id: I878f26149b22f5703e2e9bb7ee0aa1f4c4ada589
| Clément Lassieur | 2024-03-21 | 1 | -9/+9 |
* | | | | | | gnu: make-torbrowser: Make products independent from each other.•••* gnu/packages/tor-browsers.scm (translation-base-browser): Rename to
torbrowser-translation-base.
(mullvadbrowser-translation-base): New variable.
(translation-tor-browser): Rename to torbrowser-translation-specific.
(translation-mullvad-browser): Rename to mullvadbrowser-translation-specific.
(make-torbrowser): Add ‘translation-base’ and ‘translation-specific’
parameters and use them.
(torbrowser, mullvadbrowser-base): Use the above parameters.
(mullvadbrowser): Handle renaming.
This allows translation-base-browser (now torbrowser-translation-base) and
translation-tor-browser (now torbrowser-translation-specific) to be updated
without triggering an update for Mullvad Browser.
Change-Id: I2a94636eb6b0531c3a03cdb73c560d68060721ef
| Clément Lassieur | 2024-03-21 | 1 | -8/+24 |
| |_|_|_|/
|/| | | | |
|
* | | | | | gnu: tor-browser: Build with newest rust-cbindgen.•••* gnu/packages/tor-browsers.scm (make-torbrowser)[inputs]: Replace
rust-cbindgen-0.24 with rust-cbindgen.
Change-Id: I6263a11342cb506c6c271e0360b7273c35be585d
| Efraim Flashner | 2024-03-12 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | gnu: torbrowser: Update to 13.0.11.•••* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240305132801.
(%torbrowser-version): Update to 13.0.11.
(%torbrowser-firefox-version): Update to 115.8.0esr-13.0-1-build2.
(translation-base-browser): Update to 16211a4b8524d71525f0ea73c07771c634132b30.
(translation-tor-browser): Update to 012f643d2d6b04ebf868bf62cdb7ad5b727734f5.
Change-Id: I1d5cd4a0d7c3a01f8489db7b69b65a9451ead315
| Clément Lassieur | 2024-03-08 | 1 | -9/+9 |
| |_|/
|/| | |
|
* | | | gnu: mullvadbrowser: Update to 13.0.10.•••* gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to
20240213150358.
(%mullvadbrowser-version): Update to 13.0.10.
(%mullvadbrowser-firefox-version): Update to 115.8.0esr-13.0-1-build1.
Change-Id: Ia3c444e893bf7c3299d2d091c6c6578be272a782
| Clément Lassieur | 2024-02-21 | 1 | -5/+5 |
* | | | gnu: torbrowser: Update to 13.0.10.•••* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240213172118.
(%torbrowser-version): Update to 13.0.10.
(%torbrowser-firefox-version): Update to 115.8.0esr-13.0-1-build1.
(translation-tor-browser): Update to a50fa943d7428ebe6e4e6b09f175e098a97eec63.
Change-Id: Idbb708d8bdd5e75bed1423c0748007864f96da0f
| Clément Lassieur | 2024-02-21 | 1 | -7/+7 |
* | | | gnu: icu4c-73: Move it from gnuzilla.scm to icu4c.scm.•••* gnu/packages/gnuzilla.scm (icu4c-73-promise): Delete variable.
(icecat-minimal)[inputs]: Use ‘icu4c-73’ instead of the promise.
* gnu/packages/icu4c.scm (icu4c-73): New variable.
(make-torbrowser)[inputs]: Use ‘icu4c-73’ instead of the promise.
Change-Id: I017e1416b70ecb94313aeb71aa4a0cafdfe0e9ab
Signed-off-by: Clément Lassieur <clement@lassieur.org>
| Ian Eure | 2024-02-16 | 1 | -1/+2 |
| |/
|/| |
|
* | | gnu: Add mullvadbrowser.•••* gnu/packages/tor-browsers.scm (%moz-build-date): Rename to
%torbrowser-build-date.
(make-torbrowser, torbrowser): Add a ‘build-date’ parameter and use it.
(%mullvadbrowser-locales, %mullvadbrowser-build-date, %mullvadbrowser-version,
%mullvadbrowser-firefox-version, translation-mullvad-browser,
mullvadbrowser-assets, mullvadbrowser-base, mullvadbrowser): New variables.
Change-Id: Ie6d48823b3794710f60f0ae201a0297925221f66
| Clément Lassieur | 2024-02-05 | 1 | -2/+172 |
|/ |
|
* | gnu: torbrowser: Stop inheriting Icecat.•••* gnu/local.mk (GNU_SYSTEM_MODULES): Add packages/tor-browsers.scm.
* gnu/packages/gnupg.scm: Remove fix for dependency loop (fixed because we use
a new file).
* gnu/packages/tor-browsers.scm (mozilla-locale, mozilla-locales,
%torbrowser-locales, %moz-build-date, %torbrowser-version,
%torbrowser-firefox-version, translation-base-browser,
translation-tor-browser, torbrowser-assets, torbrowser): New variables.
(make-torbrowser): New procedure, which is a merge of ‘make-torbrowser’ (from
tor.scm) with ‘icecat-minimal’ (from gnuzilla.scm).
* gnu/packages/tor.scm (%moz-build-date, %torbrowser-version,
%torbrowser-firefox-version, %torbrowser-locales, translation-base-browser,
translation-tor-browser, torbrowser-assets, torbrowser): Remove variables.
Change-Id: I5fcf73e53fe4481a18e13cdeb3515c3dc4430090
| Clément Lassieur | 2024-02-02 | 1 | -0/+840 |