Commit Graph

61369 Commits

Author SHA1 Message Date
Nick Cao
04d6876bfa
Merge pull request #220397 from r-ryantm/auto-update/skim
skim: 0.10.3 -> 0.10.4
2023-03-10 11:59:07 +08:00
Stanisław Pitucha
9ebf262347 cryptomator: mark as working on intel only
During aarch64 build it fails with:

```
Failed to execute goal on project cryptomator:
Could not resolve dependencies for project org.cryptomator:cryptomator:jar:1.6.14:
The following artifacts could not be resolved:
  org.openjfx:javafx-base:jar:linux-aarch64:18.0.1,
  org.openjfx:javafx-graphics:jar:linux-aarch64:18.0.1,
  org.openjfx:javafx-controls:jar:linux-aarch64:18.0.1,
  org.openjfx:javafx-fxml:jar:linux-aarch64:18.0.1,
  org.openjfx:javafx-swing:jar:linux-aarch64:18.0.1:
Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.openjfx:javafx-base:jar:linux-aarch64:18.0.1 has not been downloaded from it before. -> [Help 1]
```
2023-03-10 14:52:20 +11:00
R. Ryantm
dc23d0abfe httm: 0.23.2 -> 0.23.3 2023-03-10 03:47:00 +00:00
figsoda
432d2776b9 keyscope: 1.2.3 -> 1.3.0
Diff: https://github.com/spectralops/keyscope/compare/v1.2.3...v1.3.0

Changelog: https://github.com/spectralops/keyscope/blob/v1.3.0/CHANGELOG.md
2023-03-09 22:10:36 -05:00
Anderson Torres
0ae0a7018d
Merge pull request #220409 from r-ryantm/auto-update/ventoy-bin-full
ventoy-bin-full: 1.0.88 -> 1.0.89
2023-03-09 23:17:51 -03:00
R. Ryantm
631183807e comma: 1.4.1 -> 1.5.0 2023-03-10 02:14:35 +00:00
Artur Cygan
2cae38a78f secp256k1: 0.2.0 -> 0.3.0 2023-03-10 02:48:59 +01:00
R. Ryantm
f71a3fa40a infracost: 0.10.17 -> 0.10.18 2023-03-10 01:34:07 +00:00
R. Ryantm
c42b85cfd2 ventoy-bin-full: 1.0.88 -> 1.0.89 2023-03-10 00:41:05 +00:00
Fabian Affolter
350edd9908
Merge pull request #220298 from fabaff/exploitdb-bump
exploitdb: 2023-03-08 -> 2023-03-09
2023-03-10 00:36:30 +01:00
R. Ryantm
dbcfd1f947 skim: 0.10.3 -> 0.10.4 2023-03-09 22:56:49 +00:00
apfelkuchen06
bab298bf03 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.
2023-03-09 23:17:04 +01:00
superherointj
5373c2c844
Merge pull request #220362 from r-ryantm/auto-update/awscli2
awscli2: 2.11.0 -> 2.11.1
2023-03-09 18:41:55 -03:00
Alyssa Ross
56be2087c5 ebook_tools: fix cross
This doesn't seem to be necessary any more, and isn't cross-friendly.
2023-03-09 19:23:52 +00:00
Fabian Affolter
840345f0c1 goverview: init at 1.0.1 2023-03-09 18:57:33 +01:00
R. Ryantm
78c95c14b6 awscli2: 2.11.0 -> 2.11.1 2023-03-09 16:57:06 +00:00
Shea Levy
3347206667
Merge branch 'biscuit-cli-master' 2023-03-09 11:20:56 -05:00
Sandro
22fe81ef86
Merge pull request #215429 from aaronjheng/pre-commit
pre-commit: 2.20.0 -> 3.1.0
2023-03-09 16:26:57 +01:00
Shea Levy
57b37aa420
Merge branch 'master' into biscuit-cli-master 2023-03-09 10:22:33 -05:00
Shea Levy
b094f644af
biscuit-cli: init at 0.2.0-next-pre20230103 2023-03-09 10:17:05 -05:00
Norbert Melzer
d8179d810c
Merge pull request #202280 from mateodd25/swww
swww: init at 0.7.2
2023-03-09 12:37:39 +01:00
Fabian Affolter
9984b263bf exploitdb: 2023-03-08 -> 2023-03-09 2023-03-09 09:00:41 +01:00
Fabian Affolter
ae09bc0fd3
airgeddon: add changelog to meta 2023-03-09 08:53:27 +01:00
Nick Cao
d1b70f8074
Merge pull request #220202 from r-ryantm/auto-update/privoxy
privoxy: 3.0.33 -> 3.0.34
2023-03-09 15:47:29 +08:00
Nick Cao
fbe5d24e63
Merge pull request #220207 from fabaff/exploitdb-bump
exploitdb: 2023-03-06 -> 2023-03-08
2023-03-09 15:46:09 +08:00
Nick Cao
b5ac9a0eaa
Merge pull request #220208 from fabaff/trufflehog-bump
trufflehog: 3.28.7 -> 3.29.0
2023-03-09 15:45:55 +08:00
Nick Cao
801708cac7
Merge pull request #220215 from r-ryantm/auto-update/open-pdf-sign
open-pdf-sign: 0.1.3 -> 0.1.4
2023-03-09 15:45:34 +08:00
Nick Cao
45e2466893
Merge pull request #220243 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 1.0.68 -> 1.0.69
2023-03-09 15:42:32 +08:00
Nick Cao
2d9fb0e3de
Merge pull request #220247 from r-ryantm/auto-update/ssh-to-age
ssh-to-age: 1.1.1 -> 1.1.2
2023-03-09 15:41:52 +08:00
Nick Cao
dd7b935b70
Merge pull request #220283 from r-ryantm/auto-update/wakatime
wakatime: 1.68.1 -> 1.68.3
2023-03-09 15:34:16 +08:00
Nick Cao
0ee8195c08
Merge pull request #220200 from lionello/pulumi-bin-3.56.0
pulumi-bin: 3.55.0 -> 3.56.0
2023-03-09 15:31:26 +08:00
R. Ryantm
e7fe48e802 airgeddon: 11.10 -> 11.11 2023-03-09 07:17:08 +00:00
R. Ryantm
cac6d5d862 wakatime: 1.68.1 -> 1.68.3 2023-03-09 06:50:08 +00:00
R. Ryantm
1ce566b2ac berglas: 1.0.1 -> 1.0.2 2023-03-09 06:14:42 +00:00
Mario Rodas
bfa12bf962
Merge pull request #220084 from r-ryantm/auto-update/netbird
netbird: 0.14.1 -> 0.14.2
2023-03-08 23:21:41 -05:00
Mario Rodas
e652182b5f
Merge pull request #220122 from r-ryantm/auto-update/xcp
xcp: 0.9.3 -> 0.9.4
2023-03-08 22:48:30 -05:00
Mario Rodas
7240dcd4d7
Merge pull request #220125 from r-ryantm/auto-update/shadowsocks-v2ray-plugin
shadowsocks-v2ray-plugin: 1.3.1 -> 1.3.2
2023-03-08 22:47:37 -05:00
R. Ryantm
78ac44af76 parallel: 20221222 -> 20230222 2023-03-08 21:13:59 -05:00
R. Ryantm
b318963458 ssh-to-age: 1.1.1 -> 1.1.2 2023-03-09 01:00:09 +00:00
R. Ryantm
0e3e5f3c7c automatic-timezoned: 1.0.68 -> 1.0.69 2023-03-09 00:51:57 +00:00
Ilan Joselevich
f02ae349da
Merge pull request #220170 from r-ryantm/auto-update/wakapi
wakapi: 2.6.1 -> 2.6.2
2023-03-09 01:18:08 +02:00
R. Ryantm
b3208451ef open-pdf-sign: 0.1.3 -> 0.1.4 2023-03-08 20:54:54 +00:00
Fabian Affolter
29c84e0d6a trufflehog: 3.28.7 -> 3.29.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.28.7...v3.29.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.29.0
2023-03-08 21:08:35 +01:00
Fabian Affolter
95b53814cd exploitdb: 2023-03-06 -> 2023-03-08 2023-03-08 21:05:23 +01:00
Jonas Heinrich
9f10a2e82a
Merge pull request #218633 from onny/networkd-dispatcher-rules
nixos/networkd-dispatcher: add rules option
2023-03-08 20:41:06 +01:00
Fabian Affolter
ebcb6a076e
Merge pull request #220109 from fabaff/amass-bump
amass: 3.21.2 -> 3.22.0
2023-03-08 20:39:29 +01:00
techknowlogick
96e0812048 scaleway-cli: 2.11.1 -> 2.12.0
Diff: https://github.com/scaleway/scaleway-cli/compare/v2.11.1...v2.12.0
2023-03-08 14:33:26 -05:00
R. Ryantm
2f4ea5fab6 privoxy: 3.0.33 -> 3.0.34 2023-03-08 19:30:46 +00:00
Lionello Lunesu
4bc7e7bd5d pulumi-bin: 3.55.0 -> 3.56.0 2023-03-08 11:30:38 -08:00
Michał Mieszczak
e8d6cef103 kubernetes-polaris: init at 7.3.2 2023-03-08 19:54:33 +01:00
R. Ryantm
7dcc825f28 openai-whisper-cpp: 1.2.0 -> 1.2.1 2023-03-08 17:23:56 +00:00
Ilan Joselevich
c90c4025bb
Merge pull request #220112 from dit7ya/rmw
rmw: init at 0.9.0
2023-03-08 18:32:21 +02:00
R. Ryantm
afeb316dc3 wakapi: 2.6.1 -> 2.6.2 2023-03-08 16:32:12 +00:00
Doron Behar
e75554f6cf
Merge pull request #220136 from doronbehar/pkg/nvim-site
treewide: link `$out/share/vim-plugin/${pname}` to `nvim/site`
2023-03-08 15:05:06 +02:00
Mario Rodas
2ea5e5d0e0
Merge pull request #220110 from fabaff/exploitdb-bump
exploitdb: 2023-03-01 -> 2023-03-06
2023-03-08 07:38:39 -05:00
R. RyanTM
270c722c89
aws-vault: 6.6.2 -> 7.0.0 (#220033) 2023-03-08 13:10:56 +01:00
Sandro
4754474723
Merge pull request #215101 from afh/groff-preconv-options
groff: Add enableIconv and enableLibuchardet option
2023-03-08 12:56:39 +01:00
R. Ryantm
bfc237b4aa zfxtop: 0.2.1 -> 0.3.0 2023-03-08 11:29:38 +00:00
R. Ryantm
b049df0060 html-xml-utils: 8.4 -> 8.5 2023-03-08 10:37:48 +00:00
Doron Behar
78fee03467 txr: install vim-plugin to nvim/site 2023-03-08 12:32:40 +02:00
Doron Behar
79c6578005 fzf: install vim-plugin to nvim/site 2023-03-08 12:32:40 +02:00
R. Ryantm
159cf2b7df rpm-ostree: 2023.1 -> 2023.2 2023-03-08 10:06:19 +00:00
R. Ryantm
eb12796851 shadowsocks-v2ray-plugin: 1.3.1 -> 1.3.2 2023-03-08 10:05:53 +00:00
R. Ryantm
bd7439ef8c xcp: 0.9.3 -> 0.9.4 2023-03-08 09:54:12 +00:00
Jonas Heinrich
22fd05adee networkd-dispatcher: Add patch support store files 2023-03-08 10:20:47 +01:00
R. Ryantm
bff6d7eb5e fabric-installer: 0.11.1 -> 0.11.2 2023-03-08 09:11:23 +00:00
Artturi
16c5fd766d
Merge pull request #220004 from Artturin/strictdepsenables
pkgs/tools/wayland: enable strictDeps
2023-03-08 11:05:32 +02:00
Mostly Void
d6e7f3fc7b
rmw: init at 0.9.0 2023-03-08 13:17:41 +05:30
Fabian Affolter
c1d9d8c7f3 exploitdb: 2023-03-01 -> 2023-03-06 2023-03-08 08:28:03 +01:00
Fabian Affolter
d7a0fc6e76 amass: 3.21.2 -> 3.22.0
Diff: https://github.com/OWASP/Amass/compare/v3.21.2...v3.22.0

Changelog: https://github.com/OWASP/Amass/releases/tag/v3.22.0
2023-03-08 08:23:24 +01:00
Nick Cao
a6cc6b5f00
Merge pull request #219889 from r-ryantm/auto-update/android-tools
android-tools: 33.0.3p2 -> 34.0.0
2023-03-08 15:14:55 +08:00
Nick Cao
4031010035
Merge pull request #219890 from r-ryantm/auto-update/autorestic
autorestic: 1.7.6 -> 1.7.7
2023-03-08 15:12:55 +08:00
Nick Cao
ecaa01deb4
Merge pull request #219957 from r-ryantm/auto-update/gobgp
gobgp: 3.11.0 -> 3.12.0
2023-03-08 15:10:53 +08:00
Fabian Affolter
520fdd44a2
Merge pull request #220078 from fabaff/kubescape-bump
kubescape: 2.2.3 -> 2.2.4
2023-03-08 08:02:57 +01:00
Fabian Affolter
4126d6b492
Merge pull request #219953 from fabaff/stunnel-bump
stunnel: 5.67 -> 5.69
2023-03-08 08:01:14 +01:00
Nick Cao
909b044895
Merge pull request #220085 from r-ryantm/auto-update/erdtree
erdtree: 1.2.0 -> 1.3.0
2023-03-08 15:01:08 +08:00
Nick Cao
c1914c0a24
Merge pull request #220090 from r-ryantm/auto-update/ov
ov: 0.14.2 -> 0.15.0
2023-03-08 14:57:59 +08:00
Mario Rodas
7a4e3b4c2a
Merge pull request #220032 from r-ryantm/auto-update/aws-sso-cli
aws-sso-cli: 1.9.9 -> 1.9.10
2023-03-08 00:27:38 -05:00
R. Ryantm
b274a380cf logcheck: 1.3.23 -> 1.4.2 2023-03-08 04:25:48 +00:00
Ilan Joselevich
9cdf69525b
Merge pull request #218771 from SharzyL/nexttrace
nexttrace: init at 1.1.3
2023-03-08 05:26:56 +02:00
SharzyL
194a380161
nexttrace: init at 1.1.3 2023-03-08 11:20:55 +08:00
R. Ryantm
3d647935eb ov: 0.14.2 -> 0.15.0 2023-03-08 02:39:08 +00:00
Mario Rodas
94e3b4d323
Merge pull request #219947 from r-ryantm/auto-update/chezmoi
chezmoi: 2.31.0 -> 2.31.1
2023-03-07 21:16:58 -05:00
R. Ryantm
a8a12fdf85 erdtree: 1.2.0 -> 1.3.0 2023-03-08 02:08:38 +00:00
R. Ryantm
c3dcd58d7e netbird: 0.14.1 -> 0.14.2 2023-03-08 01:47:21 +00:00
Fabian Affolter
4ffa19a0e9 kubescape: 2.2.3 -> 2.2.4
Diff: https://github.com/kubescape/kubescape.git/compare/refs/tags/v2.2.3...v2.2.4

Changelog: https://github.com/kubescape/kubescape/releases/tag/v2.2.4
2023-03-08 01:26:48 +01:00
Fabian Affolter
43a3285b1e kubescape: 2.0.161 -> 2.2.3
Diff: https://github.com/armosec/kubescape.git/compare/refs/tags/v2.0.161...v2.2.3

Changelog: https://github.com/armosec/kubescape/releases/tag/v2.2.3
2023-03-08 00:37:36 +01:00
Fabian Affolter
972fda0ee0
Merge pull request #220048 from r-ryantm/auto-update/syft
syft: 0.73.0 -> 0.74.0
2023-03-08 00:26:11 +01:00
Martin Weinelt
8425791f4c
Merge pull request #220036 from kirillrdy/awsebcli-maintainer
awsebcli: add kirillrdy as maintainer
2023-03-07 21:08:46 +00:00
R. Ryantm
524885c108 syft: 0.73.0 -> 0.74.0 2023-03-07 21:06:18 +00:00
realweezerfan93
ecfff018eb
masscan: add patch to fix resume functionality (#219905) 2023-03-07 21:34:23 +01:00
Kirill Radzikhovskyy
72d7d2e9cc awsebcli: add kirillrdy as maintainer 2023-03-08 07:33:59 +11:00
Ilan Joselevich
3be1b471ed
Merge pull request #219608 from apfelkuchen6/mpd-sima
mpd-sima: init at 0.18.2
2023-03-07 22:06:23 +02:00
R. Ryantm
0c370aab64 aws-sso-cli: 1.9.9 -> 1.9.10 2023-03-07 19:23:02 +00:00
Artturi
7d2b144f7e
Merge pull request #219949 from developer-guy/feature/goreleaser-add-developer-guy-to-maintainers 2023-03-07 21:02:39 +02:00
Batuhan Apaydın
a76b5ced8b
goreleaser: add developer-guy to maintainers list
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-03-07 20:56:48 +03:00
Batuhan Apaydın
acf1389e2f
goreleaser: add caarlos0 to maintainers list
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2023-03-07 20:56:20 +03:00
R. Ryantm
22cf9cd011 sfeed: 1.6 -> 1.7 2023-03-07 17:24:36 +00:00
figsoda
906399316a
Merge pull request #220010 from r-ryantm/auto-update/checkip
checkip: 0.44.2 -> 0.45.1
2023-03-07 12:17:06 -05:00
Azat Bahawi
2ba999615a
psql2csv: init at 0.12 2023-03-07 20:08:57 +03:00
figsoda
144ede9ee6
Merge pull request #219981 from r-ryantm/auto-update/gopsuinfo
gopsuinfo: 0.1.2 -> 0.1.3
2023-03-07 11:57:35 -05:00
figsoda
0ef02c4792
Merge pull request #219958 from r-ryantm/auto-update/d2
d2: 0.2.2 -> 0.2.3
2023-03-07 11:41:48 -05:00
R. Ryantm
9bfeb0d751 checkip: 0.44.2 -> 0.45.1 2023-03-07 16:29:06 +00:00
Artturin
47ace7b0af pkgs/tools/nix: enable strictDeps
`fd "\.nix" pkgs/tools/nix | xargs rg "strictDeps" --files-without-match | xargs rg "buildRust|buildGo|buildPyt|buildNim" --files-without-match | xargs vim -p`

checked with Artturin/diffing
2023-03-07 18:13:44 +02:00
Artturin
94ce5a875a pkgs/tools/wayland: enable strictDeps
`fd "\.nix" pkgs/tools/wayland | xargs rg "strictDeps" --files-without-match | xargs rg "buildRust|buildGo|buildPyt|buildNim" --files-without-match | xargs vim -p`

checked with Artturin/diffing

removed unnecessary depsBuildBuild in waynergy
2023-03-07 18:13:38 +02:00
Ilan Joselevich
acc86a9316
Merge pull request #219932 from marsam/update-mcfly
mcfly: 0.7.1 -> 0.8.0
2023-03-07 18:12:58 +02:00
Ilan Joselevich
f9f47e8032
Merge pull request #219436 from dotlambda/esptool-4.5.1
esptool: 4.5 -> 4.5.1
2023-03-07 15:21:48 +02:00
Ilan Joselevich
96a594e4f5
Merge pull request #219943 from Trundle/pulumi-3.56.0
pulumi: 3.55.0 -> 3.56.0
2023-03-07 15:05:31 +02:00
Ilan Joselevich
bbe17249e5
Merge pull request #219959 from matthiasbeyer/update-zellij
zellij: 0.34.4 -> 0.35.1
2023-03-07 14:55:39 +02:00
R. Ryantm
ddf52e637c gopsuinfo: 0.1.2 -> 0.1.3 2023-03-07 12:34:42 +00:00
Atemu
acdc303ed7
Merge pull request #219836 from wegank/leo2-darwin
leo2, statverif: add darwin support
2023-03-07 13:24:35 +01:00
Matthias Beyer
106f543e50
zellij: 0.34.4 -> 0.35.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-03-07 10:43:55 +01:00
R. Ryantm
329e37ab4c d2: 0.2.2 -> 0.2.3 2023-03-07 09:26:27 +00:00
R. Ryantm
0fd67b467a gobgp: 3.11.0 -> 3.12.0 2023-03-07 09:15:05 +00:00
Fabian Affolter
2a68c63fc6 stunnel: 5.67 -> 5.69 2023-03-07 09:39:46 +01:00
Weijia Wang
f20a50655c
Merge pull request #219760 from r-ryantm/auto-update/exfat
exfat: 1.3.0 -> 1.4.0
2023-03-07 10:06:01 +02:00
R. Ryantm
a3dcdef4a7 chezmoi: 2.31.0 -> 2.31.1 2023-03-07 08:02:32 +00:00
R. Ryantm
3e79b30f64 browserpass: 3.0.10 -> 3.1.0 2023-03-07 07:20:01 +00:00
Mario Rodas
c2aa8ebfae
Merge pull request #219725 from anthonyroussel/awscli_2_11
awscli2: 2.10.4 -> 2.11.0
2023-03-07 02:07:23 -05:00
Andreas Stührk
d966df07bf pulumi: 3.55.0 -> 3.56.0 2023-03-07 08:05:36 +01:00
R. Ryantm
14af7c5a37 directx-shader-compiler: 1.7.2212 -> 1.7.2212.1 2023-03-07 06:35:52 +00:00
Nick Cao
e6b907512f
Merge pull request #219877 from r-ryantm/auto-update/doppler
doppler: 3.55.0 -> 3.56.0
2023-03-07 13:30:54 +08:00
Nick Cao
4a1f65510f
Merge pull request #219923 from r-ryantm/auto-update/uacme
uacme: 1.7.3 -> 1.7.4
2023-03-07 13:27:35 +08:00
Mario Rodas
c78cc09a4e
Merge pull request #219914 from techknowlogick/goreleaser-1160
goreleaser: 1.15.2 -> 1.16.0
2023-03-07 00:21:01 -05:00
Mario Rodas
ab652b292d
Merge pull request #219918 from r-ryantm/auto-update/kbs2
kbs2: 0.7.1 -> 0.7.2
2023-03-07 00:20:49 -05:00
R. Ryantm
a7f90a36f1 vector: 0.28.0 -> 0.28.1 2023-03-07 00:07:23 -05:00
Mario Rodas
1846e296de mcfly: 0.7.1 -> 0.8.0
https://github.com/cantino/mcfly/releases/tag/v0.8.0
2023-03-07 04:20:00 +00:00
R. Ryantm
6f7d6eba8f uacme: 1.7.3 -> 1.7.4 2023-03-07 03:21:49 +00:00
R. Ryantm
a3dfcb57c2 kbs2: 0.7.1 -> 0.7.2 2023-03-07 02:40:40 +00:00
techknowlogick
72123b64d4 goreleaser: 1.15.2 -> 1.16.0
Diff: https://github.com/goreleaser/goreleaser/compare/v1.15.2...v1.16.0
2023-03-06 21:17:28 -05:00
figsoda
777a9707e7
Merge pull request #219884 from r-ryantm/auto-update/erdtree
erdtree: 1.1.0 -> 1.2.0
2023-03-06 17:04:46 -05:00
Weijia Wang
da3dacd0e6 treewide: use ocaml-ng.ocamlPackages_4_14_unsafe_string 2023-03-07 00:03:54 +02:00
Weijia Wang
da72539659
Merge pull request #219881 from wegank/weidu-ocaml
weidu: patch against OCaml 4.14
2023-03-06 23:58:24 +02:00
figsoda
14e9a2a7ef
Merge pull request #219862 from r-ryantm/auto-update/fselect
fselect: 0.8.1 -> 0.8.2
2023-03-06 16:52:58 -05:00
R. Ryantm
983d0143d0 autorestic: 1.7.6 -> 1.7.7 2023-03-06 21:35:31 +00:00
R. Ryantm
a233af6877 android-tools: 33.0.3p2 -> 34.0.0 2023-03-06 21:30:21 +00:00
R. Ryantm
883997cb3a erdtree: 1.1.0 -> 1.2.0 2023-03-06 21:21:36 +00:00
Weijia Wang
9b985ffb11 weidu: patch against OCaml 4.14 2023-03-06 23:12:55 +02:00
Ilan Joselevich
aaa58820e7
Merge pull request #219084 from r-ryantm/auto-update/pritunl-client
pritunl-client: 1.3.3430.77 -> 1.3.3457.61
2023-03-06 22:50:01 +02:00
Ilan Joselevich
b25c0d045b
Merge pull request #219168 from r-ryantm/auto-update/gnuplot
gnuplot: 5.4.5 -> 5.4.6
2023-03-06 22:48:03 +02:00
Weijia Wang
5abe4f7e40
Merge pull request #219795 from r-ryantm/auto-update/jfrog-cli
jfrog-cli: 2.34.2 -> 2.34.6
2023-03-06 22:47:01 +02:00
Weijia Wang
dd99096158
Merge pull request #219765 from r-ryantm/auto-update/rauc
rauc: 1.8 -> 1.9
2023-03-06 22:36:16 +02:00
Weijia Wang
f9394c1dfe
Merge pull request #219762 from r-ryantm/auto-update/kics
kics: 1.6.10 -> 1.6.11
2023-03-06 22:33:20 +02:00
Weijia Wang
fe52fd19bb
Merge pull request #219732 from r-ryantm/auto-update/rpi-imager
rpi-imager: 1.7.3 -> 1.7.4
2023-03-06 22:30:36 +02:00
R. Ryantm
67b2ca1b16 doppler: 3.55.0 -> 3.56.0 2023-03-06 20:26:33 +00:00
Weijia Wang
4ef0646597
Merge pull request #219690 from r-ryantm/auto-update/thermald
thermald: 2.5.1 -> 2.5.2
2023-03-06 22:02:24 +02:00
Weijia Wang
2b72077c67
Merge pull request #219633 from r-ryantm/auto-update/shotman
shotman: 0.4.0 -> 0.4.1
2023-03-06 22:01:34 +02:00
Weijia Wang
c40da21d0a
Merge pull request #219714 from r-ryantm/auto-update/openseachest
openseachest: 22.07 -> 23.03
2023-03-06 21:20:10 +02:00
Sandro
3dc1645883
Merge pull request #218560 from aaronjheng/wakatime 2023-03-06 19:51:21 +01:00
Fabian Affolter
f1e31f77cc
Merge pull request #219766 from fabaff/ospd
ospd-openvas: init at 22.4.6
2023-03-06 19:27:52 +01:00
R. Ryantm
9687cb670b fselect: 0.8.1 -> 0.8.2 2023-03-06 18:15:48 +00:00
Artturi
02582245d2
Merge pull request #219839 from sagehane/pokefinder 2023-03-06 18:44:33 +02:00
Anderson Torres
003d985aad
Merge pull request #217402 from ElnuDev/xborders
xborders: init at 3.4
2023-03-06 13:39:04 -03:00
Sage Hane
4b23fea83c
pokefinder: Add qtwayland for Linux 2023-03-06 17:12:40 +01:00
Franz Pletz
bcd27cfdd8
Merge pull request #219733 from arjan-s/ntfy-sh-2.1.2 2023-03-06 15:35:15 +01:00
Fabian Affolter
309bf8588f
Merge pull request #219764 from fabaff/ares
ares-rs: init at 0.9.0
2023-03-06 14:32:32 +01:00
Nick Cao
629b72dfd1
Merge pull request #219788 from imlonghao/patch-1
bgpq4: 1.8 -> 1.9
2023-03-06 17:57:41 +08:00
Georges Dubus
4f7c3679d3
Merge pull request #219748 from r-ryantm/auto-update/openfortivpn
openfortivpn: 1.19.0 -> 1.20.1
2023-03-06 10:00:47 +01:00
imlonghao
c5d748d650 bgpq4: 1.8 -> 1.9 2023-03-06 16:23:35 +08:00
Weijia Wang
f1901002ba
Merge pull request #219371 from mausch/xpra
xpra: 4.3.3 -> 4.4.3
2023-03-06 09:05:43 +02:00
Robert Schütz
14d6f27907
Merge pull request #218695 from dotlambda/bubblewrap-0.8.0
bubblewrap: 0.7.0 -> 0.8.0
2023-03-05 20:12:42 -08:00
R. Ryantm
8c7e78ad9d jfrog-cli: 2.34.2 -> 2.34.6 2023-03-06 03:32:40 +00:00
Nick Cao
055d3ed14f
Merge pull request #219720 from paulwalker-dev/drawterm-unstable-2023-03-05
drawterm: unstable-2021-10-02 -> unstable-2023-03-05
2023-03-06 10:50:41 +08:00
Nick Cao
7f4ee2f42a
Merge pull request #219743 from r-ryantm/auto-update/autorestic
autorestic: 1.7.5 -> 1.7.6
2023-03-06 10:48:38 +08:00
Fabian Affolter
23dec20de6 ospd-openvas: init at 22.4.6
https://github.com/greenbone/ospd-openvas
2023-03-06 00:56:48 +01:00
R. Ryantm
1a79103b2b rauc: 1.8 -> 1.9 2023-03-05 23:47:12 +00:00
Fabian Affolter
1fc187089b ares-rs: init at 0.9.0 2023-03-06 00:16:48 +01:00
Sandro Jäckel
823e822aee
mdbook: 0.4.26 -> 0.4.28
Diff: https://github.com/rust-lang/mdBook/compare/refs/tags/v0.4.26...v0.4.28

Changelog: https://github.com/rust-lang/mdBook/blob/v0.4.28/CHANGELOG.md
2023-03-06 00:09:20 +01:00
R. Ryantm
cda984b5ec kics: 1.6.10 -> 1.6.11 2023-03-05 22:45:16 +00:00
Mario Rodas
498a67df18
Merge pull request #219591 from marsam/update-yt-dlp
yt-dlp: 2023.3.3 -> 2023.3.4
2023-03-05 17:28:39 -05:00
Ryan Lahfa
a9b8812226
Merge pull request #219500 from Tom-Hubrecht/borgmatic
borgmatic: 1.7.6 -> 1.7.8
2023-03-05 23:14:54 +01:00
R. Ryantm
50f8a89d69 exfat: 1.3.0 -> 1.4.0 2023-03-05 22:08:36 +00:00
Wout Mertens
207234d087
Merge pull request #219741 from marsam/fix-netdata-build
netdata: fix netdata-go-plugins package name
2023-03-05 22:57:25 +01:00
R. Ryantm
fddd8787d3 openfortivpn: 1.19.0 -> 1.20.1 2023-03-05 21:17:06 +00:00
Dmitry Bogatov
2fd55ed4c9 cdist: init at 7.0.0 2023-03-05 16:15:04 -05:00
Nikolay Korotkiy
0ebaa9bc83 ttop: init at 0.8.6 2023-03-05 15:02:05 -06:00
R. Ryantm
1c696382ae autorestic: 1.7.5 -> 1.7.6 2023-03-05 20:46:55 +00:00
Mario Rodas
e692221d56 netdata-go-plugins: use default buildGoModule
netdata-go-plugins >=0.51.1 supports Go 1.20
be7abea20e
2023-03-05 15:15:00 -05:00
Mario Rodas
09116a2377 netdata: fix netdata-go-plugins package name 2023-03-05 15:15:00 -05:00
Wout Mertens
0fc5cb5c8a
Merge pull request #218980 from wmertens/netdata-go-plugin
netdata-go-d-plugin: 0.50.0 -> 0.51.2 + expose
2023-03-05 21:11:10 +01:00
Arjan Schrijver
2bd6fc164c ntfy-sh: 2.1.1 -> 2.1.2
Diff: https://github.com/binwiederhier/ntfy/compare/v2.1.1...v2.1.2
Release notes: https://docs.ntfy.sh/releases/#ntfy-server-v212
2023-03-05 21:11:04 +01:00
R. Ryantm
2b814394c8 rpi-imager: 1.7.3 -> 1.7.4 2023-03-05 20:05:14 +00:00
ElnuDev
3d173e9635 xborders: init at 3.4 2023-03-05 11:18:33 -08:00
Anthony Roussel
783dd8d4fe
awscli2: 2.10.4 -> 2.11.0 2023-03-05 19:29:58 +01:00
Bernardo Meurer
ffd8e57774
Merge pull request #219477 from doronbehar/pkg/bindfs 2023-03-05 13:20:31 -05:00
Paul Walker
353885536c drawterm: unstable-2021-10-02 -> unstable-2023-03-05 2023-03-05 12:54:28 -05:00
Robert Schütz
032df61bac
Merge pull request #219651 from r-ryantm/auto-update/ytfzf
ytfzf: 2.5.4 -> 2.5.5
2023-03-05 09:39:31 -08:00
R. Ryantm
c299df8dec openseachest: 22.07 -> 23.03 2023-03-05 17:33:47 +00:00
Sandro
5a695ebb77
Merge pull request #210125 from OPNA2608/fix/pdisk_patchurl 2023-03-05 18:09:01 +01:00
Artturi
25f5868346
Merge pull request #219685 from Artturin/waylanddirtweaks 2023-03-05 18:57:13 +02:00
figsoda
3510165d84
Merge pull request #219689 from romildo/upd.vopono
vopono: 0.10.4 -> 0.10.5
2023-03-05 10:06:49 -05:00
R. Ryantm
b2acf6bcd1 thermald: 2.5.1 -> 2.5.2 2023-03-05 14:24:33 +00:00
José Romildo
4c83fc3335 vopono: 0.10.4 -> 0.10.5 2023-03-05 11:01:29 -03:00
Artturin
d3c7ef80ef pkgs/tools/wayland: mark all linux only
on non-linux they all fail various variations of
meson.build:26:0: ERROR: Dependency "wayland-client" not found, tried pkgconfig and framework
fatal error: 'wayland-util.h' file not found
2023-03-05 15:11:44 +02:00
Mario Rodas
99068e4aec
Merge pull request #219660 from r-ryantm/auto-update/httm
httm: 0.22.2 -> 0.23.0
2023-03-05 08:08:44 -05:00
Mario Rodas
d69babbef3
Merge pull request #219656 from foo-dogsquared/update-vale
vale: 2.23.0 -> 2.23.3
2023-03-05 07:38:27 -05:00
Weijia Wang
f5edd0616b
Merge pull request #219518 from r-ryantm/auto-update/bash_unit
bash_unit: 2.0.1 -> 2.1.0
2023-03-05 14:00:24 +02:00
Weijia Wang
83c6cdfe1e
Merge pull request #219507 from r-ryantm/auto-update/aws-rotate-key
aws-rotate-key: 1.0.8 -> 1.1.0
2023-03-05 13:57:46 +02:00
Weijia Wang
9c351ed001
Merge pull request #219641 from r-ryantm/auto-update/tuc
tuc: 0.11.0 -> 1.0.0
2023-03-05 13:55:10 +02:00
Weijia Wang
1ecf30b124
Merge pull request #219501 from r-ryantm/auto-update/eksctl
eksctl: 0.131.0 -> 0.132.0
2023-03-05 12:40:49 +02:00