about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge branch 'nixos-unstable-small' of https://github.com/NixOS/nixpkgsAlyssa Ross2023-12-15
|\
| * Merge pull request #274409 from K900/unblock-channelsK9002023-12-15
| |\ | | | | | | Unblock channels
| | * nixos/ldso: remove string context from linker sonameK9002023-12-15
| | | | | | | | | | | | Unbreaks installer tests that otherwise start depending on i686-glibc
| | * nixos/tests/containers-imperative: download more RAMK9002023-12-15
| | |
| * | Merge pull request #274262 from NetaliDev/zammad-updateJanne Heß2023-12-15
| |\ \ | | | | | | | | zammad: 6.1.0 -> 6.2.0
| | * | nixos/tests/zammad: set memory limit to 2048 MBnetali2023-12-14
| | | | | | | | | | | | | | | | | | | | It seems like Zammad and the postgreSQL need more then 1 GB memory after the update to Zammad 6.2.0. So this commit sets the memory limit to 2 GB.
| | * | zammad: 6.1.0 -> 6.2.0netali2023-12-14
| | | |
| * | | gh: 2.40.0 -> 2.40.1R. Ryantm2023-12-15
| | | |
| * | | miller: copy manpage to $manProfpatsch2023-12-15
| | | |
| * | | gotools: 0.7.0 -> 0.16.1Eric Bailey2023-12-15
| | |/ | |/|
| * | Merge pull request #272694 from r-ryantm/auto-update/sgt-puzzles7c6f434c2023-12-15
| |\ \ | | | | | | | | sgt-puzzles: 20231025.35f7965 -> 20231120.08365fb
| | * | sgt-puzzles: 20231025.35f7965 -> 20231120.08365fbR. Ryantm2023-12-07
| | | |
| * | | Merge pull request #274275 from Ma27/hardened-kernel-updatesMaximilian Bosch2023-12-15
| |\ \ \ | | | | | | | | | | hardened kernel: test 6.6 & remove obsolete 4.14 from patches.json
| | * | | nixos/tests/kernel-generic: test hardened 6.6Maximilian Bosch2023-12-14
| | | | |
| | * | | hardened kernel: remove obsolete 4.14 sectionMaximilian Bosch2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | Already removed from our tree and nowhere exposed, so no need to keep it here.
| * | | | Merge pull request #274246 from Ma27/bump-giteaMaximilian Bosch2023-12-15
| |\ \ \ \ | | | | | | | | | | | | gitea: 1.21.1 -> 1.21.2
| | * | | | gitea: 1.21.1 -> 1.21.2Maximilian Bosch2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.21.2
| * | | | | Merge pull request #274171 from philiptaron/clasp-common-lisp7c6f434c2023-12-15
| |\ \ \ \ \ | | | | | | | | | | | | | | clasp-common-lisp: fix build and rehydrate dependencies
| | * | | | | clasp-common-lisp: use ninjaFlags instead of explicitly setting buildPhase ↵Philip Taron2023-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and installPhase
| | * | | | | clasp-common-lisp: fix build warningPhilip Taron2023-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves the annoying message for every compilation line: ``` clang-15: warning: argument unused during compilation: '-stdlib=libstdc++' [-Wunused-command-line-argument] ```
| | * | | | | clasp-common-lisp: fetch dependencies in NixPhilip Taron2023-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm doing this as I wasn't able to reproduce the tarball that the previous derivation produced, and some of the repositories that were pinned no longer exist.
| | * | | | | clasp-common-lisp: use callPackage style instead of `with pkgs;`Philip Taron2023-12-13
| | | | | | |
| * | | | | | Merge pull request #273858 from dotlambda/nextcloud28-initMaximilian Bosch2023-12-15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | nextcloud28: init at 28.0.0, nextcloud27: 27.1.4 -> 27.1.5, nextcloud26: 26.0.9 -> 26.0.10
| | * | | | | | nextcloud28Packages.bookmarks: 13.1.1 -> 13.1.2Maximilian Bosch2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Could not resolve symfonyAdapter! Class "symfonyAdapter" does not exist when accessing the app.
| | * | | | | | nixos/doc: mention nc28Maximilian Bosch2023-12-14
| | | | | | | |
| | * | | | | | nixos/nextcloud: updates for nc28Maximilian Bosch2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Always use PHP 8.2: at the time of writing, Nextcloud also suggests to use 8.2 rather than 8.3 in the manual for v28. One contributing factor is probably that all plugins need new releases to declare PHP 8.3 support. * Fix upgradeWarning for installing v27 now that v28 is out. * Drop upgrade warning for v24. This one is EOL for quite a while already, so right now everybody should've switched (or carefully studied the release notes in case they were upgrading from <23.05) and we can clean up the module a little bit. v25 was dropped not so long ago, so if it's still referenced (because somebody didn't declare `services.nextcloud.package` and has `system.stateVersion = "22.11";`) it's appropriate to still give a specialized error.
| | * | | | | | nextcloud27: 27.1.4 -> 27.1.5Maximilian Bosch2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/nextcloud/server/releases/tag/v27.1.5
| | * | | | | | nextcloud26: 26.0.9 -> 26.0.10Maximilian Bosch2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/nextcloud/server/releases/tag/v26.0.10
| | * | | | | | nextcloud28: init at 28.0.0Robert Schütz2023-12-13
| | | | | | | |
| | * | | | | | nextcloudPackages: updateRobert Schütz2023-12-12
| | | | | | | |
| * | | | | | | Merge pull request #274372 from vbgl/ocaml-angstrom-0.16.0Ulrik Strid2023-12-15
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ocamlPackages.angstrom: 0.15.0 → 0.16.0
| | * | | | | | | ocamlPackages.angstrom: 0.15.0 → 0.16.0Vincent Laporte2023-12-15
| | | | | | | | |
| | * | | | | | | ocamlPackages.httpaf: add missing dependencyVincent Laporte2023-12-15
| | | | | | | | |
| * | | | | | | | Merge pull request #274371 from r-ryantm/auto-update/cargo-generateMarek Fajkus2023-12-15
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | cargo-generate: 0.18.5 -> 0.19.0
| | * | | | | | | cargo-generate: 0.18.5 -> 0.19.0R. Ryantm2023-12-15
| | | | | | | | |
| * | | | | | | | Merge pull request #274110 from networkException/sysctl-net.core.wmem_maxLin Jian2023-12-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/{sysctl,caddy}: improvements for net.core.wmem_max
| | * | | | | | | | nixos/caddy: also increase socket send buffer size as recommended by upstreamnetworkException2023-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this patch adjusts the `boot.kernel.sysctl."net.core.wmem_max"` to match the value suggested in the quic-go wiki, just as `"net.core.wmem_max"`. see fdfdc5df21d3df985b751bc61929e2305882dd48 see https://github.com/quic-go/quic-go/issues/3923
| | * | | | | | | | nixos/sysctl: use highest value on conflict for net.core.wmem_maxnetworkException2023-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we previously defined a custom type for `boot.kernel.sysctl."net.core.rmem_max"` to resolve to the highest value set. this patch adds the same behavior to `"net.core.wmem_max"`. as this changes the type from a string to an integer, which is a breaking change this patch also includes a release note and updates the transmission module to use a number for `wmem_max`.
| * | | | | | | | | Merge pull request #274316 from r-ryantm/auto-update/fg-virgilPol Dellaiera2023-12-15
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fg-virgil: 0.16.1 -> 0.17.0
| | * | | | | | | | | fg-virgil: 0.16.1 -> 0.17.0R. Ryantm2023-12-14
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #274298 from networkException/update-chromiumEmily2023-12-15
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | {ungoogled-,}chromium: 120.0.6099.71 -> 120.0.6099.109
| | * | | | | | | | | | ungoogled-chromium: 120.0.6099.71-1 -> 120.0.6099.109-1networkException2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop_12.html This update includes 9 security fixes. CVEs: CVE-2023-6702 CVE-2023-6703 CVE-2023-6704 CVE-2023-6705 CVE-2023-6706 CVE-2023-6707
| | * | | | | | | | | | chromium: 120.0.6099.71 -> 120.0.6099.109networkException2023-12-14
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop_12.html This update includes 9 security fixes. CVEs: CVE-2023-6702 CVE-2023-6703 CVE-2023-6704 CVE-2023-6705 CVE-2023-6706 CVE-2023-6707
| * | | | | | | | | | Merge pull request #274337 from ↵Connor Baker2023-12-14
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SomeoneSerge/refactor/nvidia-optical-sdk-mark-hook nvidia-optical-flow-sdk: refactor: propagation via setupCudaHook
| | * | | | | | | | | | nvidia-optical-flow-sdk: refactor: propagation via setupCudaHookSomeone Serge2023-12-15
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #269444 from uku3lig/shotcut-23.09.29Peder Bergebakken Sundt2023-12-15
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | shotcut: 21.09.20 -> 23.11.29
| | * | | | | | | | | | | mlt: fix jackrack supportSefa Eyeoglu2023-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes ladspa filters work. Apparently glib is required for jackrack filters to function. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
| | * | | | | | | | | | | shotcut: 21.09.20 -> 23.11.29uku2023-12-03
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #274301 from markuskowa/upd-slurm-fixThomas Gerbet2023-12-15
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | slurm: 23.02.6.1 -> 23.02.7.1
| | * | | | | | | | | | | | slurm: 23.02.6.1 -> 23.02.7.1Markus Kowalewski2023-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2023-49935, CVE-2023-49936, CVE-2023-49937, CVE-2023-49938, CVE-2023-49933