]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
hostapd: Update to 2.7
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Mar 2019 10:45:39 +0000 (11:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Mar 2019 10:45:39 +0000 (11:45 +0100)
Enable to get randomness from getrandom() syscall instead
of opening /dev/random directly

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
hostapd/hostapd.nm

index 62dadd489ccc027d35d2d77c852f90a0e11104bd..eb38e461086a0a1d0bd8603197d55df947a0c056 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = hostapd
-version    = 2.6
-release    = 2
+version    = 2.7
+release    = 1
 
 groups     = Networking/Tools
 url        = http://hostap.epitest.fi/hostapd/
@@ -33,6 +33,7 @@ build
                # Create our custom configuration.
                cat defconfig > .config
                sed -i .config \
+                       -e '/^#CONFIG_GETRANDOM=y/s/^#//' \
                        -e '/^#CONFIG_ACS=y/s/^#//' \
                        -e '/^#CONFIG_LIBNL32=y/s/^#//' \
                        -e '/^#CONFIG_TAXONOMY=y/s/^#//' \