From patchwork Tue Oct 24 22:58:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Sigurdsson X-Patchwork-Id: 830059 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="SxbRoRyL"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yM7xr5Mlcz9t2M for ; Wed, 25 Oct 2017 09:59:28 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:References: In-Reply-To:Message-Id:Date:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6SXsxY1/Yfq+fV+jv6KHfdUeXuE/FkQeAYkVJG0DlHc=; b=SxbRoRyL8QiXEz Z4SFAy7JcRAPd0u+m2yCh3gUjxF6qaebzVPoZL5XdlnuiDW7UmB7b9PrER7+ktM3txNaiYgNUctxG duGtKbRC1s8ypNm1A/ETA3xxID3BNz6blE7V9rywcT6P5JPlLkfZ+0qk4ZYLsWSMmPfGdq3luQyIn 8YJfp8sUKUXzWxlS/E5DUO06NxQNNE5xg1jUUhkGhTSD0vhwZDKeEcap+osHZGydQH0tTcKwZfM78 Hue94ZMEI+3598q+EWobuX4s72OPfO8oAsGCTHn2BseD22H0c7cbKXTJs5eF8pfJ8Oe4bOcDTL2un 4UHdubVwrTrVDNNP84GA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1e78A5-0008OK-Kl; Tue, 24 Oct 2017 22:59:05 +0000 Received: from dd34104.kasserver.com ([85.13.151.79]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1e78A0-0008LR-4x for lede-dev@lists.infradead.org; Tue, 24 Oct 2017 22:59:02 +0000 Received: from localhost.localdomain (ip-37-201-5-53.hsi13.unitymediagroup.de [37.201.5.53]) by dd34104.kasserver.com (Postfix) with ESMTPSA id E08FE6C81A1C; Wed, 25 Oct 2017 00:58:29 +0200 (CEST) From: Timo Sigurdsson To: lede-dev@lists.infradead.org, nbd@nbd.name Date: Wed, 25 Oct 2017 00:58:16 +0200 Message-Id: <1508885896-17073-4-git-send-email-public_timo.s@silentcreek.de> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1508885896-17073-1-git-send-email-public_timo.s@silentcreek.de> References: <1508885896-17073-1-git-send-email-public_timo.s@silentcreek.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171024_155900_386698_FEB9AE60 X-CRM114-Status: UNSURE ( 5.87 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.151.79 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Subject: [LEDE-DEV] [PATCH 3/3] hostapd: bump PKG_RELEASE X-BeenThere: lede-dev@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Timo Sigurdsson MIME-Version: 1.0 Sender: "Lede-dev" Errors-To: lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Increase PKG_RELEASE after latest changes to hostapd, so downstream users can fetch updates via opkg. Signed-off-by: Timo Sigurdsson --- package/network/services/hostapd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 5a353e6..f1d057d 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git