summary refs log tree commit diff
path: root/pkgs/os-specific/linux/wpa_supplicant
Commit message (Collapse)AuthorAge
* treewide: replace base64 encoded hashesDaiderd Jordan2020-06-03
|
* wpa_supplicant_gui: fix build with Inkscape 1.0Jan Tojnar2020-05-17
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Treewide: fix URL permanent redirectsc0bw3b2019-11-16
| | | | | Permanent redirects on homepages and/or source URLs as reported by Repology
* wpa_supplicant: apply patch for CVE-2019-16275 (#70266)Florian Klink2019-10-14
|\ | | | | wpa_supplicant: apply patch for CVE-2019-16275
| * wpa_supplicant: apply patch for CVE-2019-16275Pierre Bourdon2019-10-02
| |
* | wpa_supplicant: install d-bus conf correctly to share/dbus/system.dTor Hedin Brønner2019-10-14
| | | | | | | | | | | | Fixes 40dda7383b4a2fe7d0012f90bd653f83d6b88737 which inadvertently installed to a file as the directory didn't exist. Also blocked up the postInstall script for readability.
* | wpa_supplicant: Move D-Bus conf file to share/dbus-1/system.dworldofpeace2019-09-16
|/ | | | | Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * wpa_supplicant: 2.8 -> 2.9R. RyanTM2019-08-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/wpa_supplicant/versions
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* wpa_supplicant/gui: fix qt wrappingDominik Xaver Hörl2019-08-07
| | | | | Import mkDerivation explicitly instead of using stdenv.mkDerivation, to allow proper wrapping.
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* wpa_supplicant: patch already applied :)Will Dietz2019-04-22
|
* wpa_supplicant: 2.7 -> 2.8Will Dietz2019-04-22
|
* wpa_supplicant: 2.6 -> 2.7 (#55926)Pierre Bourdon2019-02-24
|
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* wpa_supplicant: improve manpageLinus Heckemann2018-11-23
| | | | | Now points to the store path of the sample config rather than /usr/share/doc.
* wpa_supplicant: copy sample config into outputLinus Heckemann2018-11-23
|
* wpa_gui: add license + homepageMarkus Kowalewski2018-08-30
|
* wpa_supplicant: add patch to fix CVE-2018-14526Franz Pletz2018-08-08
| | | | Fixes #44724.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* pcsclite: split packageJan Tojnar2018-06-29
|
* wpa_supplicant: patch for KRACKAttackGraham Christensen2017-10-16
| | | | | | | | | | | | | CVE-2017-13077: Reinstallation of the pairwise encryption key (PTK-TK) in the 4-way handshake. CVE-2017-13078: Reinstallation of the group key (GTK) in the 4-way handshake. CVE-2017-13079: Reinstallation of the integrity group key (IGTK) in the 4-way handshake. CVE-2017-13080: Reinstallation of the group key (GTK) in the group key handshake. CVE-2017-13081: Reinstallation of the integrity group key (IGTK) in the group key handshake. CVE-2017-13082: Accepting a retransmitted Fast BSS Transition (FT) Reassociation Request and reinstalling the pairwise encryption key (PTK-TK) while processing it. CVE-2017-13084: Reinstallation of the STK key in the PeerKey handshake. CVE-2017-13086: reinstallation of the Tunneled Direct-Link Setup (TDLS) PeerKey (TPK) key in the TDLS handshake. CVE-2017-13087: reinstallation of the group key (GTK) when processing a Wireless Network Management (WNM) Sleep Mode Response frame. CVE-2017-13088: reinstallation of the integrity group key (IGTK) when processing a Wireless Network Management (WNM) Sleep Mode Response frame.
* hostapd/wpa_supplicant: update urlsMaximilian Güntner2017-09-17
|
* wpa_supplicant: Enable BGSCAN moduleCarl Sverre2017-08-03
| | | | | | | | | Compile wpa_supplicant with the BGSCAN module enabled. This allows the user to configure an SSID to use the bgscan module. This module causes wpa_supplicant to periodically perform a background scan for additional access points and switch to the one with the highest signal. This scan can be kicked off when the current connection drops below a target threshold signal strength.
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* wpa_supplicant: upgrade to qt5Jörg Thalheim2017-05-01
| | | | | also inkscape removal patch, as it introduced a bug: #25320 fixes #25320 #25325
* treewide: purge maintainers.urkudVladimír Čunát2017-03-27
| | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* wpa_supplicant_gui: Add forgotten patch.Moritz Ulrich2016-10-30
|
* wpa_supplicant_gui: Replace inkscape with imagemagick in build process.Moritz Ulrich2016-10-30
|
* wpa_supplicant: 2.5 -> 2.6 (#19913)Tim Steinbach2016-10-27
|
* treewide: Make explicit that 'dev' output of libnl is usedTuomas Tynkkynen2016-05-19
|
* wpa_supplicant_gui: move to qmake4HookNikolay Amiantov2016-04-20
|
* Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-24
| | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* wpa_supplicant: add patch to build with libressl 2.3Robin Gloster2015-12-23
|
* Merge pull request #9463 from khumba/nm-connection-sharingDomen Kožar2015-11-06
|\ | | | | Fix NetworkManager connection sharing
| * wpa_supplicant: enable AP mode for NetworkManager connection sharingBryan Gardiner2015-09-07
| |
* | wpa_supplicant: 2.4 -> 2.5Lengyel Balázs2015-09-28
|/
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-06-22
|\
| * wpa_supplicant: disable TLS-1.2 for now (fixes #8332)Vladimír Čunát2015-06-22
| |
* | Merge #8363: pure-darwin stdenvVladimír Čunát2015-06-18
|\|
| * wpa_supplicant: fix CVE-2015-4143Pascal Wittmann2015-06-16
| | | | | | | | see http://www.openwall.com/lists/oss-security/2015/05/09/6
* | wpa_supplicant: Fix buildEelco Dolstra2015-05-15
|/ | | | | | There is no wpa_priv. Another case of #7524. http://hydra.nixos.org/build/22211118
* Add wpa_supplicant p2p patch.Michael Alan Dorman2015-05-08
| | | | | | | | | | wpa_supplicant 2.4 appears to have a serious bug that makes impossible to use wifi for some number of people. (See https://bbs.archlinux.org/viewtopic.php?id=196584 for an example) It was resolved in a patch for the to-be-released 2.5 which it seemed worth it to cherry-pick here.
* wpa_supplicant: 2.3 -> 2.4William A. Kennington III2015-04-24
|
* wpa-supplicant: CVE-2015-1863 (close #7526)Joachim Schiele2015-04-23
| | | | http://w1.fi/security/2015-1/
* Update wpa_supplicantMichael Raskin2014-10-12
|
* wpa_supplicant: update 2.1 -> 2.2, drop a patchVladimír Čunát2014-07-16
| | | | Fixes #3238.