From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id BBF38607A4 for ; Mon, 25 Apr 2016 01:10:39 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id u3P1Adwp002112 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sun, 24 Apr 2016 18:10:40 -0700 (PDT) Received: from ala-blade47.wrs.com (147.11.105.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.248.2; Sun, 24 Apr 2016 18:10:39 -0700 From: Robert Yang To: Date: Sun, 24 Apr 2016 18:10:32 -0700 Message-ID: X-Mailer: git-send-email 2.8.0 MIME-Version: 1.0 Subject: [PATCH 0/6] [jethro] Consolidated pull X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 01:10:41 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit The following changes since commit 28032d8c3122b75ceb3f4a664a2b478c9a9a6a2c: tzcode: update to 2016c (2016-04-11 22:03:01 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/jethro-next http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/jethro-next Armin Kuster (2): tzcode: update to 2016d tzdata: update to 2016d Bjørn Forsman (1): license.bbclass: fix warnings when run in unprivileged "container" env Robert Yang (1): boot-directdisk.bbclass: remove HDDIMG before create Sona Sarmadi (1): bind: CVE-2016-1285 CVE-2016-1286 Stefan Agner (1): opkg: backport fix for double remove of packges meta/classes/boot-directdisk.bbclass | 2 + meta/classes/license.bbclass | 8 +- .../bind/bind/CVE-2016-1285.patch | 138 +++++++++ .../bind/bind/CVE-2016-1286_1.patch | 79 +++++ .../bind/bind/CVE-2016-1286_2.patch | 318 +++++++++++++++++++++ meta/recipes-connectivity/bind/bind_9.10.2-P4.bb | 3 + ...vider_replacees-do-not-add-installed-pkg-.patch | 112 ++++++++ meta/recipes-devtools/opkg/opkg_0.3.0.bb | 1 + ...code-native_2016c.bb => tzcode-native_2016d.bb} | 8 +- .../tzdata/{tzdata_2016c.bb => tzdata_2016d.bb} | 4 +- 10 files changed, 664 insertions(+), 9 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-devtools/opkg/opkg/0001-pkg_get_provider_replacees-do-not-add-installed-pkg-.patch rename meta/recipes-extended/tzcode/{tzcode-native_2016c.bb => tzcode-native_2016d.bb} (68%) rename meta/recipes-extended/tzdata/{tzdata_2016c.bb => tzdata_2016d.bb} (98%) -- 2.8.0