- sqlite: bump up to 3.39.4
Change-Id: Ifcdc393a1b78686554529cf9022e8d34ade024e4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/17383
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Ankit Jain <ankitja@vmware.com>
| ... | ... |
@@ -1,8 +1,8 @@ |
| 1 |
-%define sourcever 3390200 |
|
| 1 |
+%define sourcever 3390400 |
|
| 2 | 2 |
|
| 3 | 3 |
Summary: A portable, high level programming interface to various calling conventions |
| 4 | 4 |
Name: sqlite |
| 5 |
-Version: 3.39.2 |
|
| 5 |
+Version: 3.39.4 |
|
| 6 | 6 |
Release: 1%{?dist}
|
| 7 | 7 |
License: Public Domain |
| 8 | 8 |
URL: http://www.sqlite.org |
| ... | ... |
@@ -11,7 +11,7 @@ Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| 12 | 12 |
|
| 13 | 13 |
Source0: http://sqlite.org/2020/%{name}-autoconf-%{sourcever}.tar.gz
|
| 14 |
-%define sha512 %{name}=c16b50ade3c182d5473014ac0a51e2bb8a5cfc46e532c2bda77ae4d530336e2b57aa4f12dccb6aa2148d60e9289305bf20842ac95dc52f2d31df8eb5f0599de6
|
|
| 14 |
+%define sha512 %{name}=cc1de214e69ef677cac3f6dd2000ccfcf4b672ab464a115d96f24707009a408630e762c3cda89741b728ab34c4d9f5b8f8b12e9b11448e8364642b4421c3393d
|
|
| 15 | 15 |
|
| 16 | 16 |
Obsoletes: sqlite-autoconf |
| 17 | 17 |
Obsoletes: sqlite-devel <= 3.27.2-5 |
| ... | ... |
@@ -93,6 +93,8 @@ rm -rf %{buildroot}/*
|
| 93 | 93 |
%{_libdir}/libsqlite3.so.0
|
| 94 | 94 |
|
| 95 | 95 |
%changelog |
| 96 |
+* Wed Aug 17 2022 Gerrit Photon <photon-checkins@vmware.com> 3.39.4-1 |
|
| 97 |
+- Automatic Version Bump |
|
| 96 | 98 |
* Sat Jul 30 2022 Shreenidhi Shedi <sshedi@vmware.com> 3.39.2-1 |
| 97 | 99 |
- Upgrade to v3.39.2, this also fixes CVE-2021-20227 |
| 98 | 100 |
* Tue Apr 13 2021 Gerrit Photon <photon-checkins@vmware.com> 3.35.5-1 |