Commit Graph

3374 Commits

Author SHA1 Message Date
Luke Granger-Brown
84fcbb0b14
Merge pull request #294644 from simonhollingshead/bcache-tools108
bcache-tools: 1.0.7 -> 1.0.8
2024-03-17 16:53:49 +00:00
Weijia Wang
8f908a6141
Merge pull request #293396 from r-ryantm/auto-update/tar2ext4
tar2ext4: 0.11.4 -> 0.12.0
2024-03-17 15:46:31 +01:00
R. Ryantm
d4bd681a96 squashfs-tools-ng: 1.2.0 -> 1.3.0 2024-03-12 12:18:29 +00:00
Simon Hollingshead
a6d61a9667 bcache-tools: 1.0.7 -> 1.0.8
https://github.com/g2p/bcache-tools/compare/v1.0.7...v1.0.8
2024-03-10 04:01:50 +00:00
Weijia Wang
9dd105625d unrar: 6.2.12 -> 7.0.7 2024-03-08 09:57:11 +01:00
Weijia Wang
bb26ee8eed
Merge pull request #287411 from r-ryantm/auto-update/ceph-csi
ceph-csi: 3.10.1 -> 3.10.2
2024-03-07 09:42:47 +01:00
Weijia Wang
d07a61afd5
Merge pull request #291364 from r-ryantm/auto-update/s3fs
s3fs: 1.93 -> 1.94
2024-03-07 08:16:37 +01:00
Nick Cao
1a480d34ea
Merge pull request #293746 from r-ryantm/auto-update/ssdfs-utils
ssdfs-utils: 4.38 -> 4.39
2024-03-06 17:29:36 -05:00
Weijia Wang
061cfed2b6
Merge pull request #290829 from r-ryantm/auto-update/squashfuse
squashfuse: 0.5.0 -> 0.5.2
2024-03-06 22:28:18 +01:00
R. Ryantm
3904a6e6f7 ssdfs-utils: 4.38 -> 4.39 2024-03-06 11:30:49 +00:00
Adam C. Stephens
3c1f128a33
Merge pull request #293292 from adamcstephens/garage/20240304
garage_0_8: 0.8.6 -> 0.8.7, garage: 0.9.2 -> 0.9.3
2024-03-05 06:36:02 -05:00
Francesco Gazzetta
6ffb3618ea
Merge pull request #289980 from fgaz/treewide/fgaz-finalAttrs
treewide: use finalAttrs in packages maintained by @fgaz
2024-03-05 11:05:28 +01:00
7c6f434c
ea636c9dcc
Merge pull request #293249 from r-ryantm/auto-update/nilfs-utils
nilfs-utils: 2.2.9 -> 2.2.10
2024-03-05 09:21:29 +00:00
Francesco Gazzetta
0af8e41150 davfs2: use finalAttrs pattern 2024-03-05 09:50:19 +01:00
R. Ryantm
96eeaa30e9 tar2ext4: 0.11.4 -> 0.12.0 2024-03-05 02:39:48 +00:00
Adam Stephens
b125d698ed
garage_0_8: 0.8.6 -> 0.8.7
Changelog: https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.8.7
2024-03-04 11:36:28 -05:00
Adam Stephens
5c468df478
garage_0_9: 0.9.2 -> 0.9.3
Changelog: https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.9.3
2024-03-04 11:33:33 -05:00
ajs124
995ed0d6c1 xfsprogs: add myself as maintainer 2024-03-04 14:39:01 +01:00
R. Ryantm
a0b0805837 nilfs-utils: 2.2.9 -> 2.2.10 2024-03-04 13:17:35 +00: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
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
R. Ryantm
75a1ff3f94 mergerfs: 2.40.1 -> 2.40.2 2024-03-01 14:05:57 +00:00
Weijia Wang
c45e6f9dac
Merge pull request #291534 from wegank/fuse-ext2-bump
fuse-ext2: unstable-2020-07-12 -> 0.0.11
2024-02-29 20:29:21 +01:00
Nick Cao
9f9556fd02
Merge pull request #291660 from r-ryantm/auto-update/gcsfuse
gcsfuse: 1.4.1 -> 1.4.2
2024-02-27 08:41:21 -05:00
R. Ryantm
22291e905c gcsfuse: 1.4.1 -> 1.4.2 2024-02-26 20:29:56 +00:00
ironicbadger
d69d4b742e mergerfs: 2.40.0 -> 2.40.1 2024-02-26 13:41:30 -05:00
Weijia Wang
49179637b4 fuse-ext2: unstable-2020-07-12 -> 0.0.11 2024-02-26 10:35:06 +01:00
R. Ryantm
a67d8d68bb s3fs: 1.93 -> 1.94 2024-02-25 14:00:58 +00:00
R. Ryantm
593000b7d1 squashfuse: 0.5.0 -> 0.5.2 2024-02-23 09:31:48 +00:00
Niklas Hambüchen
9625afeb0f
Merge pull request #290136 from srhb/ceph-ignore-main-cryptography-patches
ceph: fix cryptography patching for in-expr version
2024-02-22 03:05:26 +01:00
Sarah Brofeldt
aadc609b0e ceph: fix cryptography patching for in-expr version 2024-02-22 02:04:49 +00:00
R. Ryantm
7cdf129f76 mergerfs: 2.39.0 -> 2.40.0 2024-02-20 23:15:19 +00:00
Robert Schütz
711b0df692
Merge pull request #289685 from dotlambda/ceph-cryptography
ceph: fix cryptography override
2024-02-19 06:03:10 +00:00
Alyssa Ross
5fba3e6294 gfs2-utils: 3.4.1 -> 3.5.1 2024-02-19 02:28:07 +01:00
Robert Schütz
b06ebb2cf3 ceph: fix cryptography override
Since ba83271df0 the build fails with

    applying patch /nix/store/46rxbbvl2l3mrxb50y9rzy7ahgx0lraj-d741901dddd731895346636c0d3556c6fa51fbe6.patch
    patching file tests/hazmat/primitives/test_aead.py
    Hunk #1 FAILED at 56.
    Hunk #2 FAILED at 197.
    Hunk #3 FAILED at 378.
    Hunk #4 FAILED at 525.
    Hunk #5 FAILED at 700.
    Hunk #6 FAILED at 844.
    6 out of 6 hunks FAILED -- saving rejects to file tests/hazmat/primitives/test_aead.py.rej
2024-02-17 23:34:40 -08:00
Guillaume Girol
5ec215f216
Merge pull request #288153 from acuteaura/patch-2
kdiskmark: 3.0.0 -> 3.1.4
2024-02-16 22:14:58 +01:00
Sergei Trofimovich
56b61a15e6 btrfs-progs: 6.7 -> 6.7.1
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.7.1
2024-02-14 22:22:48 +00:00
Nick Cao
5d3edd72b3
stratisd: 3.6.4 -> 3.6.5
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.4...stratisd-v3.6.5
2024-02-13 11:58:08 -05:00
Aurelia
89f5f4ab77
kdiskmark: 3.0.0 -> 3.1.4 2024-02-11 23:50:34 +01:00
R. Ryantm
02e020255d ceph-csi: 3.10.1 -> 3.10.2 2024-02-09 07:20:21 +00:00
Nick Cao
89e3dad2fa
Merge pull request #286252 from r-ryantm/auto-update/juicefs
juicefs: 1.1.1 -> 1.1.2
2024-02-08 19:34:13 -05:00
Sandro
b988acd0cf
Merge pull request #282635 from Luflosi/update/apfsprogs
apfsprogs: unstable-2023-06-06 -> unstable-2023-11-30
2024-02-07 17:35:40 +01:00
Niklas Hambüchen
2d927a6ee7
Merge pull request #281474 from dotlambda/ceph-18.2.1
ceph: 18.2.0 -> 18.2.1
2024-02-06 12:53:37 +01:00
Robert Schütz
39ccdca518 ceph: 18.2.0 -> 18.2.1
Changelog: https://docs.ceph.com/en/latest/releases/reef/#v18-2-1-reef
2024-02-05 21:20:29 +00:00
Weijia Wang
3ddcbac3a8
Merge pull request #282091 from r-ryantm/auto-update/dwarfs
dwarfs: 0.7.4 -> 0.7.5
2024-02-04 22:59:06 +01:00
Weijia Wang
d14c561015
Merge pull request #284320 from r-ryantm/auto-update/ssdfs-utils
ssdfs-utils: 4.37 -> 4.38
2024-02-04 20:06:22 +01:00
R. Ryantm
8f46594af2 juicefs: 1.1.1 -> 1.1.2 2024-02-04 11:10:15 +00:00
Nikolay Korotkiy
b361c0d4a0
Merge pull request #285580 from amarshall/apfs-fuse
apfs-fuse: unstable-2023-01-04 -> unstable-2023-03-12; cleanup pname, version, mainProgram
2024-02-04 13:59:53 +04:00
OTABI Tomoya
ea45134217
Merge pull request #284961 from r-ryantm/auto-update/mergerfs
mergerfs: 2.38.1 -> 2.39.0
2024-02-02 22:20:55 +09:00