import UBI libsoup3-3.6.5-3.el10_1.6

This commit is contained in:
eabdullin 2025-11-11 22:19:23 +00:00
parent cd13a3d289
commit 35a1d37791
2 changed files with 6 additions and 18 deletions

View File

@ -2,7 +2,7 @@
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 9;
release_number = 6;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
@ -39,9 +39,8 @@ Patch: CVE-2025-4948.patch
Patch: CVE-2025-32049.patch
# https://gitlab.gnome.org/GNOME/libsoup/-/merge_requests/452
Patch: CVE-2025-32907.patch
# RHEL-123214 + CVE-2025-11021
# https://gitlab.gnome.org/GNOME/libsoup/-/merge_requests/473
Patch: RHEL-123214.patch
# https://gitlab.gnome.org/GNOME/libsoup/-/issues/448
Patch: RHEL-117629.patch
BuildRequires: ca-certificates
BuildRequires: gcc
@ -136,22 +135,11 @@ install -m 644 -D tests/libsoup.supp %{buildroot}%{_datadir}/libsoup-3.0/libsoup
%changelog
## START: Generated by rpmautospec
* Fri Oct 24 2025 Maja Massarini <mmassari@redhat.com> - 3.6.5-9
- Revert "Fix handling of invalid dates in cookie expires attribute
(CVE-2025-11021)"
* Wed Oct 22 2025 RHEL Packaging Agent <jotnar@redhat.com> - 3.6.5-8
* Wed Oct 22 2025 RHEL Packaging Agent <jotnar@redhat.com> - 3.6.5-6
- Fix integer overflow in date/time parsing
* Wed Oct 15 2025 RHEL Packaging Agent <jotnar@redhat.com> - 3.6.5-7
- Fix handling of invalid dates in cookie expires attribute
(CVE-2025-11021)
* Wed May 21 2025 Michael Catanzaro <mcatanzaro@redhat.com> - 3.6.5-6
- Add patch for CVE-2025-32907
* Wed May 21 2025 Michael Catanzaro <mcatanzaro@redhat.com> - 3.6.5-5
- Fix release field
* Tue May 27 2025 Michael Catanzaro <mcatanzaro@redhat.com> - 3.6.5-5
- Bump revision number
* Wed May 21 2025 Michael Catanzaro <mcatanzaro@redhat.com> - 3.6.5-4
- Fix several CVEs