Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
expat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-rhel
rpms
expat
Commits
92e2e98a
Commit
92e2e98a
authored
2 weeks ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import expat-2.5.0-3.el9_5.3
parent
18653384
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.expat.checksum
+1
-1
1 addition, 1 deletion
.expat.checksum
SOURCES/expat-2.5.0-CVE-2024-8176.patch
+1535
-0
1535 additions, 0 deletions
SOURCES/expat-2.5.0-CVE-2024-8176.patch
SPECS/expat.spec
+12
-1
12 additions, 1 deletion
SPECS/expat.spec
with
1548 additions
and
2 deletions
.expat.checksum
+
1
−
1
View file @
92e2e98a
8b3c398f73e7cfb93de1c34252c19ebd0efe4232e9b921bd01f11442b5dec8d5
7fe4d7bb620cf784d2b603266e81a86e318bd7304fd502ba8c032a13d90e8919
This diff is collapsed.
Click to expand it.
SOURCES/expat-2.5.0-CVE-2024-8176.patch
0 → 100644
+
1535
−
0
View file @
92e2e98a
This diff is collapsed.
Click to expand it.
SPECS/expat.spec
+
12
−
1
View file @
92e2e98a
...
...
@@ -3,7 +3,7 @@
Summary: An XML parser library
Name: expat
Version: %(echo %{unversion} | sed 's/_/./g')
Release: 3%{?dist}.
1
Release: 3%{?dist}.
3
Source: https://github.com/libexpat/libexpat/archive/R_%{unversion}.tar.gz#/expat-%{version}.tar.gz
URL: https://libexpat.github.io/
License: MIT
...
...
@@ -21,6 +21,8 @@ Patch3: expat-2.5.0-CVE-2024-45491.patch
Patch4: expat-2.5.0-CVE-2024-45492.patch
# https://issues.redhat.com/browse/RHEL-65064
Patch5: expat-2.5.0-CVE-2024-50602.patch
# https://github.com/libexpat/libexpat/pull/973
Patch6: expat-2.5.0-CVE-2024-8176.patch
%description
This is expat, the C library for parsing XML, written by James Clark. Expat
...
...
@@ -55,6 +57,7 @@ pushd ..
%patch3 -p1 -b .CVE-2024-45491
%patch4 -p1 -b .CVE-2024-45492
%patch5 -p1 -b .CVE-2024-50602
%patch6 -p1 -b .CVE-2024-8176
popd
sed -i 's/install-data-hook/do-nothing-please/' lib/Makefile.am
...
...
@@ -103,6 +106,14 @@ make check
%{_libdir}/lib*.a
%changelog
* Mon Mar 31 2025 Tomas Korbar <tkorbar@redhat.com> - 2.5.0-3.3
- Improve fix for CVE-2024-8176
- Resolves: RHEL-57488
* Mon Mar 24 2025 Tomas Korbar <tkorbar@redhat.com> - 2.5.0-3.2
- Fix CVE-2024-8176
- Resolves: RHEL-57488
* Thu Nov 07 2024 Tomas Korbar <tkorbar@redhat.com> - 2.5.0-3.1
- Fix CVE-2024-50602
- Resolves: RHEL-65064
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment