aboutsummaryrefslogtreecommitdiff
path: root/net/hostapd/files/patch-src_crypto_tls__openssl.c
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r436625Kirill Ponomarev2017-03-221-65/+0
| | | | | | | | | | | | | | Update net/hostapd to 2.6 and fix multiple vulnerabilities PR: 217907 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10051 Approved by: ports-secteam Notes: svn path=/branches/2017Q1/; revision=436678
* net/hostapd: Fix build on DragonFly and with LibreSSLJohn Marino2016-09-301-0/+65
1. Return the driver_bsd.c patch, it's still required for DF 2. Modify the os_unix.c patch to include exception for DF 3. Add patch to fix build with LibreSSL (originates from OpenBSD) 4. There's no configure set, so replace ineffective configure arg with CFLAGS and LDFLAGS for non-base SSL library Approved by: SSL blanket and DF blanket Notes: svn path=/head/; revision=423004