Commit Graph

3765 Commits

Author SHA1 Message Date
K900
665f1d6183 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-02 08:32:46 +03:00
Weijia Wang
96bb53e39a
Merge pull request #323158 from r-ryantm/auto-update/fuse-overlayfs
fuse-overlayfs: 1.13 -> 1.14
2024-07-02 00:08:53 +02:00
Luflosi
496099641c
darling-dmg: migrate to by-name 2024-07-01 21:50:54 +02:00
Luflosi
9080624466
darling-dmg: 1.0.4+git20200427 -> 1.0.4-unstable-2023-07-26 2024-07-01 21:50:46 +02:00
Luflosi
e7808666ea
nixos/tests/darling-dmg: init 2024-07-01 21:45:18 +02:00
Jan Tojnar
2be24442bb nautilus: Move from gnome scope to top-level 2024-07-01 08:26:44 +02:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Weijia Wang
a36f1ab753
Merge pull request #321166 from aaronjheng/juicefs
juicefs: 1.1.2 -> 1.2.0
2024-06-30 11:27:00 +02:00
Zane van Iperen
3126531b6b
exfatprogs: remove myself as maintainer 2024-06-30 10:19:08 +10:00
github-actions[bot]
f018e44bd1
Merge master into staging-next 2024-06-29 12:01:32 +00:00
éclairevoyant
71e728d3b8
maintainers: remove ivar 2024-06-29 03:09:10 -04:00
R. Ryantm
f392ae0689 fuse-overlayfs: 1.13 -> 1.14 2024-06-28 13:22:00 +00:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next 2024-06-28 00:02:11 +00:00
Weijia Wang
9317d577fe
Merge pull request #321440 from r-ryantm/auto-update/s3backer
s3backer: 2.1.2 -> 2.1.3
2024-06-27 23:58:06 +02:00
github-actions[bot]
1bfaa6d6e1
Merge master into staging-next 2024-06-27 18:01:13 +00:00
Vladimír Čunát
3d530bea8d
btrfs-progs: 6.9.1 -> 6.9.2
https://github.com/kdave/btrfs-progs/releases/tag/v6.9.2

In particular, channel is blocked because
 - subvol list: fix accidental trimming of subvolume name
https://hydra.nixos.org/build/264495531#tabs-buildsteps
2024-06-27 16:30:25 +02:00
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-27 16:16:01 +02:00
Weijia Wang
4c0e042441
Merge pull request #322722 from r-ryantm/auto-update/rar2fs
rar2fs: 1.29.6 -> 1.29.7
2024-06-27 01:23:45 +02:00
Weijia Wang
02b69a56cb rar2fs: switch to unrar 7 2024-06-26 23:31:14 +02:00
R. Ryantm
7e76543d3f rar2fs: 1.29.6 -> 1.29.7 2024-06-26 19:07:52 +00:00
github-actions[bot]
677389dc9f
Merge master into staging-next 2024-06-26 18:01:17 +00:00
R. Ryantm
844d9a170d btrfs-progs: 6.9 -> 6.9.1 2024-06-25 17:37:57 +00:00
github-actions[bot]
42ca786b66
Merge master into staging-next 2024-06-24 18:00:57 +00:00
Niklas Hambüchen
9bb686f064 dwarfs: 0.7.5 → 0.9.10.
The previous update to 0.9.9 didn't actually update the version because
it forgot to update the hash,
so the old source archive continued to be used:
https://github.com/NixOS/nixpkgs/pull/312656#discussion_r1650100776

Because now the new code is actually pulled in, it needs new
dependencies and fixes.

* `PRJ_GIT_DATE` is needed.
  Remove the manual replacement of versions, and use the
  approach that upstream added for nixpkgs:
  https://github.com/NixOS/nixpkgs/pull/181723#discussion_r1650109217
  This avoids cases like this, where new versioning fields are added;
  upstream takes care of it for us now.
* Use `finalAttrs` for correct version overriding.
* Fix compile error with `gtest`, see added comments.
* Enable FLAC support
  (and the tests don't pass without it on this version, see
  21901d7c2d)
2024-06-23 23:59:19 +00:00
Matteo Pacini
060f49bc44 snapraid: fix for SMART cmd error 2024-06-23 00:42:12 +01:00
github-actions[bot]
fb94da4e9e
Merge staging-next into staging 2024-06-21 18:01:30 +00:00
Aleksana
91cbda452b
Merge pull request #317681 from jeremyschlatter/remove-sandboxfs
sandboxfs: remove
2024-06-21 23:02:59 +08:00
R. Ryantm
bc14efcda5 s3backer: 2.1.2 -> 2.1.3 2024-06-21 05:57:46 +00:00
Jeremy Schlatter
f13547a8cb
sandboxfs: remove
sandboxfs was an experiment to increase sandboxing performance in bazel,
but it never reached a stable release.

The author of sandboxfs left Google in 2020 and there have been no
updates to it since then.

bazel dropped sandboxfs in the bazel 7 release. To quote their release
notes:

    The sandboxfs sandboxing strategy is removed. It hadn't been
    maintained for a long time, it didn't work for most users and it was
    not consistently faster while being complex to set up. sandboxfs
    performance is heavily dependent on the specific setup (setup costs
    are lower, but you have to pay a penalty for the use of each input)
    and there are scenarios where it is faster and scenarios where it is
    slower. Overall it is not worth its weight.

    - 217fafe2b4
2024-06-20 13:00:18 -07:00
github-actions[bot]
667f4bf852
Merge staging-next into staging 2024-06-20 12:01:36 +00:00
Aaron Jheng
4bca415f56
juicefs: 1.1.2 -> 1.2.0 2024-06-20 14:09:43 +08:00
R. Ryantm
c6dd2d3354 dupe-krill: 1.4.8 -> 1.4.9 2024-06-19 09:12:16 +00:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Emery Hemingway
970fa0b613 f2fs-tools: move to pkgs/by-name 2024-06-18 05:38:22 +00:00
Nick Cao
33d39da35f
Merge pull request #320531 from r-ryantm/auto-update/exfatprogs
exfatprogs: 1.2.3 -> 1.2.4
2024-06-17 16:49:41 -04:00
R. Ryantm
039a9fe6dd exfatprogs: 1.2.3 -> 1.2.4 2024-06-17 12:37:49 +00:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
jopejoe1
60566f0781 kdiskmark: use pname instead of name 2024-06-15 09:56:42 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
github-actions[bot]
fddadbd234
Merge master into staging-next 2024-06-12 12:01:10 +00:00
Peder Bergebakken Sundt
24c5f20298
Merge pull request #316820 from trofi/mtools-update
mtools: 4.0.43 -> 4.0.44
2024-06-12 11:39:46 +02:00
github-actions[bot]
14aa6e8765
Merge master into staging-next 2024-06-11 12:01:16 +00:00
Jörg Thalheim
de7943c942 tsmu: move to pkgs/by-name 2024-06-11 09:44:48 +02:00
Sergei Trofimovich
2d6944161d btrfs-progs: drop upstreamed patch
Without the change `btrfs-progs` fails to build after `6.9` update on
`staging-next` as:

       > Skipping patch.
       > 2 out of 2 hunks ignored -- saving rejects to file convert/source-ext2.c.rej

The patch was already included in this release. Dropping.
2024-06-11 06:40:10 +01:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
github-actions[bot]
5aea0ef461
Merge master into staging-next 2024-06-09 18:00:55 +00:00
Sergei Trofimovich
533f1ff136 btrfs-progs: 6.8.1 -> 6.9
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.9
2024-06-09 06:46:41 +01:00
github-actions[bot]
f22f5c2c0c
Merge master into staging-next 2024-06-08 00:02:16 +00:00
R. Ryantm
8d7dcf6f62 tar2ext4: 0.12.3 -> 0.12.4 2024-06-07 15:41:29 +00:00
github-actions[bot]
ecc75d299d
Merge master into staging-next 2024-06-07 12:01:27 +00:00
Stanisław Pitucha
d04c804ad9 cpcfs: fix darwin build
This code is written in gnu89.
2024-06-06 21:27:48 +10:00
github-actions[bot]
4b2a80fbd0
Merge master into staging-next 2024-06-05 00:02:31 +00:00
Nick Cao
3b1f0a30e1
Merge pull request #317059 from r-ryantm/auto-update/dysk
dysk: 2.8.2 -> 2.9.0
2024-06-04 16:09:14 -04:00
Weijia Wang
ae221cb0a1
Merge pull request #315590 from r-ryantm/auto-update/gcsfuse
gcsfuse: 2.1.0 -> 2.2.0
2024-06-04 22:06:04 +02:00
Alyssa Ross
f27b3096c3
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/os-specific/linux/util-linux/default.nix
2024-06-04 13:31:26 +01:00
Sigmanificient
d48a9bb622 treewide: remove unused fetchpatch arguments 2024-06-04 12:40:25 +02:00
R. Ryantm
3422283eec dysk: 2.8.2 -> 2.9.0 2024-06-04 02:28:47 +00:00
Sergei Trofimovich
03c93ec4ed mtools: 4.0.43 -> 4.0.44
Changes: https://lists.gnu.org/archive/html/info-gnu/2024-06/msg00000.html
2024-06-03 07:42:44 +01:00
github-actions[bot]
97d15b22bf
Merge master into staging-next 2024-06-02 18:01:10 +00:00
R. Ryantm
aaf65c6d02 mount-zip: 1.0.14 -> 1.0.15 2024-06-02 03:58:13 +00:00
github-actions[bot]
738e64a2f9
Merge master into staging-next 2024-06-01 00:02:18 +00:00
Peder Bergebakken Sundt
2e7012e863
Merge pull request #306783 from Flakebi/httm
httm: 0.23.3 -> 0.38.1
2024-05-31 23:55:00 +02:00
Vladimír Čunát
5804775d03
Merge branch 'staging' into staging-next 2024-05-31 07:30:41 +02:00
R. Ryantm
2a41818f80 gcsfuse: 2.1.0 -> 2.2.0 2024-05-29 10:32:07 +00:00
Reno Dakota
fd29e43fcb
boxfs: add missing includes to fix clang build 2024-05-29 10:05:35 +00:00
Alyssa Ross
9a21575b5f e2fsprogs: apply patches to fix libblockdev
Fixes: 767876986f ("e2fsprogs: 1.47.0 -> 1.47.1")
2024-05-27 21:57:35 +02:00
github-actions[bot]
7537b40813
Merge staging-next into staging 2024-05-26 18:01:42 +00:00
Matthias Beyer
6c696851f7
Merge pull request #314085 from r-ryantm/auto-update/gcsfuse
gcsfuse: 2.0.1 -> 2.1.0
2024-05-26 14:24:57 +02:00
github-actions[bot]
d0f5d1af6a
Merge staging-next into staging 2024-05-26 12:01:46 +00:00
John Titor
33bfd9f34a bcachefs-tools: move to pkgs/by-name 2024-05-26 10:43:01 +02:00
github-actions[bot]
edcb881454
Merge staging-next into staging 2024-05-25 18:01:21 +00:00
R. Ryantm
efcfe8ad01 exfatprogs: 1.2.2 -> 1.2.3 2024-05-25 03:34:10 +00:00
7c6f434c
b49ae4c6e8
Merge pull request #313657 from yu-re-ka/e2fsprogs
e2fsprogs: 1.47.0 -> 1.47.1
2024-05-24 15:20:17 +00:00
Yureka
5e9dc71d53 e2fsprogs: use fuse3 2024-05-24 10:42:52 +02:00
Yureka
767876986f e2fsprogs: 1.47.0 -> 1.47.1 2024-05-24 10:42:52 +02:00
Yureka
35cdb48942 btrfs-progs: backport fix build with e2fsprogs 1.47.1 2024-05-24 10:42:51 +02:00
R. Ryantm
01680dacfb gcsfuse: 2.0.1 -> 2.1.0 2024-05-23 20:18:43 +00:00
ajs124
dcdd47e39a xfsprogs: 6.7.0 -> 6.8.0
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?id=df4bd2d27189a98711fd35965c18bee25a25a9ea
2024-05-22 21:02:38 +02:00
ajs124
76b83140ba xfsprogs: 6.6.0 -> 6.7.0
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?id=09ba6420a1ee2ca4bfc763e498b4ee6be415b131#n1
2024-05-22 21:02:38 +02:00
Sandro
b4450eea3b
Merge pull request #312656 from luftmensch-luftmensch/dwarfs_0.9.9
dwarfs: 0.7.5 → 0.9.9
2024-05-20 22:12:55 +02:00
Raito Bezarius
2759c33ca3 garage: drop maintenance
Given the current situation, I have not been able to take care of
anything related to that module. Upgrades are merged without upgrading
properly the module, unfortunately.

This caused too much divergence and I still do not have the energy to
take care of it.

I will leave it to the more active recent committers who touched the
module to take it from there.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-05-19 23:01:36 +02:00
luftmensch-luftmensch
24d3f81575
dwarfs: 0.7.5 → 0.9.8 2024-05-18 15:07:55 +02:00
Matthias Beyer
ecf4ff7216
Merge pull request #310990 from r-ryantm/auto-update/ssdfs-utils
ssdfs-utils: 4.39 -> 4.40
2024-05-18 09:10:37 +02:00
teutat3s
948c550669
nixosTests.garage: run test for garage_1_x
Add reminder comment to add new versions to tests
2024-05-15 11:09:41 +02:00
Aleksana
abd6d48f8c
Merge pull request #310859 from JohnRTitor/add-update-script
treewide: add update script to packages maintained by johnrtitor
2024-05-14 10:22:19 +08:00
John Titor
d49f993b39
bcachefs-tools: switch to nix-update-script 2024-05-13 22:42:43 +05:30
Weijia Wang
0459f2bcfd
Merge pull request #309370 from r-ryantm/auto-update/gcsfuse
gcsfuse: 2.0.0 -> 2.0.1
2024-05-12 21:06:24 +02:00
R. Ryantm
2e004c8f90 ssdfs-utils: 4.39 -> 4.40 2024-05-12 04:04:00 +00:00
github-actions[bot]
ab6da4a615
Merge master into staging-next 2024-05-12 00:02:26 +00:00
Weijia Wang
808c3b5881
Merge pull request #308397 from r-ryantm/auto-update/s3backer
s3backer: 2.0.2 -> 2.1.2
2024-05-11 20:37:10 +02:00
Jan Tojnar
4be4408157 Merge branch 'master' into staging-next
; Conflicts:
;	maintainers/scripts/luarocks-packages.csv
;	pkgs/development/lua-modules/generated-packages.nix
2024-05-11 12:47:40 +02:00
Reed Riley
20362ae38f bcachefs-tools: patch to fix boot with bcachefs-tools-1.7.0
fixes 309388
2024-05-10 06:29:03 -07:00
R. Ryantm
9cffec76cf gcsfuse: 2.0.0 -> 2.0.1 2024-05-05 20:24:20 +00:00
github-actions[bot]
041bd1cdf7
Merge master into staging-next 2024-05-05 18:00:54 +00:00
Weijia Wang
d54b09a58d
Merge pull request #307626 from r-ryantm/auto-update/bindfs
bindfs: 1.17.6 -> 1.17.7
2024-05-05 17:38:40 +02:00
Jan Tojnar
100509c030 Merge branch 'staging-next' into staging
Conflicts in luaPackages.luarocks-nix:

- 8b563cd9f9 switched to the new version format (prefixed by 0 since there was no relevant last tag in the branch).
  bc4f6fa543 bumped version and switched to the new version format. But the tag used is not part of the branch the commit comes from (master).

  Used the new version but replaced the tag prefix with 0.

- b73ec84b9e removed meta (it is already set in the overridden luarocks). But that would cause the update script to try to update the overridden luarocks (as did the previously used old.meta).
  bf311d950e modified meta to fix the update script properly.

  Kept the meta from the latter since it allows update script to work.
2024-05-05 14:50:32 +02:00
Weijia Wang
351bf26db4 bindfs: mark as broken on darwin 2024-05-04 23:52:16 +02:00
7c6f434c
40e5b154bd
Merge pull request #308891 from trofi/btrfs-progs-update
btrfs-progs: 6.8 -> 6.8.1
2024-05-04 14:06:46 +00:00
github-actions[bot]
1e0d7cdbeb
Merge staging-next into staging 2024-05-04 12:01:36 +00:00
Jonas Heinrich
25be8f7eab
Merge pull request #304761 from JohnRTitor/bcachefs-tools
bcachefs-tools: 1.4.1 -> 1.7.0
2024-05-04 09:51:58 +02:00
Sergei Trofimovich
5e1d26d585 btrfs-progs: 6.8 -> 6.8.1
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.8.1
2024-05-03 22:18:33 +01:00
John Titor
f2033d6f01
bcachefs-tools: reformat using nixfmt-rfc-style, use lib. explicitly 2024-05-03 19:53:26 +05:30
John Titor
44f481b46c
bcachefs-tools: add johnrtitor as maintainer 2024-05-03 19:50:59 +05:30
John Titor
05ccad71d8
bcachefs-tools: 1.4.1 -> 1.7.0
Removed Cargo.lock since it can just be used from the source repo
 use fetchCargoTarball instead
2024-05-03 19:50:00 +05:30
github-actions[bot]
0b5a256e94
Merge staging-next into staging 2024-05-03 12:01:59 +00:00
github-actions[bot]
ae736c738d
Merge master into staging-next 2024-05-03 12:01:32 +00:00
Vladimír Čunát
54fd628479
ceph: switch python from 3.10 to 3.11
Some of the dependencies wouldn't build anymore:
https://hydra.nixos.org/build/257585236/nixlog/5/tail

Tested on x86_64-linux:
ceph ceph-client ceph-csi ceph-dev ceph.tests
2024-05-03 12:43:34 +02:00
Vladimír Čunát
0fd1859596
ceph: fix build of overridden pyopenssl
(but some other deps are still failing)
2024-05-03 11:34:16 +02:00
Weijia Wang
85b54c27e6
Merge pull request #308672 from r-ryantm/auto-update/squashfs-tools-ng
squashfs-tools-ng: 1.3.0 -> 1.3.1
2024-05-03 10:22:01 +02:00
R. Ryantm
4df49577f7 squashfs-tools-ng: 1.3.0 -> 1.3.1 2024-05-03 01:38:30 +00:00
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
Weijia Wang
a6742256e2
Merge pull request #279391 from katexochen/buildGoModule/deprecate-buildflags
buildGoModule: announce removal of `buildFlags` and `buildFlagsArray`
2024-05-02 12:58:35 +02:00
R. Ryantm
464b428371 s3backer: 2.0.2 -> 2.1.2 2024-05-02 00:04:28 +00:00
Nick Cao
1f4a36bce2
Merge pull request #307247 from NickCao/ubidump
ubidump: unstable-2019-09-11 -> 0-unstable-2023-09-20
2024-04-30 09:27:21 -04:00
R. Ryantm
a9e7d41ce0 bindfs: 1.17.6 -> 1.17.7 2024-04-29 04:29:23 +00:00
Sandro
4da4ac2024
Merge pull request #307251 from NickCao/mount-zip
mount-zip: fix cross compilation, set strictDeps
2024-04-28 11:42:19 +02:00
Nick Cao
018a2c201b
genromfs: fix cross compilation 2024-04-27 12:09:13 -04:00
Nick Cao
195cf807be
genromfs: add nickcao to maintainers 2024-04-27 12:07:32 -04:00
Nick Cao
17f6bdc8c3
mount-zip: fix cross compilation, set strictDeps 2024-04-27 12:04:19 -04:00
Nick Cao
6671608931
mount-zip: format with nixfmt 2024-04-27 12:01:43 -04:00
Nick Cao
86261903fb
ubidump: unstable-2019-09-11 -> 0-unstable-2023-09-20
Diff: 0691f1a9a3...c8cffcbb8c
2024-04-27 11:56:10 -04:00
Aleksana
9d3911e286
Merge pull request #297566 from TomaSajt/use-strip-java-archives
treewide: use stripJavaArchivesHook in trivial cases
2024-04-27 15:43:08 +08:00
Stella
97c7b6dfb9
maintainers: remove keksbg (#307027) 2024-04-27 05:22:56 +02:00
Bart Brouns
9a031ecea7
httm: 0.23.3 -> 0.38.1 2024-04-25 15:28:51 +02:00
Sandro
680c13ed09
Merge pull request #306514 from alyssais/f2fs-tools-lfs64 2024-04-25 11:06:32 +02:00
Alyssa Ross
53301a34ea
f2fs-tools: backport LFS64 removal
musl 1.2.4 no longer provides these functions.
2024-04-24 14:14:51 +02:00
R. Ryantm
1ca46a5fb5 tar2ext4: 0.12.1 -> 0.12.3 2024-04-24 14:06:57 +02:00
R. Ryantm
38ea017d79 stratis-cli: 3.6.0 -> 3.6.2 2024-04-22 11:54:54 +00:00
R. Ryantm
68c6f17a49 mount-zip: 1.0.13 -> 1.0.14 2024-04-21 13:18:41 +00:00
Daniel Barter
40b1df8140
ceph: pin to cython_0 (#302358) 2024-04-18 11:09:19 +02:00
Paul Meyer
b2f0e7301e treewide: remove buildFlags use in buildGoModule
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-15 07:39:04 +02:00
github-actions[bot]
598389768a
Merge master into staging-next 2024-04-14 00:05:19 +00:00
Weijia Wang
42cd414c7f
Merge pull request #301211 from wegank/fuse2-init
fuse2: add to top-level
2024-04-13 23:20:13 +02:00
github-actions[bot]
5a301eda67
Merge master into staging-next 2024-04-13 00:02:05 +00:00
Peder Bergebakken Sundt
da09de0e5f
Merge pull request #296938 from bzizou/irods-4.3.1
irods: 4.3.0 -> 4.3.1 + fix pam auth
2024-04-12 22:53:59 +02:00
github-actions[bot]
d6a31576e1
Merge master into staging-next 2024-04-12 18:01:09 +00:00
Matthias Beyer
a945f3fda9
Merge pull request #302828 from Qubasa/master
Maintainer renamed: luis -> qubasa.
2024-04-12 15:46:39 +02:00
Yureka
b701934eaa garage: 0.9.4 -> 1.0.0
Release notes: https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v1.0.0
2024-04-12 12:43:15 +02:00
Vladimír Čunát
24d4f2cd52
Merge branch 'staging' into staging-next
Conflicts (tried to quickly resolve somehow, checked eval):
	pkgs/development/python-modules/apsw/default.nix
	pkgs/development/python-modules/mido/default.nix
	pkgs/development/python-modules/pytest-bdd/default.nix
	pkgs/development/python-modules/sparse/default.nix
2024-04-12 07:06:54 +02:00
Rick van Schijndel
067e519281
Merge pull request #302858 from tweag/infinisil-maintainer
treewide: Drop infinisil as maintainer from most packages
2024-04-10 08:50:38 +02:00
Yureka
b16bc0d282
garage: 0.9.3 -> 0.9.4 (#302791)
Release Notes: https://git.deuxfleurs.fr/Deuxfleurs/garage/releases/tag/v0.9.4
2024-04-10 07:26:22 +02:00
Silvan Mosberger
ea5dfeab93 treewide: Drop infinisil as maintainer from most packages
I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
2024-04-09 21:43:39 +02:00
Qubasa
30756bb4ff Maintainer renamed: luis -> qubasa. Removed vacant package rmount 2024-04-09 19:16:15 +02:00
Weijia Wang
3f59355d84 Merge branch 'staging-next' into staging 2024-04-09 08:26:23 +02:00
iliana etaoin
e42705c982 licenses: rename apsl{10,20} -> apple-psl{10,20}
Part 1 of #301908.

This renames the two versions of the Apple Public Source License seen in
nixpkgs; `apsl20` was often confused as being for the widely-used Apache
License 2.0.
2024-04-08 20:39:37 +02:00
Weijia Wang
3371bbf888
Merge pull request #301104 from r-ryantm/auto-update/ceph-csi
ceph-csi: 3.10.2 -> 3.11.0
2024-04-08 16:46:17 +02:00
Bruno Bzeznik
4de36aba89 irods: 4.3.0 -> 4.3.1 + fix pam auth 2024-04-08 09:37:59 +02:00
Aleksana
27298ef93f
Merge pull request #302005 from sedlund/fix/juicefs_build
juicefs: fix build
2024-04-07 11:50:01 +08:00
Nick Cao
1cbfe78fa9
Merge pull request #301614 from NickCao/stratisd
stratisd: 3.6.6 -> 3.6.7
2024-04-06 15:21:49 -04:00
Scott Edlund
c5ce4700b9 juicefs: fix build 2024-04-06 20:07:20 +08:00
github-actions[bot]
caf9b7e92b
Merge staging-next into staging 2024-04-05 12:02:18 +00:00
rewine
841e26462b
Merge pull request #301396 from r-ryantm/auto-update/nilfs-utils
nilfs-utils: 2.2.10 -> 2.2.11
2024-04-05 18:59:44 +08:00
github-actions[bot]
110bd4dbee
Merge staging-next into staging 2024-04-05 06:01:46 +00:00
Weijia Wang
7f19e0df77
Merge pull request #300121 from r-ryantm/auto-update/mtdutils
mtdutils: 2.1.6 -> 2.2.0
2024-04-05 05:05:53 +02:00
Nick Cao
0e0f141d7a
stratisd: 3.6.6 -> 3.6.7
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.6...stratisd-v3.6.7
2024-04-04 14:59:43 -04:00
github-actions[bot]
75a5384ed5
Merge staging-next into staging 2024-04-04 06:01:44 +00:00
R. Ryantm
d21a1c1e16 nilfs-utils: 2.2.10 -> 2.2.11 2024-04-04 00:11:35 +00:00
Weijia Wang
4e71d4b8ed rar2fs: use fuse2 2024-04-03 12:46:27 +02:00
R. Ryantm
677b3f4acb ceph-csi: 3.10.2 -> 3.11.0 2024-04-03 01:26:30 +00:00
Anthony Roussel
3de8f433e2
httpdirfs: move to pkgs/by-name 2024-03-30 17:34:47 +01:00
Anthony Roussel
4bc9e0221b
httpdirfs: add anthonyroussel to maintainers 2024-03-30 17:34:46 +01:00
Anthony Roussel
00632e2394
httpdirfs: 1.2.3 -> 1.2.5
https://github.com/fangfufu/httpdirfs/compare/1.2.3...1.2.5
https://github.com/fangfufu/httpdirfs/releases/tag/1.2.5
https://github.com/fangfufu/httpdirfs/releases/tag/1.2.4
2024-03-30 17:34:46 +01:00
Anthony Roussel
2ebe93cb8c
httpdirfs: add passthru.{tests.version,updateScript} 2024-03-30 17:34:43 +01:00
Anthony Roussel
b65cd9bb4d
httpdirfs: format with nixfmt-rfc-style 2024-03-30 17:12:57 +01:00
R. Ryantm
b6faaa7c39 mtdutils: 2.1.6 -> 2.2.0 2024-03-30 00:21:16 +00:00
github-actions[bot]
71fd00c763
Merge staging-next into staging 2024-03-29 18:01:38 +00:00
ajs124
b2d16906b0
Merge pull request #260867 from helsinki-systems/upd/xfsprogs
xfsprogs: 6.4.0 -> 6.6.0
2024-03-29 14:00:29 +01:00
github-actions[bot]
f507e44ff4
Merge staging-next into staging 2024-03-28 18:01:49 +00:00
Nick Cao
e836af2f6c
Merge pull request #299254 from NickCao/stratis
stratisd: 3.6.5 -> 3.6.6
2024-03-28 09:49:00 -04:00
annalee
675fb1648e
Merge remote-tracking branch 'upstream/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/apsw/default.nix
	pkgs/development/python-modules/deal/default.nix
	pkgs/development/python-modules/kubernetes/default.nix
2024-03-28 13:02:34 +00:00
Martin Weinelt
ea1480099d
Merge pull request #299223 from NixOS/python-updates
[python-updates] 2024-03-24 - selective updates
2024-03-28 05:01:55 +01:00
Sergei Trofimovich
be5802015b btrfs-progs: 6.7.1 -> 6.8
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.8
2024-03-27 21:31:52 +00:00
Martin Weinelt
bad4ddcfd4
ceph: disable failing test in pyopenssl 2024-03-27 18:35:08 +01:00
R. Ryantm
f567eefa87 mount-zip: 1.0.12 -> 1.0.13 2024-03-27 13:23:39 +00:00
Nick Cao
5c773ed76d
stratisd: use --replace-fail flag on substitute{,InPlace} 2024-03-26 13:21:20 -04:00
Nick Cao
eba8b5d8b2
stratisd: 3.6.5 -> 3.6.6
Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.6.5...stratisd-v3.6.6
2024-03-26 13:17:29 -04:00
TomaSajt
9efa8fafd5
xtreemfs: make deterministic 2024-03-25 17:54:00 +01:00
Jörg Thalheim
2724e18228
Merge pull request #297142 from Mic92/envfs
envfs: 1.0.3 -> 1.0.6
2024-03-25 12:36:03 +01:00
Weijia Wang
9ae2a31849
Merge pull request #296135 from r-ryantm/auto-update/gcsfuse
gcsfuse: 1.4.2 -> 2.0.0
2024-03-25 00:19:00 +01:00
Jörg Thalheim
3a8e8369a6 envfs: 1.0.3 -> 1.0.6
Diff: https://github.com/Mic92/envfs/compare/1.0.3...1.0.6
2024-03-24 10:26:45 +01:00
R. Ryantm
de70648e07 tar2ext4: 0.12.0 -> 0.12.1 2024-03-23 11:42:51 +01:00
Vladimír Čunát
20f77aa099
Merge #295458: staging-next 2024-03-13 2024-03-21 07:18:55 +01:00
Niklas Hambüchen
527e02169a
Merge pull request #297136 from srhb/ceph-workaround-mgr-pyo3-bcrypt
ceph: workaround broken mgr modules
2024-03-21 01:32:07 +01:00
Sarah Brofeldt
f7bba2d518 ceph: workaround broken mgr modules
This is yet another incarnation of https://tracker.ceph.com/issues/64213
which was fixed for cryptography specifically (thus fixing dashboard)
but since our bcrypt update https://github.com/NixOS/nixpkgs/pull/291195
every module broke for the same reason

Until upstream manages to get this fixed permanently, I don't see that
we can do much but "vendor" in these old deps.

It may be possible to more delicately patch the rust package underneath
bcrypt, but I'm not sure how
2024-03-19 10:19:20 +01:00
Martin Weinelt
3321e63b12
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
2024-03-19 04:00:32 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Martin Weinelt
69aa302c35
ceph: suppress pytest8 warnings in pyopenssl override 2024-03-17 19:38:59 +01:00
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
340a2c4136 gcsfuse: 1.4.2 -> 2.0.0 2024-03-15 12:30:48 +00: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
ajs124
da6bfeee12 xfsprogs: 6.4.0 -> 6.6.0
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?id=7a7b09c2b027b6f45de61c6e56b36154c1138c0c
2024-02-05 20:59:00 +01: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
Andrew Marshall
4e4b7e466c apfs-fuse: unstable-2023-01-04 -> unstable-2023-03-12 2024-02-01 11:59:19 -05:00
Andrew Marshall
56087905b4 apfs-fuse: fix pname+version, add mainProgram
The “unstable” conventionally is a part of the version, not the pname.
2024-02-01 11:59:19 -05:00
Alyssa Ross
5b5e6f9900 bcachefs-tools: fix fuseSupport option
Without this, fuse was still not enabled.
2024-01-30 22:54:10 +01:00
R. Ryantm
b788f3e85a mergerfs: 2.38.1 -> 2.39.0 2024-01-30 08:23:45 +00:00
Robert Schütz
542783f91e
Merge pull request #283397 from dotlambda/rmfuse-fix
rmfuse: fix build
2024-01-28 04:31:02 +00:00
R. Ryantm
56d10daf59 ssdfs-utils: 4.37 -> 4.38 2024-01-27 19:35:25 +00:00
h7x4
b46a72cc8b
Merge pull request #284264 from reedrw/bashmount-mainprogram
bashmount: set meta.mainProgram
2024-01-27 17:28:54 +01:00
Nikolay Korotkiy
8df12f215f
Merge pull request #283131 from r-ryantm/auto-update/snapraid
snapraid: 12.2 -> 12.3
2024-01-27 20:18:16 +04:00
Reed
0090978b2a bashmount: set meta.mainProgram 2024-01-27 09:26:40 -05:00