summaryrefslogtreecommitdiffstats
path: root/rules/libbsd.make
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2016-02-06 18:04:55 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-02-11 09:31:10 +0100
commit23553b3d1dd476ac72a62d945fbbb41141e4a919 (patch)
tree86d44f02dbe01f09c72cadb00e90f07ca3878c22 /rules/libbsd.make
parentfc4c5ae2fd08adf148c0cf82aa999d5d5195a1a7 (diff)
downloadptxdist-23553b3d1dd476ac72a62d945fbbb41141e4a919.tar.gz
ptxdist-23553b3d1dd476ac72a62d945fbbb41141e4a919.tar.xz
libbsd: bump version to 0.8.2 to fix CVE-2016-2090
Bump the version to 0.8.2, which includes a fix for the heap buffer overflow in fgetwln (CVE-2016-2090). Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> [mol: don't forget the patch] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libbsd.make')
-rw-r--r--rules/libbsd.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libbsd.make b/rules/libbsd.make
index 19c642d65..8ebbe4649 100644
--- a/rules/libbsd.make
+++ b/rules/libbsd.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBBSD) += libbsd
#
# Paths and names
#
-LIBBSD_VERSION := 0.6.0
-LIBBSD_MD5 := f6c75f0a9818e323a589bcbd560a0eb4
+LIBBSD_VERSION := 0.8.2
+LIBBSD_MD5 := cdee252ccff978b50ad2336278c506c9
LIBBSD := libbsd-$(LIBBSD_VERSION)
LIBBSD_SUFFIX := tar.xz
LIBBSD_URL := http://libbsd.freedesktop.org/releases/$(LIBBSD).$(LIBBSD_SUFFIX)