From 21617491ffd068e35c8abf2d0ffc2f6e0a8994e3 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Wed, 12 Apr 2006 15:22:56 +0000 Subject: [PATCH] information about upgrades --- dist/hostapd/NetBSD-Xlist | 15 +++++++++++++++ dist/hostapd/NetBSD-upgrade | 25 +++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 dist/hostapd/NetBSD-Xlist create mode 100644 dist/hostapd/NetBSD-upgrade diff --git a/dist/hostapd/NetBSD-Xlist b/dist/hostapd/NetBSD-Xlist new file mode 100644 index 000000000000..d96f78a6b1eb --- /dev/null +++ b/dist/hostapd/NetBSD-Xlist @@ -0,0 +1,15 @@ +$NetBSD: NetBSD-Xlist,v 1.1 2006/04/12 15:22:56 rpaulo Exp $ +.cvsignore +driver.c +driver_bsd.c +driver_madwifi.c +driver_prism54.c +l2_packet_freebsd.c +l2_packet_linux.c +l2_packet_pcap.c +prism54.h +priv_netlink.h +wireless_copy.h +logwatch +defconfig +madwifi.conf diff --git a/dist/hostapd/NetBSD-upgrade b/dist/hostapd/NetBSD-upgrade new file mode 100644 index 000000000000..4d673d56bb69 --- /dev/null +++ b/dist/hostapd/NetBSD-upgrade @@ -0,0 +1,25 @@ +$FreeBSD: src/contrib/hostapd/FREEBSD-upgrade,v 1.2 2006/03/07 05:51:52 sam Exp $ +$NetBSD: NetBSD-upgrade,v 1.1 2006/04/12 15:22:56 rpaulo Exp $ + +WPA/802.1x Authenticator + originals can be found at: http://hostap.epitest.fi/releases/ + + +For the import files and directories were pruned by: + + tar -X NetBSD-Xlist -zxf hostapd-0.4.8.tar.gz + +then imported by: + + cvs import -m 'Import of hostapd 0.4.8' \ + src/dist/hostapd MALINEN v0_4_8 + +To make local changes to hostapd, simply patch and commit to the +main branch (aka HEAD). Never make local changes on the vendor +(MALINEN) branch. + +All local changes should be submitted to Jouni Malinen for inclusion in +the next vendor release. + +sam@FreeBSD.org & rpaulo@NetBSD.org +12-April-2006