Package: libberkeleydb-perl / 0.51-1

Metadata

Package Version Patches format
libberkeleydb-perl 0.51-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ignore_patchlevel_check | (download)

BerkeleyDB.xs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 accept as valid different patchlevels
 Without this change the compiled BerkeleyDB.xs will depend on the exact
 patchlevel version of the libdb it was built with.
Bug-Debian: http://bugs.debian.org/290988
fix_format_err | (download)

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

 building with -werror=format-security fails

Also, some invocations of croak() are missing the arguments placeholders.

Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661381