about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pam_mount
AgeCommit message (Collapse)AuthorFilesLines
2018-08-30pam_mount: add licensesMarkus Kowalewski1-3/+4
2018-02-28pam_mount: 2.15 -> 2.16Ryan Mulligan1-3/+3
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/mount.crypt --help` got 0 exit code - ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/mount.crypt --help` and found version 2.16 - ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/pmt-ehd --help` got 0 exit code - ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/pmt-ehd --help` and found version 2.16 - ran `/nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16/bin/pmvarrun -h` got 0 exit code - found 2.16 with grep in /nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16 - found 2.16 in filename of file in /nix/store/ylk3vdmg5vk7c21fxg54yvrclvj5cpx1-pam_mount-2.16 cc "@tstrobel"
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2015-07-04pam_mount: fix PATH issueThomas Strobel2-2/+38
2015-07-02pam_mount: version update: 2.14 -> 2.15Thomas Strobel1-3/+3
2014-09-15Fix description in pam_mount and libHX. Add tstrobel as maintainer.Thomas Strobel1-2/+2
2014-09-15New packages: pam_mount and libHXThomas Strobel1-0/+29
Add pam_mount package. Integration into NixOS is still missing.