svn commit: r380876 - head/devel/patch

Johan van Selst johans at FreeBSD.org
Mon Mar 9 20:09:18 UTC 2015


Author: johans
Date: Mon Mar  9 20:09:16 2015
New Revision: 380876
URL: https://svnweb.freebsd.org/changeset/ports/380876
QAT: https://qat.redports.org/buildarchive/r380876/

Log:
  - Update to GNU patch 2.7.5
  - Add CPE info, based on assignment in CVE-2015-1196

Modified:
  head/devel/patch/Makefile
  head/devel/patch/distinfo

Modified: head/devel/patch/Makefile
==============================================================================
--- head/devel/patch/Makefile	Mon Mar  9 19:45:00 2015	(r380875)
+++ head/devel/patch/Makefile	Mon Mar  9 20:09:16 2015	(r380876)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	patch
-PORTVERSION=	2.7.4
+PORTVERSION=	2.7.5
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
@@ -11,9 +11,10 @@ COMMENT=	GNU patch utility
 
 LICENSE=	GPLv3
 
-USES=		charsetfix gmake tar:xz
+USES=		cpe charsetfix gmake tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=g --disable-silent-rules
+CPE_VENDOR=	gnu
 
 PLIST_FILES=	bin/gpatch man/man1/gpatch.1.gz
 

Modified: head/devel/patch/distinfo
==============================================================================
--- head/devel/patch/distinfo	Mon Mar  9 19:45:00 2015	(r380875)
+++ head/devel/patch/distinfo	Mon Mar  9 20:09:16 2015	(r380876)
@@ -1,2 +1,2 @@
-SHA256 (patch-2.7.4.tar.xz) = 0eacbb07ce106fe4dcbfbe6c052e55b50bf3df8e1bb16228c9da77b6659ff109
-SIZE (patch-2.7.4.tar.xz) = 714392
+SHA256 (patch-2.7.5.tar.xz) = fd95153655d6b95567e623843a0e77b81612d502ecf78a489a4aed7867caa299
+SIZE (patch-2.7.5.tar.xz) = 727704


More information about the svn-ports-head mailing list