summary refs log tree commit diff
path: root/pkgs/os-specific/linux/openvswitch/lts.nix
Commit message (Collapse)AuthorAge
* openvswitch-lts: 2.17.5 -> 2.17.6Robert Scott2023-04-25
|
* openvswitch-lts: 2.17.3 -> 2.17.5Martin Weinelt2022-12-20
| | | | | | | Fixes LLDP underflow issue while parsing malformed Auto Attach TLVs. https://www.openvswitch.org/releases/NEWS-2.17.4.txt https://www.openvswitch.org/releases/NEWS-2.17.5.txt
* openvswitch: generalize builderMartin Weinelt2022-11-20
|
* openvswitch-lts: 2.5.12 -> 2.17.3Martin Weinelt2022-11-20
| | | | | | | | | | https://www.openvswitch.org/releases/NEWS-2.17.3.txt - Generate manpages into separate output - Enable test suite - Disables a test re bash arg completion that I can't get to work - Set up meta.changelog - Some reformatting
* 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
|
* 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
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* 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.