From patchwork Sun Oct 7 03:36:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 1952 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 2722560993 for ; Sat, 6 Oct 2018 18:36:54 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D43AD2068120; Sat, 6 Oct 2018 17:36:53 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538843814; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=rfLb+sk1g6j1UujwQa1EvnznYjy3gE2QS6r+V53Zz6Y=; b=uQig/IDG0roKHcDR3JsT3/YMSr3msb8i7hyTpyX2Gyh+lz29OUmQSndy8qojWPNIjL4qLW 95w2AbRqfmjGWf43iiidGao2ztY/xBB3gPIAKTkPBWa8j2eRLyucr74TU7vVmqZr6vU/6q nIedFPucgX0pRIfUcCle4KgDfjS/uENJttpbYd7zsBJAQEG9bAjTa2B/gqC8gcg6mgu6FH t83D65LUN+eHW6mRdkNfhFBWlMXvDSf/ancb3FbGHUortoiTD4od8zcIUnfebnoBSifPO9 jQOxPeEs45d2dIAtTnB0ZDcTdcNxqOfDSY/Uj3McRKjtYzGAVB9vI/cz9luDJw== Received: from ipfire.tremer.co.uk (unknown [88.98.219.132]) (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 01C6620680FB; Sat, 6 Oct 2018 17:36:43 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1538843804; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=rfLb+sk1g6j1UujwQa1EvnznYjy3gE2QS6r+V53Zz6Y=; b=HHn9IxvXYnjbz3kKKOwp660WY/0jVq8nusAp2WiAHfrhIdxztPlzBcf5Bwiz/V67gV+kEk 15ibYQR9VDATaJHSnX3w3yrhrjMO9o6gEK936rj5slM7R6dPaLTC9nZlKQsFTvuspYJLB/ 1+pRu/N1FZCPYyr9/T6Y3jaQHnu+1X6gsJSbfvXow5PKIZ6ouLMWWfvUgEEs/IXe50gTAz ns64Lvb7lVgwl2bKpdePMxRrZCZqdExZp5y6ABx+/gY0skTbEZy+tt7zVgvRlrejBb3R+P CgoBqPKXVV83eAhf4xKUbjt+W/rh9RP2ycfdHioT4G2lzUEuBLrWAmiaX6d0nA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 3/3] hostapd: Bump package version Date: Sat, 6 Oct 2018 17:36:30 +0100 Message-Id: <20181006163630.13632-3-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20181006163630.13632-1-michael.tremer@ipfire.org> References: <20181006163630.13632-1-michael.tremer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ms smtp.mailfrom=michael.tremer@ipfire.org X-Spamd-Result: default: False [-6.10 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; REPLY(-4.00)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:56478, ipnet:88.98.216.0/22, country:GB]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-6.10 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer 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" Signed-off-by: Michael Tremer --- lfs/hostapd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/hostapd b/lfs/hostapd index 46f7e91b5..5a1180d03 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 42 +PAK_VER = 43 DEPS = ""