summary refs log tree commit diff
path: root/pkgs/tools/networking/wireguard-tools
Commit message (Collapse)AuthorAge
* Merge pull request #86055 from Ma27/wireguard-kernel-versionsJörg Thalheim2020-05-28
|\
| * nixos/wireguard: test against multiple kernel versionsMaximilian Bosch2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When testing WireGuard updates, I usually run the VM-tests with different kernels to make sure we're not introducing accidental regressions for e.g. older kernels. I figured that we should automate this process to ensure continuously that WireGuard works fine on several kernels. For now I decided to test the latest LTS version (5.4) and the latest kernel (currently 5.6). We can add more kernels in the future, however this seems to significantly slow down evaluation and time. The list can be customized by running a command like this: nix-build nixos/tests/wireguard --arg kernelVersionsToTest '["4.19"]' The `kernelPackages` argument in the tests is null by default to make sure that it's still possible to invoke the test-files directly. In that case the default kernel of NixOS (currently 5.4) is used.
* | wireguard-tools: 1.0.20200510 -> 1.0.20200513Maximilian Bosch2020-05-19
| | | | | | | | https://lists.zx2c4.com/pipermail/wireguard/2020-May/005431.html
* | wireguard-tools: 1.0.20200319 -> 1.0.20200510Maximilian Bosch2020-05-11
|/ | | | https://lists.zx2c4.com/pipermail/wireguard/2020-May/005415.html
* wireguard: reference missing `nixosTests.wireguard`Maximilian Bosch2020-04-25
|
* wireguard-tools: reference testsJörg Thalheim2020-04-25
|
* wireguard-tools: 1.0.20200206 -> 1.0.20200319Maximilian Bosch2020-03-20
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-March/005191.html
* wireguard: rm libmnl from buildInputsDavid Terry2020-02-07
| | | | | | Inlined into the source as of v1.0.20200206. See: https://lists.zx2c4.com/pipermail/wireguard/2020-February/004963.html
* wireguard-tools: 1.0.20200121 -> 1.0.20200206Maximilian Bosch2020-02-06
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-February/004963.html
* wireguard-tools: 1.0.20200102 -> 1.0.20200121Maximilian Bosch2020-01-21
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-January/004869.html
* wireguard-tools: 1.0.20200102Maximilian Bosch2020-01-03
|
* wireguard-tools: 0.0.20191219 -> 1.0.20191226David Terry2019-12-27
| | | | | | | the userspace wireguard tools have been pulled out into their own repo as announced in this mailing list post: https://lists.zx2c4.com/pipermail/wireguard/2019-December/004787.html
* wireguard-tools: 0.0.20191212 -> 0.0.20191219Ivan Kozik2019-12-19
|
* wireguard-tools: 0.0.20191127 -> 0.0.20191212David Terry2019-12-12
|
* wireguard-tools: fix dependencies (#74390)Jörg Thalheim2019-11-28
|\ | | | | wireguard-tools: fix dependencies
| * Add iptables to wireguard-toolsSorin Iclanzan2019-11-27
| |
* | wireguard-tools: 0.0.20191012 -> 0.0.20191127David Terry2019-11-27
|/
* wireguard-tools: 0.0.20190913 -> 0.0.20191012Maximilian Bosch2019-10-18
| | | | | | | | https://lists.zx2c4.com/pipermail/wireguard/2019-October/004594.html Also decided to add myself to the maintainers list as I use WireGuard pretty heavily for private/work-related stuff and I intend to help taking care of the WireGuard ecosystem in NixOS as well.
* wireguard: 0.0.20190702 -> 0.0.20190913Will Dietz2019-09-16
|
* treewide: update globin's maintained drvsRobin Gloster2019-08-20
|
* wireguard-tools: 0.0.20190601 -> 0.0.20190702xrelkd2019-07-07
|
* wireguard-tools: add updateScriptFlorian Klink2019-06-01
|
* wireguard-tools: 0.0.20190531 -> 0.0.20190601Graham Christensen2019-06-01
|
* wireguard: 0.0.20190406 -> 0.0.20190531Graham Christensen2019-05-31
|
* wireguard-tools: 0.0.20190227 -> 0.0.20190406R. RyanTM2019-04-16
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions
* wireguard-tools: 0.0.20190123 -> 0.0.20190227elseym2019-03-13
|
* wireguard-tools: 0.0.20181218 -> 0.0.20190123R. RyanTM2019-01-26
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions
* wireguard-tools Add proper dependenciesReno Reckling2018-12-29
| | | | | wg-quick calls iproute, resolvconf and sysctl on Linux. These dependencies where missing.
* wireguard-tools: 0.0.20181119 -> 0.0.20181218R. RyanTM2018-12-22
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions
* wireguard-tools: 0.0.20181018 -> 0.0.20181119Vladyslav Mykhailichenko2018-11-20
|
* wireguard-tools: 0.0.20181007 -> 0.0.20181018R. RyanTM2018-10-23
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions
* wireguard: 0.0.20181006 -> 0.0.20181007Franz Pletz2018-10-13
|
* wireguard: 0.0.20180925 -> 0.0.20181006Yegor Timoshenko2018-10-13
|
* wireguard-tools: 0.0.20180918 -> 0.0.20180925R. RyanTM2018-10-02
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions
* wireguard-tools: Fix buildAneesh Agrawal2018-09-29
|
* wireguard-tools: 0.0.20180904 -> 0.0.20180918R. RyanTM2018-09-19
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions
* wireguard: 0.0.20180809 -> 0.0.20180904Vladyslav Mykhailichenko2018-09-05
|
* wireguard: 0.0.20180802 -> 0.0.20180809R. RyanTM2018-08-16
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions.
* wireguard: 0.0.20180708 -> 0.0.20180802 (#44490)Vladyslav M2018-08-09
|
* wireguard: 0.0.20180625 -> 0.0.20180708 (#43318)R. RyanTM2018-07-11
| | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions.
* wireguard: 0.0.20180613 -> 0.0.20180625Jörg Thalheim2018-06-26
|
* wireguard{,-go,-tools}: 0.0.20180531 -> 0.0.20180613Yegor Timoshenko2018-06-14
|
* wireguard: fix checksumJörg Thalheim2018-06-08
|
* wireguard: 0.0.20180524 -> 0.0.20180531Jason A. Donenfeld2018-06-08
|
* wireguard: 0.0.20180519 -> 0.0.20180524 (#41031)R. RyanTM2018-05-28
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions. These checks were done: - built on NixOS - /nix/store/mr991d4pyvfng5bhh06kdlb29mj93cf3-wireguard-tools-0.0.20180524/bin/wg passed the binary check. - /nix/store/mr991d4pyvfng5bhh06kdlb29mj93cf3-wireguard-tools-0.0.20180524/bin/wg-quick passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.0.20180524 with grep in /nix/store/mr991d4pyvfng5bhh06kdlb29mj93cf3-wireguard-tools-0.0.20180524 - directory tree listing: https://gist.github.com/52b47d18275b1b4550ccdd7bfdd16ef0 - du listing: https://gist.github.com/074aac4bf75c6a0a31e18b04cb0ffbc8
* wireguard-tools: clean up, wrap w/ wireguard-go on DarwinYegor Timoshenko2018-05-22
|
* wireguard: fix up text, maintainer, and versionJason A. Donenfeld2018-05-22
|
* wireguard: 0.0.20180514 -> 0.0.20180519R. RyanTM2018-05-20
| | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wireguard-tools/versions. These checks were done: - built on NixOS - /nix/store/c48vhaf6wqmra1g6sv4hv3i6vqlw7ll1-wireguard-tools-0.0.20180519/bin/wg passed the binary check. - /nix/store/c48vhaf6wqmra1g6sv4hv3i6vqlw7ll1-wireguard-tools-0.0.20180519/bin/wg-quick passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.0.20180519 with grep in /nix/store/c48vhaf6wqmra1g6sv4hv3i6vqlw7ll1-wireguard-tools-0.0.20180519 - directory tree listing: https://gist.github.com/64bccf9c57ca84c49486890ccbf17239 - du listing: https://gist.github.com/f28d6cfd8bcbf6ab1a6c39ad40ce1606
* wireguard: use fetchzip instead of fetchurlKirill Elagin2018-05-19
| | | | Because cgit snapshots are not deterministic.
* wireguard: Enable tools on other platformsKirill Elagin2018-05-19
Wireguard is now split into two pretty much independent packages: `wireguard` (Linux-specific kernel module) and `wireguard-tools`, which is cross-platform.