aboutsummaryrefslogtreecommitdiff
path: root/sysutils/busybox
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2015-01-06 21:11:43 +0000
committerMatthias Andree <mandree@FreeBSD.org>2015-01-06 21:11:43 +0000
commitfd2d1a7438ce2cad580c311c93bb54e9b2f372b3 (patch)
tree7c8a56d4ea957ad3bc52a706ec2129a4fdd2a3e0 /sysutils/busybox
parent908673d4b72ea1ee6f7c9735061527d846c2bb65 (diff)
downloadports-fd2d1a7438ce2cad580c311c93bb54e9b2f372b3.tar.gz
ports-fd2d1a7438ce2cad580c311c93bb54e9b2f372b3.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
Notes
Notes: svn path=/head/; revision=376442
Diffstat (limited to 'sysutils/busybox')
-rw-r--r--sysutils/busybox/Makefile5
-rw-r--r--sysutils/busybox/distinfo6
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