This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 5d65813aa31685e8e70b0a2e796c9abbeae60f55 (commit) via 33fb0c91ec1f2dfc8d09550b18312cf87fd69228 (commit) from 894eaf5184dda4f851b01d2ed6806d0b0609b321 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5d65813aa31685e8e70b0a2e796c9abbeae60f55 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Jun 11 07:00:38 2019 +0100
core133: Ship updated wpa_supplicant
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 33fb0c91ec1f2dfc8d09550b18312cf87fd69228 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue Jun 11 15:32:15 2019 +0200
wpa_supplicant: Update to 2.8
For details see: https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/103 => core/133}/filelists/wpa_supplicant | 0 lfs/wpa_supplicant | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/103 => core/133}/filelists/wpa_supplicant (100%)
Difference in files: diff --git a/config/rootfiles/core/133/filelists/wpa_supplicant b/config/rootfiles/core/133/filelists/wpa_supplicant new file mode 120000 index 000000000..1d04c03c0 --- /dev/null +++ b/config/rootfiles/core/133/filelists/wpa_supplicant @@ -0,0 +1 @@ +../../../common/wpa_supplicant \ No newline at end of file diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant index 887ec6bd5..ad7b45fea 100644 --- a/lfs/wpa_supplicant +++ b/lfs/wpa_supplicant @@ -24,7 +24,7 @@
include Config
-VER = 2.7 +VER = 2.8
THISAPP = wpa_supplicant-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = a68538fb62766f40f890125026c42c10 +$(DL_FILE)_MD5 = 0af5998c5d924e985cab16b9a1c77904
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree