[oe-commits] [openembedded-core] branch fido updated (1ebf604 -> fd27f86)

git at git.openembedded.org git at git.openembedded.org
Mon May 9 07:12:38 UTC 2016


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

      from  1ebf604   build-appliance-image: Update to fido head revision
       new  43f2cfd   dhcp: CVE-2015-8605
       new  961a9de   testimage: Handle ipk/deb packaging format tests correctly
       new  45a6ae4   libsdl: depends on libglu when both x11 and opengl
       new  c1b39f1   libsdl: expand PACKAGECONFIG and enable native builds
       new  af32a5d   base: check for existing prefix when expanding names in PACKAGECONFIG
       new  16b2e5a   xorg-lib: allow native building without x11 DISTRO_FEATURES
       new  0af3db7   conf/local.conf.sample: comment out ASSUME_PROVIDED=libsdl-native
       new  af95fa3   scripts/oe-pkgdata-util: Fix variable name in error handling
       new  d9ea863   populate_sdk_base: Ensure PKGDATA_DIR exists
       new  37f074e   busybox: Backport patch to fix zcip false-conflict
       new  b0720e9   busybox_git: Fix SRCREV
       new  e289df4   bind: CVE-2016-1285 CVE-2016-1286
       new  55eb60c   tzdata: update to 2016b
       new  8598455   tzcode: update to 2016b
       new  770f176   tzdata: update to 2016c
       new  2dd4085   tzcode: update to 2016c
       new  a17a819   tzcode: update to 2016d
       new  80936e6   tzdata: update to 2016d
       new  fd27f86   gtk+_2.24.25: backport a fix for building with newer host perl

The 19 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/base.bbclass                          |   5 +-
 meta/classes/populate_sdk_base.bbclass             |   2 +-
 meta/classes/testimage.bbclass                     |   6 +-
 meta/conf/local.conf.sample                        |   7 +-
 .../bind/bind/CVE-2016-1285.patch                  | 141 +++++++++
 .../bind/bind/CVE-2016-1286_1.patch                |  78 +++++
 .../bind/bind/CVE-2016-1286_2.patch                | 318 +++++++++++++++++++++
 .../bind/bind/fix-typo-in-CVE-2016-1285.patch      |  31 ++
 meta/recipes-connectivity/bind/bind_9.9.5.bb       |   4 +
 .../dhcp/dhcp/CVE-2015-8605.patch                  | 101 +++++++
 .../dhcp/dhcp/CVE-2015-8605_1.patch                | 131 +++++++++
 meta/recipes-connectivity/dhcp/dhcp_4.3.1.bb       |   2 +
 ...wrong-comparison-of-source-IP-with-our-IP.patch |  34 +++
 meta/recipes-core/busybox/busybox_1.23.1.bb        |   1 +
 meta/recipes-core/busybox/busybox_git.bb           |   2 +-
 .../recipes-extended/tzcode/tzcode-native_2016a.bb |  25 --
 .../recipes-extended/tzcode/tzcode-native_2016d.bb |  25 ++
 .../tzdata/{tzdata_2016a.bb => tzdata_2016d.bb}    |   6 +-
 .../gtk+/gtk+/Avoid-perl-warnings.patch            |  75 +++++
 meta/recipes-gnome/gtk+/gtk+_2.24.25.bb            |   1 +
 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb      |  34 +--
 meta/recipes-graphics/xorg-lib/xorg-lib-common.inc |   1 +
 scripts/oe-pkgdata-util                            |   2 +-
 23 files changed, 979 insertions(+), 53 deletions(-)
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-1285.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-1286_1.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-1286_2.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/fix-typo-in-CVE-2016-1285.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2015-8605.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2015-8605_1.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0001-zcip-fix-wrong-comparison-of-source-IP-with-our-IP.patch
 delete mode 100644 meta/recipes-extended/tzcode/tzcode-native_2016a.bb
 create mode 100644 meta/recipes-extended/tzcode/tzcode-native_2016d.bb
 rename meta/recipes-extended/tzdata/{tzdata_2016a.bb => tzdata_2016d.bb} (97%)
 create mode 100644 meta/recipes-gnome/gtk+/gtk+/Avoid-perl-warnings.patch

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


More information about the Openembedded-commits mailing list