svn commit: r384729 - head/security/wpa_supplicant
John Marino
marino at FreeBSD.org
Sat Apr 25 14:02:13 UTC 2015
Author: marino
Date: Sat Apr 25 14:02:12 2015
New Revision: 384729
URL: https://svnweb.freebsd.org/changeset/ports/384729
Log:
security/wpa_supplicant: Add USES=CPE
I just released that I fixed a CVE bug but WPA Supllicant was never
provided any CPE information. Fix, bump, and reference previous PR.
PR: 199678
Modified:
head/security/wpa_supplicant/Makefile
Modified: head/security/wpa_supplicant/Makefile
==============================================================================
--- head/security/wpa_supplicant/Makefile Sat Apr 25 10:35:33 2015 (r384728)
+++ head/security/wpa_supplicant/Makefile Sat Apr 25 14:02:12 2015 (r384729)
@@ -2,14 +2,14 @@
PORTNAME= wpa_supplicant
PORTVERSION= 2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= http://w1.fi/releases/
MAINTAINER= marino at FreeBSD.org
COMMENT= Supplicant (client) for WPA/802.1x protocols
-USES= gmake readline
+USES= cpe gmake readline
USE_OPENSSL= yes
BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant
INSTALL_WRKSRC= ${WRKSRC}/src
More information about the svn-ports-head
mailing list