| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages.pytest-testinfra: 9.0.0 -> 10.0.0•••(cherry picked from commit b88b9a4700174359f2623f7e195ba372a68cd60b)
origin/backport-269496-to-release-23.11 | hulr | 2023-11-28 | 1 | -5/+5 |
| * | Merge pull request #270574 from NixOS/backport-270130-to-release-23.11•••[Backport release-23.11] vesktop: add desktop item categories | Azat Bahawi | 2023-11-28 | 1 | -0/+1 |
| |\ |
|
| | * | vesktop: add desktop item categories•••(cherry picked from commit f7d2a5b1235f98d7cc187a391de923740ce138b6)
origin/backport-270130-to-release-23.11 | Azat Bahawi | 2023-11-28 | 1 | -0/+1 |
| |/ |
|
| * | Merge pull request #270544 from NixOS/backport-270536-to-release-23.11•••[Backport release-23.11] buildMozillaMach: replace dbus workaround with upstream patch | Martin Weinelt | 2023-11-28 | 1 | -3/+8 |
| |\ |
|
| | * | buildMozillaMach: replace dbus workaround with upstream patch•••https://bugzilla.mozilla.org/show_bug.cgi?id=1864083
The fix was targeted for Firefox 122.
(cherry picked from commit a72f24ef3bf6538b1dbb5d024e7b0f9517dddb72)
| Martin Weinelt | 2023-11-28 | 1 | -3/+8 |
| |/ |
|
| * | Merge pull request #270531 from NixOS/backport-269244-to-release-23.11•••[Backport release-23.11] firefox-{beta,devedition}-unwrapped: 120.0b9 -> 121.0b3 | Martin Weinelt | 2023-11-28 | 4 | -7/+37 |
| |\ |
|
| | * | buildMozillaMach: update no-buildconfig patch for 121+•••(cherry picked from commit a2502f79d1fefc3019c98961d47baca4a94aa49d)
| Martin Weinelt | 2023-11-28 | 2 | -1/+29 |
| | * | firefox-devedition-unwrapped: 120.0b9 -> 121.0b3•••https://www.mozilla.org/en-US/firefox/121.0beta/releasenotes/
(cherry picked from commit 876ab4292ff792e21e7634ae8ac9cd69d56bd5b4)
| Martin Weinelt | 2023-11-28 | 1 | -2/+3 |
| | * | firefox-beta-unwrapped: 120.0b9 -> 121.0b3•••https://www.mozilla.org/en-US/firefox/121.0beta/releasenotes/
(cherry picked from commit d66796d44e93efe51cfd4cb987927a238f435155)
| Martin Weinelt | 2023-11-28 | 1 | -2/+3 |
| | * | nss_latest: 3.94 -> 3.95•••https://github.com/nss-dev/nss/blob/NSS_3_95_RTM/doc/rst/releases/nss_3_95.rst
(cherry picked from commit 827579aa46eecd5eca03dfaf98d7f965634ef070)
| Martin Weinelt | 2023-11-28 | 1 | -2/+2 |
| |/ |
|
| * | Merge pull request #270528 from NixOS/backport-265730-to-release-23.11•••[Backport release-23.11] nixos/x2goserver: Support sudo-rs | Maciej Krüger | 2023-11-28 | 1 | -0/+3 |
| |\ |
|
| | * | nixos/x2goserver: Work with both Miller's sudo and sudo-rs•••(cherry picked from commit 6f28ce985605031e0d772fe7f4f4710bb92c07ad)
| nicoo | 2023-11-28 | 1 | -0/+3 |
| |/ |
|
| * | Merge pull request #270516 from NixOS/backport-269922-to-release-23.11•••[Backport release-23.11] Update moto and dependency py-partiql-parser to latest versions | Martin Weinelt | 2023-11-28 | 2 | -16/+21 |
| |\ |
|
| | * | python311Packages.moto: 4.2.6 -> 4.2.10•••Add AWS environment variables required for some tests to pass.
(cherry picked from commit 348fb6cba5744813850944e376e11d489a08ec41)
| Scott Dier | 2023-11-27 | 1 | -14/+19 |
| | * | python311Packages.py-partialql-parser: 0.4.0 -> 0.4.2•••(cherry picked from commit ae18f5de96e1424846f5c3fb3f50da69d2c64030)
| Scott Dier | 2023-11-27 | 1 | -2/+2 |
| |/ |
|
| * | Merge pull request #270445 from adamcstephens/backport-270275-to-release-23.11•••[Backport release-23.11] zfs: default disable zfs_dmu_offset_next_sync to avoid data corruption | Adam C. Stephens | 2023-11-27 | 3 | -1/+52 |
| |\ |
|
| | * | zfs: default disable zfs_dmu_offset_next_sync to avoid data corruption•••This helps mitigate a data corruption bug. This was previously defaulted
to zero prior to upstream commit
05b3eb6d232009db247882a39d518e7282630753, and it is already a tunable,
so doing this seems safe. Initially data corruption was thought to be
introduced with v2.2, but further upstream investigation currently
believes that changes in v2.2 only exacerbated the issue that already
existed.
A longer-term fix is likely to be
https://github.com/openzfs/zfs/pull/15571, though that is not yet
merged. The zfs_2_1 package has already backported that, so do not apply
the tunable default change there.
Positioning of `extraPatches` is to avoid merge conflicts with
https://github.com/NixOS/nixpkgs/pull/269097.
Patch is nearly identical to the [Gentoo][1] patch, but better patch
formatting.
See https://github.com/openzfs/zfs/issues/11900
See https://github.com/openzfs/zfs/issues/15526
[1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/zfs-kmod/files/zfs-kmod-2.2.1-Disable-zfs_dmu_offset_next_sync-tunable-by-default.patch
(cherry picked from commit 9670ddc54389828b70447860821ed6521124bdd1)
| Andrew Marshall | 2023-11-27 | 3 | -1/+52 |
| * | | Merge pull request #270471 from NixOS/backport-269919-to-release-23.11•••[Backport release-23.11] nix-ld: mark as broken on 32 bit targets | Silvan Mosberger | 2023-11-28 | 1 | -0/+4 |
| |\ \ |
|
| | * | | Mark `nix-ld` as broken on 32 bit targets•••See https://github.com/Mic92/nix-ld/issues/64
(cherry picked from commit 52a254611888327f4ce342e6cdd008d972f7cdb5)
| Manuel Frischknecht | 2023-11-27 | 1 | -0/+4 |
| * | | | Merge pull request #270413 from NixOS/backport-270233-to-release-23.11•••[Backport release-23.11] kapacitor: fix build of embedded `libflux` dependency with current rust | Silvan Mosberger | 2023-11-27 | 2 | -0/+29 |
| |\ \ \ |
|
| | * | | | kapacitor: fix aarch64-darwin build•••(cherry picked from commit 63b5de1e53849969ae404ce3502dd60ca7f53ef5)
| Silvan Mosberger | 2023-11-27 | 1 | -0/+6 |
| | * | | | kapacitor: fix build of embedded `libflux` dependency with current rust•••The embedded `libflux` dependency of `kapacitor` fails to build with
more current rust tooling due to an unneeded `.clone()` call that
is promoted into an error message by a strict linting build config.
This introduces a patch that removes the offending method call.
The issue is already resolved upstream, but even the current `kapacitor`
version still depends on this specific version of `libflux` [1], and the
respective git commit contains a lot of other (automated) changes [2],
so cherry-picking the patch via a GitHub URL seems even more brittle.
[1]: https://github.com/influxdata/kapacitor/blob/v1.7.1/go.mod#L26
[2]: https://github.com/influxdata/flux/commit/e7f7023848929e16ad5bd3b41d217847bd4fd72b#diff-96572e971d9e19b54290a434debbf7db054b21c9ce19035159542756ffb8ab87
(cherry picked from commit 8e6e709ca1fcdb1d3a75b117c90cce769cd6b65a)
| Manuel Frischknecht | 2023-11-27 | 2 | -0/+23 |
| * | | | | Merge pull request #270428 from NixOS/backport-270300-to-release-23.11•••[Backport release-23.11] pgrok: 1.4.0 -> 1.4.1 | Nick Cao | 2023-11-27 | 3 | -5/+5 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | pgrok: 1.4.0 -> 1.4.1•••(cherry picked from commit dbeda3f17fcc95e403a935af3c65f346b1907175)
origin/backport-270300-to-release-23.11 | R. Ryantm | 2023-11-27 | 3 | -5/+5 |
| * | | | | Merge pull request #270361 from NixOS/backport-270243-to-release-23.11•••[Backport release-23.11] python311Packages.img2pdf: 0.5.0 -> 0.5.1 | Robert Schütz | 2023-11-27 | 2 | -6/+9 |
| |\ \ \ \ |
|
| | * | | | | python311Packages.img2pdf: 0.5.0 -> 0.5.1•••Changelog: https://gitlab.mister-muffin.de/josch/img2pdf/src/tag/0.5.1/CHANGES.rst
(cherry picked from commit 3d2902dd2e41dfa518c3e05fdbbb34b8d8be5d9d)
| Robert Schütz | 2023-11-27 | 2 | -6/+9 |
| * | | | | | Merge pull request #270310 from NixOS/backport-269801-to-release-23.11•••[Backport release-23.11] deltachat-desktop: 1.41.4 -> 1.42.1 | Robert Schütz | 2023-11-27 | 3 | -11/+21 |
| |\ \ \ \ \ |
|
| | * | | | | | libdeltachat: add deltachat-desktop to passthru.tests•••(cherry picked from commit d07bce0acb0b90e9e0cfc8c9df6183adc294f66f)
| Robert Schütz | 2023-11-27 | 1 | -1/+2 |
| | * | | | | | deltachat-desktop: ensure libdeltachat version matches jsonrpc-client•••(cherry picked from commit 80888d4fd8c6ebe9b3a7ca7b1bd156e804ff173f)
| Robert Schütz | 2023-11-27 | 1 | -0/+9 |
| | * | | | | | deltachat-desktop: 1.41.4 -> 1.42.1•••Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.41.4...v1.42.1
Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.42.1/CHANGELOG.md
(cherry picked from commit 3d8eb1b5f7677720e097ec86de8cf92b15aed172)
| Robert Schütz | 2023-11-27 | 1 | -3/+3 |
| | * | | | | | libdeltachat: 1.131.6 -> 1.131.7•••Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.131.6...v1.131.7
Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.131.7/CHANGELOG.md
(cherry picked from commit 8395af32dc3c5fa28d43e741d14ba6a14fa1d240)
| Robert Schütz | 2023-11-27 | 2 | -7/+7 |
| * | | | | | | Merge pull request #270360 from NixOS/backport-270248-to-release-23.11•••[Backport release-23.11] diebahn: 1.5.0 -> 2.1.0 | Robert Schütz | 2023-11-27 | 2 | -1924/+8 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | diebahn: 1.5.0 -> 2.1.0•••Diff: https://gitlab.com/schmiddi-on-mobile/diebahn/-/compare/1.5.0...2.1.0
Changelog: https://gitlab.com/schmiddi-on-mobile/railway/-/blob/2.1.0/CHANGELOG.md
(cherry picked from commit f31fc1b4a549ece4b7300d3b2cf458dc49e7c35e)
| Robert Schütz | 2023-11-27 | 2 | -1924/+8 |
| | | |/ / / /
| |/| | | | |
|
| * | | | | | | Merge pull request #270359 from NixOS/backport-269437-to-release-23.11•••[Backport release-23.11] setzer: 61 -> 62 | Robert Schütz | 2023-11-27 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | setzer: 61 -> 62•••Diff: https://github.com/cvfosammmm/Setzer/compare/v61...v62
(cherry picked from commit 770c9bb52e41e2e508de9d0f38fc5a364d8616c9)
| Robert Schütz | 2023-11-27 | 1 | -2/+2 |
| | |/ / / / / |
|
| * | | | | | | Merge pull request #270037 from NixOS/backport-269600-to-release-23.11•••[Backport release-23.11] {mcrypt,libmcrypt}: fix build on darwin | Nikolay Korotkiy | 2023-11-27 | 2 | -0/+8 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | mcrypt: fix build on darwin•••(cherry picked from commit 986d96a355c41d39245368e43c5f1707047d4908)
| Simon Žlender | 2023-11-26 | 1 | -0/+4 |
| | * | | | | | | libmcrypt: fix build on darwin•••(cherry picked from commit a9cb4dc2ef1f95598ab77eb5bb84c8a4371c6b40)
| Simon Žlender | 2023-11-26 | 1 | -0/+4 |
| * | | | | | | | t1utils: improve meta.license•••Replace stringy license with attrset.
Ref https://github.com/NixOS/nixpkgs/issues/269788
(cherry picked from commit 3f4ce2b393eac072d33c51ca53e428f01c1d424b)
| Bjørn Forsman | 2023-11-27 | 1 | -3/+6 |
| * | | | | | | | ngrep: improve meta.license•••Replace stringy license with attrset. Also update the comments, as
upstream now document the license in README.md and LICENSE.
Ref https://github.com/NixOS/nixpkgs/issues/269788
(cherry picked from commit eb602b02dedd22b29c08808b405c7f158d0cb8dc)
| Bjørn Forsman | 2023-11-27 | 1 | -4/+6 |
| * | | | | | | | xearth: improve meta.license•••(cherry picked from commit 428dc289daec1f51162116c158157348289088c0)
| MarcFontaine | 2023-11-27 | 1 | -2/+6 |
| * | | | | | | | nixos/forgejo docs: correct phrasing•••(cherry picked from commit 0e893a9f22416cbcf2c23c492c87232a81327e4a)
| Trolli Schmittlauch | 2023-11-27 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #270451 from NixOS/backport-270440-to-release-23.11•••[Backport release-23.11] slack: 4.34.121 -> 4.35.126 | Silvan Mosberger | 2023-11-27 | 2 | -7/+7 |
| |\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| | * | | | | | | slack: 4.34.121 -> 4.35.126•••(cherry picked from commit 5075c3f6ec5c40d10ca3c4b5e2ca0353d1ee7fd4)
| Silvan Mosberger | 2023-11-27 | 2 | -7/+7 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #270295 from amarshall/backport-269097-to-release-23.11•••[Backport release-23.11] zfs: 2.2.0 -> 2.2.1 | Adam C. Stephens | 2023-11-27 | 2 | -9/+8 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | zfsUnstable: 2.2.1-unstable-2023-10-21 -> 2.2.1•••Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
(cherry picked from commit 55b737831baa6080203ec490a8bfe5f9df420ae0)
| Jörg Thalheim | 2023-11-26 | 1 | -5/+4 |
| | * | | | | | | zfs: 2.2.0 -> 2.2.1•••Now supports Kernel 6.6.
(cherry picked from commit 365cc96597f674e9c1c70eb08fc84f0d2f9b25b3)
| Andrew Marshall | 2023-11-26 | 1 | -4/+4 |
| * | | | | | | | Merge pull request #270436 from NixOS/backport-270235-to-release-23.11•••[Backport release-23.11] jo: add meta.mainProgram | Peder Bergebakken Sundt | 2023-11-27 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | jo: add meta.mainProgram•••(cherry picked from commit eb6d53c504407c878ae238b90a393eb23bc32b90)
origin/backport-270235-to-release-23.11 | Benoit de Chezelles | 2023-11-27 | 1 | -0/+1 |
| |/ / / / / / / |
|
| * | | | | | | | Merge pull request #270258 from NixOS/backport-270106-to-release-23.11•••[Backport release-23.11] qgis: 3.34.0 -> 3.34.1 | Nick Cao | 2023-11-27 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |
|