Commit Graph

3352 Commits

Author SHA1 Message Date
Adam Stephens
c94e8021de
garage: fix passthru tests attribute 2023-08-29 13:59:55 -04:00
Artturi
9815bda285
Merge pull request #247414 from amjoseph-nixpkgs/pr/meta.availableOn/ceph 2023-08-28 21:54:29 +03:00
Fabian Affolter
c1bb32ee72 catcli: 0.8.7 -> 0.9.6
Diff: https://github.com/deadc0de6/catcli/compare/refs/tags/v0.8.7...v0.9.6

Changelog: https://github.com/deadc0de6/catcli/releases/tag/v0.9.6
2023-08-26 12:50:23 +02:00
R. Ryantm
69f0781c5f mount-zip: 1.0.8 -> 1.0.9 2023-08-24 11:48:44 +00:00
figsoda
ff51f307f5 dysk: 2.7.2 -> 2.8.0
Diff: https://github.com/Canop/dysk/compare/v2.7.2...v2.8.0

Changelog: https://github.com/Canop/dysk/blob/v2.8.0/CHANGELOG.md
2023-08-22 09:53:42 -04:00
ayes-web
790f188d60 duperemove: 0.11.3 -> 0.12 2023-08-14 20:20:39 -05:00
Sergei Trofimovich
b3218a102f duperemove: encode absolute path to lscpu
Without the change `duperemove` fails to run in parallel
if `PATH` is missing `lscpu` as:

    $ PATH= ./result/bin/duperemove /tmp
    sh: line 1: lscpu: No such file or directory
    Gathering file list...
    No dedupe candidates found.

Noticed when wrote a minimal systemd timer for `duperemove`.
2023-08-12 10:01:43 +01:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
Doron Behar
5fa3ab255c
Merge pull request #224850 from orthros/upspin
upspin: init at unstable-2023-02-05
2023-08-08 06:31:22 +00:00
Niklas Hambüchen
f8262c2cc6 ceph: 17.2.5 -> 18.2.0
The following issues were encountered during the upgrade:

* "Could NOT find thrift (missing: thrift_LIBRARIES thrift_INCLUDE_DIR)"
  Fixed by disabling Jaeger support, see added comment.
* ```
  /build/ceph-18.2.0/src/extblkdev/ExtBlkDevInterface.h:38:10: fatal error: sys/capability.h: No such file or directory
    38 | #include <sys/capability.h>
  ```
  Fixed by `libcap` dependency.
  Ceph's Debian dependencies include both `libcap` and `libcap-ng`:
  c8c946c970/debian/control (L38-L39)
* ```
  Manually-specified variables were not used by the project:
    MGR_PYTHON_VERSION
  ```
  Dropped 4 years ago for Ceph 15:
  5fc657b40d
  So I removed the flag.
* Warning:
  ```
  -- Could NOT find nasm
  ```
  Looking at the code (macros such as `HAVE_NASM_X64`), nasm existence actually results in some optimised crypto SIMD instructions being compiled, so we probably want this for performance.
  Adding `nasm` to `nativeBuildInputs` first brought error:
  ```
  /nix/store/p6dlr3skfhxpyphipg2bqnj52999banh-bash-5.2-p15/bin/bash: line 1: /build/ceph-18.2.0/src/nasm-wrapper: cannot execute: required file not found
  make[2]: *** [src/crypto/isa-l/CMakeFiles/ceph_crypto_isal.dir/build.make:117: src/crypto/isa-l/CMakeFiles/ceph_crypto_isal.dir/isa-l_crypto/aes/cbc_multibinary.asm.o] Error 127
  ```
  Solution: `patchShebangs src/nasm-wrapper`, even better `patchShebangs src/`.
* ```
  Manually-specified variables were not used by the project:
    WITH_SYSTEM_CIMG
    WITH_SYSTEM_JSONCPP
  ```
  These never were Ceph CMake options, so I removed them.
* `libcap-ng` is Linux-only, and only used for the `mount.ceph` command:
  c8c946c970/src/CMakeLists.txt (L829-L830)
  Thus use it for Linux only.
* The Parquet build error is now gone, so we can enable support for it.
2023-08-08 02:16:59 +00:00
Colin Nelson
819cbe1699
upspin: init at unstable-2023-02-05 2023-08-07 08:29:23 -07:00
R. Ryantm
c4430a8123 gcsfuse: 1.0.0 -> 1.0.1 2023-08-07 00:39:56 +00:00
Adam Joseph
dc028fdac2 ceph: use availableOn instead of meta.available
pkg.meta.available is deprecated (see subsequent commit which adds a
warning) and does not distinguish between the buildPlatform and the
hostPlatform.
2023-08-05 16:27:33 -07:00
figsoda
c720055b91 dysk: 2.7.1 -> 2.7.2
Diff: https://github.com/Canop/dysk/compare/v2.7.1...v2.7.2

Changelog: https://github.com/Canop/dysk/blob/v2.7.2/CHANGELOG.md
2023-08-03 15:42:46 -04:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
R. Ryantm
8acd2ac8b0 squashfuse: 0.2.0 -> 0.4.0 2023-08-02 00:19:38 +00:00
Janik
cac84fbb5c
Merge pull request #245811 from NickCao/stratis 2023-07-29 23:47:36 +02:00
ajs124
f4fe83a4a7
Merge pull request #244350 from helsinki-systems/upd/xfsprogs
xfsprogs: 6.3.0 -> 6.4.0
2023-07-28 16:34:34 +02:00
Nick Cao
8e7549a627
stratisd: 3.5.7 -> 3.5.8
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.7...stratisd-v3.5.8
2023-07-28 09:58:45 +08:00
R. Ryantm
77430102c7 btrfs-progs: 6.3.2 -> 6.3.3 2023-07-27 20:06:04 +00:00
Janik
b8fab6a504
Merge pull request #245592 from tpwrules/update-dwarfs 2023-07-27 15:27:00 +02:00
figsoda
cc416ed7c4
Merge pull request #245391 from figsoda/fs 2023-07-26 23:16:01 -04:00
Nick Cao
66afef346c
Merge pull request #245574 from r-ryantm/auto-update/tar2ext4
tar2ext4: 0.9.8 -> 0.10.0
2023-07-26 20:41:17 -06:00
Thomas Watson
61636ed59a dwarfs: 0.6.2 -> 0.7.2 2023-07-26 14:33:48 -05:00
R. Ryantm
38e7c1eea2 tar2ext4: 0.9.8 -> 0.10.0 2023-07-26 18:27:18 +00:00
Pol Dellaiera
7e6912f7f8
Merge pull request #222982 from arti5an/mount-zip
mount-zip: init at 1.0.8
2023-07-26 18:14:26 +02:00
Richard Smith
754fd32de4 mount-zip: init at 1.0.8 2023-07-26 15:27:46 +00:00
ajs124
08e3fb9546 xfsprogs: 6.3.0 -> 6.4.0 2023-07-26 12:43:18 +02:00
adisbladis
16f072d94f
Merge pull request #245160 from SuperSandro2000/goofys
goofys: update vendor hash
2023-07-26 11:06:00 +12:00
figsoda
b035cabadf pkgs/tools/filesystems: remove dead code
with the help of deadnix & nil
2023-07-25 10:08:41 -04:00
Nick Cao
70eb2b8d15
Merge pull request #245293 from r-ryantm/auto-update/cryfs
cryfs: 0.11.3 -> 0.11.4
2023-07-24 23:03:49 -06:00
R. Ryantm
173f8aa342 cryfs: 0.11.3 -> 0.11.4 2023-07-25 02:59:56 +00:00
Pol Dellaiera
cb57efd4f8
Merge pull request #242069 from emilytrau/disk-inventory-x
disk-inventory-x: init at 1.3
2023-07-25 02:57:59 +02:00
Sandro Jäckel
c161060dc7
goofys: update vendor hash 2023-07-24 11:26:05 +02:00
github-actions[bot]
6afe543aec
Merge master into staging-next 2023-07-23 18:01:33 +00:00
Mario Rodas
1b516c5f5d s3fs: update meta 2023-07-23 11:10:00 +00:00
R. Ryantm
f18f372801 s3fs: 1.92 -> 1.93 2023-07-23 11:09:34 +00:00
Vladimír Čunát
f5d5556aaf
ceph: fixup the embedded sqlalchemy
This version-override approach is annoying me, as the original
derivation is then supposed to support multiple versions
without knowing about it.  And naturally it tends to break.
(this time on 446a8703c3)
https://hydra.nixos.org/build/228178995/nixlog/3/tail
2023-07-21 09:41:49 +02:00
R. Ryantm
d710935cd4 mergerfs: 2.35.1 -> 2.36.0 2023-07-18 04:31:07 +00:00
figsoda
51aae8647b dysk: install man page and shell completions 2023-07-16 21:34:15 -04:00
figsoda
3790f40a40 dysk: 2.6.1 -> 2.7.1
Diff: https://github.com/Canop/dysk/compare/v2.6.1...v2.7.1

Changelog: https://github.com/Canop/dysk/blob/v2.7.1/CHANGELOG.md
2023-07-16 13:42:22 -04:00
Jacob Moody
dfdbcc428f
9pfs: 2015-09-18 -> 0.3 (#241801)
* _9pfs: 2015-09-18 -> 0.3

* _9pfs: add updateScript
2023-07-15 00:30:57 +02:00
Rick van Schijndel
e1163b27dd
Merge pull request #242912 from chayleaf/fix-getent
treewide: update path to getent
2023-07-12 12:37:08 +02:00
John Ericson
d2edc11e9c
Merge pull request #242087 from emilytrau/mountain-duck
mountain-duck: init at 4.14.1.21330
2023-07-11 17:25:37 -04:00
chayleaf
4d4c73ff78 treewide: update path to getent 2023-07-12 02:32:23 +07:00
icyrockcom
cb34ad4c16 fuse-archive: init at 0.1.14 2023-07-09 20:39:50 -03:00
Emily Trau
10df97fcda disk-inventory-x: init at 1.3 2023-07-08 21:45:26 +10:00
Emily Trau
abcb4d0fbc mountain-duck: init at 4.14.1.21330 2023-07-08 01:46:53 +10:00
Weijia Wang
564e44aee9
Merge pull request #241377 from figsoda/dysk
dysk: rename from lfs, 2.6.0 -> 2.6.1
2023-07-05 00:09:40 +03:00
figsoda
4790a8ebdb dysk: add figsoda as a maintainer 2023-07-03 21:13:31 -04:00
figsoda
7085a16a13 dysk: rename from lfs, 2.6.0 -> 2.6.1
Diff: https://github.com/Canop/dysk/compare/v2.6.0...v2.6.1

Changelog: https://github.com/Canop/dysk/blob/v2.6.1/CHANGELOG.md
2023-07-03 21:13:00 -04:00
R. Ryantm
74588d77b4 squashfuse: 0.1.105 -> 0.2.0 2023-07-03 23:36:48 +00:00
Weijia Wang
65771e37f9
Merge pull request #240904 from r-ryantm/auto-update/ceph-csi
ceph-csi: 3.8.0 -> 3.9.0
2023-07-03 10:17:35 +03:00
R. Ryantm
230a05b997 gcsfuse: 0.42.5 -> 1.0.0 2023-07-02 21:20:15 +00:00
Jörg Thalheim
c252f82800 bcachefs-tools: unstable-2023-01-31 -> unstable-2023-06-28 2023-07-01 17:09:32 +02:00
R. Ryantm
0ec1adc42a ceph-csi: 3.8.0 -> 3.9.0 2023-07-01 12:52:13 +00:00
Weijia Wang
b1a839f1cf
Merge pull request #239473 from nikstur/erofs-darwin
erofs-utils: enable running on darwin
2023-06-27 15:36:31 +03:00
nikstur
a3d60923a5 erofs-utils: enable running on darwin 2023-06-27 13:05:02 +02:00
github-actions[bot]
aa5d107299
Merge master into staging-next 2023-06-25 12:01:14 +00:00
7c6f434c
3479aad1bf
Merge pull request #239244 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 6.3.1 -> 6.3.2
2023-06-25 07:27:47 +00:00
github-actions[bot]
bc9cc8ad2f
Merge master into staging-next 2023-06-23 12:01:26 +00:00
Vladimír Čunát
c311c7c5cc
e2fsprogs: avoid incompatible features in mke2fs
by a patch taken from Debian's 1.47.0-2.  Discussion:
https://github.com/NixOS/nixpkgs/pull/229454#issuecomment-1601698426
2023-06-23 08:22:47 +02:00
R. Ryantm
0c4e5945e9 btrfs-progs: 6.3.1 -> 6.3.2 2023-06-22 18:42:32 +00:00
Franz Pletz
ca66526f73
reiserfsprogs: 3.6.24 -> 3.6.27 2023-06-21 15:46:21 +02:00
László Vaskó
9c824ed079 jefferson: 0.4.2 -> 0.4.5
- `python-lzo` is switched to `lzallright`
2023-06-19 16:22:36 +02:00
László Vaskó
038104d33d jefferson: adding myself as maintainer 2023-06-19 15:15:04 +02:00
ners
219c23a1af ssdfs-utils: 4.24 -> 4.27 2023-06-15 12:35:48 +00:00
ners
f4c243b120 ssdfs-utils: init at 4.24 2023-06-15 12:35:48 +00:00
Weijia Wang
a4f237bfad cryfs: unpin boost175 2023-06-15 12:16:57 +03:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
R. Ryantm
8b25845df3 gocryptfs: 2.3.2 -> 2.4.0 2023-06-13 01:11:41 +00:00
R. Ryantm
44671b84f3 bindfs: 1.17.2 -> 1.17.3 2023-06-11 14:02:44 +00:00
Nick Cao
eda942ec6f
stratis-cli: 3.5.2 -> 3.5.3
Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.2...v3.5.3
2023-06-07 22:59:43 +08:00
Nick Cao
abb1b96c57
stratisd: 3.5.5 -> 3.5.7
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.5...v3.5.7
2023-06-07 22:53:43 +08:00
Nick Cao
3a7cda19dd
Merge pull request #236187 from NickCao/apfsprogs
apfsprogs: unstable-2023-05-16 -> unstable-2023-06-06
2023-06-06 04:12:52 -06:00
Nick Cao
9894760f9c
apfsprogs: unstable-2023-05-16 -> unstable-2023-06-06
Diff: 7be75bcf1a...91827679df
2023-06-06 10:32:07 +08:00
R. Ryantm
ae280978f3 btrfs-progs: 6.3 -> 6.3.1 2023-06-05 17:09:04 +00:00
R. Ryantm
37111dc014 envfs: 1.0.0 -> 1.0.1 2023-06-03 19:28:35 +00:00
github-actions[bot]
698b4f4f63
Merge master into staging-next 2023-05-29 18:01:07 +00:00
Nick Cao
38c9e2336a
xfsprogs: add liburcu to nativeBuildInputs with is required by crc32selftest, fixing cross compilation 2023-05-29 19:12:29 +08:00
Nick Cao
ee55a7e0b6
xfsprogs: removed unneeded make configure invocation and build inputs
build log says `make: 'configure' is up to date.`, meaning that the
invocation is a nop
2023-05-29 19:07:49 +08:00
github-actions[bot]
98bba575c0
Merge master into staging-next 2023-05-28 06:01:07 +00:00
R. Ryantm
bfcd5e6bb1 exfatprogs: 1.2.0 -> 1.2.1 2023-05-27 23:24:28 +00:00
github-actions[bot]
8f73f12f12
Merge master into staging-next 2023-05-27 00:02:24 +00:00
Weijia Wang
ed89912d7c supertag: migrate to bindgenHook 2023-05-27 02:04:05 +03:00
R. Ryantm
517e2be611 s3fs: 1.91 -> 1.92 2023-05-26 15:16:03 +00:00
github-actions[bot]
fced6fe69b
Merge master into staging-next 2023-05-26 00:02:17 +00:00
Will Fancher
fe43923a70
Merge pull request #229767 from mberndt123/mberndt123/stratis-rootfs
nixos/stratis: initrd support for stratis root volumes
2023-05-25 14:06:31 -04:00
github-actions[bot]
137b9085b3
Merge master into staging-next 2023-05-25 18:01:20 +00:00
Weijia Wang
35690e335f treewide/tools: use top-level fetchPypi 2023-05-25 19:03:52 +03:00
github-actions[bot]
a05fa7cdd3
Merge staging-next into staging 2023-05-24 18:01:48 +00:00
R. Ryantm
c7aec66798 gcsfuse: 0.42.4 -> 0.42.5 2023-05-24 09:51:58 +00:00
github-actions[bot]
555dd7329b
Merge staging-next into staging 2023-05-23 18:01:39 +00:00
ajs124
e89ce05027
xfsprogs: 6.2.0 -> 6.3.0 (#233430)
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?id=f499ee5cf0aa520ed7489249e2e465587ae19c59
2023-05-23 14:07:02 +02:00
github-actions[bot]
d95a50b7e2
Merge staging-next into staging 2023-05-23 00:03:01 +00:00
Sandro
40ceca38d4
Merge pull request #232896 from SuperSandro2000/ceph-cleanup
ceph: use https to download src, use inherit
2023-05-23 00:56:46 +02:00
github-actions[bot]
0a501274a4
Merge staging-next into staging 2023-05-22 06:01:38 +00:00
Nick Cao
cf577b1ef8
Merge pull request #232828 from Luflosi/update/apfsprogs
apfsprogs: unstable-2023-03-21 -> unstable-2023-05-16
2023-05-21 23:51:46 -06:00
Sandro Jäckel
264f60811e
ceph: use https to download src, use inherit 2023-05-19 23:02:56 +02:00
github-actions[bot]
b648e2d6ea
Merge staging-next into staging 2023-05-19 18:01:39 +00:00
Luflosi
734d45ccf4
apfsprogs: unstable-2023-03-21 -> unstable-2023-05-16 2023-05-19 14:35:22 +02:00
Luflosi
2e3134c536
apfsprogs: build apfs-snap
Build the apfs-snap tool, which was added some time ago.
Also add a NixOS test for it.
2023-05-19 14:35:06 +02:00
Nick Cao
ac62b2882a
stratisd: 3.5.4 -> 3.5.5 2023-05-19 18:50:12 +08:00
Nick Cao
2fbd46c4db
stratis-cli: 3.5.1 -> 3.5.2
Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.1...v3.5.2
2023-05-19 18:39:23 +08:00
Vladimír Čunát
3186ed660f
Merge #229454: e2fsprogs: 1.46.6 -> 1.47.0
...into staging
2023-05-18 13:46:24 +02:00
Matthias Berndt
cb410a8c59 Merge remote-tracking branch 'upstream/master' into mberndt123/stratis-rootfs 2023-05-17 21:47:19 -04:00
Ryan Lahfa
2376d5044b
Merge pull request #224413 from snicket2100/squafsTools-lzma-enabled
squashfsTools: enabled LZMA compression support
2023-05-15 08:55:43 +02:00
R. Ryantm
ffcd2519bd fuse-overlayfs: 1.11 -> 1.12 2023-05-13 02:57:19 +00:00
Alyssa Ross
5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
R. Ryantm
a661787068 btrfs-progs: 6.2.2 -> 6.3 2023-05-08 00:11:56 +00:00
Matthias Berndt
2eed1de920 stratisd: split out initrd support 2023-05-07 12:41:51 +02:00
Sergei Trofimovich
b458ef900f grive2: pull gcc-12 upstream fix
Without the change build fails on `master` as:

    [ 14%] Building CXX object libgrive/CMakeFiles/grive.dir/src/base/Syncer.cc.o
    In file included from /build/source/libgrive/src/base/Syncer.cc:20:
    /build/source/libgrive/src/base/Syncer.hh:58:22: error: 'unique_ptr' in namespace 'std' does not name a template type
       58 |         virtual std::unique_ptr<Feed> GetFolders() = 0;
          |                      ^~~~~~~~~~

Full build log: https://hydra.nixos.org/log/48jk4w7l1frlf6x8xjli2vyqqxk24ib1-grive2-0.5.3.drv
2023-05-06 11:44:26 +01:00
ylin
838c2243d2
e2fsprogs: 1.46.6 -> 1.47.0 2023-05-06 10:43:59 +08:00
R. Ryantm
70ca1fab1b gocryptfs: 2.3.1 -> 2.3.2 2023-05-05 06:14:43 +00:00
R. Ryantm
0d41b62153 bonnie: 1.98 -> 2.00a 2023-05-03 10:47:30 +00:00
Adam Kirby
5dadfddc58 juicefs: add mount.juicefs symlink
Add mount.juicefs symlink so that /etc/fstab can mount juicefs fsType as required to use the NixOS fileSystems option with juicefs
2023-05-02 12:30:44 -04:00
Jack Cummings
73e5eb8949 netatalk: 3.1.13 -> 3.1.15
netatalk is maintained again!

  Remove the local patches, and many of the workarounds.

  Attempt to address #23895
2023-05-01 22:10:48 -07:00
Et7f3
0f8c0221c4
bindfs: Use fuse3 on linux
The configure script try fuse3 and fallback to fuse2 aka fuse attributes.
2023-04-29 12:29:34 +02:00
Weijia Wang
87d526ff19
Merge pull request #228781 from wegank/apfs-fuse-darwin
apfs-fuse: add darwin support
2023-04-29 11:47:19 +03:00
R. Ryantm
9c83f0df00 gcsfuse: 0.42.3 -> 0.42.4 2023-04-29 05:30:05 +00:00
Weijia Wang
670fc54922 apfs-fuse: add darwin support 2023-04-28 22:46:51 +03:00
Weijia Wang
3f8152aaaf
Merge pull request #228584 from wegank/squashfstools-darwin
squashfsTools: fix build on darwin
2023-04-28 00:13:01 +03:00
Weijia Wang
d5904d7e6b squashfsTools: fix build on darwin 2023-04-27 22:59:28 +03:00
Weijia Wang
5ef980cd22
Merge pull request #228329 from r-ryantm/auto-update/fatsort
fatsort: 1.6.4.625 -> 1.6.5.640
2023-04-27 21:03:23 +03:00
R. Ryantm
a1377d9384 fatsort: 1.6.4.625 -> 1.6.5.640 2023-04-26 14:17:09 +00:00
github-actions[bot]
a39805cda2
Merge master into staging-next 2023-04-25 12:01:31 +00:00
R. Ryantm
fe0e07a2d4 gocryptfs: 2.3 -> 2.3.1 2023-04-25 03:34:02 +00:00
Vladimír Čunát
011bf8f5d9
Merge branch 'master' into staging-next 2023-04-24 08:10:21 +02:00
Nick Cao
f48a45c883
Merge pull request #226527 from Luflosi/update/apfsprogs
apfsprogs: unstable-2022-10-15 -> unstable-2023-03-21
2023-04-24 10:11:57 +08:00
github-actions[bot]
56aa87374a
Merge master into staging-next 2023-04-22 12:01:17 +00:00
Nick Cao
f3834e6fde
stratisd: 3.5.3 -> 3.5.4
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.3...v3.5.4
2023-04-22 10:22:09 +08:00
github-actions[bot]
f71a5e7be3
Merge master into staging-next 2023-04-22 00:01:53 +00:00
Sergei Trofimovich
02d130b859
Merge pull request #226710 from trofi/mtpfs-no-overrides
mtpfs: drop explicit overrides for libmad and libid3tag
2023-04-21 22:21:11 +01:00
github-actions[bot]
e2ba84f234
Merge master into staging-next 2023-04-20 12:01:27 +00:00
K900
590436c1ca kio-admin: absorb into kde/gear 2023-04-20 11:53:36 +03:00
github-actions[bot]
62b0fc144a
Merge master into staging-next 2023-04-20 06:01:11 +00:00
R. Ryantm
37bbb66efb tar2ext4: 0.9.6 -> 0.9.8 2023-04-20 04:56:25 +00:00
github-actions[bot]
e3d1e50acd
Merge master into staging-next 2023-04-20 00:02:04 +00:00
Weijia Wang
c9a2be1792 securefs: 0.11.1 -> 0.13.1 2023-04-19 12:29:51 +03:00
github-actions[bot]
26bd8755a4
Merge master into staging-next 2023-04-18 06:01:10 +00:00
Nick Cao
338611e766
stratisd: 3.5.2 -> 3.5.3
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.2...v3.5.3
2023-04-18 10:15:32 +08:00
Sergei Trofimovich
db457e873a mtpfs: drop explicit overrides for libmad and libid3tag 2023-04-17 21:41:23 +01:00
github-actions[bot]
23eaff7dae
Merge staging-next into staging 2023-04-17 18:01:41 +00:00
Sergei Trofimovich
10d74285cd
Merge pull request #224222 from gravndal/bees-update
bees: 0.8 -> 0.9.3
2023-04-17 18:30:53 +01:00
github-actions[bot]
2280dc4e1f
Merge staging-next into staging 2023-04-16 18:01:43 +00:00
Luflosi
a837020120
apfsprogs: unstable-2022-10-15 -> unstable-2023-03-21 2023-04-16 18:38:57 +02:00
Luflosi
ad7996abce
apfsprogs: link to apfs NixOS test 2023-04-16 18:38:42 +02:00
R. Ryantm
d8f05d468e f2fs-tools: 1.15.0 -> 1.16.0 2023-04-16 16:10:30 +00:00
Vladimír Čunát
d4ae355559
Merge #221855: squashfsTools: 4.5.1 -> 4.6
...into staging
2023-04-16 09:27:32 +02:00
Sergei Trofimovich
ae7a853801
Merge pull request #225156 from yvt/patch/fuse-7z-ng-meta-homepage
fuse-7z-ng: set `meta.homepage`
2023-04-14 22:45:55 +01:00
7c6f434c
fc861d3e06
Merge pull request #225803 from risicle/ris-glusterfs-11
glusterfs: 10.3 -> 11
2023-04-13 08:36:58 +00:00
Martin Weinelt
7e8b87566a
Merge pull request #219493 from covert8/ceph-17
ceph: 16.2.10 -> 17.2.5
2023-04-11 19:35:38 +02:00
Sergei Trofimovich
0c0caf53ac
Merge pull request #225180 from yvt/patch/fuse-7z-ng-zero-init-fuse-operations
fuse-7z-ng: add patch to zero-init `struct fuse_operations`
2023-04-11 18:03:13 +01:00
yvt
e9cb831ee1 fuse-7z-ng: link to <https://github.com/kedazo/fuse-7z-ng/pull/8>
The patch file added in the last commit was based on this linked PR
(authored by me).
2023-04-12 01:35:47 +09:00
Robert Scott
d3ddefde9b glusterfs: 10.3 -> 11 2023-04-10 23:02:29 +01:00
Weijia Wang
c486b06532
Merge pull request #224703 from r-ryantm/auto-update/mergerfs
mergerfs: 2.34.1 -> 2.35.1
2023-04-11 00:12:45 +03:00
R. Ryantm
a1ad820020 juicefs: 1.0.3 -> 1.0.4 2023-04-09 18:37:41 +02:00
Mario Rodas
3d1fa88a24
Merge pull request #225151 from aaronjheng/gcsfuse
gcsfuse: 0.41.12 -> 0.42.3
2023-04-09 00:13:42 -05:00
Nick Cao
83c7a01cb4
stratis-cli: 3.5.0 -> 3.5.1
Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.0...v3.5.1
2023-04-08 11:05:40 +08:00
yvt
b121f98160 fuse-7z-ng: add patch to zero-init struct fuse_operations
Fixes segfault when reading archive files.

`struct fuse_operations` contains function pointers specifying a
filesystem's behavior for each operation. For unimplemented operations,
they must be set to null so that libfuse can fall back to a default
implementation or return an error. In fuse-7z-ng, however, they were
left uninitialized, causing segfault due to garbage values stored in
them.
2023-04-08 01:21:41 +09:00
yvt
69510f467e fuse-7z-ng: set meta.homepage 2023-04-07 22:06:05 +09:00
Aaron Jheng
ee61271b2f
gcsfuse: 0.41.12 -> 0.42.3 2023-04-07 12:00:02 +00:00
Tyler Langlois
3f70428b1c glusterfs: 10.1 -> 10.3 2023-04-06 22:13:32 -06:00
Michael Adler
af4d85ba89 mtools: 4.0.42 -> 4.0.43 2023-04-05 15:20:55 +00:00
Michael Adler
dbd2e95148 mtools: add update script 2023-04-05 15:20:55 +00:00
R. Ryantm
9d5d0749e9 mergerfs: 2.34.1 -> 2.35.1 2023-04-04 20:37:17 +00:00
snicket2100
3797e65be3 squashfsTools: enabled LZMA compression support 2023-04-04 20:37:41 +02:00
Mario Rodas
92daaff180
Merge pull request #223524 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 6.2.1 -> 6.2.2
2023-04-01 19:16:10 -05:00
Gaute Ravndal
8dbd0051ae bees: 0.8 -> 0.9.3 2023-04-01 15:20:54 +02:00
Mario Rodas
f8d959f86c btrfs-progs: update meta 2023-03-28 07:32:00 +00:00
R. Ryantm
55aa1f199b btrfs-progs: 6.2.1 -> 6.2.2 2023-03-28 07:31:27 +00:00
R. Ryantm
a5bfcaf6f1 avfs: 1.1.4 -> 1.1.5 2023-03-28 06:24:47 +00:00
Ruud van Asseldonk
f9ce837059 squashfsTools: 4.6 -> 4.6.1 2023-03-27 20:56:38 +02:00
Ruud van Asseldonk
02ef0aabda squashfsTools: 4.5.1 -> 4.6
I had to rebase the 4k alignment patch for this, but the conflicts were
easy to resolve, only due to context changes, nothing substantial.
2023-03-27 19:58:22 +02:00
ajs124
8a2c93e5b8 xfsprogs: 6.1.1 -> 6.2.0
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?id=a61d6360dd9a440a7d77d911d44eafd328eaa169#n1
2023-03-27 13:39:07 +02:00
github-actions[bot]
ff3e86d2b4
Merge master into staging-next 2023-03-26 06:01:06 +00:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
github-actions[bot]
cead7e3e73
Merge master into staging-next 2023-03-25 00:02:20 +00:00
Martin Weinelt
deb1d7ac1e
ceph: 16.2.10 -> 17.2.5
Updates Ceph from the Pacific to the Quincy release tree.

Upgrade to boost179 and python310, cleans up the python environment,
builds with more system libraries.

Disables parquet support for the radosgw, because I couldn't
get it to build.

Also properly enable the testsuite on ceph-common and generally unroll
and sort lists for a better overview and history.

Co-Authored-By: name_snrl <Demogorgon-74@ya.ru>
2023-03-24 23:50:45 +01:00
zowoq
82c79411b7 fuse-overlayfs: 1.10 -> 1.11
Diff: https://github.com/containers/fuse-overlayfs/compare/v1.10...v1.11
2023-03-25 08:05:55 +10:00
github-actions[bot]
4d82a453fb
Merge master into staging-next 2023-03-19 06:01:10 +00:00
Nick Cao
6300b04938
stratisd: 3.5.1 -> 3.5.2
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.1...v3.5.2
2023-03-17 11:42:24 +08:00
Martin Weinelt
19680e9902
Merge pull request #217568 from trofi/stdenv-parallel-install
stdenv/generic/setup.sh: enable parallel installs for parallel builds
2023-03-15 17:10:19 +00:00
github-actions[bot]
e196e68bee
Merge master into staging-next 2023-03-14 12:01:32 +00:00
teutat3s
12ebd64d98
garage: 0.8.1 -> 0.8.2
https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.8.2

Remove workaround for failing tests, upstream fixed them in
https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/526
2023-03-14 10:21:53 +01:00
Martin Weinelt
6b67186fe9
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/crownstone-cloud/default.nix
- pkgs/development/python-modules/exrex/default.nix
- pkgs/development/python-modules/mkdocs-minify/default.nix
- pkgs/development/python-modules/myjwt/default.nix
- pkgs/development/tools/analysis/checkov/default.nix
2023-03-14 08:14:26 +01:00
Artturi
b978bf0f0f
Merge pull request #220570 from Artturin/fixlints1 2023-03-14 02:15:55 +02:00
Sandro
5e25ffd594
Merge pull request #218843 from teutat3s/garage-0.8.1 2023-03-13 22:23:53 +01:00
Martin Weinelt
bb14c4255b Merge remote-tracking branch 'origin/master' into staging-next 2023-03-13 17:14:19 +00:00
7c6f434c
3d9d02e341
Merge pull request #219481 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 6.1.3 -> 6.2.1
2023-03-13 16:58:48 +00:00
teutat3s
78286a06b0
garage: 0.8.0 -> 0.8.1
https://git.deuxfleurs.fr/Deuxfleurs/garage/compare/v0.8.0...v0.8.1

Fix tests by adding cacert

Use garage version 0_8 by default for nixos tests

Use same rust feature set as upstream for release binary and tests:
https://git.deuxfleurs.fr/Deuxfleurs/garage/src/tag/v0.8.1/nix/compile.nix#L181-L192
https://git.deuxfleurs.fr/Deuxfleurs/garage/src/tag/v0.8.1/default.nix#L40-L52
2023-03-13 13:55:36 +01:00
Artturin
cab4a24c34 treewide: fix lints
Arg to lib.optional is a list

build time tool in buildInputs
2023-03-11 00:55:17 +02:00
Martin Weinelt
ef91384e6f Merge remote-tracking branch 'origin/master' into staging-next 2023-03-10 13:09:25 +01:00
R. Ryantm
dc23d0abfe httm: 0.23.2 -> 0.23.3 2023-03-10 03:47:00 +00:00
Martin Weinelt
cf7a8642fc
ceph: Pin sqlalchemy at 1.4.46
The pecan library it uses is incompatible with sqlalchemy>=2.0.
2023-03-08 14:44:18 +01:00
Martin Weinelt
e3f019bb71 Merge remote-tracking branch 'origin/master' into staging-next 2023-03-07 15:05:00 +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
Martin Weinelt
b04848e5fe Merge remote-tracking branch 'origin/master' into staging-next 2023-03-06 08:21:14 +01:00
R. Ryantm
50f8a89d69 exfat: 1.3.0 -> 1.4.0 2023-03-05 22:08:36 +00:00
Bernardo Meurer
ffd8e57774
Merge pull request #219477 from doronbehar/pkg/bindfs 2023-03-05 13:20:31 -05:00
Martin Weinelt
8a085cd8e3 Merge remote-tracking branch 'origin/master' into staging-next 2023-03-05 15:36:16 +01:00
Mario Rodas
985db1c106 httm: 0.23.0 -> 0.23.2 2023-03-05 09:28:00 +00:00
R. Ryantm
321be9c95c httm: 0.22.2 -> 0.23.0 2023-03-05 09:27:05 +00:00
Doron Behar
fe6de9a81e bindfs: 1.17.1 -> 1.17.2 2023-03-04 13:18:34 +02:00
R. Ryantm
14c10906db btrfs-progs: 6.1.3 -> 6.2.1 2023-03-04 11:07:25 +00:00
Martin Weinelt
0194653ccc
Merge pull request #214676 from dotlambda/e2fsprogs-1.46.6
e2fsprogs: 1.46.5 -> 1.46.6
2023-03-04 01:34:41 +00:00
github-actions[bot]
595d55c8a9
Merge staging-next into staging 2023-03-03 12:01:44 +00:00
R. Ryantm
ae4eb081ba httm: 0.21.1 -> 0.22.2 2023-03-03 00:18:43 +00:00
github-actions[bot]
387a5e220d
Merge staging-next into staging 2023-02-28 00:03:08 +00:00
Luflosi
55f6bccb51
apfs-fuse: 2020-09-28 -> 2023-01-04 2023-02-27 17:21:26 +01:00
Sergei Trofimovich
0026b4a087 xfsprogs: disable install parallelism
Without the change install phase fails as:

    Installing libxfs-install
    ../../install-sh -o nixbld -g nixbld -m 644 ioctl_xfs_ag_geometry.2 /nix/store/chymzkiiv6c2rgl2gqrn4bqv5azhx9vf-xfsprogs-6.1.1-bin/share/man/man2/ioctl_xfs_ag_geometry.2
    make[1]: *** No rule to make target '\', needed by 'kmem.lo'.  Stop.
    make[1]: *** Waiting for unfinished jobs....
    make: *** [Makefile:148: libxfs-install] Error 2
    make: *** Waiting for unfinished jobs....
2023-02-26 22:02:09 +00:00
Sergei Trofimovich
e7e072d05a Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/python-aliases.nix

Trivial conflict of multiple added aliases.
2023-02-26 21:53:22 +00:00
Weijia Wang
afdcf78bf9
Merge pull request #218158 from r-ryantm/auto-update/ceph-csi
ceph-csi: 3.7.2 -> 3.8.0
2023-02-26 19:25:45 +02:00
Jan Tojnar
9bb986284f Merge branch 'staging-next' into staging
# Conflicts:
#	pkgs/development/python-modules/mdp/default.nix
#	pkgs/top-level/python-aliases.nix
2023-02-26 01:13:37 +01:00
R. Ryantm
bd9089f428 ceph-csi: 3.7.2 -> 3.8.0 2023-02-25 04:06:59 +00:00
github-actions[bot]
78fc07ec20
Merge master into staging-next 2023-02-25 00:02:47 +00:00
Robert Schütz
a62f3d6cd1
Merge pull request #217917 from vlaci/ubi_reader
ubi_reader: init at 0.8.5
2023-02-24 13:59:17 -08:00
Philipp Bartsch
d630f6ad33 jefferson: init at 0.4.2 2023-02-24 13:56:04 +01:00
László Vaskó
847cae697f ubi_reader: init at 0.8.5 2023-02-24 09:33:55 +01:00
github-actions[bot]
3cdd771820
Merge staging-next into staging 2023-02-23 18:01:49 +00:00
Alyssa Ross
52c286ee5b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/pmdk/default.nix
2023-02-23 13:51:34 +00:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
6b2a05e190 treewide: manual fixups for
treewide: use toString on list NIX_CFLAGS_COMPILE
treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22 21:23:04 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
github-actions[bot]
67e4f6dde0
Merge staging-next into staging 2023-02-22 12:02:05 +00:00
Vladimír Čunát
9eeb000bfe
ceph: add xz dependency
It's needed to build after boost changes in a67949a3fc.
2023-02-22 09:05:05 +01:00
github-actions[bot]
fc3641aa1e
Merge staging-next into staging 2023-02-21 00:03:04 +00:00
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Martin Weinelt
9e7f9a402b
python310Packages.mako: Normalize attribute, pname, dirname 2023-02-19 21:36:02 +01:00
7c6f434c
aaf5e0930c
Merge pull request #212692 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 6.1.2 -> 6.1.3
2023-02-19 15:42:01 +00: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
Dave Nicponski
c0fe996500 s3fs: fix build on darwin
`s3fs` code uses two constants (UTIME_NOW and UTIME_OMIT) that were not
defined in the darwin sdk headers until sdk version 10.13.
2023-02-15 18:24:05 -05:00
github-actions[bot]
fd8daee7c2
Merge master into staging-next 2023-02-13 12:01:30 +00:00
Robert Schütz
1b005c9009
Merge pull request #214594 from dotlambda/rmfuse-no-poetry2nix
rmfuse: don't use poetry2nix
2023-02-12 23:53:53 -08:00
github-actions[bot]
0d7cb3a2aa
Merge master into staging-next 2023-02-13 06:01:30 +00:00
Mario Rodas
2aa0edd9ca httm: 0.21.0 -> 0.21.1
https://github.com/kimono-koans/httm/releases/tag/0.21.1
2023-02-13 02:18:00 +00:00
R. Ryantm
352b7c0a14 httm: 0.20.5 -> 0.21.0 2023-02-13 02:17:00 +00:00
github-actions[bot]
87f957b5e2
Merge master into staging-next 2023-02-12 16:02:45 +00:00
Dave Nicponski
81e42ff63a s3backer: 1.6.3 -> 2.0.2 2023-02-12 01:30:31 -05:00
github-actions[bot]
42cf9b70d4
Merge master into staging-next 2023-02-10 18:01:23 +00:00
Jonas Heinrich
d949f94875 rnm: init at 4.0.9 2023-02-10 09:55:40 -05:00
github-actions[bot]
bff8e74964
Merge master into staging-next 2023-02-10 06:01:18 +00:00
Nick Cao
39a4220aaf
stratisd: 3.5.0 -> 3.5.1
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.0...v3.5.1
2023-02-09 09:32:23 +08:00
github-actions[bot]
1f23f5ae02
Merge master into staging-next 2023-02-09 00:02:26 +00:00
Vladimír Čunát
1e42908aa7
Merge branch 'master' into staging-next 2023-02-08 21:50:23 +01:00
markuskowa
75ee2b454d
Merge pull request #215359 from r-ryantm/auto-update/moosefs
moosefs: 3.0.116 -> 3.0.117
2023-02-08 21:47:07 +01:00
R. Ryantm
ebc5868319 moosefs: 3.0.116 -> 3.0.117 2023-02-08 19:16:39 +00:00
K900
85dac16ffb kio-admin: add meta 2023-02-08 16:37:47 +03:00
K900
fe585e3988 kio-admin: init at 1.0.0 2023-02-08 12:35:13 +03:00
Ingo Ruhnke
48cb3498fa dduper: Update btrfs-progs patch to v6.1 2023-02-08 00:55:30 +01:00
Vladimír Čunát
3356399453
Merge branch 'master' into staging-next 2023-02-07 17:36:16 +01:00
R. Ryantm
21c2b0df2e httm: 0.20.4 -> 0.20.5 2023-02-07 10:41:49 +00:00
github-actions[bot]
41e5bd55d5
Merge master into staging-next 2023-02-07 06:01:28 +00:00
Sandro
74673fc73f
Merge pull request #214933 from laalsaas/simple-mtpfs 2023-02-07 01:23:33 +01:00
laalsaas
7c193be7f3 simple-mtpfs: init at 0.4.0 2023-02-06 19:54:55 +01:00
Nick Cao
9034e45a78
ceph: fix build with gcc 12 2023-02-06 13:46:51 +08:00
Vladimír Čunát
c2fb9453ab
idsk, indi-full: more gcc12 fixups 2023-02-05 10:18:54 +01:00
Robert Schütz
fdca54f1a1 e2fsprogs: 1.46.5 -> 1.46.6
Changelog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6
2023-02-04 20:42:32 -08:00
github-actions[bot]
bc833a50cc
Merge master into staging-next 2023-02-05 00:02:31 +00:00
Robert Schütz
7d113c2fe5 rmfuse: don't use poetry2nix 2023-02-04 12:25:23 -08:00
R. Ryantm
83118a7041 httm: 0.20.3 -> 0.20.4 2023-02-04 16:41:42 +00:00
github-actions[bot]
2e0f3bc57b
Merge master into staging-next 2023-02-04 00:02:11 +00:00
superherointj
f3b37396bd
Merge pull request #214265 from PedroHLC/bcachefs-2023-02-01
linux_testing_bcachefs: 6.1.9-unstable-2022-12-29 -> 6.1.3-unstable-2023-02-01
2023-02-03 19:03:44 -03:00
github-actions[bot]
41d7ce1517
Merge master into staging-next 2023-02-03 06:01:30 +00:00
Winter
6f5a35be63
wiimms-iso-tools: 3.02a -> 3.05a (#213188)
* wiimms-iso-tools: 3.02a -> 3.05a

https://wit.wiimm.de/changelog.html#r8245
https://wit.wiimm.de/changelog.html#r8427
https://wit.wiimm.de/changelog.html#r8638

This also adds Clang (and, by extension, macOS) support.

* Update pkgs/tools/filesystems/wiimms-iso-tools/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

---------

Co-authored-by: Nick Cao <nickcao@nichi.co>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-02-03 09:01:25 +08:00
github-actions[bot]
61687cbd42
Merge master into staging-next 2023-02-03 00:02:29 +00:00
PedroHLC ☭
338e4c1433
bcachefs-tools: unstable-2022-12-29 -> unstable-2023-01-31 2023-02-02 20:30:00 -03:00
R. Ryantm
f96996466d httm: 0.20.0 -> 0.20.3 2023-02-02 19:37:44 +00:00
Vladimír Čunát
9287f4461d
Merge #206907: stdenv: gcc11 -> gcc12 2023-02-01 16:54:44 +01:00
Weijia Wang
85d978e8e2 hfsprogs: update src 2023-01-30 23:30:04 +01:00
Weijia Wang
982cfb42e5
Merge pull request #213401 from r-ryantm/auto-update/httm
httm: 0.19.3 -> 0.20.0
2023-01-30 03:33:00 +01:00
Guillaume Girol
856cc2821f
Merge pull request #212616 from fgaz/davfs2/1.7.0
davfs2: 1.6.1 -> 1.7.0
2023-01-29 17:21:18 +00:00
R. Ryantm
366dfbf8f6 httm: 0.19.3 -> 0.20.0 2023-01-29 16:55:41 +00:00
Fabián Heredia Montiel
0cf5d85f0c treewide: add gcc12 flags 2023-01-27 21:20:52 -06:00
Artturi
42bee50625
Merge pull request #208777 from sersorrel/eiciel-0.10.0 2023-01-27 19:10:32 +02:00
Nick Cao
39b5d060cb
Merge pull request #212512 from NickCao/stratis
stratisd: 3.4.4 -> 3.5.0
2023-01-26 13:49:08 +08:00
R. Ryantm
32b599ecfa btrfs-progs: 6.1.2 -> 6.1.3 2023-01-26 01:20:17 +00:00
Alyssa Ross
09e702a505
fatsort: fix build for cross FreeBSD
libiconv is already defined per-platform.  The actual libiconv library
won't be built on platforms like Linux where it doesn't need to be, so
there's no need to maintain a separate platform list here.

We have to override the uname values, or they'll be detected for the
build platform, because the build system just runs uname(1).

Tested by cross compiling to x86_64-freebsd from x86_64-linux.
2023-01-25 19:31:46 +00:00
Alyssa Ross
3151d1affc
fatsort: clarify license 2023-01-25 19:31:45 +00:00
Francesco Gazzetta
b2fc2c93c8 davfs2: add fgaz to maintainers 2023-01-25 14:21:07 +01:00
Francesco Gazzetta
845fd5eaec davfs2: 1.6.1 -> 1.7.0 2023-01-25 14:19:48 +01:00
Jonas Heinrich
d392672784
Merge pull request #212396 from aaronjheng/gcsfuse
gcsfuse: 0.41.10 -> 0.41.12
2023-01-25 10:28:09 +01:00
Nick Cao
c86dd99259
stratis-cli: 3.4.1 -> 3.5.0
Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.4.1...v3.5.0
2023-01-25 08:50:29 +08:00
Nick Cao
bedb24510b
stratisd: 3.4.4 -> 3.5.0
Diff: https://github.com/stratis-storage/stratisd/compare/v3.4.4...v3.5.0
2023-01-25 08:50:28 +08:00
Shawn8901
133fa5f867 treewide: remove global with lib; in pkgs/tools 2023-01-24 17:41:44 +01:00
Aaron Jheng
3c5425bf93
treewide: use hash instead of sha256 2023-01-24 12:55:52 +00:00
Aaron Jheng
a861f51bc8
gcsfuse: 0.41.10 -> 0.41.12 2023-01-24 09:05:04 +00:00
Alyssa Ross
d530dfa987 dosfstools: fix build for FreeBSD 2023-01-23 21:12:10 +00:00
Weijia Wang
844ba30310
Merge pull request #209628 from r-ryantm/auto-update/squashfs-tools-ng
squashfs-tools-ng: 1.1.4 -> 1.2.0
2023-01-23 16:22:02 +01:00
R. Ryantm
0fbdf6daae httm: 0.19.2 -> 0.19.3 2023-01-23 08:08:28 +00:00
Weijia Wang
cdd65cd52f
Merge pull request #197013 from r-ryantm/auto-update/ceph-csi
ceph-csi: 3.7.1 -> 3.7.2
2023-01-23 05:28:07 +01:00
Weijia Wang
8eb4975c83
Merge pull request #190255 from r-ryantm/auto-update/catcli
catcli: 0.8.2 -> 0.8.7
2023-01-22 22:10:28 +01:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
figsoda
da5b47eba8
Merge pull request #211962 from figsoda/go
treewide: remove empty go vendor hashes
2023-01-21 18:06:47 -05:00
figsoda
d8f9bcbcd6 treewide: remove empty go vendor hashes 2023-01-21 11:35:00 -05:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt
890226f9ba
Merge pull request #210705 from dermetfan/ceph-dashboard
ceph: add missing python library
2023-01-21 00:03:58 +00:00
Robin Stumm
c590d51037 ceph: comment where to find python dependencies
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-01-16 10:48:42 +01:00
ajs124
762741bbb6 xfsprogs: 6.1.0 -> 6.1.1
- scrub: fix warnings/errors due to missing include (Holger Hoffstatte)
2023-01-14 22:00:33 +01:00
Robin Stumm
2ed8ff81c5 ceph: add missing python library
required by mgr dashboard module
2023-01-14 14:56:08 +01:00
github-actions[bot]
ceb05ad4bf
Merge master into staging-next 2023-01-13 06:01:09 +00:00
Mario Rodas
a1fdafa7d5
Merge pull request #210336 from r-ryantm/auto-update/rar2fs
rar2fs: 1.29.5 -> 1.29.6
2023-01-12 20:02:57 -05:00
Martin Weinelt
5342b695b1 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-12 23:07:01 +01:00
R. Ryantm
64eb3f16ce rar2fs: 1.29.5 -> 1.29.6 2023-01-12 09:51:53 +00:00
Nick Cao
1a24bb1d67
stratis-cli: 3.4.0 -> 3.4.1 2023-01-12 10:15:03 +08:00
github-actions[bot]
a113c6f06f
Merge master into staging-next 2023-01-11 20:58:29 +00:00
Michael Adler
a5c2a37896 mtdutils: add dev output
This contains headers and static libs.
2023-01-11 19:35:19 +01:00
Michael Adler
fbedeabf19 mtdutils: enable parallel building 2023-01-11 19:35:19 +01:00
github-actions[bot]
fce67420c4
Merge master into staging-next 2023-01-09 00:02:14 +00:00
ajs124
27a9e338cb xfsprogs: fix src url
they fixed the filename
2023-01-08 21:35:57 +01:00
R. Ryantm
5d0b499bb5 squashfs-tools-ng: 1.1.4 -> 1.2.0 2023-01-08 05:27:18 +00:00
github-actions[bot]
3b3114f45d
Merge master into staging-next 2023-01-07 18:01:08 +00:00
R. Ryantm
cb507f8470 btrfs-progs: 6.0.2 -> 6.1.2 2023-01-07 00:32:02 +00:00
Martin Weinelt
0e5839cbc7
gcsfuse: fix src rev 2023-01-06 01:55:10 +01:00
Fabian Affolter
b739ce5486
Merge pull request #208416 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.41.9 -> 0.41.10
2023-01-04 22:14:26 +01:00
Fabian Affolter
0f1e65656d
gcsfuse: add changelog to meta 2023-01-04 08:57:29 +01:00
Mario Rodas
834927530c
Merge pull request #208501 from r-ryantm/auto-update/httm
httm: 0.18.3 -> 0.19.2
2023-01-03 21:16:33 -05:00
Jörg Thalheim
a1ed7e7b57
Merge pull request #208720 from wegank/xtreemfs-boost
xtreemfs: unbreak on aarch64-linux
2023-01-02 23:16:08 +01:00
Artturi
2352faa192
Merge pull request #208722 from wegank/garage-aarch64-darwin 2023-01-02 20:17:16 +02:00
ash
43876e7128 eiciel: 0.10.0-rc2 -> 0.10.0 2023-01-02 16:16:37 +00:00
R. Ryantm
f62cbfcaef juicefs: 1.0.2 -> 1.0.3 2023-01-02 21:55:54 +08:00
Weijia Wang
021ba88731 garage: unbreak on aarch64-darwin 2023-01-02 09:29:25 +01:00
Weijia Wang
1231399520 xtreemfs: unbreak on aarch64-linux 2023-01-02 09:24:22 +01:00
R. Ryantm
46a3fc9bac httm: 0.18.3 -> 0.19.2 2023-01-02 03:36:58 +00:00
Jörg Thalheim
5d986f42d9 bcachefs-tools: unstable-2022-09-28 -> unstable-2022-12-29
Diff: 99caca2c70...42cf74fd1d
2023-01-01 19:58:17 +01:00
Jörg Thalheim
1e6cf6f3dc bcachefs-tools: add symlink for mount.bcachefs and fix runtime deps 2023-01-01 19:58:16 +01:00
R. Ryantm
e5cbb7ab5e gcsfuse: 0.41.9 -> 0.41.10 2022-12-30 22:01:21 +00:00
Raito Bezarius
5d68e8482f garage: mark 0.8 broken on Darwin 2022-12-30 15:12:46 +01:00
Raito Bezarius
e6597c8ac5 garage: mark 0.7.3 as EOL 2022-12-30 15:12:45 +01:00
Raito Bezarius
1db2175e7a nixos/garage: provide multiple versions to provide an upgrade path when using NixOS service
- Add mention to release notes 23.05
- Introduce Garage v0.8
- Protect against unexpected upgrade with stateVersion
- Test matrix over 0.7 × 0.8
2022-12-30 15:12:44 +01:00
R. Ryantm
60facffaa9 mtdutils: 2.1.4 -> 2.1.5 2022-12-30 10:34:51 +01:00
Jörg Thalheim
97792fc106
Merge pull request #208116 from Mic92/envfs
envfs: init at 1.0.0
2022-12-28 17:34:33 +00:00
Jörg Thalheim
741a0f5a7f envfs: init at 1.0.0 2022-12-28 16:03:49 +01:00
figsoda
e6fbc469ad httm: 0.17.10 -> 0.18.3
Diff: https://github.com/kimono-koans/httm/compare/0.17.10...0.18.3

Changelog: https://github.com/kimono-koans/httm/releases/tag/0.18.3
2022-12-26 21:50:22 -05:00
R. Ryantm
d9628cfd38 mtools: 4.0.41 -> 4.0.42 2022-12-26 17:22:12 +01:00
markuskowa
e8e04e8ffd
Merge pull request #207427 from helsinki-systems/upd/xfsprogs
xfsprogs: 5.19.0 -> 6.1.0
2022-12-25 21:46:08 +01:00
markuskowa
aac1f0b25e
Merge pull request #207714 from lunik1/xfsdump-3.1.10->3.1.12
xfsdump: 3.1.10 → 3.1.12
2022-12-25 20:47:35 +01:00
lunik1
eb09bb3cfe
xfsdump: 3.1.10 → 3.1.12 2022-12-25 18:02:46 +00:00
Weijia Wang
0c7efbb01a squashfs-tools-ng: unbreak on x86_64-darwin 2022-12-25 00:29:30 +01:00
ajs124
2342d96a36 xfsprogs: 5.19.0 -> 6.1.0
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?id=37e6e80a61ad1a88bd109d71be73c8f415003cc1#n1
2022-12-23 16:30:33 +01:00
Nick Cao
3504d2dac5
stratisd: 3.4.2 -> 3.4.4 2022-12-23 09:07:33 +08:00
Jörg Thalheim
b49daf0688
Merge pull request #205980 from r-ryantm/auto-update/mergerfs
mergerfs: 2.33.5 -> 2.34.1
2022-12-14 21:19:54 +00:00
R. Ryantm
e97506eb94 tar2ext4: 0.9.5 -> 0.9.6 2022-12-14 18:09:22 +00:00
R. Ryantm
8154d80cc5 mergerfs: 2.33.5 -> 2.34.1 2022-12-13 23:23:08 +00:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Raphael Robatsch
985c8dbe14 treewide: use mbedtls 3 where possible
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-07 19:58:55 +00:00
figsoda
493419b077
Merge pull request #204907 from NickCao/stratis
stratisd: 3.4.1 -> 3.4.2
2022-12-07 14:48:26 -05:00
Nick Cao
48a17b60fa
stratisd: 3.4.1 -> 3.4.2 2022-12-07 10:01:45 +08:00