diff options
author | mandree <mandree@FreeBSD.org> | 2015-01-07 05:11:43 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2015-01-07 05:11:43 +0800 |
commit | a608d0f5d9334bf3485625d514879a1dc65caca2 (patch) | |
tree | 7c8a56d4ea957ad3bc52a706ec2129a4fdd2a3e0 | |
parent | 0bef57d5367e93aef4ca6c68a6b8162e0ab61ac6 (diff) | |
download | freebsd-ports-gnome-a608d0f5d9334bf3485625d514879a1dc65caca2.tar.gz freebsd-ports-gnome-a608d0f5d9334bf3485625d514879a1dc65caca2.tar.zst freebsd-ports-gnome-a608d0f5d9334bf3485625d514879a1dc65caca2.zip |
Add three upstream patches to busybox 1.22.1, bumping PORTREVISION to 2.
One fixes the CVE-2014-4608 buffer overrun in LZO2,
one fixes the nc app, one fixes the zcat and related apps when accessing
files without extension.
List busybox < 1.22.1_2 as vulnerable, and add CVE Name to the vulndb.
Security: CVE-2014-4608
Security: d1f5e12a-fd5a-11e3-a108-080027ef73ec
-rw-r--r-- | sysutils/busybox/Makefile | 5 | ||||
-rw-r--r-- | sysutils/busybox/distinfo | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/busybox/Makefile b/sysutils/busybox/Makefile index 10b0ccea8646..833e97cc767b 100644 --- a/sysutils/busybox/Makefile +++ b/sysutils/busybox/Makefile @@ -3,7 +3,7 @@ PORTNAME= busybox PORTVERSION= 1.22.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils misc shells MASTER_SITES= http://www.busybox.net/downloads/ @@ -12,6 +12,9 @@ PATCH_DIST_STRIP= -p1 PATCHFILES= busybox-1.22.1-ash.patch \ busybox-1.22.1-date.patch \ busybox-1.22.1-iplink.patch \ + busybox-1.22.1-lzop.patch \ + busybox-1.22.1-nc.patch \ + busybox-1.22.1-zcat-no-ext.patch \ # MAINTAINER= mandree@FreeBSD.org diff --git a/sysutils/busybox/distinfo b/sysutils/busybox/distinfo index 84a24f454430..f729e4be824f 100644 --- a/sysutils/busybox/distinfo +++ b/sysutils/busybox/distinfo @@ -6,3 +6,9 @@ SHA256 (busybox-1.22.1-date.patch) = 8502dd7454e948a56fcd8201f4fe9d629d2844b9df2 SIZE (busybox-1.22.1-date.patch) = 1008 SHA256 (busybox-1.22.1-iplink.patch) = 186b41734e43ee117cb367055ce6a4d5b3aac671c09d71f2a6347793874d653b SIZE (busybox-1.22.1-iplink.patch) = 425 +SHA256 (busybox-1.22.1-lzop.patch) = cc70144cd273464502e04050abb1bd1d2a36d9a7f4aeef2b2f8172f6c7bc18eb +SIZE (busybox-1.22.1-lzop.patch) = 2103 +SHA256 (busybox-1.22.1-nc.patch) = 0d2f9ba2e9e5db813fe9feb6fc84052ac85403ce2debefb8b1281a05aadec052 +SIZE (busybox-1.22.1-nc.patch) = 615 +SHA256 (busybox-1.22.1-zcat-no-ext.patch) = d9843cc5a62d25d328344d31e1d1dc81a245add647bb377d6a871d5f7c1b2cbe +SIZE (busybox-1.22.1-zcat-no-ext.patch) = 2071 |