Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/wpa/bin update for 2.0
details: https://anonhg.NetBSD.org/src/rev/841c03c72ebd
branches: trunk
changeset: 792413:841c03c72ebd
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 03 02:07:31 2014 +0000
description:
update for 2.0
diffstat:
external/bsd/wpa/bin/hostapd/Makefile | 10 ++++++----
external/bsd/wpa/bin/wpa_passphrase/Makefile | 4 +---
external/bsd/wpa/bin/wpa_supplicant/Makefile | 5 ++---
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (97 lines):
diff -r 2e5cf258d8f5 -r 841c03c72ebd external/bsd/wpa/bin/hostapd/Makefile
--- a/external/bsd/wpa/bin/hostapd/Makefile Fri Jan 03 02:04:55 2014 +0000
+++ b/external/bsd/wpa/bin/hostapd/Makefile Fri Jan 03 02:07:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/08 00:03:20 christos Exp $
+# $NetBSD: Makefile,v 1.4 2014/01/03 02:07:31 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -15,6 +15,7 @@
beacon.c \
ctrl_iface_ap.c \
drv_callbacks.c \
+eap_user_db.c \
hostapd.c \
ieee802_11_auth.c \
ieee802_11_shared.c \
@@ -39,11 +40,13 @@
# drivers
SRCS+= \
driver_bsd.c \
+driver_common.c \
drivers.c
# radius
SRCS+= \
radius.c \
+radius_das.c \
radius_client.c \
radius_server.c
@@ -82,10 +85,10 @@
# crypto
SRCS+= \
+crypto_openssl.c \
md5.c \
random.c \
-sha1.c \
-sha1-pbkdf2.c
+sha1-prf.c
.PATH.c: \
${HOSTAPD_DISTDIR} \
@@ -143,7 +146,6 @@
aes-encblock.c \
aes-omac1.c \
aes-wrap.c \
-crypto_openssl.c \
dh_groups.c \
fips_prf_openssl.c \
ms_funcs.c \
diff -r 2e5cf258d8f5 -r 841c03c72ebd external/bsd/wpa/bin/wpa_passphrase/Makefile
--- a/external/bsd/wpa/bin/wpa_passphrase/Makefile Fri Jan 03 02:04:55 2014 +0000
+++ b/external/bsd/wpa/bin/wpa_passphrase/Makefile Fri Jan 03 02:07:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/08/04 17:12:34 christos Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/03 02:07:31 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -8,8 +8,6 @@
SRCS= \
md5.c \
os_unix.c \
-sha1-pbkdf2.c \
-sha1.c \
wpa_debug.c \
wpa_passphrase.c \
wpabuf.c
diff -r 2e5cf258d8f5 -r 841c03c72ebd external/bsd/wpa/bin/wpa_supplicant/Makefile
--- a/external/bsd/wpa/bin/wpa_supplicant/Makefile Fri Jan 03 02:04:55 2014 +0000
+++ b/external/bsd/wpa/bin/wpa_supplicant/Makefile Fri Jan 03 02:07:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/08 00:03:20 christos Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/03 02:07:31 christos Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -32,7 +32,6 @@
preauth.c \
random.c \
scan.c \
-sha1.c \
wpa.c \
wpa_common.c \
wpa_debug.c \
@@ -98,8 +97,8 @@
eap_ttls.c \
ms_funcs.c \
mschapv2.c \
-sha1-pbkdf2.c \
sha1-tlsprf.c \
+sha1-prf.c \
tls_openssl.c
SRCS+=aes-ctr.c \
Home |
Main Index |
Thread Index |
Old Index