diff options
author | Johan van Selst <johans@FreeBSD.org> | 2015-03-10 04:09:16 +0800 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2015-03-10 04:09:16 +0800 |
commit | 5fb5a1af68f73e56786e5a4a616f7ce1435176f3 (patch) | |
tree | 43220882f4f87262c47e71ee1747f34498e3359f | |
parent | b36586df6dbfe804df85f97cf567af2d7b13a452 (diff) | |
download | freebsd-ports-gnome-5fb5a1af68f73e56786e5a4a616f7ce1435176f3.tar.gz freebsd-ports-gnome-5fb5a1af68f73e56786e5a4a616f7ce1435176f3.tar.zst freebsd-ports-gnome-5fb5a1af68f73e56786e5a4a616f7ce1435176f3.zip |
- Update to GNU patch 2.7.5
- Add CPE info, based on assignment in CVE-2015-1196
-rw-r--r-- | devel/patch/Makefile | 5 | ||||
-rw-r--r-- | devel/patch/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index 7b15b52f7b16..4e0466013b31 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -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 diff --git a/devel/patch/distinfo b/devel/patch/distinfo index 650d976559a4..d9545bc66417 100644 --- a/devel/patch/distinfo +++ b/devel/patch/distinfo @@ -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 |