about summary refs log tree commit diff
path: root/pkgs/servers/nfs-ganesha
AgeCommit message (Collapse)AuthorFilesLines
2024-05-23nfs-ganesha: 5.7 -> 5.9Markus Kowalewski1-2/+2
2024-02-18nfs-ganesha: add tools output for mount.9P helperAhmad Fatoum1-0/+10
The nfs-ganesha mount.9P helper is a standalone shell script that makes some aspects of mounting a 9P filesystem easier, e.g. instead of: mount -t 9p 192.168.10.2 /mnt -oaname=/home it allows the familiar syntax: mount -t 9P 192.168.10.2:/home /mnt As the mount helper is independent of the server, it's added as separate output.
2023-11-24treewide: add mainProgramh7x41-0/+1
2023-11-07nfs-ganesha: 5.6 -> 5.7R. Ryantm1-2/+2
2023-10-25nfs-ganesha: 5.5.3 -> 5.6Markus Kowalewski1-2/+2
2023-10-14nfs-ganesha: 5.5.1 -> 5.5.3R. Ryantm1-2/+2
2023-08-25nfs-ganesha: fix rpath issueMarkus Kowalewski1-0/+1
2023-08-25nfs-ganesha: 5.5 -> 5.5.1Markus Kowalewski1-2/+6
2023-08-09nfs-ganesha: 5.4 -> 5.5R. Ryantm1-2/+2
2023-07-27nfs-ganesha: 5.2 -> 5.4R. Ryantm1-2/+2
2023-05-26nfs-ganesha: 5.1 -> 5.2Markus Kowalewski1-2/+2
2023-05-03nfs-ganesha: 5.0 -> 5.1Markus Kowalewski1-2/+2
2023-04-23nfs-ganesha: 4.4 -> 5.0Markus Kowalewski1-2/+3
2023-03-02nfs-ganesha: 4.3 -> 4.4R. Ryantm1-2/+2
2023-01-24nfs-ganesha: 4.2 -> 4.3Markus Kowalewski1-2/+2
2022-12-06nfs-ganesha: 4.1 -> 4.2Markus Kowalewski1-3/+7
2022-11-21nfs-ganesha: 4.0.12 -> 4.1Markus Kowalewski1-2/+2
2022-11-10nfs-ganesha: 4.0.8 -> 4.0.12Markus Kowalewski1-3/+4
2022-09-22nfs-ganesha: 4.0.7 -> 4.0.8R. Ryantm1-2/+2
2022-08-06nfs-ganesha: 4.0 -> 4.0.7Markus Kowalewski1-2/+2
2021-12-30nfs-ganesha: 3.5 -> 4.0Markus Kowalewski2-26/+2
2021-02-03nfs-ganesha: 3.4 -> 3.5R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-26nfs-ganesha: 3.3 -> 3.4Markus Kowalewski2-5/+12
2020-07-10nfs-ganesha: init at 3.3Markus Kowalewski2-0/+63