[oe-commits] Constantin Musca : dpkg: upgrade to 1.16.8

git at git.openembedded.org git at git.openembedded.org
Sun Sep 2 12:57:25 UTC 2012


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

Author: Constantin Musca <constantinx.musca at intel.com>
Date:   Tue Aug 28 17:02:40 2012 +0300

dpkg: upgrade to 1.16.8

autofoo.patch: removed
	- the patch is not used
check_version: adapted to the new version
	- adapt the linux-wrs kernel version, which has character '_'
	- remove the first-char-digit-check (as the 1.15.8.5 version does)
dpkg-deb-avoid-fflush.patch: removed
	- the patch is included in the new version
fix-timestamps.patch: added
	- the lutimes function doesn't work properly for all systems
ignore_extra_fields.patch: adapted to the new version
nochroot.patch: removed
	- the patch is not used
noman.patch: adapted to the new version
noupdalt.patch: removed
	- the patch is not used
perllibdir.patch: removed
	- in the new version PERL_LIBDIR will be set only if empty
preinst.patch: adapted to new version
removed-tar-no-timestamp.patch: added
	- the busybox-1.19.4 tar utility doesn't support --warning=no-timestamp

Signed-off-by: Constantin Musca <constantinx.musca at intel.com>

---

 meta/recipes-devtools/dpkg/dpkg.inc                |    4 +-
 meta/recipes-devtools/dpkg/dpkg/autofoo.patch      |   50 -----
 .../recipes-devtools/dpkg/dpkg/check_version.patch |   23 ++-
 .../dpkg/dpkg/dpkg-deb-avoid-fflush.patch          |  198 --------------------
 .../dpkg/dpkg/fix-timestamps.patch                 |   21 ++
 .../dpkg/dpkg/ignore_extra_fields.patch            |   35 ++--
 meta/recipes-devtools/dpkg/dpkg/nochroot.patch     |   20 --
 meta/recipes-devtools/dpkg/dpkg/noman.patch        |    1 -
 meta/recipes-devtools/dpkg/dpkg/noupdalt.patch     |   18 --
 meta/recipes-devtools/dpkg/dpkg/perllibdir.patch   |   22 ---
 meta/recipes-devtools/dpkg/dpkg/preinst.patch      |   75 ++++----
 .../dpkg/dpkg/remove-tar-no-timestamp.patch        |   16 ++
 meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb        |   15 --
 meta/recipes-devtools/dpkg/dpkg_1.16.8.bb          |   15 ++
 14 files changed, 126 insertions(+), 387 deletions(-)

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




More information about the Openembedded-commits mailing list