From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 1234D60620 for ; Tue, 27 Sep 2016 23:42:15 +0000 (UTC) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP; 27 Sep 2016 16:42:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,407,1470726000"; d="scan'208";a="13925719" Received: from alimonb-mobl1.zpn.intel.com ([10.219.5.35]) by fmsmga005.fm.intel.com with ESMTP; 27 Sep 2016 16:42:15 -0700 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= To: openembedded-core@lists.openembedded.org Date: Tue, 27 Sep 2016 18:43:06 -0500 Message-Id: <1475019786-20996-1-git-send-email-anibal.limon@linux.intel.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Cc: 00moses.alexander00@gmail.com Subject: [PATCH] db: Upgrade to 6.0.35 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: Tue, 27 Sep 2016 23:42:16 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a minor upgrade that fix an issue related to multiple rpm instances querying the database [1]. The bugfixes related are, - Fixed a bug that may lead to a crash when opening multiple environments in a multi-threaded program. - Fixed a bug where closing a panic environment raised access violation and crashed the program. For see the complete list of changes mainly bugfixes between 6.0.30 and 6.0.35 [2]. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10157#c0 [2] http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_6_0.html#idp503384 [YOCTO #10157] Signed-off-by: Aníbal Limón --- meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/db/{db_6.0.30.bb => db_6.0.35.bb} (96%) diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.35.bb similarity index 96% rename from meta/recipes-support/db/db_6.0.30.bb rename to meta/recipes-support/db/db_6.0.35.bb index 072cbdf..4a3b72f 100644 --- a/meta/recipes-support/db/db_6.0.30.bb +++ b/meta/recipes-support/db/db_6.0.35.bb @@ -26,8 +26,8 @@ SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz \ file://Makefile-let-libdb-6.0.la-depend-os_map.l.patch \ " -SRC_URI[md5sum] = "ad28eb86ad3203b5422844db179c585b" -SRC_URI[sha256sum] = "608e4b1cf390e9bf54c0ef00c5bd9ca76d36e2261b9f4d33d54516f3f6a20fd2" +SRC_URI[md5sum] = "c65a4d3e930a116abaaf69edfc697f25" +SRC_URI[sha256sum] = "24421affa8ae436fe427ae4f5f2d1634da83d3d55a5ad6354a98eeedb825de55" # Exclude NC versions which lack AES encryption UPSTREAM_CHECK_REGEX = "db-(?P\d+\.\d+(\.\d+)?).tar" -- 2.1.4