Package: sqlite / 2.8.17-14

Metadata

Package Version Patches format
sqlite 2.8.17-14 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix CVE 2007 1888.patch | (download)

src/encode.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
02 lemon snprintf.patch | (download)

tool/lemon.c | 24 13 + 11 - 0 !
1 file changed, 13 insertions(+), 11 deletions(-)

---
03 add fprintf format argument.patch | (download)

src/shell.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
04 fix sort syntax.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 obsolete command line syntax
 As well as the tclsh issue the log also shows:
 sort: cannot read: +4: No such file or directory
 Which seems to be down to the use of an obsolete command line syntax.
 Seemingly the supported syntax is "sort -k 4".
05 link_with_LDFLAGS.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add ldflags to linker
06 cross.patch | (download)

configure.ac | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix wrong uses of ac_check_file

AC_CHECK_FILE is meant to exercise the host system, but we have no reasonable
expectation that headers will be present on a host system nor do we need that.
It really only matters whether they are present on the build system and we can
simply test that.