| Commit message (Expand) | Author | Age | Files | Lines |
| * | wip! enable ASAN on LLVM buildorigin/llvm16 | Raito Bezarius | 2023-03-12 | 1 | -6/+3 |
| * | llvmPackages_16: init | Raito Bezarius | 2023-03-11 | 38 | -0/+2615 |
| * | qmmp: add missing plugins | zendo | 2023-03-11 | 1 | -5/+4 |
| * | Merge pull request #220657 from r-ryantm/auto-update/httplib•••httplib: 0.12.0 -> 0.12.1 | Mario Rodas | 2023-03-11 | 1 | -2/+2 |
| |\ |
|
| | * | httplib: 0.12.0 -> 0.12.1 | R. Ryantm | 2023-03-11 | 1 | -2/+2 |
| * | | Merge pull request #220667 from r-ryantm/auto-update/buf•••buf: 1.15.0 -> 1.15.1 | Mario Rodas | 2023-03-11 | 1 | -3/+3 |
| |\ \ |
|
| | * | | buf: 1.15.0 -> 1.15.1 | R. Ryantm | 2023-03-11 | 1 | -3/+3 |
| * | | | Merge pull request #220697 from figsoda/stylua•••stylua: 0.16.1 -> 0.17.0 | Mario Rodas | 2023-03-11 | 1 | -3/+3 |
| |\ \ \ |
|
| | * | | | stylua: 0.16.1 -> 0.17.0•••Diff: https://github.com/johnnymorganz/stylua/compare/v0.16.1...v0.17.0
Changelog: https://github.com/johnnymorganz/stylua/blob/v0.17.0/CHANGELOG.md
| figsoda | 2023-03-11 | 1 | -3/+3 |
| * | | | | Merge pull request #220228 from apfelkuchen6/texlive-nlink•••texlive: fix kpathsea path expansion | Dmitry Kalinkin | 2023-03-11 | 2 | -0/+28 |
| |\ \ \ \ |
|
| | * | | | | texlive: fix kpathsea path expansion.•••When expanding path variables, kpathsea uses a trick to speed up identifying
leaf directories. The manual says
> The trick is that in every real Unix implementation (as opposed to the POSIX
> specification), a directory which contains no subdirectories will have
> exactly two links (namely, one for . and one for ..). That is to say, the
> st_nlink field in the ‘stat’ structure will be two. Thus, we don’t have to
> stat everything in the bottom-level (leaf) directories—we can just check
> st_nlink, notice it’s two, and do no more work.
>
> But if you have a directory that contains a single subdirectory and 500
> regular files, st_nlink will be 3, and Kpathsea has to stat every one of those
> 501 entries. Therein lies slowness.
>
> You can disable the trick by undefining ST_NLINK_TRICK in
> kpathsea/config.h. (It is undefined by default except under Unix.)
This does not work as expected with nixpkgs symlink trees and programs that rely
on kpathsea path expansion do not work properly.
One example is luaotfload's font database, which is populated by the font files
in the directories obtained by path-expanding the value of the `OPENTYPEFONTS`
configuration variable with kpathsea. The expanded value can be checked with
`kpsewhich --show-path="opentype fonts"`. Before this change, the expanded
value does not include the various font directories symlinked into
`/texmf/fonts/opentype/public`, since kpathsea considers this a leaf
directory (every child is a symlink, not a directory). Hence luaotfload does
not find the fonts in the texlive installation.
This patch disables this trick.
| apfelkuchen06 | 2023-03-09 | 1 | -0/+8 |
| | * | | | | texlive: add test for lualatex fonts | apfelkuchen06 | 2023-03-08 | 1 | -0/+20 |
| * | | | | | Merge pull request #220675 from r-ryantm/auto-update/kluctl•••kluctl: 2.19.2 -> 2.19.3 | Nikolay Korotkiy | 2023-03-11 | 1 | -3/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | kluctl: 2.19.2 -> 2.19.3 | R. Ryantm | 2023-03-11 | 1 | -3/+3 |
| | | |_|/ /
| |/| | | |
|
| * | | | | | pufferpanel: 2.2.0 -> 2.6.6 (#220506) | Ivan Trubach | 2023-03-11 | 3 | -16/+150 |
| * | | | | | Merge pull request #220378 from r-ryantm/auto-update/python310Packages.holidays•••python310Packages.holidays: 0.20 -> 0.21 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | python310Packages.holidays: 0.20 -> 0.21 | R. Ryantm | 2023-03-09 | 1 | -2/+2 |
| * | | | | | | Merge pull request #220521 from r-ryantm/auto-update/tageditor•••tageditor: 3.7.7 -> 3.7.8 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | tageditor: 3.7.7 -> 3.7.8 | R. Ryantm | 2023-03-10 | 1 | -2/+2 |
| * | | | | | | | Merge pull request #220550 from r-ryantm/auto-update/smartdns•••smartdns: 40 -> 41 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | smartdns: 40 -> 41 | R. Ryantm | 2023-03-10 | 1 | -2/+2 |
| * | | | | | | | | Merge pull request #220582 from r-ryantm/auto-update/pe-bear•••pe-bear: 0.6.5 -> 0.6.5.2 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | pe-bear: 0.6.5 -> 0.6.5.2 | R. Ryantm | 2023-03-11 | 1 | -2/+2 |
| | |/ / / / / / / |
|
| * | | | | | | | | Merge pull request #220653 from yu-re-ka/alpine-git-revisions | Artturi | 2023-03-11 | 4 | -7/+11 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | tree-wide: add git revisions to alpine git urls | Yureka | 2023-03-11 | 4 | -7/+11 |
| * | | | | | | | | | Merge pull request #220555 from lilyinstarlight/feature/fwupd-uefi-capsule•••nixos/fwupd: add settings option for uefi_capsule.conf | Janne Heß | 2023-03-11 | 1 | -0/+16 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | nixos/fwupd: add settings option for uefi_capsule.conf | Lily Foster | 2023-03-10 | 1 | -0/+16 |
| * | | | | | | | | | | Merge pull request #220509 from r-ryantm/auto-update/muparserx•••muparserx: 4.0.11 -> 4.0.12 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | muparserx: 4.0.11 -> 4.0.12 | R. Ryantm | 2023-03-10 | 1 | -2/+2 |
| | | |_|_|/ / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge pull request #220677 from r-ryantm/auto-update/cudatext-qt•••cudatext-qt: 1.186.2 -> 1.187.0 | Nikolay Korotkiy | 2023-03-11 | 2 | -8/+8 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | cudatext-qt: 1.186.2 -> 1.187.0 | R. Ryantm | 2023-03-11 | 2 | -8/+8 |
| | | |_|_|_|_|/ / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | Merge #220669: dnsperf: 2.11.0 -> 2.11.1 | Vladimír Čunát | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | dnsperf: 2.11.0 -> 2.11.1 | R. Ryantm | 2023-03-11 | 1 | -2/+2 |
| | |/ / / / / / / / / |
|
| * | | | | | | | | | | Merge pull request #220599 from r-ryantm/auto-update/waffle•••waffle: 1.7.0 -> 1.7.2 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | waffle: 1.7.0 -> 1.7.2 | R. Ryantm | 2023-03-11 | 1 | -2/+2 |
| * | | | | | | | | | | | Merge pull request #220587 from r-ryantm/auto-update/oh-my-posh•••oh-my-posh: 14.9.2 -> 14.12.0 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | oh-my-posh: 14.9.2 -> 14.12.0 | R. Ryantm | 2023-03-11 | 1 | -2/+2 |
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | Merge pull request #220568 from r-ryantm/auto-update/spicedb•••spicedb: 1.16.2 -> 1.17.0 | Weijia Wang | 2023-03-11 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | spicedb: 1.16.2 -> 1.17.0 | R. Ryantm | 2023-03-10 | 1 | -3/+3 |
| | | |_|_|_|_|/ / / / /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge pull request #220516 from r-ryantm/auto-update/aws-vault•••aws-vault: 7.0.0 -> 7.0.2 | Weijia Wang | 2023-03-11 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | aws-vault: 7.0.0 -> 7.0.2 | R. Ryantm | 2023-03-10 | 1 | -3/+3 |
| | | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge pull request #220503 from r-ryantm/auto-update/frp•••frp: 0.47.0 -> 0.48.0 | Weijia Wang | 2023-03-11 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | frp: 0.47.0 -> 0.48.0 | R. Ryantm | 2023-03-10 | 1 | -3/+3 |
| | |/ / / / / / / / / / |
|
| * | | | | | | | | | | | Merge pull request #220349 from r-ryantm/auto-update/python310Packages.datasette•••python310Packages.datasette: 0.64.1 -> 0.64.2 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | python310Packages.datasette: 0.64.1 -> 0.64.2 | R. Ryantm | 2023-03-09 | 1 | -2/+2 |
| * | | | | | | | | | | | | Merge pull request #220502 from r-ryantm/auto-update/mdbook-katex•••mdbook-katex: 0.3.9 -> 0.3.10 | Weijia Wang | 2023-03-11 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | mdbook-katex: 0.3.9 -> 0.3.10 | R. Ryantm | 2023-03-10 | 1 | -3/+3 |
| | | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #220342 from r-ryantm/auto-update/libsForQt5.mlt•••libsForQt5.mlt: 7.12.0 -> 7.14.0 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | libsForQt5.mlt: 7.12.0 -> 7.14.0 | R. Ryantm | 2023-03-09 | 1 | -2/+2 |
| | | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge pull request #220396 from r-ryantm/auto-update/jenkins-job-builder•••jenkins-job-builder: 4.1.0 -> 4.3.0 | Weijia Wang | 2023-03-11 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|