Date: Sat, 25 Apr 2015 14:02:13 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384729 - head/security/wpa_supplicant Message-ID: <201504251402.t3PE2D90031622@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504251402.t3PE2D90031622>