summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ebtables
Commit message (Collapse)AuthorAge
* treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
* ebtables: restore "legacy" commandsJesper Geertsen Jonsson2021-01-18
| | | | | | | | | | | | | | | | | | | ebtables 2.0.11 renamed the ebtables commands from "ebtables*" to "ebtables-legacy-*". Of course this breaks legacy packages and scripts that depends on the ebtables commands. The idea behind this upstream change appears to be that ebtables-nft replaces ebtables and distributions should rename either the ebtables-legacy or ebtables-nft commands to provide the ebtables commands. For nix a better fit is for packages to specify either the ebtables or the ebtables-nft package, while both packages provide the same commands. This patch restores the ebtables package so it functions again.
* 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 all unquoted URLsMichael Reilly2020-04-10
|
* ebtables: 2.0.10-4 -> 2.0.11 (legacy)Will Dietz2019-12-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* ebtables: add licenseMarkus Kowalewski2018-08-30
|
* ebtables: Update to 2.0.10-4 and fix buildEelco Dolstra2013-01-28
| | | | http://hydra.nixos.org/build/3891670
* * Added ebtables.Eelco Dolstra2011-03-31
svn path=/nixpkgs/branches/modular-python/; revision=26626