summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-04-22nongnu: mesa: Update to 22.3.2.mesa-nextJohn Kehayias1-4/+21
Also update copyright lines, including all those present in the original gnu/packages/gl.scm from Guix's core-updates branch. Some may not be related to the copied mesa code and could be removed after investigating the log. * nongnu/packages/mesa.scm (mesa-next): Update to 22.3.2.
2023-04-22nongnu: mesa: Update to 22.3.0.John Kehayias1-11/+2
* nongnu/packages/mesa.scm (mesa-next): Update to 22.3.0. [phases]{fix-instrfromstring-test}: Remove. Test has been fixed in upstream with this release.
2023-04-22nongnu: mesa: Update to 22.2.2.John Kehayias1-2/+2
* nongnu/packages/mesa.scm (mesa-next): Update to 22.2.2.
2023-04-22nongnu: mesa-next: Fix failing test for i686-linux.John Kehayias1-0/+9
* nongnu/packages/mesa.scm (mesa-next)[phases]{fix-instrfromstring-test}: New phase. Fix the instrfromstring test which fails on i686 using the upstream change.
2023-04-22nongnu: mesa: Update to 22.2.1.John Kehayias1-2/+2
* nongnu/packages/mesa.scm (mesa-next): Update to 22.2.1.
2023-04-22nongnu: steam: Use mesa-next.John Kehayias1-3/+3
* nongnu/packages/steam-client.scm (steam-client-libs): Use mesa-next instead of mesa. Use llvm instead of llvm-11.
2023-04-22nongnu: Add mesa-next.John Kehayias1-0/+253
* nongnu/packages/mesa.scm (libva-without-mesa): New variable. This is unchanged from Guix, but needed locally for mesa to build. (mesa-next): New variable. This is copied from mesa on the core-updates branch of Guix.
2023-04-22nongnu: Add libdrm-next.John Kehayias1-0/+56
* nongnu/packages/mesa.scm: New module. (libdrm-next): New variable. Taken from libdrm on the core-updates branch of Guix.
2023-04-11nongnu: firefox: Update to 112.0 [security fixes].Jonathan Brielmaier1-3/+3
Fixes CVE-2023-29531, CVE-2023-29532, CVE-2023-29533, CVE-2023-29534, CVE-2023-29535, CVE-2023-29536, CVE-2023-29537, CVE-2023-29538, CVE-2023-29539, CVE-2023-29540, CVE-2023-29541, CVE-2023-29542, CVE-2023-29543, CVE-2023-29544, CVE-2023-29545, CVE-2023-29546, CVE-2023-29547, CVE-2023-29548, CVE-2023-29549, CVE-2023-29550, CVE-2023-29551 and MFSA-TMP-2023-0001. * nongnu/packages/mozilla.scm (firefox): Update to 112.0.
2023-04-11nongnu: firefox-esr: Update to 102.10.0esr [security fixes].Jonathan Brielmaier1-3/+3
Fixes CVE-2023-1945, CVE-2023-29531, CVE-2023-29532, CVE-2023-29533, CVE-2023-29535, CVE-2023-29536, CVE-2023-29539, CVE-2023-29541, CVE-2023-29542, CVE-2023-29545, CVE-2023-29548, CVE-2023-29550 and MFSA-TMP-2023-0001. * nongnu/packages/mozilla.scm (firefox-esr): Update to 102.10.0esr.
2023-04-05gnu: google-chrome-unstable: Update to 113.0.5672.24.Giacomo Leidi1-1/+1
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 113.0.5672.24. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-05gnu: google-chrome-beta: Update to 112.0.5615.49.Giacomo Leidi1-1/+1
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 112.0.5615.49. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-05gnu: google-chrome-stable: Update to 112.0.5615.49.Giacomo Leidi1-1/+1
* nongnu/packages/chrome.scm (google-chrome-stable): Update to 112.0.5615.49. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-05nongnu: compcert: Update to 3.12.Jonathan Brielmaier1-3/+3
* nongnu/packages/coq.scm (compcert): Update to 3.12. [arguments]: Adapt 'allow-newer-coq-version phase.
2023-04-05nongnu: linux-firmware: Update to 20230404.Jonathan Brielmaier1-2/+2
* nongnu/packages/linux.scm (linux-firmware): Update to 20230404.
2023-04-05nongnu: broadcom-sta: Use Nixpkgs patch list.Krzysztof Baranowski17-963/+41
Piggy-back off of the patch list in Nixpkgs instead of maintaining our own. This should make it easier to keep up to date so there's no need to advise users to stick with Linux LTS releases any longer. Though our existing patch list and Nixpkgs' differ the cumulative effect is exactly the same except for two patches we have that Nix doesn't, neither of which seem critical: - broadcom-sta-debian-fix-kernel-warnings.patch - broadcom-sta-fix_mac_profile_discrepancy.patch Closes #246 * nongnu/packages/linux.scm (broadcom-sta): Replace patches with code to fetch them from Nixpkgs. [arguments]: Replace `linux-lts` with `linux`. [description]: Remove Linux LTS recommendation. * nongnu/packages/patches/broadcom-sta-debian-fix-kernel-warnings.patch: Remove. * nongnu/packages/patches/broadcom-sta-fix_mac_profile_discrepancy.patch: Remove. * nongnu/packages/patches/broadcom-sta-gcc.patch: Remove. * nongnu/packages/patches/broadcom-sta-license.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.11.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.12.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.15.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.7.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-4.8.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-5.1.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-5.10.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-5.6.patch: Remove. * nongnu/packages/patches/broadcom-sta-linux-5.9.patch: Remove. * nongnu/packages/patches/broadcom-sta-null-pointer-fix.patch: Remove. * nongnu/packages/patches/broadcom-sta-rdtscl.patch: Remove. * README.org (Broadcom Wireless): Removed recommendation from Broadcom Wireless section. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-04-04nongnu: signal-desktop: Update to 6.12.0.Jonathan Brielmaier1-2/+2
* nongnu/packages/messaging.scm (signal-desktop): Update to 6.12.0.
2023-04-01nongnu: Add datomic-cli-tools.Krzysztof Baranowski1-0/+45
* nongnu/packages/databases.scm (datomic-cli-tools): New variable.
2023-03-26gnu: soapysdrplay3: Update to 0.4.1-1.9e5c80c.Guillaume Le Vaillant1-21/+23
* nongnu/packages/radio.scm (soapysdrplay3): Update to 0.4.1-1.9e5c80c. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-03-22nongnu: Remove rust-cbindgen 0.23/0.24 and their dependencies.Jonathan Brielmaier1-154/+0
Both are provided since 2022-11-30 by gnu/packages/gnuzilla.scm. Guix commit: 3275068f191e76c8615b8719f3d1a286b9f1403c * nongnu/packages/mozilla.scm (rust-unicode-ident-1, rust-textwrap-0.15, rust-clap-lex-0.2, rust-clap-derive-3.2.15, rust-clap-3.2.16, rust-cbindgen-0.24, rust-cbindgen-0.23): Remove variables.
2023-03-21nongnu: firefox: Update to 111.0.1.Jonathan Brielmaier1-3/+3
* nongnu/packages/mozilla.scm (firefox): Update to 111.0.1.
2023-03-17nongnu: zoom: Fix background blurring and virtual backgrounds.John Kehayias1-0/+47
There is a long list of libraries for LD_LIBRARY_PATH that could be refactored into a LET form, but alas could not figure out with the many quotes and gexps how right now. Or aomhost may only need a subset of these. * nongnu/packages/messaging.scm (zoom)[patchelf-plan]: Add aomhost. [phases]{wrap-where-patchelf-does-not-work}: Wrap it.
2023-03-17nongnu: zoom: Fix failure to run.John Kehayias1-2/+13
Fixes #252. Zoom launches again. * nongnu/packages/messaging.scm: Remove unused (gnu packages qt). (zoom)[inputs]: Add mit-krb5, xcb-util, xcb-util-renderutil, xcb-util-wm and remove qtmultimedia. [phases]{wrap-where-patchelf-does-not-work}: Add mit-krb5, libxcb, libxext, xcb-util, xcb-util-wm, and xcb-util-renderutil to LD_LIBRARY_PATH for the zoom binary.
2023-03-16nongnu: zoom: Update to 5.13.11.1288 [security fixes].Jonathan Brielmaier1-2/+2
Fixes CVE-2023-22881, CVE-2023-22882 and CVE-2023-22885. * nongnu/packages/messaging.scm (zoom): Update to 5.13.11.1288.
2023-03-16nongnu: intel-media-driver: Update to 22.6.6.Jelle Licht1-2/+2
* nongnu/packages/video.scm (intel-media-driver): Update to 22.6.6.
2023-03-16nongnu: gmmlib: Update to 22.3.3.Jelle Licht1-2/+2
* nongnu/packages/video.scm (gmmlib): Update to 22.3.3.
2023-03-14nongnu: firefox: Update to 111.0 [security fixes].Jonathan Brielmaier1-3/+3
Fixes CVE-2023-25748, CVE-2023-25749, CVE-2023-25750, CVE-2023-25751, CVE-2023-25752, CVE-2023-28159, CVE-2023-28160, CVE-2023-28161, CVE-2023-28162, CVE-2023-28163, CVE-2023-28164, CVE-2023-28176 and CVE-2023-28177. * nongnu/packages/mozilla.scm (firefox): Update to 111.0.
2023-03-14nongnu: firefox-esr: Update to 102.9.0esr [security fixes].Jonathan Brielmaier1-3/+3
Fixes CVE-2023-25751, CVE-2023-25752, CVE-2023-28162, CVE-2023-28163, CVE-2023-28164 and CVE-2023-28176. * nongnu/packages/mozilla.scm (firefox-esr): Update to 102.9.0esr.
2023-03-12nongnu: signal-desktop: Update to 6.9.0.John Kehayias1-2/+2
* nongnu/packages/messaging.scm (signal-desktop): Update to 6.9.0.
2023-03-12nongnu: element-desktop: Update to 1.11.24.John Kehayias1-2/+2
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.24.
2023-03-12nongnu: linux-firmware: Update to 20230310.John Kehayias1-2/+2
* nongnu/packages/linux.scm (linux-firmware): Update to 20230310.
2023-03-12nongnu: Set linux to linux@6.2.John Kehayias1-1/+1
Upstream Guix has now defaulted to linux-libre@6.2. Do likewise here. * nongnu/packages/linux.scm (linux): Set to linux-6.2.
2023-03-07nongnu: leiningen: Update to 2.10.0.Jelle Licht1-5/+5
* nongnu/packages/clojure.scm (leiningen, leiningen-jar): Update to 2.10.0.
2023-03-07nongnu: Add linux@6.2.Jelle Licht1-0/+3
Adding linux@6.2 but not changing the default linux to this version until upstream does as well. * nongnu/packages/linux.scm (linux-6.2): New variable.
2023-03-04nongnu: corrupt-linux: Allow custom configs.Yash Tiwari1-2/+3
This allows access to the "configs" keyword argument from the 'corrupt-linux' procedure. This simplifies creation of kernels with custom modules. * nongnu/packages/linux.scm (corrupt-linux): Add 'configs' argument. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-28nongnu: firefox: Update to 110.0.1.Jonathan Brielmaier1-3/+3
* nongnu/packages/mozilla.scm (firefox): Update to 110.0.1.
2023-02-26nongnu: firefox: Update to 110.0 [security fixes].Jonathan Brielmaier1-4/+7
Fixes CVE-2023-0767, CVE-2023-25728, CVE-2023-25729, CVE-2023-25730, CVE-2023-25731, CVE-2023-25732, CVE-2023-25733, CVE-2023-25734, CVE-2023-25736, CVE-2023-25737, CVE-2023-25738, CVE-2023-25739, CVE-2023-25740, CVE-2023-25741, CVE-2023-25742, CVE-2023-25744 and CVE-2023-25745. * nongnu/packages/mozilla.scm (firefox): Update to 110.0. [inputs]: Use icu4c-72. (rust-firefox): Update to rust-1.65.
2023-02-26nongnu: Add icu4c-72.Jonathan Brielmaier1-1/+17
* nongnu/packages/mozilla.scm (icu4c-72): New local variable.
2023-02-24nongnu: linux-firmware: Use mirror://kernel.org instead.Feng Shu1-4/+3
* nongnu/packages/linux.scm (linux-firmware)[source]: Use mirror://kernel.org instead and switch to xz compressed tarball. Downloading tarball from https://git.kernel.org is too slow in some country. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-21nongnu: wasm32-wasi-libcxx: Update to 15.Pierre Langlois1-11/+3
* nongnu/packages/wasm.scm (llvm-monorepo): New variable. (wasm32-wasi-libcxx): Update to 15. [source]: Use llvm-monorepo. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-21nongnu: wasm32-wasi-clang: Update to 15.Pierre Langlois1-4/+1
* nongnu/packages/wasm.scm (wasm32-wasi-clang): Update to 15. Drop hash inheritance. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-21nongnu: wasm32-wasi-clang-runtime: Update to 15.Pierre Langlois1-6/+4
* nongnu/packages/wasm.scm (wasm32-wasi-clang-runtime): Update to 15. [native-inputs]: Use clang-15. [inputs]: Use llvm-15. [arguments]<#:configure-flags>: Adapt path to LLVM monorepo. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-21nongnu: wasi-libc: Update to sdk-19.Pierre Langlois1-44/+46
* nongnu/packages/wasm.scm (wasi-libc): Update to sdk-19. [native-inputs]: Use clang-15. [arguments]<#:make-flags>: Add BULK_MEMORY_SOURCES=. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-21nongnu: intel-microcode: Update to 20230214.Timotej Lazar1-2/+2
* nongnu/packages/linux.scm (intel-microcode): Update to 20230214. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-15nongnu: firefox-esr: Update to 102.8.0esr [security fixes].Jonathan Brielmaier1-3/+3
This fixes CVE-2023-0767, CVE-2023-25728, CVE-2023-25729, CVE-2023-25730, CVE-2023-25732, CVE-2023-25734, CVE-2023-25737, CVE-2023-25738, CVE-2023-25739, CVE-2023-25742, CVE-2023-25743, CVE-2023-25744 and CVE-2023-25746. * nongnu/packages/mozilla.scm (firefox-esr): Update to 102.8.0.esr.
2023-02-14nongnu: corrupt-linux: Extract upstream hashes.Jelle Licht1-18/+44
* nongnu/packages/linux.scm (linux-urls): Rename to ... (linux-url): ... this. Return single url with mirror prefix like guix does. (corrupt-linux): Use implementation details to dig up original hash of upstream linux kernel sources.
2023-02-14gnu: google-chrome-unstable: Update to 111.0.5563.19.Giacomo Leidi1-1/+1
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 111.0.5563.19. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-14gnu: google-chrome-beta: Update to 110.0.5481.77.Giacomo Leidi1-1/+1
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 110.0.5481.77. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-14gnu: google-chrome-stable: Update to 110.0.5481.77.Giacomo Leidi1-1/+1
* nongnu/packages/chrome.scm (google-chrome-stable): Update to 110.0.5481.77. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-02-14nongnu: firefox: Update to 109.0.1.Jonathan Brielmaier1-3/+3
* nongnu/packages/mozilla.scm (firefox): Update to 109.0.1.