update package to 3.32.3

update package to 3.32.3
This commit is contained in:
Markeryang 2020-08-25 15:29:41 +08:00 committed by Gitee
parent 6339a6cc8a
commit d6b2326d7d

View File

@ -1,13 +1,13 @@
%bcond_without check
%global extver 3310100
%global extver 3320300
%global tcl_version 8.6
%global tcl_sitearch %{_libdir}/tcl%{tcl_version}
%global year 2020
Name: sqlite
Version: 3.31.1
Release: 2
Version: 3.32.3
Release: 1
Summary: Embeded SQL database
License: Public Domain
URL: http://www.sqlite.org/
@ -16,19 +16,8 @@ Source0: http://www.sqlite.org/%{year}/sqlite-src-%{extver}.zip
Source1: http://www.sqlite.org/%{year}/sqlite-doc-%{extver}.zip
Source2: https://www.sqlite.org/%{year}/sqlite-autoconf-%{extver}.tar.gz
Patch1: 0001-Fix-CVE-2020-9327.patch
Patch2: 0002-Fix-CVE-2020-9327.patch
Patch3: 0003-Fix-CVE-2020-11655.patch
Patch4: 0004-Fix-CVE-2020-11656.patch
Patch5: 0005-Fix-CVE-2020-15358.patch
Patch6: 0006-Fix-CVE-2020-13631.patch
Patch7: 0007-sqlite-no-malloc-usable-size.patch
Patch8: 0008-Cleaner_separation_of_the_STAT4-specific_logic.patch
Patch9: 0009-Background_work_for_experiments.patch
Patch10: 0010-Fix_handling_of_window_functions.patch
Patch11: 0011-Remove_the_SQLITE_OMIT_BTREECOUNT_option.patch
Patch12: 0012-Improvements_to_parse-tree_tracing_logic.patch
Patch13: 0013-Fix-CVE-2020-13871.patch
Patch1: 0001-sqlite-no-malloc-usable-size.patch
Patch2: 0002-remove-fail-testcase-in-no-free-fd-situation.patch
BuildRequires: gcc autoconf tcl tcl-devel
BuildRequires: ncurses-devel readline-devel glibc-devel
@ -71,19 +60,8 @@ This contains man files and HTML files for the using of sqlite.
%prep
#autosetup will fail because of 2 zip files
%setup -q -a1 -n %{name}-src-%{extver}
%patch1 -p0
%patch2 -p0
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch1 -p1
%patch2 -p1
rm -f %{name}-doc-%{extver}/sqlite.css~ || :
@ -157,6 +135,9 @@ make test
%{_mandir}/man*/*
%changelog
* Tue Aug 25 2020 yanglongkang <yanglongkang@huawei.com> - 3.32.3-1
- update package to 3.32.3
* Tue Aug 4 2020 yanglongkang <yanglongkang@huawei.com> - 3.31.1-2
- Type:cves
- ID:CVE-2020-13871