diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-04 22:06:37 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-04 22:11:32 +0100 |
commit | 78c7106f99efcbabc9ccc00343c87a900644cda3 (patch) | |
tree | ef600d625256794da273a8563817cc90308a5ded /recipes/expat/expat-2.0.1 | |
parent | c512d0fcf434dd74c1fc6fc7752da829453edd7f (diff) |
expat-2.0.0: Upgrade expat library to fix various known security bugs
* Fixes CVE-2009-3720
Diffstat (limited to 'recipes/expat/expat-2.0.1')
-rw-r--r-- | recipes/expat/expat-2.0.1/autotools.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/expat/expat-2.0.1/autotools.patch b/recipes/expat/expat-2.0.1/autotools.patch new file mode 100644 index 0000000000..77aee3a833 --- /dev/null +++ b/recipes/expat/expat-2.0.1/autotools.patch @@ -0,0 +1,13 @@ +diff -bur expat-2.0.0~orig/configure.in expat-2.0.0/configure.in +--- expat-2.0.0~orig/configure.in 2006-01-10 19:10:46.000000000 -0600 ++++ expat-2.0.0/configure.in 2006-02-10 19:12:24.000000000 -0600 +@@ -50,9 +50,6 @@ + + AC_CONFIG_HEADER(expat_config.h) + +-sinclude(conftools/libtool.m4) +-sinclude(conftools/ac_c_bigendian_cross.m4) +- + AC_LIBTOOL_WIN32_DLL + AC_PROG_LIBTOOL + |