forked from pool/sqlite3
Accepting request 448258 from home:AndreasStieger:branches:server:database
SQLite 3.15.2 OBS-URL: https://build.opensuse.org/request/show/448258 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=175
This commit is contained in:
parent
da5c48bf92
commit
dbe7cc058b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dfa89b7697ee3c2ac7b44e8e157e7f204bf999c866afcaa8bb1c7ff656ae2c5
|
||||
size 2491350
|
3
sqlite-autoconf-3150200.tar.gz
Normal file
3
sqlite-autoconf-3150200.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07b35063b9386865b78226cdaca9a299d938a87aaa8fdc4d73edb0cef30f3149
|
||||
size 2491735
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:121363c75da7f6c8988f70dfa5bed5f0f06b5c9d37b4e2230316c55a80760825
|
||||
size 5461172
|
3
sqlite-doc-3150200.zip
Normal file
3
sqlite-doc-3150200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d231fb3a7c890d2107b60859d4f626abfcd5cf82e7f3abc1f32dc6748ac54421
|
||||
size 5464066
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 30 13:39:56 UTC 2016 - astieger@suse.com
|
||||
|
||||
- SQLite 3.15.2:
|
||||
* Multiple bug fixes to the row value logic that was introduced in
|
||||
version 3.15.0.
|
||||
* Fix a NULL pointer dereference in ATTACH/DETACH following a
|
||||
maliciously constructed syntax error
|
||||
* Fix a crash that can occur following an out-of-memory condition
|
||||
in the built-in instr() function.
|
||||
* In the JSON extension, fix the JSON validator so that it
|
||||
correctly rejects invalid backslash escapes within strings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 21:50:08 UTC 2016 - astieger@suse.com
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3150100
|
||||
%define tarversion 3150200
|
||||
Name: sqlite3
|
||||
Version: 3.15.1
|
||||
Version: 3.15.2
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user