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
Ben Wolsieffer
e21aa200b5
python3Packages.btrfsutil: build separately from btrfs-progs
...
btrfs-progs was installing its Python bindings as an egg, which doesn't work
with Nix. It turns out that there is no real benefit to building the Python
bindings as part of the btrfs-progs package. Instead, we can just package them
separately, and use nixpkgs' normal Python packaging support to install them as
a wheel. This fixes the bindings and reduces closure sizes.
2022-12-06 19:06:04 -05:00
Mario Rodas
813836d64f
Merge pull request #204034 from r-ryantm/auto-update/httm
...
httm: 0.17.7 -> 0.17.8
2022-12-03 11:57:43 -05:00
Mario Rodas
b9a04e1803
httm: 0.17.8 -> 0.17.10
...
https://github.com/kimono-koans/httm/releases/tag/0.17.9
https://github.com/kimono-koans/httm/releases/tag/0.17.10
2022-12-03 04:20:00 +00:00
R. Ryantm
08918f71d0
gcsfuse: 0.41.8 -> 0.41.9
2022-12-02 19:06:58 +08:00
R. Ryantm
6104f8b321
httm: 0.17.7 -> 0.17.8
2022-12-02 01:57:36 +00:00
zowoq
d45a8a0586
fuse-overlayfs: 1.9 -> 1.10
...
https://github.com/containers/fuse-overlayfs/releases/tag/v1.10
2022-12-01 19:00:47 +10:00
Yureka
1b68f3a0dd
pkgsMusl.jfsutils: fix build ( #203250 )
2022-11-30 09:16:53 +01:00
figsoda
5c394764e7
Merge pull request #203613 from NickCao/stratis-patch
...
stratisd: 3.4.0 -> 3.4.1
2022-11-29 11:29:42 -05:00
Nick Cao
9790786a00
stratisd: 3.4.0 -> 3.4.1
2022-11-29 22:29:33 +08:00
Mario Rodas
544f6afd2e
Merge pull request #203444 from r-ryantm/auto-update/grive2
...
grive2: 0.5.1 -> 0.5.3
2022-11-29 09:19:26 -05:00
R. Ryantm
446dd861c6
httm: 0.16.5 -> 0.17.7
2022-11-29 00:25:24 +00:00
R. Ryantm
930d8d5c74
grive2: 0.5.1 -> 0.5.3
2022-11-28 11:37:26 +00:00
Mario Rodas
98d30160b4
Merge pull request #202619 from NickCao/stratis
...
stratisd: 3.3.0 -> 3.4.0
Closes #203194
2022-11-27 08:58:59 -05:00
Artturi
91f186baa6
Merge pull request #201611 from Artturin/removealiasusages
...
Cleanup
2022-11-27 15:13:35 +02:00
Martin Weinelt
390e82438a
Merge pull request #198862 from r-ryantm/auto-update/ntfs3g
2022-11-27 02:33:40 +01:00
R. Ryantm
fcfa58349a
btrfs-progs: 6.0.1 -> 6.0.2
2022-11-25 07:49:06 +00:00
Artturin
81db0fc59c
fsfs: remove package which has never worked and project is dead
...
fsfs was added in f00bdb6f15
with a throw that states "it still does not build"
2022-11-24 22:32:34 +02:00
Nick Cao
ed71b75ee8
stratis-cli: 3.3.0 -> 3.4.0
2022-11-24 09:56:13 +08:00
Nick Cao
4aff99b78c
stratisd: 3.3.0 -> 3.4.0
2022-11-24 09:53:08 +08:00
Stella
b380f254a0
dwarfs: 0.6.1 -> 0.6.2
2022-11-22 05:22:34 +01:00
Pavol Rusnak
c4dca7438c
fatsort: fix build, cleanup, enable on darwin
2022-11-20 11:59:12 +01:00
AndersonTorres
3a98554ce6
netatalk: refactor
2022-11-15 19:25:58 -03:00
Evils
2c2b953bf8
bees: 0.7 -> 0.8
2022-11-12 04:48:45 +01:00
Sergei Trofimovich
848f1e6bb3
fuse-7z-ng: fix build against modern glibc
...
Wthout the change configure fails as:
checking for pthread_yield in -lpthread... no
configure: error: pthread library not found.
fuze-7z-ng does not use pthread itself. Let's just drop the check.
2022-11-11 18:56:33 +00:00
Martin Weinelt
eb2d6e3cae
Merge pull request #200655 from trofi/bees-fix-zhf
2022-11-11 12:13:38 +01:00
Sandro
5ce5a81443
Merge pull request #200030 from teutat3s/node-packages/add-myself-as-maintainer
2022-11-11 11:41:02 +01:00
Aaron Jheng
8e6c833c85
go-mtpfs: mark as broken on darwin
2022-11-11 08:30:39 +00:00
Sergei Trofimovich
6f5cc850fa
bees: fix build by pinning linuxHeaders_5_19
...
Without the change build fails as:
...-linux-headers-6.0/include/linux/fiemap.h:37:30:
error: flexible array member 'fiemap::fm_extents' not at end of 'struct crucible::Fiemap'
37 | struct fiemap_extent fm_extents[]; /* array of mapped extents (out) */
| ^~~~~~~~~~
Upstream ported to the new version but did not release compatible
version yet. As patch backport is a bit convoluted let's wait
for a new release and pin to previous linuxHeaders_5_19 version.
ZHF: https://github.com/NixOS/nixpkgs/issues/199919
2022-11-11 07:41:40 +00:00
Daniel Nagy
cfce957d4f
treewide: more meta changelog urls and mainPrograms ( #200062 )
...
* turbovnc: add changelog url
* memray: add changelog url
* ddcutil: add changelog url
* jc: add changelog url
* zed: add changelog url
* lua: use https homepage
* sil: use https url
* the-powder-toy: use https homepage
* tldr: add changelog url
* openjpeg: add changelog url
* scheme48: use https homepage
* bubblewrap: set meta.mainProgram
* zbar: set meta.mainProgram
* qpdf: add changelog url
* nvtop: set meta.mainProgram
* squashfs: add meta.mainProgram
2022-11-09 16:41:13 +01:00
teutat3s
56ab9dd70c
garage: add myself as maintainer
2022-11-07 15:16:02 +01:00
Mario Rodas
e6c6826d42
Merge pull request #199788 from aaronjheng/gcsfuse
...
gcsfuse: 0.41.7 -> 0.41.8
2022-11-05 19:57:13 -05:00
Aaron Jheng
77de45c852
gcsfuse: 0.41.7 -> 0.41.8
2022-11-06 00:21:46 +00:00
R. Ryantm
02dd2667d6
btrfs-progs: 6.0 -> 6.0.1
2022-11-04 19:54:29 +00:00
Sandro
45b5466818
Merge pull request #199056 from SuperSandro2000/netatalk
2022-11-03 23:25:53 +01:00
Sandro Jäckel
5814c516f3
netatalk: cleanup, format
2022-11-01 23:32:25 +01:00
R. Ryantm
8e7b785d5e
httm: 0.15.8 -> 0.16.5
2022-11-01 21:17:47 +00:00
Bobby Rong
1930722bb6
Merge pull request #197495 from NickCao/apfs
...
apfsprogs: unstable-2022-07-21 -> unstable-2022-10-15
2022-11-01 20:03:55 +08:00
R. Ryantm
8f00715ad0
tar2ext4: 0.9.4 -> 0.9.5
2022-11-01 07:31:45 +00:00
R. Ryantm
26a6ef7f17
ntfs3g: 2022.5.17 -> 2022.10.3
2022-11-01 00:42:52 +00:00
R. Ryantm
e67b724d3b
exfatprogs: 1.1.3 -> 1.2.0
2022-10-28 18:19:37 +00:00
R. Ryantm
e45e796ceb
fwanalyzer: 1.4.3 -> 1.4.4
2022-10-25 16:04:18 +00:00
Mario Rodas
f53c279a60
Merge pull request #196680 from NickCao/stratisd
...
stratisd: 3.2.2 -> 3.3.0
Closes #196658
2022-10-24 06:44:17 -05:00
7c6f434c
1d09c25144
Merge pull request #195663 from r-ryantm/auto-update/btrfs-progs
...
btrfs-progs: 5.19.1 -> 6.0
2022-10-24 08:20:03 +00:00
Nick Cao
c8e78b38de
apfsprogs: unstable-2022-07-21 -> unstable-2022-10-15
2022-10-24 14:43:33 +08:00
Mario Rodas
95a25b06c6
Merge pull request #197174 from evils/f3
...
f3: fix linux build
2022-10-22 12:08:23 -05:00
Mario Rodas
5040cb7657
Merge pull request #196993 from r-ryantm/auto-update/httm
...
httm: 0.15.2 -> 0.15.8
2022-10-22 05:41:52 -05:00
Evils
bb9bc68e2b
f3: fix linux build
2022-10-22 09:00:38 +02:00