Package: leveldb / 1.23-4

Metadata

Package Version Patches format
leveldb 1.23-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 soname.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 keep the bumped soname
 Keep the bumped 1d SONAME for now.
0113 cmake_memenv.patch | (download)

CMakeLists.txt | 38 38 + 0 - 0 !
1 file changed, 38 insertions(+)

 install "memenv" component
 This patch will install two additional files to libleveldb-dev:
  + include/helpers/memenv.h
  + lib/*/libmemenv.a
0120 external_testing.patch | (download)

CMakeLists.txt | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 use packaged tools for self-testing
 Tools gtest and benchmark are packaged, use those instead of embedded ones.
1001 fix_bloom_test.patch | (download)

util/bloom_test.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase false positive rate to deal with testing on big-endians.
Bug: http://code.google.com/p/leveldb/issues/detail?id=84
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677645
Bug-Ubuntu: https://launchpad.net/bugs/1021560

re enable rtti.patch | (download)

CMakeLists.txt | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 enable rtti
 We need RTTI support because of Ceph