Commit Graph

14 Commits

Author SHA1 Message Date
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
Jörg Thalheim
725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +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
c0bw3b
a04a512f34 Treewide: use HTTPS on NonGNU domains 2018-12-02 15:21:04 +01:00
Ryan Mulligan
ba6f1c9f0b quagga: 1.2.2 -> 1.2.4
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/z0zqfqwd6ap5k8s5i8ss498a4jqj2h67-quagga-1.2.4/bin/bgp_btoa help` got 0 exit code
- ran `/nix/store/z0zqfqwd6ap5k8s5i8ss498a4jqj2h67-quagga-1.2.4/bin/vtysh -h` got 0 exit code
- ran `/nix/store/z0zqfqwd6ap5k8s5i8ss498a4jqj2h67-quagga-1.2.4/bin/vtysh --help` got 0 exit code
- found 1.2.4 with grep in /nix/store/z0zqfqwd6ap5k8s5i8ss498a4jqj2h67-quagga-1.2.4
- found 1.2.4 in filename of file in /nix/store/z0zqfqwd6ap5k8s5i8ss498a4jqj2h67-quagga-1.2.4

cc "@tavyc"
2018-02-28 07:06:49 +00:00
Andreas Rammhold
d061c5c4ff
quagga: 1.2.1 -> 1.2.2
fixes CVE-2017-16227 & several other issues see [1] for details

[1] https://download-mirror.savannah.gnu.org/releases/quagga/quagga-1.2.2.changelog.txt
2017-10-31 08:18:39 +01:00
Franz Pletz
12a31293ad
quagga: 1.2.0 -> 1.2.1 2017-06-20 07:04:16 +02:00
Octavian Cerna
dcc84d8fcf quagga: 1.0.20161017 -> 1.2.0 2017-02-17 15:33:13 +02:00
Graham Christensen
2570874e11
quagga: 1.0.20160315 -> 1.0.20161017 for CVE-2016-1245 2016-10-19 09:14:50 -04:00
Octavian Cerna
c3ee17fe74 quagga: 0.99.24.1 -> 1.0.20160315 2016-03-25 17:55:26 +02:00
Octavian Cerna
3c011d0f1c quagga: init at 0.99.24.1 2016-02-02 11:56:30 +02:00