Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] wpa_supplicant: add CONFIG_EXT_PASSWORD_FILE=y
Date: Tue, 14 Feb 2023 03:52:31 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42248@inbox.vuxu.org> (raw)

[-- 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>"

             reply	other threads:[~2023-02-14  2:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14  2:52 dkwo [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42248@inbox.vuxu.org \
    --to=dkwo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).