Commit graph

26 commits

Author SHA1 Message Date
dramforever 416adcf85b radvd: Add AR to makeFlags for cross-compiling 2021-03-12 22:05:16 +08:00
Fabian Affolter 3af3b89702 radvd: 2.18 -> 2.19 2021-02-01 12:32:29 +01:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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 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
Will Dietz e8f4e5af8d radvd: 2.17 -> 2.18
First release in over a year, not sure of changelog.

Release announcement:
http://lists.litech.org/pipermail/radvd-announce-l/2019-February/000045.html
2019-02-26 11:30:03 -06:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Franz Pletz a67445509b
radvd: 2.16 -> 2.17 2017-07-31 12:47:37 +02:00
Robin Gloster 0e0f0d0478
radvd: 2.15 -> 2.16 2017-02-02 19:33:21 +01:00
Nikolay Amiantov cb418318a0 radvd: 2.13 -> 2.15 2017-01-15 19:38:53 +03:00
Franz Pletz f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv 2016-05-18 17:10:02 +02:00
Franz Pletz f743e56744 radvd: 2.12 -> 2.13 2016-05-13 17:27:59 +02:00
Franz Pletz aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster 3477e662e6 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-02-27 00:08:08 +00:00
Robin Gloster 8b9eccbf2d radvd: enable pie hardening 2016-02-26 23:03:00 +00:00
Franz Pletz 6a27fc57b7 radvd: 2.11 -> 2.12 2016-02-25 16:56:48 +01:00
William A. Kennington III faf57b2d05 radvd: 2.10 -> 2.11 2015-05-04 23:20:34 -07:00
William A. Kennington III 4834880894 radvd: 2.9 -> 2.10 2015-02-06 12:53:10 -08:00
William A. Kennington III eb4c88cb70 radvd: 2.8 -> 2.9 2015-01-08 13:19:46 -08:00
William A. Kennington III 061cbc40f6 radvd: 2.7 -> 2.8 2014-10-17 16:56:35 -07:00
William A. Kennington III 194419244d radvd: 2.6 -> 2.7 2014-09-18 11:26:01 -07:00
William A. Kennington III 5c80997ebd radvd: 2.5 -> 2.6 2014-09-15 01:30:42 -07:00
William A. Kennington III 4da69cb7da radvd: Upsate 1.8.1 -> 2.5 2014-08-24 03:12:55 -07:00
Eelco Dolstra 55ae7b67d4 * radvd updated to 1.8.1.
svn path=/nixpkgs/trunk/; revision=29126
2011-09-09 13:16:35 +00:00
Eelco Dolstra 33b5637b37 * Added radvd, the Router Advertisement Daemon.
svn path=/nixpkgs/trunk/; revision=26032
2011-02-19 16:04:34 +00:00