summary refs log tree commit diff
path: root/pkgs/servers/rpcbind
Commit message (Collapse)AuthorAge
* 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.
* pkgs/servers: stdenv.lib -> libBen Siraphob2021-01-15
|
* 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* rpcbind: switch to upstream git repo, drop patchUli Baum2018-08-31
|
* rpcbind: 0.2.4 -> 1.2.5R. RyanTM2018-08-16
| | | | | | | 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.
* rpcbind: Patch for CVE-2017-8779adisbladis2017-11-28
|
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-10
|
* rpcbind: Fix build with libnslTuomas Tynkkynen2017-11-07
|
* 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
* rpcbind: 0.2.3 -> 0.2.4Nikolay Amiantov2017-02-01
| | | | Enable warm starts support, use dedicated user.
* rpcbind: patch for CVE-2015-7236Graham Christensen2016-11-30
|
* quote homepages for better clickabilityNikolay Amiantov2016-08-14
| | | | | Done while I was traversing packages which I maintain to save extra clicks on urxvt (it captures semicolon as a part of URL).
* rpcbind: fix for libtiprc 1.0.1Nikolay Amiantov2016-01-13
|
* Revert "rpcbind: 0.2.3 -> 1.0.7"Nikolay Amiantov2015-07-28
| | | | This reverts commit 5c31245047a4bd0966059d0d5cd4e701745ee6c4. See #8902.
* rpcbind: 0.2.3 -> 1.0.7Tuomas Tynkkynen2015-07-20
|
* rpcbind: update packageNikolay Amiantov2015-05-18
|
* rpcbind: updateNikolay Amiantov2015-02-18
|
* Fix license attribute of many bsd-like licensed packagesPascal Wittmann2014-12-21
|
* Even more mirror:// fixesEvgeny Egorochkin2013-07-14
|
* * Fix rpcbind. It wasn't listening on port 111, causing nfsd to failEelco Dolstra2012-03-22
| | | | | | (http://hydra.nixos.org/build/2315333). svn path=/nixpkgs/trunk/; revision=33353
* Adding rpcbind.Lluís Batlle i Rossell2012-03-21
Patch by Rickard Nilsson. svn path=/nixpkgs/trunk/; revision=33341