[openwrt/openwrt] hostapd: update to version 2021-05-22

LEDE Commits lede-commits at lists.infradead.org
Fri May 28 15:33:22 PDT 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/54cc1756e2b4d6712a4418c7b97825f79d04433c

commit 54cc1756e2b4d6712a4418c7b97825f79d04433c
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Fri May 28 23:54:12 2021 +0200

    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 <freifunk at adrianschmutzler.de>
---
 package/network/services/hostapd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 <nbd at nbd.name>
 PKG_LICENSE:=BSD-3-Clause



More information about the lede-commits mailing list