Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/leveldb,
Fast and lightweight key/value database library by Google
Branch: CURRENT,
Version: 1.20,
Package name: leveldb-1.20,
Maintainer: mishkaLevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.
Required to run:[
devel/snappy]
Required to build:[
pkgtools/cwrappers]
Package options: snappy
Master sites:
SHA1: df11440c30deed5987263730180225db98de9f57
RMD160: 9cc7db3d8c80e11659bafe02e3efe7a03f98369d
Filesize: 217.911 KB
Version history: (Expand)
- (2017-03-15) Package deleted from pkgsrc
- (2017-03-14) Updated to version: leveldb-1.20
- (2016-01-23) Package has been reborn
- (2016-01-21) Package deleted from pkgsrc
- (2015-09-07) Package has been reborn
- (2015-09-07) Package deleted from pkgsrc
CVS history: (Expand)
2013-11-17 08:26:45 by Mike M. Volokhov | Files touched by this commit (2) |
Log message:
Update leveldb to version 1.14.0. Major changes:
Release LevelDB 1.14
Fix issues 200, 201
Also,
* Fix link to bigtable paper in docs.
* New sstables will have the file extension .ldb. .sst files will
continue to be recognized.
* When building for iOS, use xcrun to execute the compiler. This may
affect issue 177.
LevelDB 1.13
Fix issues 77, 87, 182, 190.
Additionally, fix the bug described in
https://groups.google.com/d/msg/leveldb/yL6h1mAOc20/vLU64RylIdMJ
where a large contiguous keyspace of deleted data was not getting
compacted.
Also fix a bug where options.max_open_files was not getting clamped
properly.
|
2013-07-26 16:10:28 by Mike M. Volokhov | Files touched by this commit (2) |
Log message:
Update leveldb to version 1.12.0. Major changes:
- Fix corruption bug found and analyzed by dhruba@gmail.com
https://groups.google.com/d/msg/leveldb/Kc9JxuIUu5A/9P0N9RL4ar8J
- Make DB::Open fail if sst files are missing.
Also, cleanup for Clang's -Wimplicit-fallthrough warning.
- Fixes issues 147 153 156 166
Remove calls to exit(1).
Fix unused-variable warnings from clang.
Fix possible overflow error related to num_restart value >= (2^32/4).
Add leveldbutil to .gitignore.
Add better log messages when Write is stalled on a compaction.
- Fixes issues 161 174 178
As well as the issue reported by edouarda14@gmail.com about
MissingSSTFile unit test failing on windows.
- Release leveldb 1.12
Non-functional changes only:
1) Add Kevin Regan to the AUTHORS file
2) Add standard license header to issues/issue178_test.cc
In addition, the package now autodetects library version.
|
2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-09-24 03:08:57 by Mike M. Volokhov | Files touched by this commit (1) |
Log message:
Whoops, API was changed in between 1.2 -> 1.5.
|
2012-09-24 03:03:25 by Mike M. Volokhov | Files touched by this commit (3) | |
Log message:
Update leveldb to version 1.5.
Unfortunately, there is no change log so please consult SCM changelist
at https://code.google.com/p/leveldb/source/list.
Within this update the package converted from GIT to plain tarball.
|
2012-03-19 01:30:07 by Mike M. Volokhov | Files touched by this commit (1) |
Log message:
Note what's actually supported.
|
2012-03-19 01:28:18 by Mike M. Volokhov | Files touched by this commit (2) |
Log message:
- Use pax as pkgsrc tool.
- Add optional devel/snappy support.
|
2012-03-19 01:24:20 by Mike M. Volokhov | Files touched by this commit (1) |
Log message:
Request declared leveldb version. Don't know how to handle git though.
|