aboutsummaryrefslogtreecommitdiff
path: root/net/hostapd
Commit message (Collapse)AuthorAgeFilesLines
* net/hostapd: Address 3 latest security advisoriesJohn Marino2015-06-025-0/+166
| | | | | | | | | | | | | | | | | | | | | These are combined upstream patches 2015-2, 2015-3, 2015-4 They address the following security advisories: * CVE-2015-4141 * CVE-2015-4142 * CVE-2015-4143 * CVE-2015-4144 * CVE-2015-4145 * CVE-2015-4146 These advisories also apply to security/wpa_supplicant PR: 200567 Submitted by: Jason Unovitch Approved by: maintainer (Craig Leres) Notes: svn path=/head/; revision=388314
* - Add CPE infoDmitry Marakasov2015-05-031-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=385279
* net/hostapd: Unbreak new version on DragonFlyJohn Marino2015-04-012-0/+34
| | | | Notes: svn path=/head/; revision=382939
* net/hostapd: Upgrade version 2.3 => 2.4, add PORTS_SSL optionJohn Marino2015-03-292-4/+20
| | | | | | | | PR: 198889 Submitted by: maintainer (leres - ee.lbl.gov) Notes: svn path=/head/; revision=382595
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-0/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* net/hostapd: Upgrade version 2.2 => 2.3John Marino2014-10-163-26/+66
| | | | | | | | | | | | | While upgrading to the latest version released last week: * Rebase .config file on latest sample versoin * Support non-default prefixes * Merge new contents of do-configure target into post-patch target PR: 194315 Approved by: maintainer: (Craig Leres) Notes: svn path=/head/; revision=370974
* net/hostapd: Update WWW + MASTER_SITES and support DragonFlyJohn Marino2014-10-123-13/+14
| | | | | | | | | | | | | | | The domain for hostapd has changed from hostap.epitest.fi to w1.fi although the former still redirects. Update WWW and MASTER_SITES to reflect the new name. Regenerate the l2 packet patch so that hostapd also builds on DragonFly (no-op for FreeBSD). While here, rearrange makefile to remove need for <pre> and <post> and use of $PORTNAME in $WRKSRC which would break if PORTNAME changes. Notes: svn path=/head/; revision=370693
* - Update from 2.1 to 2.2 [1]Danilo Egea Gondolfo2014-06-072-5/+4
| | | | | | | | | | - Use just BSD3CLAUSE as LICENSE (according to README) PR: ports/190726 Submitted by: leres@ee.lbl.gov [1] Notes: svn path=/head/; revision=356881
* s/-script://Baptiste Daroussin2014-04-041-1/+1
| | | | Notes: svn path=/head/; revision=350124
* Update to version 2.1Pawel Pekala2014-03-132-3/+3
| | | | | | | | PR: ports/187459 Submitted by: maintainer Notes: svn path=/head/; revision=348049
* Support stagingEmanuel Haupt2014-02-281-11/+10
| | | | Notes: svn path=/head/; revision=346465
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to version 2.0Pawel Pekala2013-02-023-8/+104
| | | | | | | | PR: ports/175438 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) Notes: svn path=/head/; revision=311422
* - Update to 1.0Jason Helfman2012-06-182-22/+21
| | | | | | | | | | | | | | | | | | | - Use ports framework for build: - Bonus: Now honours CC/CFLAGS/LDFLAGS - Remove DISTNAME override - Update LICENSE (GPLv2 not GPLv1) - Mark MAKE_JOBS_SAFE - Patch Makefile to see $(CC) not "CC" when not verbose - Pet portlint (LICENSE order) - while here shift where arch is tested, and use MAN{1,8}PREFIX PR: ports/169154 (based on) Submitted by: koobs.freebsd@gmail.com Approved by: maintainer, leres@ee.lbl.gov Notes: svn path=/head/; revision=299587
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* Mark as broken on sparc64: does not compile.Mark Linimon2011-08-101-1/+7
| | | | Notes: svn path=/head/; revision=279399
* hostapd is a user space daemon for access point and authenticationMartin Wilke2011-02-125-0/+244
servers. It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server, and RADIUS authentication server. The current version supports Linux (Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211). WWW: http://hostap.epitest.fi/hostapd/ PR: ports/154621 Submitted by: leres at ee.lbl.gov Notes: svn path=/head/; revision=268964