platform/upstream/sqlite.git
8 years agoApply Tizen patch 93/46793/2 accepted/tizen_3.0.m2_base accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0 tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2_base accepted/tizen/3.0.m2/base/20170104.082116 accepted/tizen/3.0/base/20161028.103446 accepted/tizen/base/20151223.052223 accepted/tizen/mobile/20150827.054039 accepted/tizen/tv/20150827.054056 accepted/tizen/wearable/20150827.054111 submit/tizen/20150826.073437 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062326 submit/tizen_base/20151223.111112 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
DongHun Kwak [Wed, 26 Aug 2015 07:17:34 +0000 (16:17 +0900)]
Apply Tizen patch

Change-Id: I2aecb482de68a71a2cee73747029ce2690f04d20
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
8 years agochange the version number 90/46790/1 submit/tizen/20150826.070702
MyoungJune Park [Wed, 26 Aug 2015 07:06:10 +0000 (16:06 +0900)]
change the version number

Change-Id: Id667cbd9b27708637819beaaf8e08769c26034a2

8 years agoMerge remote-tracking branch 'origin/upstream' into tizen 87/46787/1
MyoungJune Park [Wed, 26 Aug 2015 06:45:13 +0000 (15:45 +0900)]
Merge remote-tracking branch 'origin/upstream' into tizen

Conflicts:
Makefile.am

Change-Id: Ie476205ee520232921976a60593c7858ad8b25f0
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
8 years agoBump to 3.8.10.2 84/46384/1 upstream/3.8.10.2
DongHun Kwak [Thu, 20 Aug 2015 01:56:01 +0000 (10:56 +0900)]
Bump to 3.8.10.2

Change-Id: I6cb77c3acb523c0c35d36fe1f618fc383ca797e1
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
9 years agoFix read of unallocated memory in fillInUnixFile 86/35286/1 accepted/tizen_3.0.2014.q4_common accepted/tizen_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2014.q4/common/20150226.105904 accepted/tizen/common/20150216.085117 accepted/tizen/mobile/20150217.004729 accepted/tizen/tv/20150217.004104 accepted/tizen/wearable/20150218.124308 submit/tizen/20150212.060150 submit/tizen_3.0.2014.q4_common/20150226.000000
Yury Usishchev [Wed, 11 Feb 2015 13:24:25 +0000 (16:24 +0300)]
Fix read of unallocated memory in fillInUnixFile

Running with -fsanitize=address indicated access to unallocated memory:

  $ touch testbase
  $ ./sqlite3 testbase

=================================================================
==21854==ERROR: AddressSanitizer: global-buffer-overflow on address 0xf71fc860
at pc 0xf71e5af5 bp 0xffdda0a8 sp 0xffdda09c
READ of size 10 at 0xf71fc860 thread T0
    #0 0xf71e5af4 in fillInUnixFile
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/sqlite3.c:27407
    #1 0xf71e5af4 in unixOpen
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/sqlite3.c:28024
    #2 0xf7053e60 in sqlite3OsOpen
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/sqlite3.c:14967
    #3 0xf7053e60 in sqlite3PagerOpen
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/sqlite3.c:41417
    #4 0xf7053e60 in sqlite3BtreeOpen
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/sqlite3.c:49771
    #5 0xf70fe1ad in openDatabase
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/sqlite3.c:113937
    #6 0x804dd36 in open_db
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/shell.c:1455
    #7 0x804aee2 in open_db
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/shell.c:3026
    #8 0x804aee2 in main
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/shell.c:2972
    #9 0xf6c95f47 in __libc_start_main (/lib/libc.so.6+0x17f47)
    #10 0x804b832
(/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/.libs/sqlite3+0x804b832)

0xf71fc865 is located 0 bytes to the right of global variable '*.LC2333' from
'sqlite3.c' (0xf71fc860) of size 5
  '*.LC2333' is ascii string 'unix'
SUMMARY: AddressSanitizer: global-buffer-overflow
/home/abuild/rpmbuild/BUILD/sqlite-autoconf-3071400/sqlite3.c:27407
fillInUnixFile
Shadow bytes around the buggy address:
  0x3ee3f8b0: 00 00 05 f9 f9 f9 f9 f9 00 00 00 00 f9 f9 f9 f9
  0x3ee3f8c0: 00 00 00 00 02 f9 f9 f9 f9 f9 f9 f9 00 00 00 00
  0x3ee3f8d0: 07 f9 f9 f9 f9 f9 f9 f9 01 f9 f9 f9 f9 f9 f9 f9
  0x3ee3f8e0: 00 00 00 04 f9 f9 f9 f9 00 01 f9 f9 f9 f9 f9 f9
  0x3ee3f8f0: 00 01 f9 f9 f9 f9 f9 f9 05 f9 f9 f9 f9 f9 f9 f9
=>0x3ee3f900: 00 00 00 00 00 00 00 07 f9 f9 f9 f9[05]f9 f9 f9
  0x3ee3f910: f9 f9 f9 f9 00 02 f9 f9 f9 f9 f9 f9 00 05 f9 f9
  0x3ee3f920: f9 f9 f9 f9 00 00 00 06 f9 f9 f9 f9 00 01 f9 f9
  0x3ee3f930: f9 f9 f9 f9 00 00 00 00 00 00 00 00 00 00 f9 f9
  0x3ee3f940: f9 f9 f9 f9 00 00 00 02 f9 f9 f9 f9 00 00 00 00
  0x3ee3f950: 00 04 f9 f9 f9 f9 f9 f9 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
  Addressable:           00
  Partially addressable: 01 02 03 04 05 06 07
  Heap left redzone:       fa
  ...
==21854==ABORTING

Change-Id: I6a0d7b49294b6d762a83c46c834b9aacd3b0ae4d
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
10 years agoresetting manifest requested domain to floor 27/4927/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_generic accepted/tizen_ivi tizen_3.0.2014.q3_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0_ivi tizen_ivi_genivi accepted/tizen/20130710.214643 accepted/tizen/20130912.185806 accepted/tizen/20130912.194008 accepted/tizen/20130913.030804 accepted/tizen/ivi/genivi/20140131.032933 ivi_oct_m2 submit/tizen/20130710.135007 submit/tizen/20130912.080413 submit/tizen/20130912.090713 submit/tizen_ivi_genivi/20140131.032742 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
Alexandru Cornea [Sat, 29 Jun 2013 01:15:57 +0000 (04:15 +0300)]
resetting manifest requested domain to floor

11 years agoenable thread safe option accepted/tizen/20130503.230920 accepted/tizen/20130520.094335 accepted/trunk/20130411.181653 submit/tizen/20130503.232829 submit/tizen/20130509.184250 submit/tizen/20130517.024139 submit/trunk/20130411.181654 submit/trunk/20130411.181801
Anas Nashif [Thu, 11 Apr 2013 18:16:49 +0000 (11:16 -0700)]
enable thread safe option

11 years agoenable thread safe option
Anas Nashif [Thu, 11 Apr 2013 18:16:37 +0000 (11:16 -0700)]
enable thread safe option

11 years agofixed package group
Anas Nashif [Tue, 19 Mar 2013 12:20:44 +0000 (05:20 -0700)]
fixed package group

11 years agoFixed package group and set license submit/trunk/20130318.195122 submit/trunk/20130319.034032
Anas Nashif [Mon, 18 Mar 2013 16:42:14 +0000 (09:42 -0700)]
Fixed package group and set license

11 years agoUpdate package groups submit/trunk/20130318.041507
Anas Nashif [Mon, 18 Mar 2013 04:15:05 +0000 (21:15 -0700)]
Update package groups

11 years agoFix package name in baselibs.conf accepted/trunk/20130207.030905 submit/trunk/20130205.205245
Patrick McCarty [Tue, 5 Feb 2013 20:49:04 +0000 (12:49 -0800)]
Fix package name in baselibs.conf

Change-Id: I33dbcb5d7772a302de6843fa6c218230be679858

11 years agoprovide sqlite3
Anas Nashif [Fri, 4 Jan 2013 05:17:27 +0000 (21:17 -0800)]
provide sqlite3

11 years agodevel package requires exec accepted/trunk/20130104.051057 submit/trunk/20130104.051124
Anas Nashif [Fri, 4 Jan 2013 05:11:22 +0000 (21:11 -0800)]
devel package requires exec

11 years agodevel package requires exec
Anas Nashif [Fri, 4 Jan 2013 05:11:12 +0000 (21:11 -0800)]
devel package requires exec

11 years agomain package sqlite3 -> sqlite
Anas Nashif [Thu, 3 Jan 2013 03:15:46 +0000 (19:15 -0800)]
main package sqlite3 -> sqlite

11 years agodont compile with -ffast-math
Anas Nashif [Sat, 15 Dec 2012 22:09:13 +0000 (14:09 -0800)]
dont compile with -ffast-math

11 years agodont compile with -ffast-math
Anas Nashif [Sat, 15 Dec 2012 22:02:29 +0000 (14:02 -0800)]
dont compile with -ffast-math

11 years agorun %autogen
Anas Nashif [Tue, 27 Nov 2012 21:20:15 +0000 (13:20 -0800)]
run %autogen

11 years agorun %autogen
Anas Nashif [Tue, 27 Nov 2012 21:17:07 +0000 (13:17 -0800)]
run %autogen

11 years agoadd packaging
Anas Nashif [Tue, 27 Nov 2012 21:14:54 +0000 (13:14 -0800)]
add packaging

11 years agoapply Tizen related changes
Anas Nashif [Tue, 27 Nov 2012 21:12:02 +0000 (13:12 -0800)]
apply Tizen related changes

11 years agoImported Upstream version 3.7.14 upstream/3.7.14
Anas Nashif [Tue, 27 Nov 2012 21:13:23 +0000 (13:13 -0800)]
Imported Upstream version 3.7.14

11 years agoImported Upstream version 3.7.13 upstream/3.7.13
Anas Nashif [Tue, 27 Nov 2012 20:47:59 +0000 (12:47 -0800)]
Imported Upstream version 3.7.13