about summary refs log tree commit diff
path: root/pkgs/servers/rpcbind
AgeCommit message (Collapse)AuthorFilesLines
2021-10-29rpcbind: 1.2.5 -> 1.2.6R. Ryantm1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-1/+1
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-31rpcbind: switch to upstream git repo, drop patchUli Baum1-12/+8
2018-08-16rpcbind: 0.2.4 -> 1.2.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rpcbind/versions.
2017-11-28rpcbind: Patch for CVE-2017-8779adisbladis1-1/+6
2017-11-10Change many homepage urls from http to https #30636Pascal Wittmann1-1/+1
2017-11-07rpcbind: Fix build with libnslTuomas Tynkkynen1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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
2017-02-01rpcbind: 0.2.3 -> 0.2.4Nikolay Amiantov2-53/+9
Enable warm starts support, use dedicated user.
2016-11-30rpcbind: patch for CVE-2015-7236Graham Christensen1-2/+6
2016-08-14quote homepages for better clickabilityNikolay Amiantov1-1/+1
Done while I was traversing packages which I maintain to save extra clicks on urxvt (it captures semicolon as a part of URL).
2016-01-13rpcbind: fix for libtiprc 1.0.1Nikolay Amiantov2-1/+47
2015-07-28Revert "rpcbind: 0.2.3 -> 1.0.7"Nikolay Amiantov1-5/+2
This reverts commit 5c31245047a4bd0966059d0d5cd4e701745ee6c4. See #8902.
2015-07-20rpcbind: 0.2.3 -> 1.0.7Tuomas Tynkkynen1-2/+5
2015-05-18rpcbind: update packageNikolay Amiantov2-16/+19
2015-02-18rpcbind: updateNikolay Amiantov1-11/+16
2014-12-21Fix license attribute of many bsd-like licensed packagesPascal Wittmann1-1/+1
2013-07-14Even more mirror:// fixesEvgeny Egorochkin1-1/+1
2012-03-22* Fix rpcbind. It wasn't listening on port 111, causing nfsd to failEelco Dolstra2-0/+29
(http://hydra.nixos.org/build/2315333). svn path=/nixpkgs/trunk/; revision=33353
2012-03-21Adding rpcbind.Lluís Batlle i Rossell1-0/+24
Patch by Rickard Nilsson. svn path=/nixpkgs/trunk/; revision=33341