Opened 8 years ago

Closed 8 years ago

#7385 closed enhancement (fixed)

sqlite-autoconf-3100200 (3.10.2)

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: high Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Includes security fix

https://www.sqlite.org/2016/sqlite-autoconf-3100200.tar.gz

https://www.sqlite.org/2016/sqlite-doc-3100200.zip

https://www.sqlite.org/download.html

sqlite-autoconf-3100200.tar.gz (sha1: ea4156fc3f6a4a4a2752a5a3ac5c5b3fe7e1a24b)

sqlite-doc-3100200.zip (sha1: d6d61ad65e7e1700992c51a61209670571fa7908)

http://permalink.gmane.org/gmane.comp.db.sqlite.announce/55

 D. Richard Hipp | 20 Jan 20:15 2016
Version 3.10.2
D. Richard Hipp <drh <at> hwaci.com>
2016-01-20 19:15:44 GMT

SQLite version 3.10.2 is now available on the SQLite website:

Version 3.10.2 fixes a bug in the LIKE operator that found its way into
version 3.10.0.  Three other minor low-risk patches are also included in
this release.

...

--
D. Richard Hipp
drh <at> sqlite.org

https://www.sqlite.org/changes.html

or

https://www.sqlite.org/releaselog/3_10_2.html

SQLite Release 3.10.2 On 2016-01-20

   Critical bug fix:
 • Version 3.10.0 introduced a case-folding bug in the LIKE operator
   which is fixed by this patch release. Ticket 80369eddd5c94.

   Other miscellaneous bug fixes:
 • Fix a use-after-free that can occur when SQLite is compiled with
   -DSQLITE_HAS_CODEC.
 • Fix the build so that it works with -DSQLITE_OMIT_WAL.
 • Fix the configure script for the amalgamation so that the --readline
   option works again on Raspberry PIs.  
 
...

Change History (2)

comment:1 by Fernando de Oliveira, 8 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16828.

Note: See TracTickets for help on using tickets.