From c0236194abe8b3a7f208c8b1f6d20092b5e8b073 Mon Sep 17 00:00:00 2001 From: "dgrogan@chromium.org" Date: Wed, 15 May 2013 15:57:18 +0000 Subject: [PATCH] Bump leveldb to r73 The only changes relevant to chrome are * No longer calling exit(1). * A few better LOG messages. Review URL: https://chromiumcodereview.appspot.com/15123007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200280 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- third_party/leveldatabase/README.chromium | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 6be65ed4fb98..4cfc8434f3a9 100644 --- a/DEPS +++ b/DEPS @@ -101,7 +101,7 @@ deps = { "/trunk/src@303", "src/third_party/leveldatabase/src": - (Var("googlecode_url") % "leveldb") + "/trunk@72", + (Var("googlecode_url") % "leveldb") + "/trunk@73", "src/third_party/snappy/src": (Var("googlecode_url") % "snappy") + "/trunk@74", diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium index 80f0e1fe1f28..071e9aef91d6 100644 --- a/third_party/leveldatabase/README.chromium +++ b/third_party/leveldatabase/README.chromium @@ -1,7 +1,7 @@ Name: LevelDB: A Fast Persistent Key-Value Store Short Name: leveldb URL: http://code.google.com/p/leveldb/ -Version: r72 +Version: r73 License: New BSD License File: src/LICENSE Security Critical: yes -- 2.11.4.GIT