summary refs log tree commit diff
path: root/pkgs/os-specific/linux/gogoclient
Commit message (Collapse)AuthorAge
* iproute: deprecate aliasSandro Jäckel2021-04-04
|
* 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 more unquoted URLsPavol Rusnak2020-04-18
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Treewide: use https for src.fedoraproject.orgc0bw3b2018-11-24
|
* gogoclient: update meta dataMarkus Kowalewski2018-08-30
|
* treewide: cleanup procps usesMatthew Bauer2018-03-27
|
* treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/Dan Peebles2018-02-08
| | | | | Upstream killed the pkgs server but src continues to serve up the exact same content, so we can just point there and all hashes should be unchanged.
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | switch hardening flagsRobin Gloster2016-01-30
| |
* | Use a hardened stdenv by defaultFranz Pletz2016-01-30
|/
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Fix references to ifconfig and routeMichael Raskin2013-03-22
|
* gogoclient: fix url and lower default metricMathijs Kwik2012-09-02
| | | | this allows other routes to take precedence over gogonet
* gogoclient: ipv6 tunnelPeter Simons2012-02-28
svn path=/nixpkgs/trunk/; revision=32668