From: Adrian Schmutzler Date: Fri, 28 May 2021 21:54:12 +0000 (+0200) Subject: hostapd: update to version 2021-05-22 X-Git-Tag: v22.03.0-rc1~2465 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=54cc1756e2b4d6712a4418c7b97825f79d04433c;hp=e002179a6d2eea8640e262160030336bea54ec26 hostapd: update to version 2021-05-22 This update only adds one commit: b102f19bcc53 tests: Opportunistic Wireless Encryption - SA Query The main reason for the bump is to have a newer PKG_SOURCE_DATE, so we can reset PKG_RELEASE to 1 (this has not been done for the most recent bump), and replace it with AUTORELEASE. Signed-off-by: Adrian Schmutzler --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index e0e55ab99e..3c521b485d 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_RELEASE:=34 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2021-05-21 -PKG_SOURCE_VERSION:=d98f4c46600d9449fa97186bd5263b76bedaf06e -PKG_MIRROR_HASH:=62ddbd570c0a86391c617b0cd7b337cdb49f6ae9dfbd227d58c0e1e9b43fef81 +PKG_SOURCE_DATE:=2021-05-22 +PKG_SOURCE_VERSION:=b102f19bcc53c7f7db3951424d4d46709b4f1986 +PKG_MIRROR_HASH:=cb3cb968883042fc582752be1607586696c18e6ecf9808c9a8ac50e204584367 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=BSD-3-Clause