Date: Sunday, March 15, 2015 @ 22:43:45
  Author: spupykin
Revision: 129321

upgpkg: hostapd 2.4-1

upd

Modified:
  hostapd/trunk/PKGBUILD
  hostapd/trunk/hostapd-2.3-noscan.patch

--------------------------+
 PKGBUILD                 |    8 ++++----
 hostapd-2.3-noscan.patch |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-15 21:43:42 UTC (rev 129320)
+++ PKGBUILD    2015-03-15 21:43:45 UTC (rev 129321)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
 
 pkgname=hostapd
-pkgver=2.3
-pkgrel=5
+pkgver=2.4
+pkgrel=1
 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
 arch=('i686' 'x86_64')
 url="http://w1.fi/hostapd/";
@@ -16,10 +16,10 @@
        hostapd.service
        hostapd-2.3-noscan.patch
        
https://github.com/hschaa/hostapd/commit/c89daaeca4ee90c8bc158e37acb.patch)
-md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
+md5sums=('04578f3f2c3eb1bec1adf30473813912'
          '72e8ecf8fadf8b06d87876ea8c3dfd07'
          '380042b9cf4950e34ed34b3093ab9e7f'
-         'f2f13cf359735ba0ab7bad7690101b60'
+         'eaf8e48a9a63b5902fddadff2b8933fa'
          '7781a6d3fbc7da53720074b51225e426')
 
 prepare() {

Modified: hostapd-2.3-noscan.patch
===================================================================
--- hostapd-2.3-noscan.patch    2015-03-15 21:43:42 UTC (rev 129320)
+++ hostapd-2.3-noscan.patch    2015-03-15 21:43:45 UTC (rev 129321)
@@ -39,9 +39,9 @@
 +      if (iface->conf->noscan)
 +              return;
 +
-       if (len < IEEE80211_HDRLEN + 1)
+       if (len < IEEE80211_HDRLEN + 2 + sizeof(*bc_ie))
                return;
-       data++;
+ 
 @@ -317,6 +320,9 @@ void ht40_intolerant_add(struct hostapd_
        if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
                return;

Reply via email to