summary refs log tree commit diff
path: root/pkgs/os-specific/linux/openvswitch/default.nix
Commit message (Collapse)AuthorAge
* openvswitch: many improvementsKyle Copperfield2019-11-13
| | | | | | | | | | - tidy maintainer definition - add kmcopper to maintainers - use https for url fetch - update lts to 2.5.9 - compile with openssl 1.1 - use https for homepage url - use python3 in 2.12
* openvswitch: 2.5.4 -> 2.12.0Netix (Espinet François)2019-10-04
| | | | | | | | | | | | Openvswitch was upgraded to the latest stable version (currenty 2.12.0). This remove ovs-monitor-ipsec commands. LTS version is still available using `config.virtualisation.vswitch.package = pkgs.openvswitch-lts` it has been upgraded to 2.5.6. This commit is a split from the original PR #35127.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* openvswitch: 2.5.2 -> 2.5.4Ioannis Koutras2018-02-15
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* 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
* openvswitch: 2.5.0 -> 2.5.2Volth2017-03-31
|
* openvswitch: 2.3.1 -> 2.5.0 (#15729)Marius Bakke2016-05-28
|
* Fixed meta.license: s/licence/licensePascal Wittmann2015-05-30
|
* openvswitch: export and fix ovs-monitor-ipsec scriptJaka Hudoklin2015-04-25
|
* Don't specify Perl versionMichael Raskin2014-09-02
|
* formatting/retabChris Farmiloe2014-09-02
|
* add openvswitch package + basic nixos module to enable itChris Farmiloe2014-09-02