From patchwork Tue Jun 11 23:32:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2298 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id C2787887A57 for ; Tue, 11 Jun 2019 14:32:25 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45NWBw4P7qz5P2DK; Tue, 11 Jun 2019 14:32:24 +0100 (BST) Received: from Devel.localdomain (p57B19E92.dip0.t-ipconnect.de [87.177.158.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45NWBr4dRjz5P2Cm for ; Tue, 11 Jun 2019 14:32:20 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1560259940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=dq8NLX7+ZW2vqjeQFkS1JkoWJz/Km68Gb4L+mJY/kI4=; b=fvnfqFQ2q/M4svcBVbNGFb57N4m6mIWL5/NagrXUpzrywGs0vqIorVt66ZS9NSjV8B+2Ea ntRKLLcEqd6gHv7mEcLpIFKZPktdnVcp9QPPSODyepxOlkRvE+rX2qsLvG/T0uZkFd6D1B EoHV1RS3RHiGueyXFdhgTruZBWJNMifbzncie+miCkTWOWRqodcpcp4lU/spuT99J7hwZm yezBkUrnl1z+htOtOpKiZ5jElUbRw2rWUB8IbQsVADxThar3QuqpG/+QH9jiyYK4jWXNJB WywvdrEZkuxK7Bsv2NK1MQQlerMpGJ0hBZjngV64cMm4FDxHjORTE42ZhQiElQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1560259940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=dq8NLX7+ZW2vqjeQFkS1JkoWJz/Km68Gb4L+mJY/kI4=; b=7GDw9VxIdyW/Gcss8OeOAVYUuoV+DM9R1WukAeOwAeHzBnCGvV8hk56AIs5YwwZEJbQpJZ nqrGbkISrPGsLvDQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] wpa_supplicant: Update to 2.8 Date: Tue, 11 Jun 2019 15:32:15 +0200 Message-Id: <20190611133215.31059-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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 Signed-off-by: Matthias Fischer --- lfs/wpa_supplicant | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)