Commit Graph

25 Commits

Author SHA1 Message Date
R. Ryantm
2ae925d413 rpcbind: 1.2.5 -> 1.2.6 2021-10-29 01:30:57 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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-19 01:16:25 -08:00
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Uli Baum
f2a4adfec2 rpcbind: switch to upstream git repo, drop patch 2018-08-31 00:04:15 +02:00
R. RyanTM
1758e15810 rpcbind: 0.2.4 -> 1.2.5
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.
2018-08-16 13:51:41 -07:00
adisbladis
ac7ec054f1
rpcbind: Patch for CVE-2017-8779 2017-11-28 02:12:21 +08:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Tuomas Tynkkynen
0364cf6620 rpcbind: Fix build with libnsl 2017-11-07 21:34:51 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Nikolay Amiantov
314f187b0a rpcbind: 0.2.3 -> 0.2.4
Enable warm starts support, use dedicated user.
2017-02-01 02:45:11 +03:00
Graham Christensen
7e40e89273
rpcbind: patch for CVE-2015-7236 2016-11-30 19:18:08 -05:00
Nikolay Amiantov
c60deb0266 quote homepages for better clickability
Done while I was traversing packages which I maintain to save extra clicks on
urxvt (it captures semicolon as a part of URL).
2016-08-14 22:37:10 +03:00
Nikolay Amiantov
f48d1f088d rpcbind: fix for libtiprc 1.0.1 2016-01-13 21:21:43 +03:00
Nikolay Amiantov
c60ce5fa9b Revert "rpcbind: 0.2.3 -> 1.0.7"
This reverts commit 5c31245047. See #8902.
2015-07-28 12:47:44 +03:00
Tuomas Tynkkynen
5c31245047 rpcbind: 0.2.3 -> 1.0.7 2015-07-20 12:21:12 +03:00
Nikolay Amiantov
925a21aa2a rpcbind: update package 2015-05-18 17:21:08 +03:00
Nikolay Amiantov
aa2fd491ad rpcbind: update 2015-02-18 19:00:54 +03:00
Pascal Wittmann
f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Evgeny Egorochkin
b084b29d26 Even more mirror:// fixes 2013-07-14 04:17:07 +03:00
Eelco Dolstra
d905637b44 * Fix rpcbind. It wasn't listening on port 111, causing nfsd to fail
(http://hydra.nixos.org/build/2315333).

svn path=/nixpkgs/trunk/; revision=33353
2012-03-22 11:16:28 +00:00
Lluís Batlle i Rossell
07c583c3d4 Adding rpcbind.
Patch by Rickard Nilsson.


svn path=/nixpkgs/trunk/; revision=33341
2012-03-21 20:35:15 +00:00