Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wpa_supplicant: add CONFIG_EXT_PASSWORD_FILE=y
@ 2023-02-14  2:52 dkwo
  2023-02-14 18:50 ` dkwo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dkwo @ 2023-02-14  2:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages w1
https://github.com/void-linux/void-packages/pull/42248

wpa_supplicant: add CONFIG_EXT_PASSWORD_FILE=y
- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-musl)

This allows to use an external file to store passwords.

A patch file from https://github.com/void-linux/void-packages/pull/42248.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-w1-42248.patch --]
[-- Type: text/x-diff, Size: 1312 bytes --]

From 8da6f52393cbda060cd1eec573fc77b87f6120ba Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Mon, 13 Feb 2023 21:08:47 -0500
Subject: [PATCH] wpa_supplicant: add CONFIG_EXT_PASSWORD_FILE=y

---
 srcpkgs/wpa_supplicant/files/config | 2 +-
 srcpkgs/wpa_supplicant/template     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wpa_supplicant/files/config b/srcpkgs/wpa_supplicant/files/config
index 9bf3739d1963..b6ee819a17f8 100644
--- a/srcpkgs/wpa_supplicant/files/config
+++ b/srcpkgs/wpa_supplicant/files/config
@@ -531,7 +531,7 @@ CONFIG_WIFI_DISPLAY=y
 # External password backend for testing purposes (developer use)
 #CONFIG_EXT_PASSWORD_TEST=y
 # File-based backend to read passwords from an external file.
-#CONFIG_EXT_PASSWORD_FILE=y
+CONFIG_EXT_PASSWORD_FILE=y
 
 # Enable Fast Session Transfer (FST)
 #CONFIG_FST=y
diff --git a/srcpkgs/wpa_supplicant/template b/srcpkgs/wpa_supplicant/template
index fed83afea8b8..b6fe5dcf479a 100644
--- a/srcpkgs/wpa_supplicant/template
+++ b/srcpkgs/wpa_supplicant/template
@@ -1,7 +1,7 @@
 # Template file for 'wpa_supplicant'
 pkgname=wpa_supplicant
 version=2.10
-revision=1
+revision=2
 build_wrksrc="$pkgname"
 short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
 maintainer="Enno Boland <gottox@voidlinux.org>"

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-16 19:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14  2:52 [PR PATCH] wpa_supplicant: add CONFIG_EXT_PASSWORD_FILE=y dkwo
2023-02-14 18:50 ` dkwo
2023-02-14 18:51 ` dkwo
2023-03-16 19:10 ` dkwo
2023-03-16 19:45 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).