Commit graph

13 commits

Author SHA1 Message Date
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
R. RyanTM e9d91ab5f3 nftables: 0.8.5 -> 0.9.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/nftables/versions.

These checks were done:

- built on NixOS
- /nix/store/dsjhy8fws8j0awprkf894mrl2rz6a53q-nftables-0.9.0/bin/nft passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.9.0 with grep in /nix/store/dsjhy8fws8j0awprkf894mrl2rz6a53q-nftables-0.9.0
- directory tree listing: https://gist.github.com/2aa6bc0f10c5a26cd1ad6d17106daad5
- du listing: https://gist.github.com/e87dd21c1ba327481635ea9b36b9aa67
2018-06-27 18:15:24 -07:00
R. RyanTM d9cc753a9d nftables: 0.8.3 -> 0.8.5 (#41288)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/nftables/versions.

These checks were done:

- built on NixOS
- /nix/store/k4gbg52hrir6j4krsa3iky2phrbaqail-nftables-0.8.5/bin/nft passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.8.5 with grep in /nix/store/k4gbg52hrir6j4krsa3iky2phrbaqail-nftables-0.8.5
- directory tree listing: https://gist.github.com/c51183f763d8d6799836191579a6121e
- du listing: https://gist.github.com/14256ccb73b20c829e35302dbd31c12a
2018-06-01 22:46:29 +02:00
Izorkin c10b7a7d27 nftables: 0.8.2 -> 0.8.3 2018-03-12 11:05:19 +03:00
Ryan Mulligan 83a93d4e19 nftables: 0.8 -> 0.8.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft -h` got 0 exit code
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft --help` got 0 exit code
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft -v` and found version 0.8.2
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft --version` and found version 0.8.2
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft -h` and found version 0.8.2
- ran `/nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2/bin/nft --help` and found version 0.8.2
- found 0.8.2 with grep in /nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2
- found 0.8.2 in filename of file in /nix/store/ahcr1zyg4sp38rwch6vvvziwm9afj2ja-nftables-0.8.2

cc "@wkennington"
2018-02-27 08:04:12 -08:00
adisbladis 30b68c9ba9
nftables: 0.7 -> 0.8 2018-01-04 16:34:27 +01:00
Franz Pletz 7c5324f29a
nftables: disable broken xtables support 2017-01-24 11:47:34 +01:00
Franz Pletz f09c5c9c45
nftables: 0.6 -> 0.7, enable xtables support 2017-01-22 13:01:01 +01:00
Franz Pletz 003ab1d9fd
nftables: 0.5 -> 0.6 2016-09-01 12:25:14 +02:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
William A. Kennington III dec8e299f5 nftables: 0.4 -> 0.5 2015-09-17 14:12:38 -07:00
William A. Kennington III 1ef5533426 nftables: 0.3 -> 0.4 2014-12-17 14:44:30 -08:00
William A. Kennington III 39b1e2fffc nftables: Add derivation 2014-08-25 14:55:15 +02:00