Commit Graph

79819 Commits

Author SHA1 Message Date
Fabian Affolter
c65681125f
Merge pull request #292728 from r-ryantm/auto-update/httpx
httpx: 1.4.0 -> 1.5.0
2024-03-02 09:35:33 +01:00
R. Ryantm
8d6a37e699 httpx: 1.4.0 -> 1.5.0 2024-03-02 05:20:10 +00:00
Mario Rodas
f7f63520cd
Merge pull request #292623 from r-ryantm/auto-update/vale
vale: 3.2.0 -> 3.2.1
2024-03-01 23:40:03 -05:00
Mario Rodas
c16ca82d1f
Merge pull request #291680 from trofi/moreutils-update
moreutils: 0.68 -> 0.69
2024-03-01 23:20:08 -05:00
Mario Rodas
b30e4db5b7
Merge pull request #292470 from r-ryantm/auto-update/syft
syft: 0.105.1 -> 1.0.0
2024-03-01 23:17:11 -05:00
éclairevoyant
aa94fc78b0
Merge pull request #289900 from afh/undmg-apfs
7zz: add setup hook script to unpack DMG files
2024-03-02 02:59:19 +00:00
Nick Cao
520456e905
qt6Packages.fcitx5-qt: fix repo in fetchFromGitHub 2024-03-01 21:04:27 -05:00
Maciej Krüger
acc3f7103e
Merge pull request #292677 from trofi/distrobuilder.tests-fix-incus-reference
distrobuilder.tests: update `incus.container` reference
2024-03-02 01:42:21 +01:00
Sergei Trofimovich
6eef1793ca distrobuilder.tests: update incus.container reference
Without the change the test build attempt fails the evaluation as:

    $ nix build --no-link -f. distrobuilder.tests.incus

       error: attribute 'container' missing

       at pkgs/tools/virtualization/distrobuilder/default.nix:54:19:

           53|   passthru = {
           54|     tests.incus = nixosTests.incus.container;
             |                   ^

This started happening after `container` test was split in two in
c607e70f70 "nixosTests.incus: add test with old and new init".
2024-03-01 22:48:18 +00:00
Julien Malka
0cbf7464eb
Merge pull request #291448 from trofi/diffoscope-update 2024-03-01 22:05:07 +01:00
Nick Cao
cb9d82b0c4
Merge pull request #292619 from RaitoBezarius/garage-update
garage_0_8: 0.8.5 -> 0.8.6, garage: 0.9.1 -> 0.9.2
2024-03-01 15:21:39 -05:00
Raito Bezarius
4ffb9ba707 garage: mark broken on Darwin
It broke again because of some linker error.
```
garage-aarch64-darwin> warning: use of deprecated associated function `garage_db::sled_adapter::SledDb::init`: The Sled database is now deprecated and will be removed in Garage v1.0. Please migrate to LMDB or Sqlite as soon as possible.
garage-aarch64-darwin>    --> src/model/garage.rs:134:31
garage-aarch64-darwin>     |
garage-aarch64-darwin> 134 |                 db::sled_adapter::SledDb::init(db)
garage-aarch64-darwin>     |                                           ^^^^
garage-aarch64-darwin>     |
garage-aarch64-darwin>     = note: `#[warn(deprecated)]` on by default
garage-aarch64-darwin>
garage-aarch64-darwin>    Compiling garage_api v0.9.2 (/private/tmp/nix-build-garage-0.9.2.drv-0/source/src/api)
garage-aarch64-darwin>    Compiling garage_web v0.9.2 (/private/tmp/nix-build-garage-0.9.2.drv-0/source/src/web)
garage-aarch64-darwin> warning: `garage_model` (lib) generated 1 warning
garage-aarch64-darwin>    Compiling garage v0.9.2 (/private/tmp/nix-build-garage-0.9.2.drv-0/source/src/garage)
garage-aarch64-darwin> warning: use of deprecated associated function `garage_db::sled_adapter::SledDb::init`: The Sled database is now deprecated and will be removed in Garage v1.0. Please migrate to LMDB or Sqlite as soon as possible.
garage-aarch64-darwin>   --> src/garage/cli/convert_db.rs:65:29
garage-aarch64-darwin>    |
garage-aarch64-darwin> 65 |             Ok(sled_adapter::SledDb::init(db))
garage-aarch64-darwin>    |                                      ^^^^
garage-aarch64-darwin>    |
garage-aarch64-darwin>    = note: `#[warn(deprecated)]` on by default
garage-aarch64-darwin>
garage-aarch64-darwin> error: linker `/nix/store/6kpjydf9x7zqa1xq2qipnwr32ki3fs2n-clang-wrapper-16.0.6/bin/cc` not found
garage-aarch64-darwin>   |
garage-aarch64-darwin>   = note: No such file or directory (os error 2)
```

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-01 19:35:03 +01:00
Ben Siraphob
136abf61f8
Merge pull request #291912 from siraben/mmv-update-fix
mmv: 2.5.1 -> 2.6
2024-03-01 12:40:07 -05:00
R. Ryantm
13c7420268 vale: 3.2.0 -> 3.2.1 2024-03-01 17:18:21 +00:00
Raito Bezarius
b041481ef3 garage: 0.9.1 -> 0.9.2
https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.9.2
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-01 18:05:18 +01:00
Raito Bezarius
19bfc60e9f garage_0_8: 0.8.5 -> 0.8.6
https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.8.6
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-01 18:05:02 +01:00
Nick Cao
6fb9849e68
fcitx5-configtool: build for both qt versions 2024-03-01 11:10:27 -05:00
Nick Cao
45e4e8f973
fcitx5-chinese-addons: build for both qt versions 2024-03-01 10:44:07 -05:00
Nick Cao
51f1291ea5
fcitx5-unikey: build for both qt versions 2024-03-01 10:44:06 -05:00
Nick Cao
0b5b74bbeb
fcitx5-skk: build for both qt versions 2024-03-01 10:44:06 -05:00
Nick Cao
71a4ccb5b7
Merge pull request #292594 from r-ryantm/auto-update/mergerfs
mergerfs: 2.40.1 -> 2.40.2
2024-03-01 10:36:49 -05:00
Nick Cao
ba94e8cceb
Merge pull request #292595 from Vonfry/updat/fcitx5-5.1.8
fcitx5: 5.1.7 -> 5.1.8
2024-03-01 10:21:20 -05:00
Nick Cao
f9b8932a70
Merge pull request #292454 from r-ryantm/auto-update/scraper
scraper: 0.18.1 -> 0.19.0
2024-03-01 10:19:17 -05:00
Nick Cao
f7fe73b437
Merge pull request #292402 from r-ryantm/auto-update/bfs
bfs: 3.1.1 -> 3.1.2
2024-03-01 10:13:37 -05:00
Nick Cao
cdebbef6e7
Merge pull request #292405 from r-ryantm/auto-update/fioctl
fioctl: 0.40 -> 0.41
2024-03-01 10:12:59 -05:00
Nick Cao
970fe7b621
Merge pull request #292409 from r-ryantm/auto-update/kube-bench
kube-bench: 0.7.1 -> 0.7.2
2024-03-01 10:12:08 -05:00
R. RyanTM
8147f49e28
direnv: 2.33.0 -> 2.34.0 (#292564) 2024-03-01 15:43:32 +01:00
R. Ryantm
75a1ff3f94 mergerfs: 2.40.1 -> 2.40.2 2024-03-01 14:05:57 +00:00
Vonfry
49e7019988
fcitx5-unikey: 5.1.2 -> 5.1.3
Diff: https://github.com/fcitx/fcitx5-unikey/compare/5.1.2...5.1.3
2024-03-01 22:01:00 +08:00
Vonfry
b90a2326ed
fcitx5-table-other: 5.1.0 -> 5.1.1
Diff: https://github.com/fcitx/fcitx5-table-other/compare/5.1.0...5.1.1
2024-03-01 22:00:53 +08:00
Vonfry
b85b81d215
fcitx5-table-extra: 5.1.3 -> 5.1.4
Diff: https://github.com/fcitx/fcitx5-table-extra/compare/5.1.3...5.1.4
2024-03-01 22:00:47 +08:00
Vonfry
7603c6794e
fcitx5-skk: 5.1.1 -> 5.1.2
Diff: https://github.com/fcitx/fcitx5-skk/compare/5.1.1...5.1.2
2024-03-01 22:00:40 +08:00
Vonfry
0be796b5bf
fcitx5-rime: 5.1.4 -> 5.1.5 2024-03-01 22:00:34 +08:00
Vonfry
ace8f134ea
fcitx5-hangul: 5.1.1 -> 5.1.2
Diff: https://github.com/fcitx/fcitx5-hangul/compare/5.1.1...5.1.2
2024-03-01 22:00:17 +08:00
Vonfry
0237047987
fcitx5-gtk: 5.1.1 -> 5.1.2
Diff: https://github.com/fcitx/fcitx5-gtk/compare/5.1.1...5.1.2
2024-03-01 22:00:12 +08:00
Vonfry
5a7d6c3698
fcitx5-configtool: 5.1.3 -> 5.1.4
Diff: https://github.com/fcitx/fcitx5-configtool/compare/5.1.3...5.1.4
2024-03-01 22:00:07 +08:00
Vonfry
78497390bb
fcitx5-chinese-addons: 5.1.3 -> 5.1.4
Diff: https://github.com/fcitx/fcitx5-chinese-addons/compare/5.1.3...5.1.4
2024-03-01 22:00:02 +08:00
Vonfry
2527e875cc
fcitx5: 5.1.7 -> 5.1.8
Diff: https://github.com/fcitx/fcitx5/compare/5.1.7...5.1.8
2024-03-01 21:59:53 +08:00
Fabian Affolter
a6f4bf784c
Merge pull request #292463 from r-ryantm/auto-update/gotestwaf
gotestwaf: 0.4.12 -> 0.4.13
2024-03-01 14:19:49 +01:00
Fabian Affolter
b83ac93309
Merge pull request #292537 from fabaff/exploitdb-bump
exploitdb: 2024-02-27 -> 2024-03-01
2024-03-01 14:18:11 +01:00
Fabian Affolter
704b556f31
Merge pull request #292560 from r-ryantm/auto-update/asnmap
asnmap: 1.0.6 -> 1.1.0
2024-03-01 14:17:07 +01:00
Fabian Affolter
251099e9f2
Merge pull request #292539 from fabaff/cfripper-bump
cfripper: 1.15.4 -> 1.15.5
2024-03-01 14:16:59 +01:00
Fabian Affolter
a51ffbdafd
Merge pull request #292540 from fabaff/ldeep-bump
ldeep: 1.0.52 -> 1.0.53
2024-03-01 14:16:49 +01:00
Fabian Affolter
f3cd7893d9
Merge pull request #292541 from fabaff/knockpy-bump
knockpy: 6.1.0 -> 7.0.0
2024-03-01 14:14:25 +01:00
Fabian Affolter
64f29a96ad
asnmap: refactor 2024-03-01 14:08:33 +01:00
Sergei Trofimovich
e4387fdefa diffoscope: 257 -> 259
Changes:
- https://diffoscope.org/news/diffoscope-258-released/
- https://diffoscope.org/news/diffoscope-259-released/
2024-03-01 12:45:37 +00:00
Mario Rodas
0bdae1d625
Merge pull request #291923 from ereslibre/bump-wasm-tools
wasm-tools: 1.200.0 -> 1.201.0
2024-03-01 07:23:04 -05:00
Mario Rodas
4849355399
Merge pull request #291718 from r-ryantm/auto-update/cloud-init
cloud-init: 23.4.3 -> 23.4.4
2024-03-01 07:20:27 -05:00
R. Ryantm
4217f7f66c asnmap: 1.0.6 -> 1.1.0 2024-03-01 11:46:10 +00:00
Fabian Affolter
e6462a7065 knockpy: 6.1.0 -> 7.0.0
Diff: https://github.com/guelfoweb/knock/compare/refs/tags/6.1.0...7.0.0

Changelog: https://github.com/guelfoweb/knock/releases/tag/7.0.0
2024-03-01 12:11:45 +01:00