summary refs log tree commit diff
path: root/pkgs/os-specific/linux/wireguard
Commit message (Collapse)AuthorAge
* linuxPackages_5_4.wireguard: 1.0.20210424 -> 1.0.20210606Maximilian Bosch2021-06-13
| | | | ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-June/006781.html
* linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424Maximilian Bosch2021-05-11
| | | | ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-April/006664.html
* linuxPackages.wireguard: 1.0.20210124 -> 1.0.20210219Maximilian Bosch2021-02-24
| | | | ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-February/006404.html
* linuxPackaes.wireguard: 1.0.20201221 -> 1.0.20210124Maximilian Bosch2021-02-12
| | | | Announcement: https://lists.zx2c4.com/pipermail/wireguard/2021-January/006349.html
* 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
* linuxPackages.wireguard: 1.0.20201112 -> 1.0.20201221Maximilian Bosch2021-01-04
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-December/006210.html
* linuxPackages.wireguard: 1.0.20200908 -> 1.0.20201112Justin Humm2020-11-12
|
* linuxPackages.wireguard: fix the build on linux 5.4.76Ivan Kozik2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch copied from https://github.com/archlinux/svntogit-packages/blob/packages/wireguard-dkms/trunk/lts.diff This fixes: ``` In file included from <command-line>: /build/source/src/compat/compat-asm.h:44: warning: "SYM_FUNC_START" redefined 44 | #define SYM_FUNC_START ENTRY | In file included from /build/source/src/compat/compat-asm.h:9, from <command-line>: /nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/include/linux/linkage.h:218: note: this is the location of the previous definition 218 | #define SYM_FUNC_START(name) \ | In file included from <command-line>: /build/source/src/compat/compat-asm.h:45: warning: "SYM_FUNC_END" redefined 45 | #define SYM_FUNC_END ENDPROC | In file included from /build/source/src/compat/compat-asm.h:9, from <command-line>: /nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/include/linux/linkage.h:265: note: this is the location of the previous definition 265 | #define SYM_FUNC_END(name) \ | /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S: Assembler messages: /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S:50: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S:176: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S:180: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.S:257: Error: invalid character '(' in mnemonic make[3]: *** [/nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/scripts/Makefile.build:348: /build/source/src/crypto/zinc/blake2s/blake2s-x86_64.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from <command-line>: /build/source/src/compat/compat-asm.h:44: warning: "SYM_FUNC_START" redefined 44 | #define SYM_FUNC_START ENTRY | In file included from /build/source/src/compat/compat-asm.h:9, from <command-line>: /nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/include/linux/linkage.h:218: note: this is the location of the previous definition 218 | #define SYM_FUNC_START(name) \ | In file included from <command-line>: /build/source/src/compat/compat-asm.h:45: warning: "SYM_FUNC_END" redefined 45 | #define SYM_FUNC_END ENDPROC | In file included from /build/source/src/compat/compat-asm.h:9, from <command-line>: /nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/include/linux/linkage.h:265: note: this is the location of the previous definition 265 | #define SYM_FUNC_END(name) \ | /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S: Assembler messages: /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:123: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:185: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:187: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:319: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1016: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1616: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1620: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1810: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1812: Error: invalid character '(' in mnemonic /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.S:1959: Error: invalid character '(' in mnemonic make[3]: *** [/nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/scripts/Makefile.build:348: /build/source/src/crypto/zinc/chacha20/chacha20-x86_64.o] Error 1 make[2]: *** [/nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/Makefile:1729: /build/source/src] Error 2 make[1]: *** [/nix/store/cz60577g5hwk78c2z7rhxl21bklaqr0d-linux-5.4.77-dev/lib/modules/5.4.77-hardened/source/Makefile:179: sub-make] Error 2 make: *** [Makefile:26: module] Error 2 builder for '/nix/store/hll3sjyrwa55arzlsxnbacqdd8s842l1-wireguard-1.0.20200908.drv' failed with exit code 2 ```
* linuxPackages.wireguard: 1.0.20200729 -> 1.0.20200908Maximilian Bosch2020-09-08
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-September/005817.html
* linuxPackages.wireguard: 1.0.20200712 -> 1.0.20200729Maximilian Bosch2020-07-30
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-July/005720.html
* linuxPackages.wireguard: 1.0.20200623 -> 1.0.20200712Maximilian Bosch2020-07-17
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-July/005639.html
* linuxPackages.wireguard: 1.0.20200611 -> 1.0.20200623Maximilian Bosch2020-06-26
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-June/005597.html
* linuxPackages.wireguard: 1.0.20200520 -> 1.0.20200611Maximilian Bosch2020-06-17
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-June/005480.html
* linuxPackages.wireguard: 1.0.20200506 -> 1.0.20200520Maximilian Bosch2020-05-31
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-May/005450.html
* linuxPackages.wireguard: 1.0.20200429 -> 1.0.20200506Maximilian Bosch2020-05-10
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-May/005408.html
* wireguard-compat: 1.0.20200426 -> 1.0.20200429Josef Schlehofer2020-05-03
|
* wireguard-compat: 1.0.20200413 -> 1.0.20200426David Terry2020-04-27
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-April/005237.html
* wireguard: 1.0.20200401 -> 1.0.20200413Jörg Thalheim2020-04-25
|
* linuxPackages.wireguard: 0.0.20200318 -> 1.0.20200401Maximilian Bosch2020-04-01
| | | | | | https://lists.zx2c4.com/pipermail/wireguard/2020-April/005237.html Resolves #84009
* linuxPackages.wireguard: 0.0.20200215 -> 0.0.20200318Maximilian Bosch2020-03-19
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-March/005188.html
* linuxPackages.wireguard: 0.0.20200214 -> 0.0.20200215David Terry2020-02-15
|
* linuxPackages.wireguard: 0.0.20200205 -> 0.0.20200214Maximilian Bosch2020-02-14
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-February/005013.html
* Revert "Revert "Merge master into staging-next""Frederik Rietdijk2020-02-05
| | | | | | | | In 87a19e9048773d5a363679617406ad148d36c3b8 I merged staging-next into master using the GitHub gui as intended. In ac241fb7a570d6cf81d229ad22a8889602639160 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master. Thinking this may cause trouble, I reverted it in 0be87c79797a5fa384fbc356c74ed54f9f7829ea. This was however wrong, as it "removed" master. This reverts commit 0be87c79797a5fa384fbc356c74ed54f9f7829ea.
* Revert "Merge master into staging-next"Frederik Rietdijk2020-02-05
| | | | | | | | I merged master into staging-next but accidentally pushed it to master. This should get us back to 87a19e9048773d5a363679617406ad148d36c3b8. This reverts commit ac241fb7a570d6cf81d229ad22a8889602639160, reversing changes made to 76a439239eb310d9ad76d998b34d5d3bc0e37acb.
* linuxPackages.wireguard: 0.0.20200128 -> 0.0.20200205Maximilian Bosch2020-02-05
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-February/004962.html
* linuxPackages.wireguard: 0.0.20200121 -> 0.0.20200128Maximilian Bosch2020-01-28
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-January/004905.html
* linuxPackages.wireguard: 0.0.20200105 -> 0.0.20200121Maximilian Bosch2020-01-21
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-January/004870.html
* wireguard: 0.0.20191226 -> 0.0.20200105David Terry2020-01-06
| | | | https://lists.zx2c4.com/pipermail/wireguard/2020-January/004844.html
* wireguard: 0.0.20191219 -> 0.0.20191226David Terry2019-12-27
| | | | | | | the wireguard kernel module has been pulled out into it's own repo as announced in this mailing list post: https://lists.zx2c4.com/pipermail/wireguard/2019-December/004796.html
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* linuxPackages.wireguard: fix buildMaximilian Bosch2019-03-15
| | | | | | | | Ensure that only module-related targets from the project's Makefile are built. Co-authored-by: elseym <elseym@me.com> Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
* linuxPackages.wireguard: fix wireguard-tools bumpFranz Pletz2018-11-22
| | | | | | See 6fb56af8b211093ada25964044b05c71d3315371. cc #50833
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* wireguard{,-go,-tools}: 0.0.20180531 -> 0.0.20180613Yegor Timoshenko2018-06-14
|
* wireguard: fix up text, maintainer, and versionJason A. Donenfeld2018-05-22
|
* wireguard: use src from wireguard-toolsYegor Timoshenko2018-05-19
|
* 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.
* linuxPackages.wireguard: 0.0.20180420 -> 0.0.20180514 (#40631)R. RyanTM2018-05-18
| | | | | | | | | | | | | | 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/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/ed69b3dfb89cc9d82136b356d54d21bb - du listing: https://gist.github.com/0f8c8caf71b9d18efa2341ce03a212f1
* linuxPackages.wireguard: 0.0.20180413 -> 0.0.20180420R. RyanTM2018-04-30
| | | | | | | | | | | | 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/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - directory tree listing: https://gist.github.com/62dbb660d0b10010e5638c9be376d68b
* linuxPackages.wireguard: 0.0.20180304 -> 0.0.20180413R. RyanTM2018-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/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - directory tree listing: https://gist.github.com/a450c64fa037f3700caf3cd2b1e7eadb
* wireguard: 0.0.20180218 -> 0.0.20180304Johannes Frankenau2018-03-11
|
* wireguard: 0.0.20180202 -> 0.0.20180218xeji2018-02-23
|
* wireguard: 0.0.20180118 -> 0.0.20180202Jason A. Donenfeld2018-02-05
|
* wireguard: 0.0.20171221 -> 0.0.20180118Jörg Thalheim2018-01-21
|
* Fix some instances of #33166 correctlyFranz Pletz2017-12-29
|
* wireguard: 0.0.20171111 -> 0.0.20171221Franz Pletz2017-12-29
|
* wireguard: 0.0.20171101 -> 0.0.20171111Franz Pletz2017-11-19
|