summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nfs-utils
Commit message (Collapse)AuthorAge
* kerberos: deprecate aliasSandro Jäckel2021-04-04
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* nfs-utils: pass native rpcsvc-proto to configureFlagAtemu2020-12-13
| | | | | | | It was passing in the targetPlatform's rpcgen binary which exec format errors of course Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* nfs-utils: 2.4.1 -> 2.5.1, fix build w/glibc-2.32Maximilian Bosch2020-09-12
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* nfs-utils: Add enablePython argumentSilvan Mosberger2020-04-02
| | | | | | | If turned off, all binaries that need python are excluded With the argument disabled, this reduces closure size from 219.5M to 160.3M
* nfs-utils: link nfs testsJörg Thalheim2019-12-13
|
* nfs-utils: build svcgssdKai Wohlfahrt2019-12-12
| | | | Necessary for nfs server with kerberos auth
* Merge master into staging-nextFrederik Rietdijk2019-08-31
|\
| * nfs-utils: 2.3.4 -> 2.4.1Averell Dalton2019-08-30
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* nfs-utils: fix cross compilationBen Wolsieffer2019-07-22
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* nfs-utils: use upstream patch to fix i686 buildNikolay Amiantov2019-06-06
|
* nfs-utils: fix format strings in nfsdcldNikolay Amiantov2019-06-06
|
* nfs-utils: 2.3.3 -> 2.3.4Nikolay Amiantov2019-06-04
|
* nfs-utils: add python3 to buildInputsFrederik Rietdijk2018-10-21
| | | | This will rewrite the shebang of `nfsiostat`.
* nfs-utils: Get rid of runtime dependency on kerberos.devEelco Dolstra2018-10-11
|
* Revert "nfs-utils: Reduce closure size from 269 to 135 MiB"Eelco Dolstra2018-10-08
| | | | This reverts commit 642b68cfcc8479903ce9db9f1735452ce523425c.
* nfs-utils: Reduce closure size from 269 to 135 MiBEelco Dolstra2018-10-08
|
* nfs-utils: 2.3.2 -> 2.3.3 (#46989)R. RyanTM2018-09-26
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nfs-utils/versions
* nfs-utils: properly strip system-generatorsMatthew Bauer2018-09-24
| | | | | | | nfs-utils had a dependency on gcc through etc/systemd/system-generators/*-server-generator. It was not stripped correctly because it’s not in an expected path. This adds it to the strip list.
* nfs-utils: simplify code using placeholdersUli Baum2018-08-30
|
* nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmapUli Baum2018-08-30
| | | | | | | | - switch source to kernel.org - libnfsidmap 2.3.2 is built from the nfs-utils source, put it in nfs-utils.lib - split outputs - adapt sssd, the only other package using libnfsidmap
* nfs-utils: patch to fix w/muslWill Dietz2018-04-24
|
* Merge #29785: curl: enable kerberosVladimír Čunát2017-12-19
|\
| * kerberos: split headers into $devVladimír Čunát2017-12-19
| |
* | nfs-utils: fixup includes with glibc-2.26Vladimír Čunát2017-11-08
|/
* nfs-utils: set /etc/krb5.keytab as default path for rpc-gssdRuben Maher2017-09-20
| | | | | | | | | Currently the `rpc-gssd.service` has a `ConditionPathExists` clause that can never be met, because it's looking for stateful data inside `/nix/store`. `auth-rpcgss-module.service` also only starts if this file exists. Fixes NixOS/nixpkgs#29509.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* nfs-utils: Replace reference to /bin/true0xABAB2017-07-06
|
* nfs-utils: fixup setuid/setgid build problems, hopefullyVladimír Čunát2017-06-08
|
* nfs-utils: 1.3.3 -> 2.1.1Nikolay Amiantov2017-02-01
| | | | Use upstream systemd units, add kerberos support.
* Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\ | | | | | | Let's get rid of those merge conflicts.
| * nfs-utils: 1.3.2 -> 1.3.3Tobias Geerinckx-Rice2016-01-27
| | | | | | | | | | A very noisy change log is available for download at: http://sourceforge.net/projects/nfs/files/nfs-utils/1.3.3/1.3.3-Changelog/download
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\| | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| * nfs-utils: 1.2.5 -> 1.3.2, potentially fixes CVE-2013-1923Tuomas Tynkkynen2015-07-20
| |
* | fix "libc}/lib" and similar referencesVladimír Čunát2015-05-05
|/ | | | | Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
* Revert "nfs-utils: update from 1.2.5 to 1.3.1"Luca Bruno2015-02-16
| | | | This reverts commit bde3fe23357195e73af8bcee44bfe88a85dd8356.
* Revert "nfs-utils: Build and update for 1.3.2"Luca Bruno2015-02-16
| | | | This reverts commit a4ef29c499d4d7b1ee7f96d1a5589675ece0a70b.
* nfs-utils: Build and update for 1.3.2William A. Kennington III2015-02-08
|
* nfs-utils: update from 1.2.5 to 1.3.1Edward O'Callaghan2015-02-08
| | | | | | Potentially fixes CVE-2013-1923. Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
* unmaintain a bunch of packagesLudovic Courtès2015-01-13
|
* nfs-utils: add missing python dependencyBjørn Forsman2014-09-30
| | | | | | nfsiostat is written in python. python is already in the closure of nfs-utils, so this adds no cost.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Remove duplicate tcp-wrappers packageEelco Dolstra2012-11-29
|
* Small cleanupEelco Dolstra2012-10-26
|
* nfs-utils PAGE_SIZE patch.Lluís Batlle i Rossell2012-03-21
| | | | | | | | | Otherwise it fails on ARM. Patch by Rickard Nilsson. svn path=/nixpkgs/trunk/; revision=33329