| Commit message (Expand) | Author | Age | Files | Lines |
| * | nixos/mediawiki: update url option defaultText•••(cherry picked from commit 401e56568738cc33456603ab9797e2cabdb314cb)
origin/backport-269423-to-release-23.11 | Sandro | 2023-11-26 | 1 | -5/+2 |
| * | Merge pull request #270009 from NixOS/backport-269821-to-release-23.11•••[Backport release-23.11] python311Packages.radios: 0.1.1 -> 0.3.0 | Robert Schütz | 2023-11-26 | 1 | -6/+12 |
| |\ |
|
| | * | python311Packages.radios: fix darwin sandbox build•••(cherry picked from commit 6b6e39e08d450645af644320b11fa15fcea3343e)
| natsukium | 2023-11-25 | 1 | -0/+2 |
| | * | python311Packages.radios: 0.1.1 -> 0.3.0•••Diff: https://github.com/frenck/python-radios/compare/v0.1.1...v0.3.0
(cherry picked from commit 5b30a71a13a63797be264a60db747da3b262a8a0)
| natsukium | 2023-11-25 | 1 | -6/+10 |
| * | | Merge pull request #269973 from NixOS/backport-265957-to-release-23.11•••[Backport release-23.11] impression: 2.1 -> 3.0.1 | Robert Schütz | 2023-11-26 | 1 | -3/+5 |
| |\ \ |
|
| | * | | impression: 2.1 -> 3.0.1•••Diff: https://gitlab.com/adhami3310/Impression/-/compare/v2.1...v3.0.1
(cherry picked from commit ae329c80c04432b6b7baa7ba58e703968445f2a4)
| Robert Schütz | 2023-11-25 | 1 | -3/+5 |
| * | | | Merge pull request #269972 from NixOS/backport-259822-to-release-23.11•••[Backport release-23.11] warp: 0.5.4 -> 0.6.0 | Robert Schütz | 2023-11-26 | 1 | -3/+3 |
| |\ \ \ |
|
| | * | | | warp: 0.5.4 -> 0.6.1•••Diff: https://gitlab.gnome.org/World/warp/-/compare/v0.5.4...v0.6.1
(cherry picked from commit b3ffb9c872935c5879e701b98e1861eda2730181)
| Robert Schütz | 2023-11-25 | 1 | -3/+3 |
| | |/ / |
|
| * | | | Merge pull request #270180 from NixOS/backport-269573-to-release-23.11•••[Backport release-23.11] xdg-desktop-portal: fix disabling Geo location | Bobby Rong | 2023-11-27 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | xdg-desktop-portal: fix disabling Geo location•••The "geoclue" Meson option is defined to have type "feature", which
means that the set of possible options is "enabled", "disabled" or
"auto". We pass "false" though when the user has disabled Geo location
support, which is wrong and causes the build to fail:
> meson.build:1:0: ERROR: Value "false" (of type "string") for combo option "Enable Geoclue support. Needed for location portal" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto".
This broke in c585543ccd50 (xdg-desktop-portal: 1.16.0 → 1.17.0,
2023-08-08) where we started using the new Meson-based build system
instead of the autotools-based one. Fix it by using "disabled" instead.
(cherry picked from commit f8dd4b46ccc97a15a623c7a3833239d12b1e6e98)
| Patrick Steinhardt | 2023-11-26 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Merge pull request #270054 from NixOS/backport-258205-to-release-23.11•••[Backport release-23.11] kicad: 7.0.7 -> 7.0.9 | Peder Bergebakken Sundt | 2023-11-26 | 1 | -12/+12 |
| |\ \ \ |
|
| | * | | | kicad: 7.0.8 -> 7.0.9•••(cherry picked from commit 3580ff791fea0da169e2f23a53e57293fddc28d2)
| Evils | 2023-11-26 | 1 | -11/+11 |
| | * | | | kicad: 7.0.7 -> 7.0.8•••(cherry picked from commit 6d6e7afdc8c80e44b5dbfd50757439d9e3d91da2)
| Evils | 2023-11-26 | 1 | -12/+12 |
| * | | | | Merge pull request #270063 from NixOS/backport-269893-to-release-23.11•••[Backport release-23.11] gnomeExtensions.pop-shell: unstable-2023-04-27 -> unstable-2023-11-10 | Nick Cao | 2023-11-26 | 2 | -17/+14 |
| |\ \ \ \ |
|
| | * | | | | gnomeExtensions.pop-shell: unstable-2023-04-27 -> unstable-2023-11-10•••(cherry picked from commit da87e679f59942b6b2b49ef3de7cb30f59af66bb)
| Dawid Dziurla | 2023-11-26 | 2 | -17/+14 |
| | |/ / / |
|
| * | | | | Merge pull request #270138 from NixOS/backport-270101-to-release-23.11•••[Backport release-23.11] osquery: Apply unreleased upstream patch to build using Clang 16 | Nick Cao | 2023-11-26 | 2 | -14/+27 |
| |\ \ \ \ |
|
| | * | | | | osquery: also apply `Use-locale.h-instead-of-removed-xlocale.h-header.patch` ...•••The patch file fixes a build issue due to a missing `xlocale.h` header,
but *only* for x86. aarch64 actually has the same issue, so expanding
it hopefully also fixes that build, too.
(cherry picked from commit 8110ae5f411700bc186e768f01ec5103deebe181)
| Manuel Frischknecht | 2023-11-26 | 1 | -14/+17 |
| | * | | | | osquery: add unreleased upstream patch for current Clang version•••osquery uses vendored boost libraries that still rely on old
standard types like `std::unary_function` (deprecated since
C++11, removed in C++17) which breaks the build with Clang 16.
Upstream already contains a fix [1] that hasn't been released yet.
[1]: https://github.com/osquery/osquery/commit/222991a15b4ae0a0fb919e4965603616536e1b0a
(cherry picked from commit c9e65df9df9de665981916fdbf101937dd0af1db)
| Manuel Frischknecht | 2023-11-26 | 1 | -0/+10 |
| * | | | | | Merge pull request #269990 from NixOS/backport-269839-to-release-23.11•••[Backport release-23.11] augeas: 1.12.0 -> 1.14.1; fix darwin build | Robert Scott | 2023-11-26 | 3 | -21/+84 |
| |\ \ \ \ \ |
|
| | * | | | | | python311Packages.augeas: 1.1.0 -> 1.2.0•••https://github.com/hercules-team/python-augeas/releases/tag/v1.2.0
(cherry picked from commit 998308f5fddb9c6b9a8098aa6a5eba3ca1b3d8e7)
| annalee | 2023-11-25 | 1 | -14/+20 |
| | * | | | | | augeas: 1.12.0 -> 1.14.1; fix darwin build•••use github source, enable tests, split output
(cherry picked from commit 4faea1c2836a70171d9156cc9dd29b45636d3457)
| annalee | 2023-11-25 | 2 | -7/+64 |
| * | | | | | | Merge pull request #270022 from NixOS/backport-268853-to-release-23.11•••[Backport release-23.11] gvisor: 20221102.1 -> 20231113.0 | Robert Scott | 2023-11-26 | 2 | -26/+23 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | nixosTests.gvisor: remove flaky test•••(cherry picked from commit ee59d35be8d16ae3f48d598639d9befabfc5ac74)
| Yongun Seong | 2023-11-26 | 1 | -21/+15 |
| | * | | | | | | gvisor: 20221102.1 -> 20231113.0•••Also, unbreak on go >= 1.21
(cherry picked from commit d9b470bd0bfaf2ef927cf03a0edfebd231e8b1b3)
| Yongun Seong | 2023-11-26 | 1 | -5/+8 |
| | | |_|_|_|/
| |/| | | | |
|
| * | | | | | | Merge pull request #270151 from NixOS/backport-270125-to-release-23.11•••[Backport release-23.11] iaito: fix desktop entry icon | Azat Bahawi | 2023-11-26 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | iaito: fix desktop entry icon•••(cherry picked from commit fc388a6dfec012b23797210dc9234dcb27ee8f98)
| Azat Bahawi | 2023-11-26 | 1 | -1/+1 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #269397 from NixOS/backport-268561-to-release-23.11•••[Backport release-23.11] python3Packages.lpc-checksum: init at 3.0.0 | Pierre Bourdon | 2023-11-26 | 2 | -0/+40 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | python3Packages.lpc-checksum: init at 3.0.0•••Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 7b1d46017ddd3698cbddb8cfff769e53a54b2792)
| Otavio Salvador | 2023-11-23 | 2 | -0/+40 |
| * | | | | | | | Merge pull request #269525 from NixOS/backport-269191-to-release-23.11•••[Backport release-23.11] protege-distribution: 5.5.0 -> 5.6.3 | Pierre Bourdon | 2023-11-26 | 1 | -18/+24 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | protege-distribution: 5.5.0 -> 5.6.3•••(cherry picked from commit b751c28f670ad3ff64beae6a26f06d1485224798)
| Tomas Antonio Lopez | 2023-11-24 | 1 | -18/+24 |
| * | | | | | | | | Merge pull request #270140 from NixOS/backport-269889-to-release-23.11•••[Backport release-23.11] {tor,mullvad}-browser: add missing libGL required for wayland | Pierre Bourdon | 2023-11-26 | 2 | -2/+4 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | mullvad-browser: add missing libGL required for wayland•••(cherry picked from commit d9b5076e336ed9e77eeae963d7066c8dc2d4a4ed)
| Felix Schröter | 2023-11-26 | 1 | -1/+2 |
| | * | | | | | | | | tor-browser: add missing libGL required for wayland•••(cherry picked from commit 2c477ed32d3451ce750c4e58567f2a5b42ff3684)
| Felix Schröter | 2023-11-26 | 1 | -1/+2 |
| * | | | | | | | | | Merge pull request #270026 from NixOS/backport-269877-to-release-23.11•••[Backport release-23.11] edk2/OVMF: various fixes (cross), features (RISC-V), security updates (2023-11) | Adam C. Stephens | 2023-11-26 | 2 | -9/+26 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | OVMF: mark broken on Darwin•••https://hydra.nixos.org/build/241925714/nixlog/2
(cherry picked from commit b0eed3a0ac4c3313fef96c45239521bb73931005)
| Raito Bezarius | 2023-11-26 | 1 | -0/+1 |
| | * | | | | | | | | | OVMF: support RISC-V•••Built according to https://github.com/tianocore/edk2/tree/master/OvmfPkg/RiscVVirt
and https://salsa.debian.org/qemu-team/edk2/-/commit/884f2fa7ed958d1469567a8a2648662541f138dc.
(cherry picked from commit db9b8f36df1ae8fe6bc0337d8f25ea7b7031301e)
| Raito Bezarius | 2023-11-26 | 1 | -3/+14 |
| | * | | | | | | | | | OVMF: disable `sourceDebug` by default•••`sourceDebug` enables a source-level debugger agent inside the UEFI code
that can be leveraged via a certain bus (USB or serial for example) to debug the platform.
See: https://github.com/tianocore/tianocore.github.io/wiki/SourceLevelDebugPkg for more information.
`sourceDebug` is almost something you never want when you debug UEFI in a virtual machine.
Debugging with GDB can be achieved via: https://github.com/tianocore/tianocore.github.io/wiki/How-to-debug-OVMF-with-QEMU-using-GDB.
(cherry picked from commit 770194fac17ea9bb018e612f426239f4f13c1785)
| Raito Bezarius | 2023-11-26 | 1 | -1/+3 |
| | * | | | | | | | | | edk2: support RISC-V•••EDK2 has a good support of RISC-V nowadays.
(cherry picked from commit 6a2ed3adf2d4e503676ca6dc16467ec88608eb7d)
| Raito Bezarius | 2023-11-26 | 1 | -1/+3 |
| | * | | | | | | | | | edk2: 202308 -> 202311•••https://github.com/tianocore/edk2/releases/tag/edk2-stable202311
(cherry picked from commit e99c920fb1055850540ff8d31b7d347b7088fccc)
| Raito Bezarius | 2023-11-26 | 1 | -2/+2 |
| | * | | | | | | | | | edk2: fix cross compilation•••`libuuid` is actually a dependency of the host platform and
should not be tucked in `depBuildBuild`.
Also, we don't need `buildPackages.util-linux` for the compilation.
(cherry picked from commit ff3adab3708ec2f8ce2e4b7316e3c8f4456da638)
| Raito Bezarius | 2023-11-26 | 1 | -2/+3 |
| | | |_|_|/ / / / /
| |/| | | | | | | |
|
| * | | | | | | | | | Merge pull request #269334 from NixOS/backport-268556-to-release-23.11•••[Backport release-23.11] mcuboot-imgtool: fix pname | Pierre Bourdon | 2023-11-26 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| | * | | | | | | | | mcuboot-imgtool: fix pname•••When I introduced the package I ended mixing projects, so now I am
fixing the pname as intended.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 1375f28c0e96163f72017542cfa7f6ae9e7c3bcf)
| Otavio Salvador | 2023-11-22 | 1 | -1/+1 |
| * | | | | | | | | | Merge pull request #269764 from NixOS/backport-269163-to-release-23.11•••[Backport release-23.11] tor-browser: 13.0.1 -> 13.0.5, mullvad-browser: 13.0.1 -> 13.0.4 | Pierre Bourdon | 2023-11-26 | 2 | -5/+5 |
| |\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| | * | | | | | | | | mullvad-browser: 13.0.1 -> 13.0.4•••https://github.com/mullvad/mullvad-browser/releases/tag/13.0.4
(cherry picked from commit 06580dcbaae344f4ac8bea9f483accaa24184be5)
| Felix Schröter | 2023-11-25 | 1 | -2/+2 |
| | * | | | | | | | | tor-browser: 13.0.1 -> 13.0.5•••https://blog.torproject.org/new-release-tor-browser-1304/
https://blog.torproject.org/new-release-tor-browser-1305/
(cherry picked from commit ef557f03443850cbbb44a2ef327afd78bfef7cf4)
| Felix Schröter | 2023-11-25 | 1 | -3/+3 |
| * | | | | | | | | | Merge pull request #269849 from NixOS/backport-250545-to-release-23.11•••[Backport release-23.11] halide: 15.0.1 -> 16.0.0 | Silvan Mosberger | 2023-11-26 | 2 | -3/+37 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | halide: use preCheck instead of overwriting checkPhase•••(cherry picked from commit da893e4d17861e4a716d1d842ea141656e09a663)
| Tom Westerhout | 2023-11-25 | 1 | -5/+2 |
| | * | | | | | | | | | halide: disable fuzzing tests•••(cherry picked from commit f6370efdfbb57b08b5ee1b18a535dea1b2938c52)
| Tom Westerhout | 2023-11-25 | 1 | -0/+4 |
| | * | | | | | | | | | halide: ::aligned_alloc is not available on x86_64-darwin•••(cherry picked from commit c841f93dd98880f5a62c4995a3c9082f4478d2d6)
| Tom Westerhout | 2023-11-25 | 1 | -3/+6 |
| | * | | | | | | | | | halide: patch to remove dependency on Apple SDK•••(cherry picked from commit b55f063caf98b12852f33d159d8fbb6b3dfc6646)
| Tom Westerhout | 2023-11-25 | 1 | -0/+21 |