]> code.ossystems Code Review - openembedded-core.git/commit
apt: upgrade to 1.0.9.9
authorRoy Li <rongqing.li@windriver.com>
Wed, 27 May 2015 07:58:49 +0000 (15:58 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 May 2015 16:45:20 +0000 (17:45 +0100)
commit7dd4a53a99277b46696dea5558fa321a2267af0a
treebfeb19ecdc5bb88e73b5550fc85f86564969398d
parentf58ddacfa153e2bd9fcc79fa1e2c65ae6ef6af02
apt: upgrade to 1.0.9.9

1. Upgrade to fix the several CVEs: CVE-2014-0488, CVE-2014-0490
2. Remove apt-0.9.9.4-CVE-2014-0478.patch, which was backport.
3. Romve no-ko-translation.patch, apt-1.0.9.9 has ko translation
4. Update use-host.patch no-curl.patch db_linking_hack.patch and
noconfigure.patch
5. Not build the test cases since it requires gtest
6. install libapt-private.so.* to libdir, otherwise this file is
not installed into sysroot for native, and apt-get will use host's,
and lead to fail
7. Revert apt commit[a2a75ff45]"always run 'dpkg --configure -a'
at the end of our dpkg callings" for native package, otherwise
the postscript for these installed packages will be run, and fail
since the rootfs dir is not considered
8. Add lzma dependency by PACKAGECONFIG for target, and add xz
dependency for native
9. Support to compile apt-native on centos6

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Acked-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 files changed:
meta/recipes-devtools/apt/apt-0.9.9.4/apt-0.9.9.4-CVE-2014-0478.patch [deleted file]
meta/recipes-devtools/apt/apt-0.9.9.4/no-ko-translation.patch [deleted file]
meta/recipes-devtools/apt/apt-1.0.9.9/0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt-1.0.9.9/0001-fix-the-gcc-version-check.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt-1.0.9.9/0001-remove-Wsuggest-attribute-from-CFLAGS.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt-1.0.9.9/disable-configure-in-makefile.patch [moved from meta/recipes-devtools/apt/apt-0.9.9.4/disable-configure-in-makefile.patch with 100% similarity]
meta/recipes-devtools/apt/apt-1.0.9.9/disable-test.patch [new file with mode: 0644]
meta/recipes-devtools/apt/apt-1.0.9.9/fix-gcc-4.6-null-not-defined.patch [moved from meta/recipes-devtools/apt/apt-0.9.9.4/fix-gcc-4.6-null-not-defined.patch with 100% similarity]
meta/recipes-devtools/apt/apt-1.0.9.9/makerace.patch [moved from meta/recipes-devtools/apt/apt-0.9.9.4/makerace.patch with 100% similarity]
meta/recipes-devtools/apt/apt-1.0.9.9/no-nls-dpkg.patch [moved from meta/recipes-devtools/apt/apt-0.9.9.4/no-nls-dpkg.patch with 100% similarity]
meta/recipes-devtools/apt/apt-1.0.9.9/noconfigure.patch [moved from meta/recipes-devtools/apt/apt-0.9.9.4/noconfigure.patch with 54% similarity]
meta/recipes-devtools/apt/apt-1.0.9.9/nodoc.patch [moved from meta/recipes-devtools/apt/apt-0.9.9.4/nodoc.patch with 100% similarity]
meta/recipes-devtools/apt/apt-1.0.9.9/truncate-filename.patch [moved from meta/recipes-devtools/apt/apt-0.9.9.4/truncate-filename.patch with 100% similarity]
meta/recipes-devtools/apt/apt-1.0.9.9/use-host.patch [moved from meta/recipes-devtools/apt/apt-0.9.9.4/use-host.patch with 84% similarity]
meta/recipes-devtools/apt/apt-native.inc
meta/recipes-devtools/apt/apt-native_1.0.9.9.bb [moved from meta/recipes-devtools/apt/apt-native_0.9.9.4.bb with 55% similarity]
meta/recipes-devtools/apt/apt.inc
meta/recipes-devtools/apt/apt_1.0.9.9.bb [moved from meta/recipes-devtools/apt/apt_0.9.9.4.bb with 56% similarity]
meta/recipes-devtools/apt/files/db_linking_hack.patch
meta/recipes-devtools/apt/files/no-curl.patch