Jörg Thalheim
db59d03371
Merge branch 'master' into pr/bcachefs
2024-01-07 11:40:30 +01:00
Nick Cao
51d0d089e5
Merge pull request #278475 from SFrijters/mkspiffs-version
...
mkspiffs: fix version number shown in help, cleanup
2024-01-04 10:52:27 -05:00
Emery Hemingway
596ebd7dfc
littlefs-fuse: 2.7.3 -> 2.7.4
2024-01-04 14:05:08 +00:00
Stefan Frijters
22f78a7499
mkspiffs: fix version number shown in help, cleanup
...
* Replace git invocation for the project itself with the version number from the derivation
* Replace git invocation for the submodule with 'unknown' (which is what the Makefile falls back to anyway)
* Remove git as a dependency
* Update sha256 -> hash
2024-01-03 17:47:35 +01:00
Weijia Wang
7671e1a210
Merge pull request #274601 from r-ryantm/auto-update/kio-fuse
...
kio-fuse: 5.0.1 -> 5.1.0
2024-01-03 17:30:39 +01:00
Weijia Wang
9acd50dc09
Merge pull request #274399 from r-ryantm/auto-update/gcsfuse
...
gcsfuse: 1.2.1 -> 1.4.0
2024-01-03 17:04:24 +01:00
Weijia Wang
dcc5f60610
Merge pull request #273620 from r-ryantm/auto-update/bcachefs-tools
...
bcachefs-tools: 1.3.3 -> 1.3.5
2024-01-03 16:16:13 +01:00
Weijia Wang
553e1b4065
Merge pull request #272726 from r-ryantm/auto-update/ssdfs-utils
...
ssdfs-utils: 4.35 -> 4.37
2024-01-03 15:22:53 +01:00
R. Ryantm
35835e0dd3
gcsfuse: 1.2.1 -> 1.4.0
2024-01-01 01:36:50 +00:00
Jörg Thalheim
4d96a0f96f
envfs: 1.0.2 -> 1.0.3
...
Diff: https://github.com/Mic92/envfs/compare/1.0.2...1.0.3
2023-12-29 21:09:56 +01:00
R. Ryantm
8c994854f2
juicefs: 1.1.0 -> 1.1.1
2023-12-29 10:47:34 +01:00
R. Ryantm
1c6a5c7052
dwarfs: 0.7.3 -> 0.7.4
2023-12-28 07:32:18 +00:00
adisbladis
c24958f4c7
maintainers: Remove adisbladis as maintainer from various packages
...
These are a handful of packages I no longer use or/and have lost interest in.
2023-12-27 23:13:50 +13:00
R. Ryantm
6ea6cfd99e
ceph-csi: 3.10.0 -> 3.10.1
2023-12-25 13:28:20 +00:00
R. Ryantm
db4a437ef3
ssdfs-utils: 4.35 -> 4.37
2023-12-23 12:31:31 +00:00
Robin Gloster
b5556f2c37
Merge pull request #268109 from helsinki-systems/helsinki-maintainer-team
...
maintainers/teams: init and add helsinki-systems
2023-12-20 11:43:29 +01:00
Sergei Trofimovich
94a71e6660
btrfs-progs: user build's python for man pages generation, not host's
...
Without the change build fails on attributes like
`pkgsCross.aarch64-multiplatform.btrfs-progs` as:
sphinx-build: cannot execute binary file: Exec format error
2023-12-17 22:00:09 +00:00
Nick Cao
a1bdb6cdd8
Merge pull request #274872 from r-ryantm/auto-update/mount-zip
...
mount-zip: 1.0.11 -> 1.0.12
2023-12-17 10:04:34 -05:00
R. Ryantm
bda2181c28
mount-zip: 1.0.11 -> 1.0.12
2023-12-17 02:58:58 +00:00
R. Ryantm
b4245787b0
kio-fuse: 5.0.1 -> 5.1.0
2023-12-16 03:31:54 +00:00
Sergei Trofimovich
a831eddcac
btrfs-progs: 6.6.2 -> 6.6.3
...
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.6.3
2023-12-15 16:26:10 +00:00
Florian Klink
74461420f9
bcache-tools: don't patch path to /bin/sh
...
This will make these udev rules not work in the systemd-based initrd,
which only has /bin/sh.
2023-12-14 19:16:18 +02:00
Linus Heckemann
4f5aa65af5
Merge pull request #270444 from NukaDuka/cephfs-mount-fix
...
ceph: use absolute binary paths instead of relative paths
2023-12-14 14:12:28 +01:00
R. Ryantm
ad7f36e6e5
ceph-csi: 3.9.0 -> 3.10.0
2023-12-13 15:56:05 +00:00
R. Ryantm
0f14ad0731
android-file-transfer: 4.2 -> 4.3
2023-12-13 03:54:15 +00:00
R. Ryantm
8d76f5ce4d
bcachefs-tools: 1.3.3 -> 1.3.5
2023-12-11 19:14:01 +00:00
Kartik Gokte
68221c35ff
ceph: use absolute binary paths instead of relative paths
...
While trying to mount CephFS using libceph and systemd, mount.ceph tries to call "modinfo", "modprobe", and "grep", but fails with the error "sh: line 1: modprobe: command not found". This is because ceph calls these binaries by running the command "sh -c -- <application> %s %s", which does not pass the PATH environment variable through. This isn't usually a problem, because ceph, by default, calls the paths of these binaries as they would be in debian, in /sbin and /bin, but a change was made to replace these with relative paths, thus breaking the mounting process entirely. Replacing these relative paths with absolute store paths alleviates this issue whilst preserving all functionality.
2023-12-11 19:09:26 +05:30
Weijia Wang
58651820bf
idsk: refactor
2023-12-10 14:42:19 +01:00
Weijia Wang
89f7847889
bonnie: refactor
2023-12-10 01:52:24 +01:00
Nick Cao
d996452779
Merge pull request #272825 from r-ryantm/auto-update/dwarfs
...
dwarfs: 0.7.2 -> 0.7.3
2023-12-08 09:28:13 -05:00
R. Ryantm
6b8de88332
dwarfs: 0.7.2 -> 0.7.3
2023-12-08 05:46:37 +00:00
Bernardo Meurer
18fee7deec
Merge pull request #272361 from r-ryantm/auto-update/bindfs
...
bindfs: 1.17.5 -> 1.17.6
2023-12-06 10:12:11 -03:00
Rick van Schijndel
ba75066821
Merge pull request #271362 from pbsds/rm-dead-patches
...
treewide: remove unreferenced patch files
2023-12-06 03:28:15 +01:00
R. Ryantm
dec1160f36
bindfs: 1.17.5 -> 1.17.6
2023-12-05 21:47:04 +00:00
R. Ryantm
0ae5758951
stuffbin: 1.1.0 -> 1.2.0
2023-12-05 12:09:14 +00:00
Madoura
3f826bf8e8
bcachefs-tools: 1.3.3 -> 1.3.5
2023-12-05 01:05:43 -06:00
Madoura
8772aa52b6
Revert "treewide: add bcachefsLinuxTesting and bcachefsLinuxTesting tests"
...
This reverts commit c2450c4515
.
No longer needed as the default is 'linuxPackages_testing'
2023-12-05 01:04:21 -06:00
Nikolay Korotkiy
786100e12d
Merge pull request #270462 from sikmir/e2fsprogs
...
e2fsprogs: add withFuse option
2023-12-01 21:34:02 +04:00
Nick Cao
a5b64c9d15
Merge pull request #271300 from NickCao/stratis
...
stratisd: 3.6.2 -> 3.6.3
2023-12-01 10:39:57 -05:00
Peder Bergebakken Sundt
f41aba3739
treewide: remove unreferenced patch files
...
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-12-01 06:11:20 +01:00
Nick Cao
a2ce5478ae
stratisd: 3.6.2 -> 3.6.3
...
Diff: https://github.com/stratis-storage/stratisd/compare/stratisd-v3.6.2...stratisd-v3.6.3
2023-11-30 17:29:12 -05:00
ajs124
7b6580dba4
maintainers/teams: init and add helsinki-systems
2023-11-30 19:11:08 +01:00
Emily Trau
277ea6cac2
fuse-ext2: init at unstable-2020-07-12
2023-11-30 02:24:00 +11:00
Pol Dellaiera
2271ac7d8b
Merge pull request #266601 from r-ryantm/auto-update/bindfs
...
bindfs: 1.17.4 -> 1.17.5
2023-11-27 21:16:58 +01:00
Pol Dellaiera
68a51a2ece
Merge pull request #262193 from r-ryantm/auto-update/tar2ext4
...
tar2ext4: 0.11.1 -> 0.11.4
2023-11-27 20:55:43 +01:00
Nikolay Korotkiy
d8c8ccaeca
e2fsprogs: add withFuse option
2023-11-27 22:19:42 +04:00
Damien Cassou
98a0ec7a83
Merge pull request #268244 from DamienCassou/blobfuse-2.1.2
2023-11-27 09:25:58 +00:00
Sergei Trofimovich
0bfeafe4a9
duperemove: 0.14 -> 0.14.1
...
Changes: https://github.com/markfasheh/duperemove/releases/tag/v0.14.1
2023-11-25 12:30:36 +00:00
h7x4
12315f53ff
treewide: add mainProgram
2023-11-24 21:01:03 +01:00
Jörg Thalheim
487ac16909
envfs: 1.0.1 -> 1.0.2
...
Diff: https://github.com/Mic92/envfs/compare/1.0.1...1.0.2
2023-11-24 14:19:35 +01:00