summary refs log tree commit diff
path: root/pkgs/os-specific/linux/wpa_supplicant
Commit message (Collapse)AuthorAge
* 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.
* wpa_supplicant: cosmetic to un-break syntax highlightingPeter Simons2014-03-11
|
* wpa_supplicant: cherry-pick future patch that disable strict SSL certificate ↵Peter Simons2014-03-11
| | | | | | checks Close #1913.
* wpa_supplicant: Update 2.0 -> 2.1William A. Kennington III2014-03-03
|
* Fix some meta.platforms attributes to build more stuff on DarwinEelco Dolstra2013-11-05
|
* wpa_supplicant: update 1.1 -> 2.0Vladimír Čunát2013-06-20
| | | | It works fine for me, GUI as well.
* wpa_supplicant: Making a remote patch local.Lluís Batlle i Rossell2013-03-28
| | | | upstream is down
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-02-15
|\
| * wpa_supplicant: Fix config generationEelco Dolstra2013-01-30
| | | | | | | | | | | | ‘echo ${extraConfig}’ doesn't do the right thing if extraConfig contains newlines. This broke NixOS because CONFIG_DEBUG_SYSLOG=y wasn't processed.
| * wpa_supplicant: refactor settings, readline support (on by default)Vladimír Čunát2013-01-29
| |
* | Merge branch 'master' into stdenv-updates.Peter Simons2013-01-04
|\|
| * wpa_supplicant: Install systemd service filesRickard Nilsson2013-01-03
| |
| * wpa_supplicant: Update to 1.1Rickard Nilsson2013-01-01
| |
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
|/ | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* wpa_supplicant: upgrade to 1.0Mathijs Kwik2012-09-09
|
* * Sync with the trunk.Eelco Dolstra2012-02-21
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32468
| * * Fix ugly wpa_supplicant expression.Eelco Dolstra2012-02-20
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32427
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-06
|\| | | | | | | | | | | | | | | | | | | | | | | Merge conflicts: * unzip (almost trivial) * dvswitch (trivial) * gmp (copied result of `git merge`) The last item introduced gmp-5.0.3, thus full rebuild. +ensureDir->mkdir -p in TeX packages was catched by git but not svn. svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
| * Use meta.platformsYury G. Kudryashov2012-01-28
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31909
* | svn merge ^/nixpkgs/trunk, one simple conflict in jrubyYury G. Kudryashov2012-01-19
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
| * wpa_supplicant: fixed crashing bugPeter Simons2012-01-18
| | | | | | | | | | | | | | on some hardware, wpa_supplicant would crash when controlled via dbus (wicd/networkmanager), this patch fixes it. svn path=/nixpkgs/trunk/; revision=31651
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Changes required by NM-0.9Yury G. Kudryashov2011-09-13
| | | | | | | * Add NL80211 driver * Install d-bus config files svn path=/nixpkgs/trunk/; revision=29248
* wpa_supplicant-0.7.3Yury G. Kudryashov2011-09-11
| | | | | | Add D-Bus interface required by NM-0.9 svn path=/nixpkgs/trunk/; revision=29163
* wpa_supplicant: split wpa_gui from main package, install .desktop file and iconsYury G. Kudryashov2011-06-07
| | | | svn path=/nixpkgs/trunk/; revision=27369
* wpa_supplicant: enable qt gui, deprecate old broken derivation building guiMarc Weber2010-04-27
| | | | svn path=/nixpkgs/trunk/; revision=21332
* * Updated wpa_supplicant to 0.7.2.Eelco Dolstra2010-04-21
| | | | svn path=/nixpkgs/trunk/; revision=21200
* Updating wpa_supplicant, and enabling its possible syslog output.Lluís Batlle i Rossell2009-12-16
| | | | svn path=/nixpkgs/trunk/; revision=19001
* Modified WPA supplicant expression so that it includes an iconSander van der Burg2009-05-13
| | | | svn path=/nixpkgs/trunk/; revision=15588
* Added qt4 gui front-end package for WPA supplicantSander van der Burg2009-05-12
| | | | svn path=/nixpkgs/trunk/; revision=15578
* * wpa_supplicant 0.6.9.Eelco Dolstra2009-04-04
| | | | svn path=/nixpkgs/trunk/; revision=14879