Package: sqlite / 2.8.17-12

Metadata

Package Version Patches format
sqlite 2.8.17-12 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".