import UBI sqlite-3.34.1-9.el9_7

This commit is contained in:
eabdullin 2025-11-11 16:13:44 +00:00
parent e8db41bbb9
commit 5e5be516b7

View File

@ -12,7 +12,7 @@
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 8%{?dist}
Release: 9%{?dist}
License: Public Domain
URL: http://www.sqlite.org/
@ -162,6 +162,8 @@ export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
-DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_JSON1=1 \
-DSQLITE_ENABLE_FTS4=1 \
-DSQLITE_ENABLE_SESSION \
-DSQLITE_ENABLE_PREUPDATE_HOOK \
-Wall -fno-strict-aliasing"
%configure %{!?with_tcl:--disable-tcl} \
--enable-fts4 \
@ -266,9 +268,13 @@ make test
%endif
%changelog
* Thu Jul 17 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.34.1-8
* Thu Jul 17 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.34.1-9
- Fixes CVE-2025-6965
* Wed May 7 2025 Ales Nezbeda <anezbeda@redhat.com> - 3.34.1-8
- Enabled sqlite-session feature
- Resolves: RHEL-89962
* Wed Jan 03 2024 Zuzana Miklankova <zmiklank@redhat.com> - 3.34.1-7
- Fixes CVE-2023-7104