summary refs log tree commit diff
path: root/pkgs/os-specific/linux/openvswitch
Commit message (Collapse)AuthorAge
* Merge pull request #112956 from r-ryantm/auto-update/openvswitchSandro2021-04-10
|\ | | | | openvswitch: 2.14.1 -> 2.14.2
| * openvswitch: 2.14.1 -> 2.14.2R. RyanTM2021-02-13
| |
* | Merge pull request #118485 from risicle/ris-openvswitch-lts-2.5.12Sandro2021-04-10
|\ \ | | | | | | openvswitch-lts: 2.5.9 -> 2.5.12
| * | openvswitch-lts: 2.5.9 -> 2.5.12Robert Scott2021-04-04
| | |
* | | iproute: deprecate aliasSandro Jäckel2021-04-04
|/ /
* / treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|/
* openvswitch: 2.14.0 -> 2.14.1R. RyanTM2021-01-20
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* 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
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* openvswitch: 2.13.0 -> 2.14.0R. RyanTM2020-08-26
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* openvswitch: 2.12.0 -> 2.13.0R. RyanTM2020-03-07
|
* 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