summaryrefslogtreecommitdiffstats
path: root/rules/bzip2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2014-01-13 19:38:31 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-17 10:58:28 +0100
commitbc37494010450ec9b937253a7a1deb254112b6b4 (patch)
tree95093589f285fcaa7e0aac0918f095b37de56752 /rules/bzip2.make
parent70e03d9ec3de2da814adc390dd7da0b88cb0777a (diff)
downloadptxdist-bc37494010450ec9b937253a7a1deb254112b6b4.tar.gz
ptxdist-bc37494010450ec9b937253a7a1deb254112b6b4.tar.xz
bzip2: version bump 1.0.5 -> 1.0.6
This new version fixes a security issue: CVE-2010-0405. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/bzip2.make')
-rw-r--r--rules/bzip2.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/bzip2.make b/rules/bzip2.make
index 925b08dbe..64a742c82 100644
--- a/rules/bzip2.make
+++ b/rules/bzip2.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_BZIP2) += bzip2
#
# Paths and names
#
-BZIP2_VERSION := 1.0.5
-BZIP2_MD5 := 3c15a0c8d1d3ee1c46a1634d00617b1a
+BZIP2_VERSION := 1.0.6
+BZIP2_MD5 := 00b516f4704d4a7cb50a1d97e6e8e15b
BZIP2 := bzip2-$(BZIP2_VERSION)
BZIP2_SUFFIX := tar.gz
-BZIP2_URL := http://www.bzip.org/1.0.5/$(BZIP2).$(BZIP2_SUFFIX)
+BZIP2_URL := http://www.bzip.org/$(BZIP2_VERSION)/$(BZIP2).$(BZIP2_SUFFIX)
BZIP2_SOURCE := $(SRCDIR)/$(BZIP2).$(BZIP2_SUFFIX)
BZIP2_DIR := $(BUILDDIR)/$(BZIP2)