[oe-commits] Roy Li : apt: upgrade to 1.0.9.9

git at git.openembedded.org git at git.openembedded.org
Wed May 27 16:48:43 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 7dd4a53a99277b46696dea5558fa321a2267af0a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7dd4a53a99277b46696dea5558fa321a2267af0a

Author: Roy Li <rongqing.li at windriver.com>
Date:   Wed May 27 15:58:49 2015 +0800

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 at windriver.com>
Acked-by: Aníbal Limón <anibal.limon at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../apt-0.9.9.4/apt-0.9.9.4-CVE-2014-0478.patch    | 193 -----------
 .../apt/apt-0.9.9.4/no-ko-translation.patch        |  11 -
 ...ys-run-dpkg-configure-a-at-the-end-of-our.patch | 378 +++++++++++++++++++++
 .../0001-fix-the-gcc-version-check.patch           | 160 +++++++++
 ...001-remove-Wsuggest-attribute-from-CFLAGS.patch |  43 +++
 .../disable-configure-in-makefile.patch            |   0
 .../apt/apt-1.0.9.9/disable-test.patch             |  58 ++++
 .../fix-gcc-4.6-null-not-defined.patch             |   0
 .../{apt-0.9.9.4 => apt-1.0.9.9}/makerace.patch    |   0
 .../{apt-0.9.9.4 => apt-1.0.9.9}/no-nls-dpkg.patch |   0
 .../{apt-0.9.9.4 => apt-1.0.9.9}/noconfigure.patch |  17 +-
 .../apt/{apt-0.9.9.4 => apt-1.0.9.9}/nodoc.patch   |   0
 .../truncate-filename.patch                        |   0
 .../{apt-0.9.9.4 => apt-1.0.9.9}/use-host.patch    |   6 +-
 meta/recipes-devtools/apt/apt-native.inc           |  10 +-
 ...apt-native_0.9.9.4.bb => apt-native_1.0.9.9.bb} |   4 +-
 meta/recipes-devtools/apt/apt.inc                  |   5 +-
 .../apt/{apt_0.9.9.4.bb => apt_1.0.9.9.bb}         |   8 +-
 .../apt/files/db_linking_hack.patch                |   6 +-
 meta/recipes-devtools/apt/files/no-curl.patch      |   8 +-
 20 files changed, 676 insertions(+), 231 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=7dd4a53a99277b46696dea5558fa321a2267af0a


More information about the Openembedded-commits mailing list