40 Commits

Author SHA1 Message Date
dcoppa
7c17673123 Apply upstream fixes for CVE-2016-4476 and CVE-2016-4477 2016-05-17 08:29:27 +00:00
espie
511c5d230a a few minor pkg_subst fixes, for the coming patch (disallow -c without -m
outside of WRKDIR)
2015-11-02 11:56:54 +00:00
sthen
691c83f9b2 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:19:21 +00:00
dcoppa
310baa0355 Update to wpa_supplicant-2.5
Tested by me, Gregor Best, and sthen@

Help and ok sthen@
2015-09-29 11:57:54 +00:00
sthen
90ae20526a bump; ifmedia64 2015-09-11 16:38:04 +00:00
jasper
8370029792 use install -D and drop ginstall dependency where applicable 2015-07-19 21:44:07 +00:00
dcoppa
53e70bdc34 /etc/wpa_supplicant.conf may also contain passwords, so enforce the
right permissions here too.

From Tim van der Molen
2015-05-18 04:56:33 +00:00
dcoppa
6966afa280 HOMEPAGE/MASTER_SITES changed some time ago 2015-05-15 13:11:32 +00:00
schwarze
1409dcb551 Drop USE_GROFF (identical output). No bump needed. 2015-04-06 16:03:45 +00:00
sthen
62699ad891 add a commented-out config line to help out with people who have auth servers
that don't like attempts to connect with TLSv1.1/1.2 (recent update moved from
using TLSv1.0 only).  ok dcoppa@
2015-04-02 17:32:24 +00:00
dcoppa
fa31b7d6b0 Update to wpa_supplicant-2.4
Tested by pascal@ and Fabian Raetz

OK pascal@
2015-03-18 15:35:43 +00:00
dcoppa
849996751d Use the patch from upstream
(git commit 2d4e9c2eb811978a4097b7d249eca3c7e9c510e5)
2014-10-13 07:32:11 +00:00
dcoppa
2dc398aa7e Update to wpa_supplicant-2.3
tested by myself (wired 802.1x) and pascal@ (eduroam)

ok pascal@
2014-10-11 17:55:49 +00:00
dcoppa
3ac19bbde3 util: Don't use "\e"
'\e' representing ESC (0x1b) is not C standard, it's a GNU extension.
https://gcc.gnu.org/onlinedocs/gcc/Character-Escapes.html#Character-Escapes

upstream git commit a8833b84f46626b6fb9e9f277137f26acc72c64e
2014-09-30 07:18:48 +00:00
dcoppa
9e715e5bc8 Zap Linuxisms from usage() 2014-09-08 08:28:23 +00:00
dcoppa
3bef63c4a0 Fix validation of EAPOL-Key length with AES key wrap
(upstream git commit b7c61c9d4e968e7254112631a9f6a1a1f8ef6f7f)

pkg/README: avoid confusion, we were talking about so many interfaces...
2014-09-05 13:18:41 +00:00
dcoppa
f2af671cce Update to wpa_supplicant-2.2
Tested by pascal@ and myself.
I also take maintainership, as per sthen's request.
2014-09-02 13:04:34 +00:00
ajacoutot
9d087a11f1 Tweak documentation according to recent rc changes.
ok jasper@
2014-07-22 10:55:40 +00:00
sthen
4badb3163a don't use "echo 'pkg_scripts="${pkg_scripts} icinga' >> /etc/rc.conf.local"
examples
2014-07-12 11:25:00 +00:00
sthen
52c24aaed1 Update license marker; as of Feb 2012 this is no longer dual GPL/BSD, it is
just plain 3-clause BSD. No pkg change.
2014-06-02 20:12:53 +00:00
sthen
dc617c1689 off-by-one in length checking in printf_encode, crash reported by jirib at
devio dot us
2014-06-02 11:26:21 +00:00
kili
eb17bd6c23 Don't try to link against librt.
ok dcoppa@
2014-03-23 20:02:14 +00:00
dcoppa
0c9ddb5974 Update to wpa_supplicant-2.1.
Tested by pascal@ and Gregor Best

OK sthen@ (maintainer)
2014-03-18 05:57:22 +00:00
sthen
c4b331405d no point patching a file that is already in ${FILESDIR} 2013-11-26 19:46:52 +00:00
sthen
ed380335ee include if_var.h to unbreak 2013-11-25 22:23:18 +00:00
sthen
27f03b1c52 bump REVISION for any ports using route messages. regen some distinfos and
remove unnecessary USE_GROFFs while there.
2013-10-31 21:12:12 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
8979f7fde1 take MAINTAINER, suggested by reyk@ 2013-02-07 12:32:08 +00:00
sthen
b013715fc5 - enable reading PKCS12 certificates from files; from Gregor Best who
wants this for use with Eduroam.

- add an rc script and README.

- remove non-useful wpa_priv patch.

README tweak from ajacoutot, ok gsoares dcoppa
2013-02-06 17:27:13 +00:00
sthen
e3e6f35472 don't try to access list members to free them unless already initialised;
fixes a crash with wpa_priv usage(); wpa_priv not yet enabled
2013-02-04 10:04:44 +00:00
sthen
c162d4f3bf update DESCR, pointed out by stsp 2013-01-28 11:56:55 +00:00
sthen
2cef9b9eb4 honour CFLAGS/CC 2013-01-28 11:36:09 +00:00
sthen
6a6bfb1f9f - update WPA-Supplicant to 2.0
- add OpenBSD WPA support written by kettenis@ (also tested by matthieu@
and Gregor Best)
- enable smartcard support via PCSC-Lite
- garbage collect OS compatibility patches which are no longer needed
(one found by me, one by kettenis@)

ok phessler@
2013-01-28 11:03:16 +00:00
naddy
fd3f2648f8 explicitly include <sys/param.h> before <sys/sysctl.h> and don't rely on
it being pulled in by some other header file
2012-06-25 14:06:26 +00:00
sthen
90c5bd4b76 update to wpa_supplicant 0.7.3 - as noted by Martin Pelikan the version
in-tree is currently broken and this fixes it for him.
2012-01-19 16:14:11 +00:00
sthen
83b570a541 regen patches, no package change (i.e. this doesn't fix it. ;) 2012-01-14 12:57:10 +00:00
espie
6c283d7e98 new depends 2010-11-20 17:22:40 +00:00
espie
2ef1026971 USE_GROFF=Yes 2010-10-18 21:41:44 +00:00
sthen
01c0d8b0ab Fix typo - ok reyk@ (maintainer). 2008-08-28 12:50:38 +00:00
reyk
16591b9b32 Add security/wpa_supplicant, a fully-featured implementation of an
IEEE 802.1X supplicant. This port does not support the wireless
WPA/WPA functionality yet, because it is missing in the OpenBSD
net80211 kernel implementation. Successfully tested with 802.1X on
ProCurve switches with OpenBSD running freeradius in the backend.

This port is based on work by Jussi Salzwedel, thanks!

ok aanriot@
2007-07-01 19:50:57 +00:00