svn commit: r381435 - head/archivers/gzip

Johan van Selst johans at FreeBSD.org
Mon Mar 16 19:35:38 UTC 2015


Author: johans
Date: Mon Mar 16 19:35:37 2015
New Revision: 381435
URL: https://svnweb.freebsd.org/changeset/ports/381435
QAT: https://qat.redports.org/buildarchive/r381435/

Log:
  adding CPE information to Makefile
  
  archivers/gzip has had vulnerabilities with a CPE identifier assigned
  (e.g. CVE-2009-2624). This patch adds CPE information as suggested in
  the FreeBSD wiki
  
  PR:		198641
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/archivers/gzip/Makefile

Modified: head/archivers/gzip/Makefile
==============================================================================
--- head/archivers/gzip/Makefile	Mon Mar 16 19:15:33 2015	(r381434)
+++ head/archivers/gzip/Makefile	Mon Mar 16 19:35:37 2015	(r381435)
@@ -9,10 +9,11 @@ MASTER_SITES=	GNU
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Compression utility designed to be a replacement for compress
 
-USES=		charsetfix makeinfo
+USES=		cpe charsetfix makeinfo
 GNU_CONFIGURE=	yes
 
-INFO=	gzip
+INFO=		gzip
+CPE_VENDOR=	gnu
 
 DOC_FILES=	AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \
 		THANKS TODO


More information about the svn-ports-head mailing list