Commit Graph

60167 Commits

Author SHA1 Message Date
Mario Rodas
8b396456b0
Merge pull request #216898 from marsam/update-lxd
lxd: 5.10 -> 5.11
2023-02-18 08:25:05 -05:00
pennae
81cf173256 nixos-render-docs: use multiprocessing for options
options processing is pretty slow right now, mostly because the
markdown-it-py parser is pure python (and with performance
pessimizations at that). options parsing *is* embarassingly parallel
though, so we can just fork out all the work to worker processes and
collect the results.

multiprocessing probably has a greater benefit on linux than on darwin
since the worker spawning method darwin uses is less efficient than
fork() on linux. this hasn't been tested on darwin, only on linux, but
if anything darwin will be faster with its preferred method.
2023-02-18 13:17:57 +01:00
Jonas Heinrich
48c2331991
Merge pull request #216856 from fabaff/grype-bump
grype: 0.56.0 -> 0.57.1
2023-02-18 10:20:44 +01:00
Nikola Knezevic
aae8cfd998 tvnamer: add setuptools dependency to requests-cache 0.5.2
tvnamer has a direct dependency on old version of requests-cache 0.5.2.
Unfortunately, it was failing to build as it was missing setuptools.
This change adds this dependency. Along with the fixes to tvdb_api, now
tvnamer correctly builds.
2023-02-18 14:56:34 +08:00
Nick Cao
adc41db18f
Merge pull request #216679 from anthonyroussel/awscli_2_10
awscli2: 2.9.21 -> 2.10.0
2023-02-18 10:58:49 +08:00
Nick Cao
0e3867cead
Merge pull request #216811 from R-VdP/via-2-1-0
Via 2.0.5 -> 2.1.0
2023-02-18 10:49:28 +08:00
Nick Cao
396d8cdc91
Merge pull request #216854 from amesgen/gh-dash-3.7.6
gh-dash: 3.6.0 -> 3.7.6
2023-02-18 10:42:39 +08:00
Sandro
4294491622
Merge pull request #216852 from rhendric/rhendric/yt-dlp 2023-02-18 01:29:45 +01:00
Azat Bahawi
ea07b21c07
Merge pull request #209624 from 3JlOy-PYCCKUi/paperview
paperview: init at unstable-2020-09-22
2023-02-18 01:47:02 +03:00
3JlOy_PYCCKUI
0614908d62 paperview: init at unstable-2020-09-22 2023-02-18 01:08:09 +03:00
Fabian Affolter
ffc11107d9 grype: 0.56.0 -> 0.57.1
Diff: https://github.com/anchore/grype.git/compare/v0.56.0...v0.57.1

Changelog: https://github.com/anchore/grype/releases/tag/v0.57.1
2023-02-17 21:01:26 +01:00
amesgen
a48a5d6359
gh-dash: add version test 2023-02-17 20:16:20 +01:00
Ryan Hendrickson
abda1b2b44 yt-dlp: add updateScript 2023-02-17 14:14:22 -05:00
amesgen
364fd1883b
gh-dash: 3.6.0 -> 3.7.6 2023-02-17 20:11:46 +01:00
John Ericson
2ccbaee72e
Merge pull request #200788 from dlip/add-turbo
turbo: init at 1.7.0
2023-02-17 13:36:01 -05:00
figsoda
2abea38e08
Merge pull request #216797 from SuperSandro2000/mdcat-mdless
mdcat: add mdless symlink and install completions
2023-02-17 12:40:05 -05:00
Robert Hensing
b72592ee04
Merge pull request #215973 from pennae/nrd-manual-structure
nixos/manual: specify manual structure in markdown
2023-02-17 18:01:23 +01:00
R-VdP
dd65018d4e
Via 2.0.5 -> 2.1.0
Changelog: https://github.com/the-via/releases/releases/tag/v2.1.0
2023-02-17 15:31:06 +01:00
Sandro Jäckel
f2544dc85f
mdcat: add mdless symlink and install completions
Closes #215459
2023-02-17 14:05:35 +01:00
Ingo Blechschmidt
2b71a590f4 yt-dlp: 2023.1.6 -> 2023.2.17 2023-02-17 13:40:00 +01:00
Nick Cao
abd5c99443
Merge pull request #216759 from r-ryantm/auto-update/mutagen-compose
mutagen-compose: 0.16.4 -> 0.16.5
2023-02-17 19:23:20 +08:00
Nick Cao
f0f18d2e41
Merge pull request #216762 from arjan-s/clamav-1.0.1
clamav: 1.0.0 -> 1.0.1
2023-02-17 19:22:13 +08:00
K900
cd23de151d
Merge pull request #216583 from dotlambda/vaultwarden-webvault-from-source
vaultwarden.webvault: build from source
2023-02-17 13:46:47 +03:00
Francesco Gazzetta
16415ac875
Merge pull request #216218 from aciceri/posteid-seed-extractor
posteid-seed-extractor: init at unstable-23-02-2022
2023-02-17 10:26:34 +00:00
Andrea Ciceri
59d5393967
posteid-seed-extractor: init at unstable-23-02-2022 2023-02-17 10:35:38 +01:00
Francesco Gazzetta
6ed4ced8f5
Merge pull request #213165 from aciceri/mpy-utils
`mpy-utils`: Init at 0.1.13
2023-02-17 09:32:04 +00:00
Arjan Schrijver
da293b7a0f clamav: 1.0.0 -> 1.0.1
Fixes critical RCE (CVSS score 9.8):
https://blog.clamav.net/2023/02/clamav-01038-01052-and-101-patch.html
2023-02-17 09:21:50 +01:00
R. Ryantm
05fa52aba6 mutagen-compose: 0.16.4 -> 0.16.5 2023-02-17 07:51:31 +00:00
Franz Pletz
e721c7abdd
Merge pull request #216495 from arjan-s/ntfy-sh-1.31.0 2023-02-17 08:02:14 +01:00
figsoda
73de01de2c
Merge pull request #216514 from figsoda/boxxy
boxxy: 0.2.7 -> 0.3.4, add figsoda as a maintainer
2023-02-16 23:25:32 -05:00
Mario Rodas
eea7098f5b lxd: 5.10 -> 5.11
https://github.com/lxc/lxd/releases/tag/lxd-5.11
2023-02-17 04:20:00 +00:00
Robert Schütz
fa644ef343 vaultwarden.updateScript: make compatible with webvault built from source 2023-02-16 14:38:48 -08:00
Sandro
69f36ea49e
Merge pull request #215853 from esclear/update-invoice2pdf 2023-02-16 22:19:53 +01:00
Robert Schütz
c6e2fbf1a2 vaultwarden.webvault: build from source 2023-02-16 11:19:45 -08:00
Anthony Roussel
c66aae629e
awscli2: 2.9.21 -> 2.10.0 2023-02-16 20:05:17 +01:00
figsoda
c3dc516fe2 boxxy: 0.2.7 -> 0.3.4, add figsoda as a maintainer
Diff: https://github.com/queer/boxxy/compare/v0.2.7...v0.3.4
2023-02-16 12:22:47 -05:00
ajs124
4a1953eab2
Merge pull request #210451 from helsinki-systems/upd/xidel
xidel: update
2023-02-16 16:26:25 +01:00
Weijia Wang
8f4bee866a
Merge pull request #216623 from R-VdP/flashrom-1-3-0
flashrom: 1.2.1 -> 1.3.0
2023-02-16 15:24:09 +01:00
Weijia Wang
de0a8e45ed
Merge pull request #216485 from r-ryantm/auto-update/asnmap
asnmap: 0.0.1 -> 1.0.0
2023-02-16 14:04:30 +01:00
Weijia Wang
2c82bea1a6
Merge pull request #216414 from r-ryantm/auto-update/infracost
infracost: 0.10.16 -> 0.10.17
2023-02-16 12:53:45 +01:00
Weijia Wang
f01f7a18af
Merge pull request #216460 from r-ryantm/auto-update/dnsperf
dnsperf: 2.10.0 -> 2.11.0
2023-02-16 12:33:14 +01:00
Weijia Wang
714e12c41a
Merge pull request #216252 from virusdave/virusdave/scratch/fix_s3fs_build_darwin
s3fs: fix build on darwin
2023-02-16 11:58:03 +01:00
Weijia Wang
15be2821a7
Merge pull request #216617 from r-ryantm/auto-update/instaloader
instaloader: 4.9.5 -> 4.9.6
2023-02-16 11:54:44 +01:00
R-VdP
0644dc4740
flashrom: 1.2.1 -> 1.3.0 2023-02-16 11:47:39 +01:00
R. Ryantm
4bf9b060c1 instaloader: 4.9.5 -> 4.9.6 2023-02-16 09:17:16 +00:00
Nick Cao
f3a617806f
Merge pull request #216593 from r-ryantm/auto-update/multipass
multipass: 1.11.0 -> 1.11.1
2023-02-16 16:55:33 +08:00
Thomas Le Duc
4e3fef78de uair: 0.4.0 -> 0.5.1 2023-02-16 08:06:11 +01:00
R. Ryantm
0e13156ae3 multipass: 1.11.0 -> 1.11.1 2023-02-16 05:11:06 +00:00
Nick Cao
6344d542a6
Merge pull request #216572 from jordanisaacs/undocker-update
undocker: 1.0.3 -> 1.0.4
2023-02-16 11:32:06 +08:00
Dane Lipscombe
d76127f9fe turbo: init at 1.7.0 2023-02-16 14:27:44 +11:00