summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bzip2/bzip2-1.0.5/configure.ac
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-11-03 15:06:24 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-10 21:09:22 +0800
commita0fb0c209056a958a5d775cc9efee57875a6234a (patch)
tree12adf55b69370d9f3d71ddf1f0f331cf027c90bd /meta/recipes-extended/bzip2/bzip2-1.0.5/configure.ac
parent12a861359a3413ded52174c814e8653c56caee17 (diff)
downloadpoky-a0fb0c209056a958a5d775cc9efee57875a6234a.tar.gz
bzip2: upgrade to version 1.0.6
resolves security bug CVE-2010-0405 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended/bzip2/bzip2-1.0.5/configure.ac')
-rw-r--r--meta/recipes-extended/bzip2/bzip2-1.0.5/configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.5/configure.ac b/meta/recipes-extended/bzip2/bzip2-1.0.5/configure.ac
deleted file mode 100644
index 14b1d1809d..0000000000
--- a/meta/recipes-extended/bzip2/bzip2-1.0.5/configure.ac
+++ /dev/null
@@ -1,14 +0,0 @@
1AC_PREREQ([2.57])
2
3AC_INIT(bzip2, 2.0.5, , libXrender)
4AM_INIT_AUTOMAKE()
5AM_MAINTAINER_MODE
6
7#AM_CONFIG_HEADER(config.h)
8
9# Check for progs
10AC_PROG_CC
11AC_PROG_LIBTOOL
12
13AC_OUTPUT([Makefile])
14