summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip! enable ASAN on LLVM buildorigin/llvm16Raito Bezarius2023-03-121-6/+3
* llvmPackages_16: initRaito Bezarius2023-03-1138-0/+2615
* qmmp: add missing pluginszendo2023-03-111-5/+4
* Merge pull request #220657 from r-ryantm/auto-update/httplib•••httplib: 0.12.0 -> 0.12.1Mario Rodas2023-03-111-2/+2
|\
| * httplib: 0.12.0 -> 0.12.1R. Ryantm2023-03-111-2/+2
* | Merge pull request #220667 from r-ryantm/auto-update/buf•••buf: 1.15.0 -> 1.15.1Mario Rodas2023-03-111-3/+3
|\ \
| * | buf: 1.15.0 -> 1.15.1R. Ryantm2023-03-111-3/+3
* | | Merge pull request #220697 from figsoda/stylua•••stylua: 0.16.1 -> 0.17.0Mario Rodas2023-03-111-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 figsoda2023-03-111-3/+3
* | | | Merge pull request #220228 from apfelkuchen6/texlive-nlink•••texlive: fix kpathsea path expansionDmitry Kalinkin2023-03-112-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. apfelkuchen062023-03-091-0/+8
| * | | | texlive: add test for lualatex fontsapfelkuchen062023-03-081-0/+20
* | | | | Merge pull request #220675 from r-ryantm/auto-update/kluctl•••kluctl: 2.19.2 -> 2.19.3Nikolay Korotkiy2023-03-111-3/+3
|\ \ \ \ \
| * | | | | kluctl: 2.19.2 -> 2.19.3R. Ryantm2023-03-111-3/+3
| | |_|/ / | |/| | |
* | | | | pufferpanel: 2.2.0 -> 2.6.6 (#220506)Ivan Trubach2023-03-113-16/+150
* | | | | Merge pull request #220378 from r-ryantm/auto-update/python310Packages.holidays•••python310Packages.holidays: 0.20 -> 0.21Weijia Wang2023-03-111-2/+2
|\ \ \ \ \
| * | | | | python310Packages.holidays: 0.20 -> 0.21R. Ryantm2023-03-091-2/+2
* | | | | | Merge pull request #220521 from r-ryantm/auto-update/tageditor•••tageditor: 3.7.7 -> 3.7.8Weijia Wang2023-03-111-2/+2
|\ \ \ \ \ \
| * | | | | | tageditor: 3.7.7 -> 3.7.8R. Ryantm2023-03-101-2/+2
* | | | | | | Merge pull request #220550 from r-ryantm/auto-update/smartdns•••smartdns: 40 -> 41Weijia Wang2023-03-111-2/+2
|\ \ \ \ \ \ \
| * | | | | | | smartdns: 40 -> 41R. Ryantm2023-03-101-2/+2
* | | | | | | | Merge pull request #220582 from r-ryantm/auto-update/pe-bear•••pe-bear: 0.6.5 -> 0.6.5.2Weijia Wang2023-03-111-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | pe-bear: 0.6.5 -> 0.6.5.2R. Ryantm2023-03-111-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #220653 from yu-re-ka/alpine-git-revisionsArtturi2023-03-114-7/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | tree-wide: add git revisions to alpine git urlsYureka2023-03-114-7/+11
* | | | | | | | | Merge pull request #220555 from lilyinstarlight/feature/fwupd-uefi-capsule•••nixos/fwupd: add settings option for uefi_capsule.confJanne Heß2023-03-111-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nixos/fwupd: add settings option for uefi_capsule.confLily Foster2023-03-101-0/+16
* | | | | | | | | | Merge pull request #220509 from r-ryantm/auto-update/muparserx•••muparserx: 4.0.11 -> 4.0.12Weijia Wang2023-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | muparserx: 4.0.11 -> 4.0.12R. Ryantm2023-03-101-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #220677 from r-ryantm/auto-update/cudatext-qt•••cudatext-qt: 1.186.2 -> 1.187.0Nikolay Korotkiy2023-03-112-8/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cudatext-qt: 1.186.2 -> 1.187.0R. Ryantm2023-03-112-8/+8
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge #220669: dnsperf: 2.11.0 -> 2.11.1Vladimír Čunát2023-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dnsperf: 2.11.0 -> 2.11.1R. Ryantm2023-03-111-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #220599 from r-ryantm/auto-update/waffle•••waffle: 1.7.0 -> 1.7.2Weijia Wang2023-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | waffle: 1.7.0 -> 1.7.2R. Ryantm2023-03-111-2/+2
* | | | | | | | | | | Merge pull request #220587 from r-ryantm/auto-update/oh-my-posh•••oh-my-posh: 14.9.2 -> 14.12.0Weijia Wang2023-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | oh-my-posh: 14.9.2 -> 14.12.0R. Ryantm2023-03-111-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #220568 from r-ryantm/auto-update/spicedb•••spicedb: 1.16.2 -> 1.17.0Weijia Wang2023-03-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | spicedb: 1.16.2 -> 1.17.0R. Ryantm2023-03-101-3/+3
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #220516 from r-ryantm/auto-update/aws-vault•••aws-vault: 7.0.0 -> 7.0.2Weijia Wang2023-03-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | aws-vault: 7.0.0 -> 7.0.2R. Ryantm2023-03-101-3/+3
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #220503 from r-ryantm/auto-update/frp•••frp: 0.47.0 -> 0.48.0Weijia Wang2023-03-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | frp: 0.47.0 -> 0.48.0R. Ryantm2023-03-101-3/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #220349 from r-ryantm/auto-update/python310Packages.datasette•••python310Packages.datasette: 0.64.1 -> 0.64.2Weijia Wang2023-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | python310Packages.datasette: 0.64.1 -> 0.64.2R. Ryantm2023-03-091-2/+2
* | | | | | | | | | | | Merge pull request #220502 from r-ryantm/auto-update/mdbook-katex•••mdbook-katex: 0.3.9 -> 0.3.10Weijia Wang2023-03-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mdbook-katex: 0.3.9 -> 0.3.10R. Ryantm2023-03-101-3/+3
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #220342 from r-ryantm/auto-update/libsForQt5.mlt•••libsForQt5.mlt: 7.12.0 -> 7.14.0Weijia Wang2023-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | libsForQt5.mlt: 7.12.0 -> 7.14.0R. Ryantm2023-03-091-2/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #220396 from r-ryantm/auto-update/jenkins-job-builder•••jenkins-job-builder: 4.1.0 -> 4.3.0Weijia Wang2023-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \