From patchwork Sat Sep 23 09:34:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1426 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 8633361A8E for ; Sat, 23 Sep 2017 01:35:05 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id A976A18B4; Sat, 23 Sep 2017 01:35:03 +0200 (CEST) Received: from Devel.localdomain (p5DD83A95.dip0.t-ipconnect.de [93.216.58.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 46C7B18B4 for ; Sat, 23 Sep 2017 01:35:01 +0200 (CEST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wpa_supplicant: Update to 2.6 Date: Sat, 23 Sep 2017 01:34:55 +0200 Message-Id: <20170922233455.26458-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.14.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog Best, Matthias Signed-off-by: Matthias Fischer --- lfs/wpa_supplicant | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/wpa_supplicant b/lfs/wpa_supplicant index 76aa6c673..02e78ea35 100644 --- a/lfs/wpa_supplicant +++ b/lfs/wpa_supplicant @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2015 IPFire Team # +# Copyright (C) 2007-2017 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.5 +VER = 2.6 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 = 96ff75c3a514f1f324560a2376f13110 +$(DL_FILE)_MD5 = 091569eb4440b7d7f2b4276dbfc03c3c install : $(TARGET) @@ -51,7 +51,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ###############################################################################