about summary refs log tree commit diff
path: root/pkgs/applications/networking/firehol
AgeCommit message (Collapse)AuthorFilesLines
2021-04-04iproute: deprecate aliasSandro Jäckel1-2/+2
2021-01-18firehol: 3.1.6 -> 3.1.7R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-3/+3
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
2021-01-01firehol: move patches into filesBen Siraphob4-58/+53
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-08-15maintainers: rename geistesk to oxziAlvar Penning2-2/+2
For reasons I have renamed my GitHub account and would like to include this name change here.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-24firehol: 3.1.5 -> 3.1.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/firehol/versions.
2018-04-09Merge pull request #35121 from xeji/firehol-35114Matthew Justin Bauer1-2/+31
firehol: 3.1.5: fix errors when running firehol command
2018-03-24treewide: use more HTTPS URLsRyan Mulligan1-1/+1
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-03-07firehol: build firehol command by defaultxeji1-2/+2
fixes #35139
2018-02-18firehol: 3.1.5: fix uname command path quoting bugxeji1-0/+18
Missing quotes of $UNAME_CMD in the firehol bash script result in an error if the path to uname contains a dash, as in /nix/store/...-coreutils-.../bin/uname. Might be considered an upstream bug but only appears in this special case, unlikely to occur in other distros.
2018-02-18firehol: 3.1.5: search for config files in /etc/fireholxeji1-0/+11
to fix error when running firehol command, see issue #35114
2017-10-22firehol: 3.1.4 -> 3.1.5geistesk1-2/+2
2017-10-22iprange: 1.0.3 -> 1.0.4geistesk1-2/+2
2017-09-09firehol: init at 3.1.4geistesk1-0/+79
2017-09-09iprange: init at 1.0.3geistesk1-0/+18