summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Resume from hibernate before postDeviceCommands•••Should work for me, because I don't want to be asked for ZFS credentials when I can resume origin/systemSilvan Mosberger2023-02-151-1/+2
* Merge pull request #216028 from r-ryantm/auto-update/darkman•••darkman: 1.4.0 -> 1.5.4Weijia Wang2023-02-131-3/+3
|\
| * darkman: 1.4.0 -> 1.5.4R. Ryantm2023-02-121-3/+3
* | Merge pull request #216018 from r-ryantm/auto-update/ipset•••ipset: 7.15 -> 7.17Weijia Wang2023-02-131-2/+2
|\ \
| * | ipset: 7.15 -> 7.17R. Ryantm2023-02-121-2/+2
* | | Merge pull request #215988 from r-ryantm/auto-update/python310Packages.primer3•••python310Packages.primer3: 0.6.1 -> 1.0.0Weijia Wang2023-02-131-3/+3
|\ \ \
| * | | python310Packages.primer3: 0.6.1 -> 1.0.0R. Ryantm2023-02-121-3/+3
| |/ /
* | | Merge pull request #215968 from r-ryantm/auto-update/python310Packages.limnoria•••python310Packages.limnoria: 2023.1.12 -> 2023.1.28Weijia Wang2023-02-131-2/+2
|\ \ \
| * | | python310Packages.limnoria: 2023.1.12 -> 2023.1.28R. Ryantm2023-02-121-2/+2
* | | | Merge #214010: staging-next 2023-02-01Vladimír Čunát2023-02-13297-2073/+2878
|\ \ \ \
| * \ \ \ Merge #212363: gcc11: apply upstream patch•••...into staging-next https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103910 Vladimír Čunát2023-02-132-1/+45
| |\ \ \ \
| | * | | | gcc/11: apply upstream fix 103910 so openjdk builds•••Our openjdk derivations fail to build with `-march=opteron` (via either `NIX_CFLAGS_COMPILE` or `hostPlatform.gcc.arch`). This was fixed upstream in gcc12 but not carried back to gcc11: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=d243f4009d8071b734df16cd70f4c5d09a373769 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103910 Since gcc11 is still nixpkgs' primary compiler, this PR cherry-picks the fix out of gcc12. Unfortunately since `-march=` can be added after the `gcc11` derivation is built we can't apply this patch conditionally (which we don't usually do anyways). Adam Joseph2023-02-122-1/+45
| * | | | | Merge master into staging-nextgithub-actions[bot]2023-02-1335-973/+626
| |\ \ \ \ \
| * \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-1349-567/+589
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: pkgs/development/python-modules/pyarrow/default.nix Alyssa Ross2023-02-1361-547/+571
| |\ \ \ \ \ \ \
| * | | | | | | | ethtool: apply upstream diff to fix build on musl (#216011)Yureka2023-02-121-0/+11
| * | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-02-1212-27/+160
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-1235-1154/+1155
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | binutils: try to move headers around only when --host/--target differ (#215989)•••Without the change `pkgsMusl.pkgsStatic.buildPackages.binutils.bintools` build fails as: $ ln: failed to create symbolic link './include': File exists This happens because both host and target are `x86_64-unknown-linux-musl`. But `hostPlatform` differs from `targetPlatform` by `isStatic` value. By `./configure`'s standard it's not yet a cross-compilation. The change tries to move things around only when tuples change.Sergei Trofimovich2023-02-121-1/+1
| * | | | | | | | furnace, tvheadend: more fallout from gcc upgradeVladimír Čunát2023-02-122-3/+4
| * | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-02-1225-335/+438
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-02-1254-7060/+2795
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-02-1237-172/+229
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-1194-340/+812
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-1127-104/+176
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-1127-55/+229
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-1135-442/+744
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-1039-163/+478
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-10182-32195/+2192
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge #215557: postgresql: 15.2, 14.7, 13.10, 12.14, and 11.19•••...into staging-next Vladimír Čunát2023-02-101-10/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | postgresql_15: 15.1 -> 15.2•••https://www.postgresql.org/docs/release/15.2/ ajs1242023-02-091-2/+2
| | * | | | | | | | | | | | | | | postgresql_14: 14.6 -> 14.7•••https://www.postgresql.org/docs/release/14.7/ ajs1242023-02-091-2/+2
| | * | | | | | | | | | | | | | | postgresql_13: 13.9 -> 13.10•••https://www.postgresql.org/docs/release/13.10/ ajs1242023-02-091-2/+2
| | * | | | | | | | | | | | | | | postgresql_12: 12.13 -> 12.14•••https://www.postgresql.org/docs/release/12.14/ ajs1242023-02-091-2/+2
| | * | | | | | | | | | | | | | | postgresql_11: 11.18 -> 11.19•••https://www.postgresql.org/docs/release/11.19/ ajs1242023-02-091-2/+2
| * | | | | | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-02-1074-733/+2069
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-1024-130/+214
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-0951-170/+480
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-02-0944-545/+604
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-0960-263/+1009
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into staging-nextgithub-actions[bot]2023-02-0923-166/+675
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2023-02-08217-4232/+3832
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | glslviewer, tab: fixup build with gcc12Vladimír Čunát2023-02-082-0/+9
| * | | | | | | | | | | | | | | | | | | | | | rustc: apply patch to fix delay_span_bug ICE•••Rust 1.67.0 introduced a regression that caused an ICE when building Vector. https://hydra.nixos.org/build/207931877 https://github.com/rust-lang/rust/issues/107691 https://github.com/rust-lang/rust/pull/107688 Winter2023-02-071-0/+9
| * | | | | | | | | | | | | | | | | | | | | | Merge master into staging-nextgithub-actions[bot]2023-02-0714-30/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2023-02-07104-438/+1151
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge #215143: openssl_1_1: 1.1.1s -> 1.1.1t•••...into staging-next Vladimír Čunát2023-02-071-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | openssl_1_1: 1.1.1s -> 1.1.1t•••https://github.com/openssl/openssl/blob/OpenSSL_1_1_1t/NEWS Fixes: CVE-2023-0286, CVE-2023-0215, CVE-2022-4450, CVE-2022-4304 Martin Weinelt2023-02-071-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #215141: openssl: 3.0.7 -> 3.0.8•••...into staging-next Vladimír Čunát2023-02-072-41/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | openssl: 3.0.7 -> 3.0.8•••https://github.com/openssl/openssl/blob/openssl-3.0.8/NEWS.md Fixes: CVE-2023-0401, CVE-2023-0286, CVE-2023-0217, CVE-2023-0216, CVE-2023-0215, CVE-2022-4450, CVE-2022-4304, CVE-2022-4203, CVE-2022-3996 Martin Weinelt2023-02-072-41/+2