Commit graph

95 commits

Author SHA1 Message Date
John Kehayias
2e604d2296
nongnu: mozilla: Use the new hunspell module.
Fixes guix pull as the hunspell package has moved from (gnu packages
libreoffice) to (gnu packages hunspell)

* nongnu/packages/mozilla.scm: Remove the libreoffice module and use the new
hunspell module.
2023-01-04 11:03:23 -05:00
Jonathan Brielmaier
62a5df4222
*.scm: Use SPDX license identifiers.
Fixes https://gitlab.com/nonguix/nonguix/-/issues/224

* *.scm: Use SPDX license identifier and remove obsolete license
statement.
2022-12-19 17:17:39 +01:00
Jonathan Brielmaier
41c69c8fe5
nongnu: firefox: Update to 108.0.1 [security fixes].
Fixes CVE-2022-46871, CVE-2022-46872, CVE-2022-46873, CVE-2022-46874,
CVE-2022-46875, CVE-2022-46877, CVE-2022-46878 and CVE-2022-46879.

* nongnu/packages/mozilla.scm (rust-firefox): Update to rust-1.63.
(firefox): Update to 108.0.1.
2022-12-17 13:57:35 +01:00
Jonathan Brielmaier
d77b0d270d
nongnu: firefox-esr: Update to 102.6.0esr [security fixes].
Fixes CVE-2022-46872, CVE-2022-46874, CVE-2022-46875, CVE-2022-46878,
CVE-2022-46880, CVE-2022-46881 and CVE-2022-46882.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.6.0esr.
2022-12-14 11:44:12 +01:00
Jonathan Brielmaier
0afe9f36d8
nongnu: firefox: Update to 107.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 107.0.1.
2022-11-30 19:35:31 +01:00
John Kehayias
20fa6065f9
nongnu: firefox: Update to 107.0 [security fixes].
Fixes CVE-2022-40674, CVE-2022-45403, CVE-2022-45404, CVE-2022-45405,
CVE-2022-45406, CVE-2022-45407, CVE-2022-45408, CVE-2022-45409,
CVE-2022-45410, CVE-2022-45411, CVE-2022-45412, CVE-2022-45413,
CVE-2022-45415, CVE-2022-45416, CVE-2022-45417, CVE-2022-45418,
CVE-2022-45419, CVE-2022-45420 and CVE-2022-45421.

* nongnu/packages/mozilla.scm (firefox): Update to 107.0.
2022-11-15 14:39:22 -05:00
John Kehayias
538cd44d54
nongnu: Remove unneeded rust packages.
Upstream Guix now has rust-1.61 (and more), so remove unneeded bootstrapping.

* nongnu/packages/mozilla.scm (rust-uri, rust-bootstrapped-package,
rust-firefox-1.61): Remove variables.
(rust-firefox): Set to be rust-1.61.
2022-11-15 14:36:35 -05:00
Jonathan Brielmaier
1aecd24155
nongnu: firefox-esr: Update to 102.5.0esr [security fixes].
Fixes CVE-2022-40674, CVE-2022-45403, CVE-2022-45404, CVE-2022-45405,
CVE-2022-45406, CVE-2022-45407, CVE-2022-45408, CVE-2022-45409,
CVE-2022-45410, CVE-2022-45411, CVE-2022-45412, CVE-2022-45413,
CVE-2022-45415, CVE-2022-45416, CVE-2022-45417, CVE-2022-45418,
CVE-2022-45419, CVE-2022-45420 and CVE-2022-45421.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.5.0esr.
2022-11-15 16:43:58 +01:00
John Kehayias
dfc2b256eb
nongnu: firefox-esr: Fix VA-API support.
This also fixes the firefox package.  VA-API runs in the RDD (Remote Data
Decoder) sandbox in firefox and thus needs to have specified everything it
needs access to.  Using commit b7a0935420ee630a29b7e5ac73a32ba1eb24f00b of
Guix's icecat package, we can get all the dependencies needed and add that to
LD_LIBRARY_PATH.  These are then accessible in the RDD sandbox, allowing
VA-API to fully load and work for hardware video decoding support.

* nongnu/package/mozilla.scm (firefox-esr)[modules]: Add (srfi srfi-1), (rnrs
bytevectors), (rnrs io ports), (guix elf), and (guix build gremlin).
[phases]{wrap-program}: New functions RUNPATH-OF and RUNPATHS-OF-INPUT.  Use
these for RDD-WHITELIST, the runpaths of mesa and ffmpeg.  Add this list to
LD_LIBRARY_PATH.
2022-11-06 12:49:51 -05:00
Jonathan Brielmaier
acbaa98856
nongnu: firefox: Update to 106.0.4.
* nongnu/packages/mozilla.scm (firefox): Update to 106.0.4.
2022-11-04 11:34:29 +01:00
John Kehayias
7c26b2060a
nongnu: firefox: Update to 106.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 106.0.2.
2022-10-26 21:53:02 -04:00
Jonathan Brielmaier
3f00d57adc
nongnu: firefox-esr: Use newer clang and llvm.
* nongnu/packages/mozilla.scm (native-inputs): Use clang and llvm which
defaulting currently at version 13.
2022-10-21 17:07:00 +02:00
Jonathan Brielmaier
b351f0bc36
nongnu: firefox-esr: Update to 102.4.0esr [security fixes].
Fixes CVE-2022-42927, CVE-2022-42928, CVE-2022-42929 and CVE-2022-42932.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.4.0esr.
2022-10-19 08:25:55 +02:00
John Kehayias
535f82a8b3
nongnu: firefox: Update to 106.0 [security fixes].
Fixes CVE-2022-42927, CVE-2022-42928, CVE-2022-42929, CVE-2022-42930,
CVE-2022-42931 and CVE-2022-42932.

* nongnu/packages/mozilla.scm (firefox): Update to 106.0.
2022-10-19 00:40:41 -04:00
John Kehayias
4399c012e4
nongnu: Remove unneeded rust packages.
Upstream Guix now defaults to rust 1.60, so remove unneeded bootstrapping.

* nongnu/packages/mozilla.scm (rust-firefox-1.58, rust-firefox-1.59,
rust-firefox-1.60): Remove variables.
(rust-firefox-1.61): Bootstrap from rust instead of rust-firefox-1.60.
(furst-firefox-esr): Set to be rust.
2022-10-15 18:56:41 -04:00
Jonathan Brielmaier
d7791ba66b
nongnu: firefox: Update to 105.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 105.0.2.
2022-10-04 21:24:10 +02:00
Jonathan Brielmaier
e7d74a12d6
nongnu: firefox: Update to 105.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 105.0.1.
2022-10-04 19:41:38 +02:00
John Kehayias
2182f808b3
nongnu: firefox: Update to 105.0 [security fixes].
Fixes CVE-2022-40956, CVE-2022-40957, CVE-2022-40958, CVE-2022-40959,
CVE-2022-40960, CVE-2022-40961, CVE-2022-40962.

* nongnu/packages/mozilla.scm (rust-firefox-1.61): New variable.
(rust-firefox): Update to rust-firefox-1.61.
(firefox)[native-inputs]: Use it. Update to 105.0.
2022-09-22 16:52:58 -04:00
John Kehayias
44b8aabf5d
nongnu: Add rust-firefox-1.60.
Better match upstream with which rust version is used to build firefox-esr.

* nongnu/packages/mozilla.scm (rust-firefox-1.60, rust-firefox-esr): New
variables.
(firefox-esr)[native-inputs]: Use rust-firefox-esr.
2022-09-22 16:50:11 -04:00
Jonathan Brielmaier
ccb2e98821
nongnu: firefox-esr: Update to 102.3.0esr [security fixes].
Fixes CVE-2022-40956, CVE-2022-40957, CVE-2022-40958, CVE-2022-40959,
CVE-2022-40960 and CVE-2022-40962.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.3.0esr.
2022-09-22 19:50:36 +02:00
John Kehayias
e095134960
nongnu: Remove unneeded packages from mozilla.scm.
* nongnu/packages/mozilla.scm (rust-proc-macro2-1.0.43, rust-syn-1.0.99,
rust-windows-x86-64-msvc-0.36, rust-windows-x86-64-gnu-0.36,
rust-windows-i686-msvc-0.36, rust-windows-i686-gnu-0.36,
rust-windows-aarch64-msvc-0.36, rust-windows-sys-0.36, rust-hashbrown-0.12,
rust-object-0.29, rust-object-0.27, rust-gimli-0.26, rust-addr2line-0.17,
rust-backtrace-0.3.66, rust-parking-lot-core-0.9, rust-once-cell-1.13.0):
Remove variables (added to upstream Guix).
(rust-clap-derive-3.2.15, rust-clap-3.2.16, rust-cbindgen-0.24)[cargo-inputs]:
Adjust to upstream package names.
2022-09-11 20:03:39 -04:00
Jonathan Brielmaier
31e958faba
nongnu: firefox: Update to 104.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 104.0.2.
2022-09-09 14:11:07 +02:00
Jonathan Brielmaier
9cf7157308
nongnu: firefox: Update to 104.0 [security fixes].
This fixes CVE-2022-38472, CVE-2022-38473, CVE-2022-38474,
CVE-2022-38475, CVE-2022-38477 and CVE-2022-38478.

* nongnu/packages/mozilla.scm (firefox): Update to 104.0.
[arguments]: Replace node with node-lts as now >= 12.2 is required.
2022-08-23 21:34:19 +02:00
Petr Hodina
c15182d30b
nongnu: firefox: Add pipewire to inputs.
Fixes https://gitlab.com/nonguix/nonguix/-/issues/178

* nongnu/packages/mozzila.scm (firefox): [inputs]: Add pipewire.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-08-23 20:17:02 +02:00
Jonathan Brielmaier
13644a6bb8
nongnu: firefox-esr: Update to 102.2.0esr [security fixes].
This fixes CVE-2022-38472, CVE-2022-38473, CVE-2022-38476,
CVE-2022-38477 and CVE-2022-38478.

* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.2.0esr.
2022-08-23 18:38:23 +02:00
John Kehayias
9ddaa356d2
gnu: Add firefox-esr. Update firefox to 103.0.2.
* nongnu/packages/mozilla.scm (firefox-esr): New variable, previously package
definition of firefox.
[phases]: New phase set-build-id moved from configure. In configure set
MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE which replaced MACH_USE_SYSTEM_PYTHON.
Set GUIX_PYTHON_PATH.
[inputs]: Use icu4c-71.
[native-inputs]: Use rust-cbindgen-0.23.
[description]: Mention that it's now the ESR branch.
(%firefox-esr-build-id): New variable.
(firefox-esr/wayland): New variable. Adjusted packaged definition of
firefox/wayland.
(firefox): Inherit from firefox-esr.

Co-authored-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-08-13 20:09:50 +02:00
John Kehayias
0eedb79c59
gnu: Add rust-cbindgen-0.23 and rust-cbindgen-0.24.
* nongnu/packages/mozilla.scm (rust-unicode-ident-1, rust-proc-macro2-1.0.43,
rust-syn-1.0.99, rust-textwrap-0.15, rust-windows-x86-64-msvc-0.36,
rust-windows-x86-64-gnu-0.36, rust-windows-i686-msvc-0.36,
rust-windows-i686-gnu-0.36, rust-windows-aarch64-msvc-0.36,
rust-windows-sys-0.36, rust-hashbrown-0.12, rust-object-0.29,
rust-object-0.27, rust-gimli-0.26, rust-addr2line-0.17, rust-backtrace-0.3.66,
rust-parking-lot-core-0.9, rust-once-cell-1.13.0, rust-clap-lex-0.2,
rust-clap-derive-3.2.15, rust-clap-3.2.16, rust-cbindgen-0.24,
rust-cbindgen-0.23): New variables.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-08-13 19:53:05 +02:00
Jonathan Brielmaier
60c8d4499f
nongnu: Add rust-firefox.
Firefox 101 requires rust >= 1.59 which is currently not in upstream
Guix. So lets bootstrap one.

* nongnu/packages/mozilla.scm (rust-uri, rust-bootstrapped-package): New
procedures from guix/gnu/packages/rust.scm.
(rust-firefox-1.58, rust-firefox-1.59, rust-firefox): New variables.
(firefox)[native-inputs]: Replace rust with rust-firefox.
2022-08-13 19:44:40 +02:00
Hilton Chain
8a003c1001
nongnu: firefox: Use system nspr.
* nongnu/packages/mozilla.scm (firefox)[arguments]: Enable
`--with-system-nspr` flag.
[inputs]: Add nspr-4.32.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-07-03 22:03:20 +02:00
Jonathan Brielmaier
e87ff5f3a2
nongnu: firefox: Upddate to 100.0.2 [security fixes].
Fixes CVE-2022-1802 and CVE-2022-1529.

* nongnu/packages/mozilla.scm (firefox): Update to 100.0.2.
2022-05-21 09:06:34 +02:00
Jonathan Brielmaier
010ef16bc3
nongnu: firefox: Update to 100.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 100.0.1.
2022-05-16 22:42:42 +02:00
Jonathan Brielmaier
8f8bdc8ec6
nongnu: firefox Update to 100.0 [security fixes].
Fixes CVE-2022-29909, CVE-2022-29910, CVE-2022-29911, CVE-2022-29914,
CVE-2022-29915, CVE-2022-29916, CVE-2022-29917 and CVE-2022-29918.

* nongnu/packages/mozilla.scm (firefox): Update to 100.0.
2022-05-05 19:05:11 +02:00
Jonathan Brielmaier
dae8645813
nongnu: firefox: Update to 99.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 99.0.1.
2022-04-12 23:56:23 +02:00
Jonathan Brielmaier
3bc2fc2f8b
nongnu: firefox: Update to 99.0 [security fixes].
Fixes CVE-2022-1097, CVE-2022-24713, CVE-2022-28281, CVE-2022-28282,
CVE-2022-28283, CVE-2022-28285, CVE-2022-28286, CVE-2022-28287,
CVE-2022-28288 and CVE-2022-28289.

* nongnu/packages/mozilla.scm (firefox): Update to 99.0.
2022-04-05 22:31:38 +02:00
Jonathan Brielmaier
9e34a99fe7
nongnu: firefox: Update to 98.0 [security fixes].
Fixes CVE-2022-26383, CVE-2022-26384, CVE-2022-26387, CVE-2022-26381,
CVE-2022-26382, CVE-2022-26385 and CVE-2022-0843.

* nongnu/packages/mozilla.scm (firefox): Update to 98.0.
2022-03-08 23:02:15 +01:00
Jonathan Brielmaier
80ff4afc44
nongnu: firefox: Convert to new input style.
* nongnu/packages/mozilla.scm (firefox)[arguments]: Rewrite
'wrap-program phase to work with gexp. Call udev as eudev which is its
real package name.
[inputs]: Convert to new style.
[native-inputs]: Dito.
2022-03-08 23:02:09 +01:00
Ricardo Wurmus
b5a8492a79
nongnu: firefox: Use Gexp.
* nongnu/packages/mozilla.scm (firefox)[arguments]: Use Gexp to remove uses of
%BUILD-INPUTS and output references.  Also remove trailing #t.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-03-08 23:02:03 +01:00
Clement Lassieur
cb034164b7
nongnu: firefox: Add StartupWMClass to firefox.desktop.
Visual fix for GNOME < 40.

* nongnu/packages/mozilla.scm (firefox)[arguments]: Set StartupWMClass
in 'install-desktop-entry phase.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-02-11 19:02:18 +01:00
Jonathan Brielmaier
42968b582b
nongnu: firefox: Update to 97.0 [security fixes].
This fixes CVE-2022-22753, CVE-2022-22754, CVE-2022-22755,
CVE-2022-22756, CVE-2022-22757, CVE-2022-22758, CVE-2022-22759,
CVE-2022-22760, CVE-2022-22761, CVE-2022-22762, CVE-2022-22764 and
CVE-2022-0511.

* nongnu/packages/mozilla.scm (firefox): Update to 97.0.
[native-inputs]: Add now required alsa-lib. Use clang-12 and llvm-12 as
older versions fail to build firefox.
2022-02-10 21:52:31 +01:00
Pierre Langlois
ca0837cc70
nongnu: firefox: Enable WebAssembly sandboxed libraries.
* nongnu/packages/mozilla.scm (firefox)[arguments]: Pass --with-wasi-sysroot
to configure.  Set WASM_CC and WASM_CXX to wasm32-wasi-clang-toolchain.
[native-inputs]: Add wasm32-wasi-clang-toolchain.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2022-01-23 16:15:11 +01:00
Jonathan Brielmaier
7f304640d1
nongnu: firefox: Update to 96.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 96.0.2.
2022-01-20 22:43:47 +01:00
Jonathan Brielmaier
4c0b9a8652
nongnu: firefox: Update to 96.0 [security fixes].
Fixes CVE-2022-22746, CVE-2022-22743, CVE-2022-22742, CVE-2022-22741,
CVE-2022-22740, CVE-2022-22738, CVE-2022-22737, CVE-2021-4140,
CVE-2022-22750, CVE-2022-22749, CVE-2022-22748, CVE-2022-22745,
CVE-2022-22744, CVE-2022-22747, CVE-2022-22736, CVE-2022-22739,
CVE-2022-22751 and CVE-2022-22752.

* nongnu/packages/mozilla.scm (firefox): Update to 96.0.
[inputs]: Use `icu4c-70`.
2022-01-15 20:31:05 +01:00
Jonathan Brielmaier
71c99c3087
nongnu: firefox: Update to 95.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 95.0.2.
2021-12-19 23:30:22 +01:00
Jonathan Brielmaier
9445cbce7c
nongnu: firefox: Update to 95.0.1.
* nongnu/packages/mozilla.scm (firefox): Update to 95.0.1.
2021-12-17 00:00:02 +01:00
Jonathan Brielmaier
639ec1bd31
nongnu: Visual fix for copyright headers.
* nongnu/packages/mozilla.scm: Remove duplicated copyright line and use
© symbol.
2021-12-14 16:40:30 +01:00
Jonathan Brielmaier
73c375787c
nongnu: firefox: Update to 95.0 [security fixes].
Fixes CVE-2021-43536, CVE-2021-43537, CVE-2021-43538, CVE-2021-43539,
CVE-2021-43540, CVE-2021-43541, CVE-2021-43542, CVE-2021-43543,
CVE-2021-43544, CVE-2021-43545, CVE-2021-43546 and MOZ-2021-0009.

* nongnu/packages/mozilla.scm (firefox): Update to 95.0.
[arguments]: Disable WASM sandbox for now as it requires further
packaging.
2021-12-14 16:35:03 +01:00
John Kehayias
bb04d6791c
nongnu: firefox: Update to 94.0.2.
* nongnu/packages/mozilla.scm (firefox): Update to 94.0.2.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-12-13 23:07:28 +01:00
Jonathan Brielmaier
b3cfc59367
nongnu: firefox: Use default rust version.
Fixes https://gitlab.com/nonguix/nonguix/-/issues/148.

* nongnu/packages/mozilla.scm (firefox)[native-inputs]: Refer to rust
without an excact version as endorsed by upstream Guix.
2021-12-13 23:06:36 +01:00
Jonathan Brielmaier
01608562fb
nongnu: firefox: Rename icu4c-69 to icu4c.
* nongnu/packages/mozilla.scm (firefox)[inputs]: Rename icu4c-69 to
icu4c. On core-updates icu4c was updated to version 69.
2021-12-13 23:05:49 +01:00
Pierre Langlois
fcab975d18
nongnu: firefox: Update to 93.0.
* nongnu/packages/mozilla.scm (firefox): Update to 93.0.
[arguments]: Add 'remove-cargo-frozen-flag phase.  Unset PYTHON variable
in 'configure phase.  Set MOZBUILD_STATE_PATH variable in 'configure
phase.
[native-inputs]: Remove python-2.
(%firefox-build-id): Increment.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-10-18 20:32:21 +00:00