[source] hostapd: bump PKG_RELEASE

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 16 16:14:19 PDT 2017


stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/5fff2f44d5892ea34d66cfb5e638b035b7f6d1fd

commit 5fff2f44d5892ea34d66cfb5e638b035b7f6d1fd
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Tue Oct 17 02:13:34 2017 +0300

    hostapd: bump PKG_RELEASE
    
    The previous CVE bugfix commit did not adjust PKG_RELEASE, therefore the
    fixed hostapd/wpad/wpa_supplicant packages do not appear as opkg update.
    
    Bump the PKG_RELEASE to signify upgrades to downstream users.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 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 344896c..1113e4f 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:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_URL:=http://w1.fi/hostap.git
 PKG_SOURCE_PROTO:=git



More information about the lede-commits mailing list