| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release NixOS 23.11•••(cherry picked from commit 04220ed6763637e5899980f98d5c8424b1079353) 23.11 | figsoda | 2023-11-29 | 2 | -10/+10 |
| * | Backport and converge release notes editorial updates (#270990)•••Co-Authored-By: Alejandro Sánchez Medina <alejandrosanchzmedina@gmail.com> | Silvan Mosberger | 2023-11-29 | 1 | -396/+1073 |
| * | Merge pull request #270175 from ShamrockLee/backport-23.11-apptainer-localsta...•••[Backport 23.11] apptainer, singularity: use self-contained LOCALSTATEDIR by default | figsoda | 2023-11-29 | 4 | -8/+25 |
| |\ | |||||
| | * | apptainer, singularity: make LOCALSTATEDIR internal by default•••Use "$out/var/lib" as LOCALSTATEDIR configuration value by default intsead of "/var/lib" as a way toward top-level-directory independent runtime. Add input argument externalLocalStateDir to optionally specify the path to external LOCALSTATEDIR if not null. Add NixOS module option programs.singularity.enableExternalLocalStateDir (default to true) to use "/var/lib" as LOCALSTATEDIR. | Yueh-Shun Li | 2023-11-26 | 3 | -3/+24 |
| | * | apptainer, singularity: drop obsolete LOCALSTATEDIR dirs•••Leave only the SESSIONDIR, which is "$LOCALSTATEDIR/$projectName/mnt/session" | Yueh-Shun Li | 2023-11-26 | 2 | -5/+1 |
| * | | Merge pull request #270448 from NixOS/backport-268746-to-release-23.11•••[Backport release-23.11] python311Packages.torch: choose magma at the expression level | figsoda | 2023-11-29 | 4 | -23/+28 |
| |\ \ | |||||
| | * | | magma: respect the global isStatic•••(cherry picked from commit 1e33c8819f402536bc765a6246fe8b5dfae0afb7) origin/backport-268746-to-release-23.11 | Someone Serge | 2023-11-27 | 1 | -1/+1 |
| | * | | python311Packages.torch: fix typo in the cuda&&rocm error message•••(cherry picked from commit 643464269f674d3bd9062f55c2f47e193348283d) | Someone Serge | 2023-11-27 | 1 | -1/+1 |
| | * | | python311Packages.torch: choose magma at the expression level•••...instead of at the callPackage site. Addresses https://github.com/NixOS/nixpkgs/issues/268736 (cherry picked from commit 395b7cc35b0f43d03a64190423b13f623304df81) | Someone Serge | 2023-11-27 | 4 | -21/+26 |
| * | | | Merge pull request #270840 from NixOS/backport-269799-to-release-23.11•••[Backport release-23.11] poetry: 1.7.0 -> 1.7.1 | Robert Schütz | 2023-11-29 | 2 | -4/+4 |
| |\ \ \ | |||||
| | * | | | poetryPlugins.poetry-plugin-up: 0.7.0 -> 0.7.1•••Diff: https://github.com/MousaZeidBaker/poetry-plugin-up/compare/refs/tags/0.7.0...0.7.1 Changelog: https://github.com/MousaZeidBaker/poetry-plugin-up/releases/tag/0.7.1 (cherry picked from commit 5427e0b5b33dce61c730864a52371b4270ddc38c) origin/backport-269799-to-release-23.11 | Robert Schütz | 2023-11-29 | 1 | -2/+2 |
| | * | | | poetry: 1.7.0 -> 1.7.1•••Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.7.0...1.7.1 Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.7.1/CHANGELOG.md (cherry picked from commit 334cf93916bb1ec4d52831809c02b6e81c341068) | Robert Schütz | 2023-11-29 | 1 | -2/+2 |
| * | | | | Merge pull request #270511 from NixOS/backport-270042-to-release-23.11•••[Backport release-23.11] python311Packages.pyregion: 2.1.1 -> 2.2.0; fix darwin build | Julien Malka | 2023-11-29 | 1 | -34/+30 |
| |\ \ \ \ | |||||
| | * | | | | python311Packages.pyregion: 2.1.1 -> 2.2.0; fix darwin build•••https://github.com/astropy/pyregion/blob/2.2.0/CHANGES.rst add -Wno-error=int-conversion for clang to not error out on generated code. (code returns NULL rather than 0). gcc warns but does not error. (cherry picked from commit 83263612a9f10213d50fb248f75d14af7a3a1589) origin/backport-270042-to-release-23.11 | annalee | 2023-11-27 | 1 | -34/+30 |
| * | | | | | Merge pull request #270883 from NixOS/backport-270027-to-release-23.11•••[Backport release-23.11] python311Packages.astropy-healpix: upstream patch to fix darwin build | Julien Malka | 2023-11-29 | 1 | -0/+11 |
| |\ \ \ \ \ | |||||
| | * | | | | | python311Packages.astropy-healpix: upstream patch to fix darwin build•••upstream patch adds const to arguments so the function definition matches the function pointer prototype. remove patch on next version update (cherry picked from commit 7246ec5b0d2c79c28b66b48f5dce877710af6899) origin/backport-270027-to-release-23.11 | annalee | 2023-11-29 | 1 | -0/+11 |
| * | | | | | | Merge pull request #270951 from NixOS/backport-270823-to-release-23.11•••[Backport release-23.11] tuba: fix clang build | Emily Trau | 2023-11-30 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | tuba: fix clang build•••(cherry picked from commit 1c6cc8ed6eb14e245966f8b7d5754bd647526c22) | Emily Trau | 2023-11-29 | 1 | -0/+2 |
| * | | | | | | | Merge pull request #270835 from NixOS/backport-270479-to-release-23.11•••[Backport release-23.11] microsoft-edge: 119.0.2151.44 -> 119.0.2151.72 | Nick Cao | 2023-11-29 | 3 | -13/+13 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | microsoft-edge: 119.0.2151.44 -> 119.0.2151.72•••(cherry picked from commit 353ec7d15489e325d442d25b9d811f5b3b886349) origin/backport-270479-to-release-23.11 | Rhys Davies | 2023-11-29 | 3 | -13/+13 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #270817 from NixOS/backport-270672-to-release-23.11•••[Backport release-23.11] cargo-tarpaulin: 0.27.1 -> 0.27.2 | Nick Cao | 2023-11-29 | 1 | -3/+3 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | cargo-tarpaulin: 0.27.1 -> 0.27.2•••Diff: https://github.com/xd009642/tarpaulin/compare/0.27.1...0.27.2 Changelog: https://github.com/xd009642/tarpaulin/blob/0.27.2/CHANGELOG.md (cherry picked from commit 29175e613e20bea94ffba87a310fd5ecfa492980) origin/backport-270672-to-release-23.11 | figsoda | 2023-11-29 | 1 | -3/+3 |
| * | | | | | | | Merge pull request #270895 from NixOS/backport-270506-to-release-23.11•••[Backport release-23.11] python311Packages.hdbscan: fix build | Peder Bergebakken Sundt | 2023-11-29 | 1 | -12/+0 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | python311Packages.hdbscan: fix build•••Patch is already upstream in the current packaged version. (cherry picked from commit 776fcd150447298c676d686271bb6c06ae6d3646) origin/backport-270506-to-release-23.11 | tu-maurice | 2023-11-29 | 1 | -12/+0 |
| * | | | | | | | | Merge pull request #270937 from NixOS/backport-270485-to-release-23.11•••[Backport release-23.11] biome: 1.3.3 -> 1.4.0 | Ilan Joselevich | 2023-11-29 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | biome: 1.3.3 -> 1.4.0•••Diff: https://github.com/biomejs/biome/compare/cli/v1.3.3...cli/v1.4.0 Changelog: https://github.com/biomejs/biome/blob/cli/v1.4.0/CHANGELOG.md (cherry picked from commit 2be9727421c333da54a708f04a762ea316666c0f) | figsoda | 2023-11-29 | 1 | -3/+3 |
| * | | | | | | | | | Merge pull request #270599 from blitz/fractal-5-backport•••[23.11] fractal: 4.4.2 -> 5 | nikstur | 2023-11-29 | 6 | -7098/+4625 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | fractal: enable gstreamer-good support•••gstreamer-good was in the old `fractal` 4.x package, seems to have been overlooked in the upgrade to fractal 5. providing this enables fractal to play inline video -- else the following output is observed for messages containing video: ``` ERROR fractal::components::video_player::imp: Error playing video: Error from element /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: Your GStreamer installation is missing a plug-in. Your GStreamer installation is missing a plug-in. ../gst/playback/gsturidecodebin.c(1049): no_more_pads_full (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: no suitable plugins found: ../gst/playback/gstdecodebin2.c(4704): gst_decode_bin_expose (): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0: no suitable plugins found: Missing decoder: Quicktime (video/quicktime, variant=(string)iso) ``` (cherry picked from commit aeb5204b5c66ed60bdfda0fe01669bd1bebaa87a) | Colin | 2023-11-28 | 1 | -0/+1 |
| | * | | | | | | | | fractal: 4.4.2 -> 5•••(cherry picked from commit aa9baf42061019f285f964a58e93087f465f3908) | linsui | 2023-11-28 | 6 | -7098/+4624 |
| * | | | | | | | | | Merge pull request #270930 from NixOS/backport-270851-to-release-23.11•••[Backport release-23.11] python311Packages.pot: pypi missing files, switch to github; fixbuild | Emily Trau | 2023-11-30 | 1 | -21/+17 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | python311Packages.pot: pypi missing files, switch to github; fixbuild•••pypi source is missing tests/conftest.py which is causing the tests to with missing attribute errors (cherry picked from commit 7d835a1dc526fe36465b39795285a32fa448c44b) | annalee | 2023-11-29 | 1 | -21/+17 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #270845 from NixOS/backport-270753-to-release-23.11•••[Backport release-23.11] python310Packages.oelint-parser: 2.11.4 -> 2.11.6, oelint-adv: 3.26.2 -> 3.26.4 | Emily Trau | 2023-11-29 | 2 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | python310Packages.oelint-parser: 2.11.4 -> 2.11.6•••(cherry picked from commit 09e9a8afab2d081b2dfac5694a03029a5042364c) origin/backport-270753-to-release-23.11 | Otavio Salvador | 2023-11-29 | 1 | -2/+2 |
| | * | | | | | | | | | oelint-adv: 3.26.2 -> 3.26.4•••(cherry picked from commit 684c68ead644b314d88d46c2c93506d551975fbe) | Otavio Salvador | 2023-11-29 | 1 | -2/+2 |
| | | |_|_|/ / / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #270844 from NixOS/backport-270777-to-release-23.11•••[Backport release-23.11] cargo-show-asm: 0.2.22 -> 0.2.23 | Emily Trau | 2023-11-29 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | cargo-show-asm: 0.2.22 -> 0.2.23•••Diff: https://diff.rs/cargo-show-asm/0.2.22/0.2.23 Changelog: https://github.com/pacak/cargo-show-asm/blob/0.2.23/Changelog.md (cherry picked from commit c2abe3fd8087aa2ea97442d09e513887c39a819a) origin/backport-270777-to-release-23.11 | figsoda | 2023-11-29 | 1 | -3/+3 |
| | |/ / / / / / / / | |||||
| * | | | | | | | | | Merge #270925: libreoffice: skip tests for now•••...into release-23.11 | Vladimír Čunát | 2023-11-29 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | libreoffice: skip tests for now•••They expired in some way recently. | Vladimír Čunát | 2023-11-29 | 1 | -1/+2 |
| * | | | | | | | | | | Merge pull request #270902 from NixOS/backport-270856-to-release-23.11•••[Backport release-23.11] kea: 2.4.0 -> 2.4.1 | Martin Weinelt | 2023-11-29 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | kea: 2.4.0 -> 2.4.1•••Changes: https://downloads.isc.org/isc/kea/2.4.1/Kea-2.4.1-ReleaseNotes.txt (cherry picked from commit c687a1297f731bfabfbf97dd45f33b9a4588fdf0) | Sergei Trofimovich | 2023-11-29 | 1 | -2/+2 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #270914 from NixOS/backport-270904-to-release-23.11•••[Backport release-23.11] Linux kernels 2023-11-29 | K900 | 2023-11-29 | 2 | -21/+21 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | linux-rt_5_10: 5.10.199-rt97 -> 5.10.201-rt98•••(cherry picked from commit 565eb9a83abcc455db502845a2518b7c54d25b90) origin/backport-270904-to-release-23.11 | Alyssa Ross | 2023-11-29 | 1 | -3/+3 |
| | * | | | | | | | | | | linux_4_14: 4.14.330 -> 4.14.331•••(cherry picked from commit c84f34c3c011b2f5ea40fb6920f91b7b09e7b732) | Alyssa Ross | 2023-11-29 | 1 | -2/+2 |
| | * | | | | | | | | | | linux_4_19: 4.19.299 -> 4.19.300•••(cherry picked from commit 3172e8e1fc2ae16cb58a149d796ce654b12a8b30) | Alyssa Ross | 2023-11-29 | 1 | -2/+2 |
| | * | | | | | | | | | | linux_5_4: 5.4.261 -> 5.4.262•••(cherry picked from commit f954c6ac3892269ddbbce80e08d944d5c55388c2) | Alyssa Ross | 2023-11-29 | 1 | -2/+2 |
| | * | | | | | | | | | | linux_5_10: 5.10.201 -> 5.10.202•••(cherry picked from commit f3f7cca7e51669b97e576ec2d26b2c965ed106f6) | Alyssa Ross | 2023-11-29 | 1 | -2/+2 |
| | * | | | | | | | | | | linux_5_15: 5.15.139 -> 5.15.140•••(cherry picked from commit c2a8b5f8d2bc566f2297fe5ff068b95a82a08a44) | Alyssa Ross | 2023-11-29 | 1 | -2/+2 |
| | * | | | | | | | | | | linux_6_1: 6.1.63 -> 6.1.64•••(cherry picked from commit 2f492ad3cf4b4b407448a24be84864bcc1d23404) | Alyssa Ross | 2023-11-29 | 1 | -2/+2 |
| | * | | | | | | | | | | linux_6_5: 6.5.12 -> 6.5.13•••(cherry picked from commit 5214ba12f37945b204bf8db26282e132e5175efe) | Alyssa Ross | 2023-11-29 | 1 | -2/+2 |
| | * | | | | | | | | | | linux_6_6: 6.6.2 -> 6.6.3•••(cherry picked from commit dd27218c710e21e52be9d0b156b720722978ac60) | Alyssa Ross | 2023-11-29 | 1 | -2/+2 |
