diff options
author | marino <marino@FreeBSD.org> | 2015-04-25 22:02:12 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-25 22:02:12 +0800 |
commit | 8bc1f82c072f73081cce953ad4b28f509a39e40d (patch) | |
tree | fec0ef577b3986ea1f8c9604774bffddcad7785e | |
parent | f59c79b23a3992e056c197a4bc2e809cee1f4f58 (diff) | |
download | freebsd-ports-gnome-8bc1f82c072f73081cce953ad4b28f509a39e40d.tar.gz freebsd-ports-gnome-8bc1f82c072f73081cce953ad4b28f509a39e40d.tar.zst freebsd-ports-gnome-8bc1f82c072f73081cce953ad4b28f509a39e40d.zip |
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
-rw-r--r-- | security/wpa_supplicant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index 20c5304daf58..8c7c1618bb52 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -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@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 |