summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* geant4: unbreak for darwinorigin/pr/geant_11_1_3Dmitry Kalinkin2023-11-261-4/+7
* geant4: 11.0.4 -> 11.1.3Dmitry Kalinkin2023-11-262-6/+12
* Merge pull request #258567 from Stunkymonkey/newsflash-3.0.0•••newsflash: 2.3.1 -> 3.0.2Kira Bruneau2023-11-253-862/+1002
|\
| * newsflash: 2.3.1 -> 3.0.2Felix Buehler2023-11-253-862/+1002
* | Merge pull request #269600 from szlend/fix-libmcrypt-darwin•••{mcrypt,libmcrypt}: fix build on darwinNikolay Korotkiy2023-11-262-0/+8
|\ \
| * | mcrypt: fix build on darwinSimon Žlender2023-11-251-0/+4
| * | libmcrypt: fix build on darwinSimon Žlender2023-11-251-0/+4
* | | Merge pull request #269977 from marsam/update-gopass•••gopass: 1.15.9 -> 1.15.10Nikolay Korotkiy2023-11-265-15/+15
|\ \ \
| * | | gopass-summon-provider: 1.15.9 -> 1.15.10•••Diff: https://github.com/gopasspw/gopass-summon-provider/compare/v1.15.9...v1.15.10 Changelog: https://github.com/gopasspw/gopass-summon-provider/blob/v1.15.10/CHANGELOG.md Mario Rodas2023-11-251-3/+3
| * | | git-credential-gopass: 1.15.9 -> 1.15.10•••Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.9...v1.15.10 Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.10/CHANGELOG.md Mario Rodas2023-11-251-3/+3
| * | | gopass-jsonapi: 1.15.9 -> 1.15.10•••Diff: https://github.com/gopasspw/gopass-jsonapi/compare/v1.15.9...v1.15.10 Changelog: https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.10/CHANGELOG.md Mario Rodas2023-11-251-3/+3
| * | | gopass-hibp: 1.15.9 -> 1.15.10•••Diff: https://github.com/gopasspw/gopass-hibp/compare/v1.15.9...v1.15.10 Changelog: https://github.com/gopasspw/gopass-hibp/blob/v1.15.10/CHANGELOG.md Mario Rodas2023-11-251-3/+3
| * | | gopass: 1.15.9 -> 1.15.10•••Diff: https://github.com/gopasspw/gopass/compare/v1.15.9...v1.15.10 Changelog: https://github.com/gopasspw/gopass/blob/v1.15.10/CHANGELOG.md Mario Rodas2023-11-251-3/+3
* | | | Merge pull request #269892 from sveitser/zhf-rustic-darwin-fix-build•••rustic-rs: fix build on darwinNikolay Korotkiy2023-11-262-3/+13
|\ \ \ \
| * | | | rustic-rs: fix build on darwin•••- Add `apple_sdk.SystemConfiguration` dependency Mathis Antony2023-11-252-3/+13
* | | | | Merge pull request #270031 from eclairevoyant/swayfx•••swayfx-unwrapped: fix meta.mainProgramKira Bruneau2023-11-251-2/+2
|\ \ \ \ \
| * | | | | swayfx-unwrapped: add eclairevoyant to maintainerséclairevoyant2023-11-251-1/+1
| * | | | | swayfx-unwrapped: fix meta.mainPrograméclairevoyant2023-11-251-1/+1
* | | | | | Merge pull request #269899 from sveitser/zhf-pyheck-darwin-fix-build•••pythonPackages.pyheck: fix build on darwinMario Rodas2023-11-251-0/+4
|\ \ \ \ \ \
| * | | | | | pythonPackages.pyheck: fix build on darwin•••- Add libiconv dependency Mathis Antony2023-11-251-0/+4
* | | | | | | Merge pull request #269751 from fabaff/pgvector-bump•••python311Packages.pgvector: 0.2.3 -> 0.2.4OTABI Tomoya2023-11-263-2/+64
|\ \ \ \ \ \ \
| * | | | | | | python311Packages.pgvector: 0.2.3 -> 0.2.4•••Diff: https://github.com/pgvector/pgvector-python/compare/refs/tags/v0.2.3...v0.2.4 Changelog: https://github.com/pgvector/pgvector-python/blob/refs/tags/v0.2.4/CHANGELOG.md Fabian Affolter2023-11-251-2/+4
| * | | | | | | python311Packages.sqlmodel: init at 0.0.12•••Module to work with SQL databases https://github.com/tiangolo/sqlmodel Fabian Affolter2023-11-252-0/+60
* | | | | | | | Merge pull request #269930 from r-ryantm/auto-update/fblog•••fblog: 4.5.0 -> 4.6.0Mario Rodas2023-11-251-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | fblog: 4.5.0 -> 4.6.0R. Ryantm2023-11-251-3/+3
* | | | | | | | | Merge pull request #269912 from r-ryantm/auto-update/python311Packages.pyread...•••python311Packages.pyreadstat: 1.2.4 -> 1.2.5Mario Rodas2023-11-251-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | python311Packages.pyreadstat: 1.2.4 -> 1.2.5R. Ryantm2023-11-251-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #266178 from lopsided98/pykdl-fix•••python3Packages.pykdl: fix build with Python 3.11OTABI Tomoya2023-11-261-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. Ben Wolsieffer2023-11-071-2/+12
* | | | | | | | | Merge pull request #269951 from jacekpoz/asusctl•••asusctl: 4.7.1 -> 4.7.2Mario Rodas2023-11-252-85/+83
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | asusctl: 4.7.1 -> 4.7.2jacekpoz2023-11-252-85/+83
* | | | | | | | | | Merge pull request #269960 from TomaSajt/fix-r-redux•••rPackages.redux: fix buildJustin Bedő2023-11-261-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rPackages.redux: fix buildTomaSajt2023-11-251-0/+2
* | | | | | | | | | | Merge pull request #269966 from patka-123/drop-quvi•••quvi: dropMaciej Krüger2023-11-265-80/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | quvi: dropPatka2023-11-255-80/+1
* | | | | | | | | | | | Merge pull request #269875 from trofi/duperemove-update•••duperemove: 0.14 -> 0.14.1Nick Cao2023-11-251-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | duperemove: 0.14 -> 0.14.1•••Changes: https://github.com/markfasheh/duperemove/releases/tag/v0.14.1 Sergei Trofimovich2023-11-251-3/+2
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #269877 from RaitoBezarius/ovmf-darwinRyan Lahfa2023-11-262-9/+26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | OVMF: mark broken on Darwin•••https://hydra.nixos.org/build/241925714/nixlog/2 Raito Bezarius2023-11-251-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. Raito Bezarius2023-11-251-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. Raito Bezarius2023-11-251-1/+3
| * | | | | | | | | | | | edk2: support RISC-V•••EDK2 has a good support of RISC-V nowadays. Raito Bezarius2023-11-251-1/+3
| * | | | | | | | | | | | edk2: 202308 -> 202311•••https://github.com/tianocore/edk2/releases/tag/edk2-stable202311 Raito Bezarius2023-11-251-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. Raito Bezarius2023-11-251-2/+3
* | | | | | | | | | | | | Merge pull request #270024 from Artturin/fixrebuilds1•••Revert "Systemd package rewrite"Martin Weinelt2023-11-2621-176/+137
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revert "Systemd package rewrite"•••Reverts NixOS/nixpkgs#269620 - eab0837b6803f776a5eb055ffcc9c8041807036a caused a mass-rebuild on master - self-merge on a critical package without review and not waiting for the active owner team Below are the reverts of the commits from that PR Revert "systemd: migrate to by-name" This reverts commit 33d2a40d6751477472a2eeb0531ef7ddbf1cc695. Revert "systemd: add meta.longDescription" This reverts commit 7c588d141dafe72381bb1bef5c67353349bb1fde. Revert "systemd: cosmetic rewording of code" This reverts commit d91b8d9fcbaa4514f1a3bdcf1df1b19b38c5df06. Revert "systemd: cosmetic rewording of comments" This reverts commit bc563998c0fc0455781f9a90b5a0541de4c15014. Revert "systemd: remove some redundancy on mesonFlags" This reverts commit eab0837b6803f776a5eb055ffcc9c8041807036a. Revert "systemd: use lib.meson* functions" This reverts commit 1129756b1a44deeeb08d09e4745f2aa8ed428282. Artturin2023-11-2621-176/+137
* | | | | | | | | | | | | | magic-vlsi: 8.3.447 -> 8.3.449R. Ryantm2023-11-251-2/+2
* | | | | | | | | | | | | | Merge pull request #269673 from arthsmn/master•••irpf: 1.3 -> 1.5Peder Bergebakken Sundt2023-11-261-6/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | irpf: 1.3 -> 1.5•••Make cp not preserve the permissions, avoiding having a lot of executable files. arthsmn2023-11-251-6/+5
* | | | | | | | | | | | | | Merge pull request #268853 from nevivurn/feat/gvisor-unbreak•••gvisor: 20221102.1 -> 20231113.0Robert Scott2023-11-262-26/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \