Commit Graph

3065 Commits

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