Commit Graph

60197 Commits

Author SHA1 Message Date
Maximilian Bosch
5ed9c487a6
Merge pull request #217005 from SFrijters/mailutils-3.15
mailutils: 3.14 -> 3.15, add options, tests, parallel build
2023-02-19 12:11:19 +01:00
Maximilian Bosch
a6b4f078a4
Merge pull request #216876 from shimunn/certstrap-1.3.0
certstrap: 1.2.0 -> 1.3.0
2023-02-19 11:32:23 +01:00
Maximilian Bosch
903c0057f4
Merge pull request #216463 from delroth/sudo-1.9.13
sudo: 1.9.12p2 -> 1.9.13
2023-02-19 11:27:53 +01:00
Maximilian Bosch
fb58837a5e
Merge pull request #216878 from herrwiese/for-master/remove-bpytop
bpytop: remove
2023-02-19 11:18:56 +01:00
Jonas Heinrich
ddb0eb521d networkd-dispatcher: init at 2.2.4 2023-02-19 04:42:25 -05:00
Jonas Heinrich
eb9f2c96e7
Merge pull request #217041 from r-ryantm/auto-update/minio-client
minio-client: 2023-01-28T20-29-38Z -> 2023-02-16T19-20-11Z
2023-02-19 10:28:34 +01:00
Nick Cao
a1291d0d02
Merge pull request #205784 from Eliot00/v2raya-fix
v2raya: v2rayA should start after nftables
2023-02-19 15:08:29 +08:00
Artturi
e1f9343793
Merge pull request #204727 from meain/fix-nanotts
nanotts: fix dependency on alsa-plugins
2023-02-19 07:19:54 +02:00
Abin Simon
1ed5cc0d48 nanotts: fix dependency on alsa-plugins 2023-02-19 10:23:12 +05:30
Stanisław Pitucha
34278ea0f1
Merge pull request #217056 from r-ryantm/auto-update/jfrog-cli
jfrog-cli: 2.34.1 -> 2.34.2
2023-02-19 15:39:06 +11:00
Martin Weinelt
570fa1acde
Merge pull request #217055 from r-ryantm/auto-update/esphome
esphome: 2023.2.0 -> 2023.2.2
2023-02-19 02:01:09 +00:00
Nick Cao
909ce24be6
Merge pull request #217047 from r-ryantm/auto-update/steampipe
steampipe: 0.18.5 -> 0.18.6
2023-02-19 09:42:33 +08:00
R. Ryantm
14caf114ff jfrog-cli: 2.34.1 -> 2.34.2 2023-02-19 01:27:44 +00:00
R. Ryantm
13e6308af9 esphome: 2023.2.0 -> 2023.2.2 2023-02-19 01:21:47 +00:00
R. Ryantm
7cc34b4840 steampipe: 0.18.5 -> 0.18.6 2023-02-19 00:30:48 +00:00
R. Ryantm
0934f12b77 minio-client: 2023-01-28T20-29-38Z -> 2023-02-16T19-20-11Z 2023-02-19 00:09:30 +00:00
Fabian Affolter
48f70aa1a3 mitmproxy2swagger: 0.8.0 -> 0.8.1
Diff: https://github.com/alufers/mitmproxy2swagger/compare/refs/tags/0.8.0...0.8.1

Changelog: https://github.com/alufers/mitmproxy2swagger/releases/tag/0.8.1
2023-02-18 23:24:31 +01:00
Joachim Breitner
ea4d2f7e61
ploticus: Fix PREFAB settings, add test
Previously, I would get

    pl: error 22: Cannot open specified scriptfile (@out@/share/ploticus/prefabs/chron.pl)

and it seems the PREFAB setting last changed in
fbc4b41e69
didn't quite work.

So this adds a test to demonstrate the issue, and fixes it by substituting the placeholder.
2023-02-18 21:34:52 +01:00
Sandro
1ca01cb109
Merge pull request #216962 from dit7ya/apx 2023-02-18 21:31:48 +01:00
Guillaume Girol
96c6658c7b
Merge pull request #216741 from aaronjheng/hologram
hologram: 1.2.1 -> 1.3
2023-02-18 19:17:56 +00:00
Stefan Frijters
699f1d0c76
mailutils: fix and enable testing
* Remove readmsg-tests: the missing files are now present and the
  files that were fetched caused test failures.
* Remove references to maidag, it was removed upstream.
* Fix test macro and enable tests.
2023-02-18 16:37:09 +01:00
Stefan Frijters
98bfe47a43
mailutils: enable parallel building again 2023-02-18 16:37:08 +01:00
Stefan Frijters
027f219714
mailutils: make Python and Guile support optional
Disabling both reduces the closure size from 232MB -> 92MB.
2023-02-18 16:36:33 +01:00
Mostly Void
86dcd967a8
apx: 1.4.2 -> 1.7.0-1 2023-02-18 19:17:52 +05:30
Mario Rodas
8b396456b0
Merge pull request #216898 from marsam/update-lxd
lxd: 5.10 -> 5.11
2023-02-18 08:25:05 -05:00
Stefan Frijters
4c16406089
mailutils: 3.14 -> 3.15
Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=10160
2023-02-18 14:19:17 +01: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
Andreas Wiese
f20053f423 bpytop: remove
First there was bashtop, which was replaced by bpytop for i.a.
performance reasons.  Now there's btop (written in C++) and another one
bites the dust.

Let it be gone for good.
2023-02-18 00:04:17 +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
shimun
c4ffd05ca9
certstrap: 1.2.0 -> 1.3.0
Changelog: https://github.com/square/certstrap/releases/tag/v1.3.0
2023-02-17 23:46:19 +01: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