Package: ruby-bdb / 0.6.6-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| ruby-bdb | 0.6.6-1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| doc in a single dir.patch | (download) |
bdb.rd |
18 9 + 9 - 0 ! |
--- |
| dont check patch level.patch | (download) |
bdbxml1/bdbxml.cc |
6 2 + 4 - 0 ! |
--- |
| fail make test if tests fail.patch | (download) |
extconf.rb |
2 1 + 1 - 0 ! |
--- |
| add support for libdb_version_5_and_higher.patch | (download) |
docs/env.rb |
8 4 + 4 - 0 ! |
--- |
| remove_constants_safely.patch | (download) |
bdbxml2/features.rb |
6 5 + 1 - 0 ! |
fixes ftbfs constant conftest_c was not yet defined |
| fix inheritance.patch | (download) |
src/common.c |
8 4 + 4 - 0 ! |
fix inheritance of some helper methods |
| remove src dir from tests load path.patch | (download) |
tests/btree.rb |
2 1 + 1 - 0 ! |
remove src dir from tests load path This fixes segfault on tests, due to the wrong dinamic library version getting loaded. |
| dont rely on ruby objects to accommodate c data.patch | (download) |
src/bdb.h |
21 21 + 0 - 0 ! |
don't use ruby objects to accommodate c data Fix segfaults, due to incorrect memory access and the use of ruby level functions, in case the ruby objects were not cleanly (explicitily) closed. |
| use same encoding for dup test.patch | (download) |
tests/marshal.rb |
12 6 + 6 - 0 ! |
use the same encoding for key index on count test |
| update bdb versions.patch | (download) |
src/extconf.rb |
2 1 + 1 - 0 ! |
update the list of bdb versions |
| fix integer overflow on bdb_h_hash callback.patch | (download) |
docs/common.rb |
2 1 + 1 - 0 ! |
fix integer overflow on bdb_h_hash function Simply truncate the results and add a comment about this fact on the docs |
| dont conflict helpers with test funcs.patch | (download) |
tests/lock.rb |
8 4 + 4 - 0 ! |
rename tests helpers functions Rename the helpers that were executed as tests |
| add ruby2.1 support.patch | (download) |
src/common.c |
23 12 + 11 - 0 ! |
add support for ruby2.1 |
