Commit Graph

2784 Commits

Author SHA1 Message Date
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
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
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
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
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
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