[oe-commits] [openembedded-core] branch master-next updated (572ba56 -> e111e31)

git at git.openembedded.org git at git.openembedded.org
Mon Jun 13 21:10:24 UTC 2016


rpurdie pushed a change to branch master-next
in repository openembedded-core.

      from  572ba56   python3-native Add RPROVIDES python3-importlib-native
       new  b408f6c   webkitgtk: do not inherit pythonnative
       new  14e9f8c   libc-package: ensure glibc-locale package list is deterministic
       new  e4430e1   xinput-calibrator: add missing dependency for xinput_calibrator_once.sh
       new  0eeec43   image.bbclass: do exact match for rootfs type
       new  16e0b76   dhcp: upgrade to 4.3.4
       new  acc363a   ghostscript: upgrade to 9.19
       new  1ff96d8   gnugp: upgrade to 2.1.12
       new  01ef8a5   help2man-native: upgrade to 1.47.4
       new  62a0c25   libgcrypt: upgrade to 1.7.0
       new  c92f2ba   libnewt/libnewt-python: upgrade to 0.52.19
       new  5f8b8e5   libxml2: upgrade to 2.9.4
       new  bd830b0   man-pages: upgrade to 4.06
       new  4e1b235   pax-utils: upgrade to 1.1.6
       new  e111e31   ncurses: upgrade to 6.0+20160319

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/image.bbclass                         |   2 +-
 meta/classes/libc-package.bbclass                  |   3 +-
 meta/recipes-connectivity/dhcp/dhcp.inc            |   3 +-
 .../dhcp/0001-site.h-enable-gentle-shutdown.patch  |   6 +-
 .../dhcp/dhcp/CVE-2015-8605.patch                  |  99 ---------------
 .../dhcp/dhcp/CVE-2016-2774.patch                  |  65 ----------
 ...dhclient-script-drop-resolv.conf.dhclient.patch |   2 +-
 .../dhcp/dhcp/fix-external-bind.patch              | 115 -----------------
 .../dhcp/dhcp/fixsepbuild.patch                    |  78 ++++++------
 .../dhcp/dhcp/libxml2-configure-argument.patch     |  19 ++-
 .../dhcp/dhcp/link-with-lcrypto.patch              |  21 +++-
 .../dhcp/dhcp/replace-ifconfig-route.patch         |  34 +++--
 .../dhcp/dhcp/tweak-to-support-external-bind.patch | 117 +++++++++++++++++
 .../dhcp/{dhcp_4.3.3.bb => dhcp_4.3.4.bb}          |   8 +-
 .../configure.ac-fix-cross-compiling-warning.patch |  45 -------
 .../libxml/{libxml2_2.9.3.bb => libxml2_2.9.4.bb}  |   5 +-
 ...ses_6.0+20160213.bb => ncurses_6.0+20160319.bb} |   2 +-
 ...-native_1.47.3.bb => help2man-native_1.47.4.bb} |   4 +-
 .../{pax-utils_1.1.5.bb => pax-utils_1.1.6.bb}     |   4 +-
 ...Fix-support-for-building-with-no-jbig2-de.patch |  81 ------------
 ...part-2-fix-support-for-building-with-a-JP.patch |  48 -------
 .../files/do-not-check-local-libpng-source.patch   |   8 +-
 .../ghostscript-9.02-prevent_recompiling.patch     | 105 ++++++++--------
 .../ghostscript/ghostscript/png_mak.patch          |  27 ++--
 .../{ghostscript_9.18.bb => ghostscript_9.19.bb}   |   9 +-
 .../{man-pages_4.04.bb => man-pages_4.06.bb}       |   4 +-
 .../newt/files/remove_slang_include.patch          |  16 ---
 ...python_0.52.18.bb => libnewt-python_0.52.19.bb} |   0
 .../{libnewt_0.52.18.bb => libnewt_0.52.19.bb}     |   5 +-
 .../xinput-calibrator/xinput-calibrator_git.bb     |   2 +-
 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb       |  10 +-
 .../gnupg/{gnupg_2.1.11.bb => gnupg_2.1.12.bb}     |   4 +-
 .../libgcrypt/files/add-pkgconfig-support.patch    | 140 ++++++++++++---------
 .../files/fix-undefined-reference-to-pthread.patch |  27 ++++
 meta/recipes-support/libgcrypt/libgcrypt.inc       |   1 +
 meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb  |   4 -
 meta/recipes-support/libgcrypt/libgcrypt_1.7.0.bb  |   4 +
 37 files changed, 437 insertions(+), 690 deletions(-)
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2015-8605.patch
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2016-2774.patch
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/fix-external-bind.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/tweak-to-support-external-bind.patch
 rename meta/recipes-connectivity/dhcp/{dhcp_4.3.3.bb => dhcp_4.3.4.bb} (65%)
 delete mode 100644 meta/recipes-core/libxml/libxml2/configure.ac-fix-cross-compiling-warning.patch
 rename meta/recipes-core/libxml/{libxml2_2.9.3.bb => libxml2_2.9.4.bb} (93%)
 rename meta/recipes-core/ncurses/{ncurses_6.0+20160213.bb => ncurses_6.0+20160319.bb} (84%)
 rename meta/recipes-devtools/help2man/{help2man-native_1.47.3.bb => help2man-native_1.47.4.bb} (79%)
 rename meta/recipes-devtools/pax-utils/{pax-utils_1.1.5.bb => pax-utils_1.1.6.bb} (89%)
 delete mode 100644 meta/recipes-extended/ghostscript/files/0001-Bug-696497-Fix-support-for-building-with-no-jbig2-de.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0002-Bug-696497-part-2-fix-support-for-building-with-a-JP.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.18.bb => ghostscript_9.19.bb} (86%)
 rename meta/recipes-extended/man-pages/{man-pages_4.04.bb => man-pages_4.06.bb} (86%)
 delete mode 100644 meta/recipes-extended/newt/files/remove_slang_include.patch
 rename meta/recipes-extended/newt/{libnewt-python_0.52.18.bb => libnewt-python_0.52.19.bb} (100%)
 rename meta/recipes-extended/newt/{libnewt_0.52.18.bb => libnewt_0.52.19.bb} (88%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.11.bb => gnupg_2.1.12.bb} (90%)
 create mode 100644 meta/recipes-support/libgcrypt/files/fix-undefined-reference-to-pthread.patch
 delete mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb
 create mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.7.0.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list