| Commit message (Expand) | Author | Age | Files | Lines |
| * | nixos/syncoid: add possibility to use string type for sshKey options•••The sshKey options do not need to be a valid path at build time. Using
string instead allow use case when the path is not known at build time
such as when using systemd credentials (e.g. `sshKey =
"\${CREDENTIALS_DIRECTORY}/zfs-replication_ed25519";`).
(cherry picked from commit e98fd99eb3a6c81a18ea9494f684764e75315e8f)
origin/backport-252747-to-release-23.11 | datafoo | 2023-11-27 | 1 | -6/+2 |
| * | Merge pull request #270285 from NixOS/backport-269637-to-release-23.11•••[Backport release-23.11] lib.meta: Avoid attrset allocation in platformMatch | adisbladis | 2023-11-27 | 2 | -10/+42 |
| |\ |
|
| | * | lib.meta: Avoid attrset allocation in platformMatch•••Benchmarks (`nix-instantiate ./. -A python3`)
- Before
``` json
{
"cpuTime": 0.30625399947166443,
"envs": {
"bytes": 4484216,
"elements": 221443,
"number": 169542
},
"gc": {
"heapSize": 402915328,
"totalBytes": 53091024
},
"list": {
"bytes": 749424,
"concats": 4242,
"elements": 93678
},
"nrAvoided": 253991,
"nrFunctionCalls": 149848,
"nrLookups": 49614,
"nrOpUpdateValuesCopied": 1588326,
"nrOpUpdates": 10106,
"nrPrimOpCalls": 130356,
"nrThunks": 359013,
"sets": {
"bytes": 30432320,
"elements": 1860540,
"number": 41480
},
"sizes": {
"Attr": 16,
"Bindings": 16,
"Env": 16,
"Value": 24
},
"symbols": {
"bytes": 236218,
"number": 24459
},
"values": {
"bytes": 10504632,
"number": 437693
}
}
```
- After
```
{
"cpuTime": 0.29695799946784973,
"envs": {
"bytes": 3296712,
"elements": 169055,
"number": 121517
},
"gc": {
"heapSize": 402915328,
"totalBytes": 49044992
},
"list": {
"bytes": 504928,
"concats": 4242,
"elements": 63116
},
"nrAvoided": 175403,
"nrFunctionCalls": 110554,
"nrLookups": 44907,
"nrOpUpdateValuesCopied": 1588326,
"nrOpUpdates": 10106,
"nrPrimOpCalls": 82330,
"nrThunks": 306625,
"sets": {
"bytes": 29943328,
"elements": 1843076,
"number": 28382
},
"sizes": {
"Attr": 16,
"Bindings": 16,
"Env": 16,
"Value": 24
},
"symbols": {
"bytes": 236218,
"number": 24459
},
"values": {
"bytes": 9037752,
"number": 376573
}
}
```
(cherry picked from commit 4b4d4138177fd467cd8e726470824afac6ad3df5)
| adisbladis | 2023-11-26 | 2 | -10/+42 |
| * | | Merge pull request #270278 from NixOS/backport-269455-to-release-23.11•••[Backport release-23.11] kamailio: 5.7.2 -> 5.7.3, refactor expression | markuskowa | 2023-11-27 | 1 | -44/+79 |
| |\ \ |
|
| | * | | kamailio: add TLS support•••(cherry picked from commit 3b8d3c6c6179453b53398d5ec4c1a3693fae38d0)
| Markus Kowalewski | 2023-11-26 | 1 | -0/+3 |
| | * | | kamailio: make "modules" customiziable by overrideAttrs•••(cherry picked from commit 231b889d799e2350a52edef0ef23a10e1fc8bf16)
| Markus Kowalewski | 2023-11-26 | 1 | -2/+0 |
| | * | | kamailio: make "modules" customiziable by overrideAttrs•••(cherry picked from commit 9f3a21f0e9f2b23efce8af4a44ae968446ebcb91)
| Markus Kowalewski | 2023-11-26 | 1 | -29/+31 |
| | * | | kamailio: 5.7.2 -> 5.7.3•••(cherry picked from commit c59b67fde03e497104030ff877650adc01866979)
| Markus Kowalewski | 2023-11-26 | 1 | -2/+2 |
| | * | | kamailio: refactor expression•••* remove pkgs from input
* do not override build and install phase (not needed)
* fix src ULR for autoupdates
* enable parallel builds
* move some packages to nativeBuildInputs
(cherry picked from commit c1bf4079c0fe8b53281ac7cfa128a122e28df2e6)
| Markus Kowalewski | 2023-11-26 | 1 | -43/+75 |
| | |/ |
|
| * | | Merge pull request #270342 from NixOS/backport-260902-to-release-23.11•••[Backport release-23.11] preload: init at 0.6.4 | Lin Jian | 2023-11-26 | 6 | -0/+129 |
| |\ \ |
|
| | * | | nixos/preload: init•••(cherry picked from commit a0f5d5e500b4c7ddf619333a0341a049e1e345ee)
| LDprg | 2023-11-27 | 3 | -0/+34 |
| | * | | preload: init at 0.6.4•••(cherry picked from commit a08e49d5d252284c1feb9dfe27865e33cbb946cf)
| LDprg | 2023-11-27 | 2 | -0/+88 |
| | * | | maintainers: add ldprg•••(cherry picked from commit 2c820c18931612b91e1a2d218bcdc5d0112ad917)
| LDprg | 2023-11-27 | 1 | -0/+7 |
| * | | | Merge pull request #270341 from NixOS/backport-264661-to-release-23.11•••[Backport release-23.11] nixos/dolibarr: add package option | Lin Jian | 2023-11-26 | 1 | -2/+4 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | nixos/dolibarr: add package option•••Allow users to easily use a different dolibarr version, e.g. version 18
(currently in unstable) instead of 16.
(cherry picked from commit 7a363cef5fde13b484019ef342dbdd91c30b3200)
| Jakob Schöttl | 2023-11-27 | 1 | -2/+4 |
| |/ / |
|
| * | | Merge pull request #270326 from NixOS/backport-269786-to-release-23.11•••[Backport release-23.11] tectonic: fixes #269167: tectonic build failure | Peder Bergebakken Sundt | 2023-11-27 | 1 | -0/+3 |
| |\ \ |
|
| | * | | tectonic: fixed compilation issue•••implements workaround for: https://github.com/NixOS/nixpkgs/issues/166205
inspired by similar fix: https://github.com/NixOS/nixpkgs/pull/269340/commits/b6d4be13d055408c55651f45f1142aba0c26dd87
(cherry picked from commit 2049b08b3b9f1e4252c59fba728437068f7fe776)
| Peter A. | 2023-11-27 | 1 | -0/+3 |
| * | | | Merge pull request #270333 from NixOS/backport-269296-to-release-23.11•••[Backport release-23.11] amdgpu_top: 0.1.11 -> 0.3.1 | Peder Bergebakken Sundt | 2023-11-27 | 2 | -359/+1508 |
| |\ \ \ |
|
| | * | | | amdgpu_top: 0.1.11 -> 0.3.1•••(cherry picked from commit 99fdbbf06d43acd2f9e637353689f9343afd1f72)
| RadovanSk | 2023-11-27 | 2 | -359/+1508 |
| | |/ / |
|
| * | | | Merge pull request #270015 from NixOS/backport-269433-to-release-23.11•••[Backport release-23.11] photofield: 0.11.0 -> 0.13.0 | Peder Bergebakken Sundt | 2023-11-27 | 1 | -6/+14 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | photofield: add meta.mainProgram•••(cherry picked from commit 7e9c976322b8e8045c739b8d1c34b978cee843bb)
| Anthony Roussel | 2023-11-26 | 1 | -0/+1 |
| | * | | photofield: add passthru.tests.version•••(cherry picked from commit 469d56aedd90ae57d46b289e7250be122b51f46c)
| Anthony Roussel | 2023-11-26 | 1 | -0/+7 |
| | * | | photofield: 0.11.0 -> 0.13.0•••https://github.com/SmilyOrg/photofield/compare/v0.11.0...v0.13.0
(cherry picked from commit f8adf710cb2e298b37649132791c93bebc69954b)
| Anthony Roussel | 2023-11-26 | 1 | -6/+6 |
| * | | | Merge pull request #270302 from NixOS/backport-268670-to-release-23.11•••[Backport release-23.11] osl: fix build, 1.12.13.0 -> 1.12.14.0 | Peder Bergebakken Sundt | 2023-11-27 | 2 | -2/+8 |
| |\ \ \ |
|
| | * | | | osl: fix build on darwin•••(cherry picked from commit 12b56aea48c519b4147a991ad4fedbf263d5a6b8)
| Weijia Wang | 2023-11-27 | 1 | -1/+4 |
| | * | | | osl: fix build, 1.12.13.0 -> 1.12.14.0•••(cherry picked from commit 96e3dd4aa1de9011e9fff57eddb38517a85e71e8)
| ShaddyDC | 2023-11-27 | 2 | -2/+5 |
| * | | | | python311Packages.pyvoro: mark as broken and unmaintained, preparing for remo...•••(cherry picked from commit 7aa812b06df7453c6dbf93bd57a1e69bcb841926)
Co-authored-by: Antoine Pietri <antoine.pietri1@gmail.com> | github-actions[bot] | 2023-11-27 | 1 | -0/+10 |
| * | | | | Merge pull request #270029 from NixOS/backport-266178-to-release-23.11•••[Backport release-23.11] python3Packages.pykdl: fix build with Python 3.11 | OTABI Tomoya | 2023-11-27 | 1 | -2/+12 |
| |\ \ \ \ |
|
| | * | | | | python3Packages.pykdl: use system pybind11•••pykdl 1.5.1 only supports using a vendored copy of pybind11, but this
version doesn't support Python 3.11. Therefore, backport an upstream
patch that allows using a system pybind11 installation.
(cherry picked from commit 20135addf0c43bbf2efd74104439df1b02479dd9)
| Ben Wolsieffer | 2023-11-26 | 1 | -2/+12 |
| * | | | | | Merge pull request #270303 from NixOS/backport-263675-to-release-23.11•••[Backport release-23.11] armagetronad: 0.2.9.1.0 -> 0.2.9.1.1 + refactor | Peder Bergebakken Sundt | 2023-11-27 | 1 | -34/+171 |
| |\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| | * | | | | armagetronad: reproducible build by setting version•••(cherry picked from commit 6f41e0b9aff319adc25ada9d41a5d8effae5ed79)
| Morgan Jones | 2023-11-27 | 1 | -1/+27 |
| | * | | | | armagetronad: 0.2.9.1.0 -> 0.2.9.1.1 + passthrus for other versions•••Support the following passthrus for more obscure game server setups:
- `armagetronad."0.2.9-sty+ct+ap"[.dedicated]`
- `armagetronad."0.4"[.dedicated]`
(cherry picked from commit f5803331cff1674cb36f58a98fcfe750b8433b35)
| Morgan Jones | 2023-11-27 | 1 | -34/+145 |
| |/ / / / |
|
| * | | | | inkscape: 1.3 → 1.3.1•••https://inkscape.org/news/2023/11/18/big-small-release-inkscape-131-is-out/
https://media.inkscape.org/media/doc/release_notes/1.3.1/Inkscape_1.3.1.html
https://gitlab.com/inkscape/inkscape/-/compare/INKSCAPE_1_3...INKSCAPE_1_3_1
https://gitlab.com/inkscape/extensions/-/compare/b4b9cbbb9fbd66a3789bd0cf2b67dce154f8203f...e014a9958a5bccdb377275bee0271c4c4b05e60c
https://gitlab.com/inkscape/lib2geom/-/compare/18fc32f9972dfaee597055b3226c5b7ef3bfbb4c...cf523857e48c87f9f6a09217bdf935fff457823d
No build changes; lib2geom submodule, picking the patches in parent commit.
(cherry picked from commit 1975237b43acf3a6e0de6b4e4c2bba44878179a5)
| Jan Tojnar | 2023-11-27 | 1 | -2/+2 |
| * | | | | lib2geom: pick patch from Inkscape 1.3.1•••Inkscape 1.3.1 updates the lib2geom submodule as follows:
https://gitlab.com/inkscape/lib2geom/-/compare/18fc32f9972dfaee597055b3226c5b7ef3bfbb4c...cf523857e48c87f9f6a09217bdf935fff457823d
We already have the clang patch and do not care about mingw,
let’s backport the ellipsis patch since it affects rendering:
https://gitlab.com/inkscape/inkscape/-/issues/4445
(cherry picked from commit 97a745805508b7477040d0514c479644b0c1c2a1)
| Jan Tojnar | 2023-11-27 | 1 | -0/+11 |
| * | | | | Merge pull request #270171 from NixOS/backport-270094-to-release-23.11•••[Backport release-23.11] centrifugo: 5.1.1 -> 5.1.2 | Nick Cao | 2023-11-26 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | centrifugo: 5.1.1 -> 5.1.2•••(cherry picked from commit 3eaa5ffac30f34fa7774bf689f7658de2d6bb188)
| Ivan Trubach | 2023-11-26 | 1 | -3/+3 |
| * | | | | | Merge pull request #269245 from NixOS/backport-268951-to-release-23.11•••[Backport release-23.11] deltachat-desktop: 1.41.1 -> 1.41.4 | Robert Schütz | 2023-11-26 | 3 | -89/+74 |
| |\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| | * | | | | deltachat-desktop: 1.41.1 -> 1.41.4•••Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.41.1...v1.41.4
Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.41.4/CHANGELOG.md
(cherry picked from commit 8b636829b2b12104a42ed48fd7cf7267cf526764)
| Robert Schütz | 2023-11-22 | 1 | -3/+3 |
| | * | | | | libdeltachat: 1.131.1 -> 1.131.6•••Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.131.1...v1.131.6
Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.131.6/CHANGELOG.md
(cherry picked from commit 855bc363f5d7a9622db7d94b46be912b6712563d)
| Robert Schütz | 2023-11-22 | 2 | -86/+71 |
| * | | | | | Merge pull request #270267 from NixOS/backport-270193-to-release-23.11•••[Backport release-23.11] python3Packages.yamlpath: mark as broken | Pierre Bourdon | 2023-11-26 | 1 | -0/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | python3Packages.yamlpath: explain why the package is broken•••Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
(cherry picked from commit 02e9c1685daeaf9fd4c132b1cd78ccf4bd4cf580)
| mfrischknecht | 2023-11-26 | 1 | -0/+3 |
| | * | | | | | python3Packages.yamlpath: mark as broken•••`yamlpath` depends on `ruamel.yaml` <= 0.17.21 [1], but the packaged
version in Nixpkgs is on version 0.17.32 by now. This breaks a lot
of the libraries own unit tests.
As I don't see anything in Nixpkgs depending on `yamlpath`, this simply
marks the package as broken.
[1]: https://github.com/wwkimball/yamlpath/blob/9bbddea5205147d49e612abb26cf1671a3861256/setup.py#L48
(cherry picked from commit 53b47693e1355525fbb9d0026bedf5b3bc060fce)
| Manuel Frischknecht | 2023-11-26 | 1 | -0/+1 |
| |/ / / / / |
|
| * | | | | | Merge pull request #270044 from NixOS/backport-269810-to-release-23.11•••[Backport release-23.11] python311Packages.uri-template: 1.2.0 -> 1.3.0 | Mario Rodas | 2023-11-26 | 2 | -33/+68 |
| |\ \ \ \ \ |
|
| | * | | | | | python311Packages.phik: refactor, disable failing tests•••(cherry picked from commit fc1c549b56d95855891e2ac3a64bf9468cd2f7e8)
| Fabian Affolter | 2023-11-26 | 1 | -24/+44 |
| | * | | | | | python311Packages.uri-template: 1.2.0 -> 1.3.0•••Diff: https://github.com/plinss/uri_template/compare/refs/tags/v1.2.0...v1.3.0
(cherry picked from commit 6011769ece3bd2b43bf9763a3bd2a54e2d930383)
| Fabian Affolter | 2023-11-26 | 1 | -9/+24 |
| | | |_|/ /
| |/| | | |
|
| * | | | | | Merge pull request #270255 from NixOS/backport-265728-to-release-23.11 | Maciej Krüger | 2023-11-26 | 1 | -11/+8 |
| |\ \ \ \ \ |
|
| | * | | | | | nixos/ssm-agent: Handle sudo-rs too•••(cherry picked from commit 690f027251164629d30531e6fd660a9ef15f9ea1)
| nicoo | 2023-11-26 | 1 | -11/+8 |
| * | | | | | | Merge pull request #270253 from NixOS/backport-265722-to-release-23.11 | Maciej Krüger | 2023-11-26 | 1 | -17/+18 |
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | * | | | | | nixos/btrbk: Support both Miller's sudo and sudo-rs•••(cherry picked from commit 19af28537bb59c849a666fce27e15d1f33fb03ee)
| nicoo | 2023-11-26 | 1 | -17/+18 |
| |/ / / / / |
|
| * | | | | | Merge pull request #270220 from NixOS/backport-269970-to-release-23.11•••[Backport release-23.11] nixos/containers: warn if containers are used but disabled | Robert Hensing | 2023-11-26 | 1 | -116/+122 |
| |\ \ \ \ \ |
|