[SCM] Debian packaging of libdbd-sqlite2-perl branch, master, updated. 49de2a393f88c0d3f55130a5d7c3f971ea105f5f
Xavier Guimard
x.guimard at free.fr
Sun May 19 04:21:45 UTC 2013
The following commit has been merged in the master branch:
commit c655073718a2d462a001a449c61667c576e614a9
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sun May 19 06:14:15 2013 +0200
Remove "fetchrow" patch now included in upstream
diff --git a/debian/patches/10fetchrow.patch b/debian/patches/10fetchrow.patch
deleted file mode 100644
index 15e3cea..0000000
--- a/debian/patches/10fetchrow.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Author: Niko Tyni <ntyni at iki.fi>
-Description: Fix segfault when fetchrow() is called again after it has
-returned an empty list once. (#317453)
-If there is a reason upstream has commented out the check
-for an active handle, he's not telling it. (CPAN #16451)
---- a/dbdimp.c
-+++ b/dbdimp.c
-@@ -473,11 +473,9 @@ sqlite2_st_fetch (SV *sth, imp_sth_t *im
- /* warn("current_entry == %d\nnumFields == %d\nnrow == %d",
- current_entry, numFields, imp_sth->nrow); */
-
-- /*
- if (!DBIc_ACTIVE(imp_sth)) {
- return Nullav;
- }
-- */
-
- if ((imp_sth->retval == SQLITE_DONE) || (imp_sth->retval == SQLITE_ERROR)) {
- sqlite2_st_finish(sth, imp_sth);
--
Debian packaging of libdbd-sqlite2-perl
More information about the Pkg-perl-cvs-commits
mailing list