| Age | Commit message (Expand) | Author |
| 2023-05-29 | nongnu: Export steam containers and minor refactor.•••nonguix: Make container actually respect the ngc-shared and ngc-exposed fields.
* nongnu/packages/steam-client.scm (steam-container): New variable. This is to
export the container definition from steam.
(steam-nvidia-container): New variable. This is the container for steam-nvidia
and now inherits from steam-container.
(steam, steam-nvidia): Container definitions moved to steam-container and
steam-nvidia-container.
* nonguix/multiarch-container.scm (make-container-wrapper): Add ngc-exposed and
ngc-shared to expose and share lists.
Signed-off-by: ison <ison@airmail.cc>
| Elijah Malaby |
| 2023-05-28 | nongnu: linux: Update to 6.3.•••Upstream Guix defaults to linux-libre@6.3. Follow suit by making linux track
linux@6.3.
* nongnu/packages/linux.scm (linux): Update to linux 6.3.
| Jelle Licht |
| 2023-05-26 | nongnu: linux-arm64-generic-*: Match guix kernel versions.•••The linux-lts commit introduced a breaking change by referring to the
nonexistent linux-libre-arm64-generic package variants. Even before that all
of nonguix's linux-arm64-generic package variants were based on the same
kernel version.
* nongnu/packages/linux.scm (linux-arm64-generic-6.0): Remove package variant.
(linux-arm64-generic-5.15): Ditto.
(linux-arm64-generic-lts): Ditto.
(linux-arm64-generic-5.10): New package variant.
(linux-arm64-generic-5.4): New package variant.
(linux-arm64-generic): Match version to most recent kernel in guix.
| Jelle Licht |
| 2023-05-25 | nongnu: linux-lts: Update to 6.1.•••6.1 is the newest long-term support version of the kernel.
* nongnu/packages/linux.scm (linux-lts): Use linux-6.1
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Wolf |
| 2023-05-25 | nongnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-11.35308f4.•••* nongnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update
to 5.6.4.2-11.35308f4.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Leo Famulari |
| 2023-05-23 | nongnu: Add linux@6.3.•••Add linux@6.3 but do not change the default linux so that the build farm has
time to catch up.
* nongnu/packages/linux.scm (linux-6.3): New variable.
| Jelle Licht |
| 2023-05-15 | nongnu: Use new multiarch-container module for steam.•••* nongnu/packages/steam-client.scm: (<nonguix-container>): Remove record-type.
Use equivalent from multiarch-container module instead with additional fields
ld.so.conf and ld.so.cache.
(glibc-for-fhs, fhs-min-libs, fhs-union, ld.so.conf->ld.so.cache,
package->ld.so.conf, nonguix-container->package, make-container-wrapper,
make-container-manifest, make-container-internal, make-container-script):
Remove. Use equivalents from multiarch-container module instead.
Signed-off-by: ison <ison@airmail.cc>
| Giacomo Leidi |
| 2023-05-14 | nongnu: intel-microcode: Use gexps.•••* nongnu/packages/linux.scm (intel-microcode)[arguments]: Use gexps.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Timotej Lazar |
| 2023-05-14 | nongnu: intel-microcode: Update to 20230512.•••* nongnu/packages/linux.scm (intel-microcode): Update to 20230512.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Timotej Lazar |
| 2023-05-12 | nongnu: hplip-plugin: Fix build, convert to use GEXPs.•••* nongnu/packages/printers.scm (hplip-plugin): Convert to use GEXP.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Attila Lendvai |
| 2023-05-12 | nongnu: hplip-plugin: Fix indentation, drop #t return value.•••* nongnu/packages/printers.scm (hplip-plugin): Normalize indentation, remove
#t return value
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Attila Lendvai |
| 2023-05-12 | nongnu: firefox: Update to 113.0 [security fixes].•••Fixes CVE-2023-32205, CVE-2023-32206, CVE-2023-32207, CVE-2023-32208,
CVE-2023-32209, CVE-2023-32210, CVE-2023-32211, CVE-2023-32212,
CVE-2023-32213, CVE-2023-32214, CVE-2023-32215, CVE-2023-32216 and
MFSA-TMP-2023-0002.
* nongnu/packages/mozilla.scm (firefox): Update to 113.0.
(rust-firefox): Set to `rust` as this is now `rust-1.67`.
| Jonathan Brielmaier |
| 2023-05-12 | nongnu: signal-desktop: Update to 6.17.1.•••* nongnu/packages/messaging.scm (signal-desktop): Update to 6.17.1.
| Jonathan Brielmaier |
| 2023-05-12 | nongnu: firefox-esr: Update to 102.11.0esr [security fixes].•••Fixes CVE-2023-32205, CVE-2023-32206, CVE-2023-32207, CVE-2023-32211,
CVE-2023-32212, CVE-2023-32213, CVE-2023-32214 and CVE-2023-32215.
* nongnu/packages/mozilla.scm (firefox-esr): Update to 102.11.0esr.
| Jonathan Brielmaier |
| 2023-05-01 | nongnu: signal-desktop: Fix failure to load messages.•••The needed library libstdc++ was no longer found with the gcc updates in Guix.
* nongnu/packages/messaging.scm (signal-desktop)[inputs]: Remove gcc:lib. Add
libgccjit and libstdc++.
[phases]{wrap-where-patchelf-does-not-work}: Adjust for these inputs.
| John Kehayias |
| 2023-04-27 | nongnu: zoom: Update to 5.14.5.2430 [security fixes].•••Fixes CVE-2023-28597.
* nongnu/packages/messaging.scm (zoom): Update to 5.14.5.2430.
| John Kehayias |
| 2023-04-27 | nongnu: signal-desktop: Update to 6.16.0.•••* nongnu/packages/messaging.scm (signal-desktop): Update to 6.16.0
| John Kehayias |
| 2023-04-27 | nongnu: element-desktop: Update to 1.11.30 [security fixes].•••Fixes CVE-2023-30609, CVE-2023-28427, and CVE-2023-28103.
* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.30.
| John Kehayias |
| 2023-04-26 | nongnu: firefox: Update to 112.0.2.•••* nongnu/packages/mozilla.scm (firefox): Update to 112.0.2.
| Jonathan Brielmaier |
| 2023-04-26 | nongnu: hplip-plugin: Update source hash.•••Inherited hplip package got updated in the meantime.
* nongnu/packages/printers.scm (hplip-plugin)[source]: Update sha256
hash.
| Jonathan Brielmaier |
| 2023-04-25 | nongnu: steam-client-libs: Rename fontconfig-fixed to fontconfig.•••* nongnu/packages/steam-client.scm (steam-client-libs): Rename
fontconfig-fixed to fontconfig. The upstream bug has not been fixed but expat
has been ungrafted in core-updates so we no longer need to rewrite fontconfig.
Remove fontconfig-fixed as expat/fixed no longer exists in core-updates.
core-updates | John Kehayias |
| 2023-04-25 | nongnu: firefox-esr: Rename icu4c-71 to icu4c.•••* nongnu/packages/mozilla.scm (firefox-esr)[inputs]: Rename icu4c-71 to
icu4c. On core-updates icu4c was updated to version 71.
| John Kehayias |
| 2023-04-17 | nongnu: firefox: Update to 112.0.1.•••* nongnu/packages/mozilla.scm (firefox): Update to 112.0.1.
| Jonathan Brielmaier |
| 2023-04-13 | nongnu: signal-desktop: Update to 6.14.0.•••* nongnu/packages/messaging.scm (signal-desktop): Update to 6.14.0.
| Jonathan Brielmaier |
| 2023-04-11 | nongnu: firefox: Update to 112.0 [security fixes].•••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.
| Jonathan Brielmaier |
| 2023-04-11 | nongnu: firefox-esr: Update to 102.10.0esr [security fixes].•••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.
| Jonathan Brielmaier |
| 2023-04-05 | gnu: google-chrome-unstable: Update to 113.0.5672.24.•••* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 113.0.5672.24.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Giacomo Leidi |
| 2023-04-05 | gnu: google-chrome-beta: Update to 112.0.5615.49.•••* nongnu/packages/chrome.scm (google-chrome-beta): Update to 112.0.5615.49.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Giacomo Leidi |
| 2023-04-05 | gnu: google-chrome-stable: Update to 112.0.5615.49.•••* nongnu/packages/chrome.scm (google-chrome-stable): Update to 112.0.5615.49.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Giacomo Leidi |
| 2023-04-05 | nongnu: compcert: Update to 3.12.•••* nongnu/packages/coq.scm (compcert): Update to 3.12.
[arguments]: Adapt 'allow-newer-coq-version phase.
| Jonathan Brielmaier |
| 2023-04-05 | nongnu: linux-firmware: Update to 20230404.•••* nongnu/packages/linux.scm (linux-firmware): Update to 20230404.
| Jonathan Brielmaier |
| 2023-04-05 | nongnu: broadcom-sta: Use Nixpkgs patch list.•••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>
| Krzysztof Baranowski |
| 2023-04-04 | nongnu: signal-desktop: Update to 6.12.0.•••* nongnu/packages/messaging.scm (signal-desktop): Update to 6.12.0.
| Jonathan Brielmaier |
| 2023-04-01 | nongnu: Add datomic-cli-tools.•••* nongnu/packages/databases.scm (datomic-cli-tools): New variable.
| Krzysztof Baranowski |
| 2023-03-26 | gnu: soapysdrplay3: Update to 0.4.1-1.9e5c80c.•••* nongnu/packages/radio.scm (soapysdrplay3): Update to 0.4.1-1.9e5c80c.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Guillaume Le Vaillant |
| 2023-03-22 | nongnu: Remove rust-cbindgen 0.23/0.24 and their dependencies.•••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.
| Jonathan Brielmaier |
| 2023-03-21 | nongnu: firefox: Update to 111.0.1.•••* nongnu/packages/mozilla.scm (firefox): Update to 111.0.1.
| Jonathan Brielmaier |
| 2023-03-17 | nongnu: zoom: Fix background blurring and virtual backgrounds.•••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.
| John Kehayias |
| 2023-03-17 | nongnu: zoom: Fix failure to run.•••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.
| John Kehayias |
| 2023-03-16 | nongnu: zoom: Update to 5.13.11.1288 [security fixes].•••Fixes CVE-2023-22881, CVE-2023-22882 and CVE-2023-22885.
* nongnu/packages/messaging.scm (zoom): Update to 5.13.11.1288.
| Jonathan Brielmaier |
| 2023-03-16 | nongnu: intel-media-driver: Update to 22.6.6.•••* nongnu/packages/video.scm (intel-media-driver): Update to 22.6.6.
| Jelle Licht |
| 2023-03-16 | nongnu: gmmlib: Update to 22.3.3.•••* nongnu/packages/video.scm (gmmlib): Update to 22.3.3.
| Jelle Licht |
| 2023-03-14 | nongnu: firefox: Update to 111.0 [security fixes].•••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.
| Jonathan Brielmaier |
| 2023-03-14 | nongnu: firefox-esr: Update to 102.9.0esr [security fixes].•••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.
| Jonathan Brielmaier |
| 2023-03-12 | nongnu: signal-desktop: Update to 6.9.0.•••* nongnu/packages/messaging.scm (signal-desktop): Update to 6.9.0.
| John Kehayias |
| 2023-03-12 | nongnu: element-desktop: Update to 1.11.24.•••* nongnu/packages/messaging.scm (element-desktop): Update to 1.11.24.
| John Kehayias |
| 2023-03-12 | nongnu: linux-firmware: Update to 20230310.•••* nongnu/packages/linux.scm (linux-firmware): Update to 20230310.
| John Kehayias |
| 2023-03-12 | nongnu: Set linux to linux@6.2.•••Upstream Guix has now defaulted to linux-libre@6.2. Do likewise here.
* nongnu/packages/linux.scm (linux): Set to linux-6.2.
| John Kehayias |
| 2023-03-07 | nongnu: leiningen: Update to 2.10.0.•••* nongnu/packages/clojure.scm (leiningen, leiningen-jar): Update to 2.10.0.
| Jelle Licht |
| 2023-03-07 | nongnu: Add linux@6.2.•••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.
| Jelle Licht |