Petr Khartskhaev
3206af51d4
Unite CVE patches from Ymir, fix release, fix test
...
fts5corruptA.test uses `unhex()` which isn't in sqlite 3.34 yet,
so I removed that part. Corruption error messages are also less
verbose before 3.50.
2026-08-11 13:33:42 +02:00
RHEL Packaging Agent
7af9be8d68
Fix CVE-2026-11822: buffer overwrite in fts5
...
Backport upstream commit 767efcbabd to fix CVE-2026-11822,
a potential buffer overwrite in fts5 when processing corrupt
records. The fix changes the bounds check in fts5LeafRead()
from pRet->nn<4 to pRet->szLeaf<4. The conflict with
upstream's newer error handling macro was resolved by
preserving the RHEL-side p->rc = FTS5_CORRUPT pattern.
CVE: CVE-2026-11822
Upstream patches:
- 767efcbabd
Resolves: RHEL-218273
This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.
Assisted-by: Ymir
2026-08-11 13:32:49 +02:00
RHEL Packaging Agent
043aac02a8
Fix CVE-2026-11824: buffer overwrite in fts5 corrupt records
...
Backport upstream fix (commit 79db323ce14) for
CVE-2026-11824 to sqlite 3.34.1. The patch fixes a potential
buffer overwrite in fts5 when processing corrupt records by
changing the check in fts5LeafRead() from pRet->nn<4 to
pRet->szLeaf<4. The test file fts5corruptA.test is included
to verify the fix.
CVE: CVE-2026-11824
Upstream patches:
- 79db323ce1 .patch
Resolves: RHEL-218281
This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.
Assisted-by: Ymir
2026-08-11 13:32:15 +02:00
Daniel Handzus
077eeaa410
Remove the unused tests pointing to a fedora URL, improve FUCS
2026-07-22 09:20:10 +02:00
Petr Khartskhaev
7c34fd1611
Replace tcms-based gating tests with fmf plans
2026-03-19 10:14:28 +01:00
Petr Khartskhaev
d409ba040f
Enable sqlite3_deserialize and sqlite3_serialize interfaces
...
Resolves: RHEL-155950
2026-03-18 10:22:14 +01:00
Ales Nezbeda
090d0a726f
Fixes CVE-2025-6965
...
Resolves: RHEL-103863
2025-08-28 11:14:17 +02:00
Ales Nezbeda
782f15aeea
Enabled sqlite-session feature
...
Resolves: RHEL-89962
2025-05-07 12:28:23 +02:00
Zuzana Miklankova
cfe68a6673
Fix CVE-2023-7104
...
Resolves: RHEL-20479
2024-01-04 13:17:52 +01:00
Zuzana Miklankova
dda8a54258
use %patch -P N instead of deprecated %patchN
...
Resolves: RHEL-20479
2024-01-04 13:17:42 +01:00
Zuzana Miklankova
f1902c7714
Remove obsolete sti tests, use TMT tests from Fedora
...
Related: #2141190
2022-11-23 12:10:00 +01:00
Zuzana Miklankova
d781953501
Fixes CVE-2022-35737
...
Resolves: CVE-2022-35737
2022-11-18 12:32:57 +01:00
Mohan Boddu
61ce13107a
Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
...
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:57:33 +00:00
Ondrej Dubaj
9a0a703af0
Fixed issues found by covscan
...
Resolves : #1938875
Version: 3.34.1-4
2021-07-09 10:54:34 +00:00
Lukas Zachar
be4d578b2f
Add gating.yaml from RHEL
2021-06-02 12:44:55 +02:00
Mohan Boddu
f119eec15d
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
...
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 05:43:56 +00:00
DistroBaker
f3536875de
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/sqlite.git#39b5d413df4fc48ec3dfd8cc5a35d651ba563241
2021-02-04 20:59:06 +00:00
DistroBaker
37ec353090
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/sqlite.git#d0951b106ae3ef476a5445d93f435a0ff82964fb
2021-01-25 10:37:49 +00:00
DistroBaker
0fd3682e46
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/sqlite.git#ee088db164d9767dab3e4bb58ef39cbb053986a6
2020-12-02 09:26:41 +00:00
Troy Dawson
9ec1bf0701
RHEL 9.0.0 Alpha bootstrap
...
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/sqlite#f098d15dcf04f6ef5c6e5fa63db6368d51fb2c0f
2020-10-15 09:56:24 -07:00
Release Configuration Management
c649817331
New branch setup
2020-10-09 04:48:19 +00:00