Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions SPECS/expat/expat.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"expat-2.6.4.tar.bz2": "8dc480b796163d4436e6f1352e71800a774f73dbae213f1860b60607d2a83ada"
"expat-2.8.1.tar.gz": "a52eb72108be160e190b5cafa5bba8663f1313f2013e26060d1c18e26e31067b"
}
}
}
18 changes: 7 additions & 11 deletions SPECS/expat/expat.spec
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
%define underscore_version %(echo %{version} | cut -d. -f1-3 --output-delimiter="_")
Summary: An XML parser library
Name: expat
Version: 2.6.4
Release: 6%{?dist}
Version: 2.8.1
Release: 1%{?dist}
License: MIT
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Group: System Environment/GeneralLibraries
URL: https://libexpat.github.io/
Source0: https://github.com/libexpat/libexpat/releases/download/R_%{underscore_version}/%{name}-%{version}.tar.bz2
Patch0: CVE-2024-8176.patch
Patch1: CVE-2025-59375.patch
Patch2: CVE-2026-24515.patch
Patch3: CVE-2026-25210.patch
Patch4: Stop-updating-event-pointer-on-exit-for-reentry.patch
Patch5: CVE-2026-32776.patch
Patch6: CVE-2026-32777.patch
Patch7: CVE-2026-32778.patch
Source0: https://github.com/libexpat/libexpat/releases/download/R_%{underscore_version}/%{name}-%{version}.tar.gz

Requires: %{name}-libs = %{version}-%{release}

BuildRequires: autoconf, libtool, xmlto, gcc-c++
Expand Down Expand Up @@ -78,6 +71,9 @@ rm -rf %{buildroot}/%{_docdir}/%{name}
%{_libdir}/libexpat.so.1*

%changelog
* Thu Jul 9 2026 Lishan Liu <lishan.liu@intel.com> - 2.8.1-1
- Upgrade to 2.8.1

* Thu Jun 4 2026 Lee Chee Yang <chee.yang.lee@intel.com> - 2.6.4-6
- merge from Azure Linux 3.0.20260506-3.0
- Patch for CVE-2026-32778, CVE-2026-32777, CVE-2026-32776
Expand Down
2 changes: 1 addition & 1 deletion SPECS/kernel-headers/kernel-headers.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"linux-6.18.23.tar.gz": "f11f5975827cb3a7bc5088aa282763c538d6ab4265e0741b39be6c6f529e1843"
"mainline-preprod-v7.0-linux-260617T095128Z.tar.gz": "90a89108291a507af14a49bbdf182e1d20b95836b7018d4f0fed3e0266975778"
}
}
11 changes: 7 additions & 4 deletions SPECS/kernel-headers/kernel-headers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

Summary: Linux API header files
Name: kernel-headers
Version: 6.18.23
Version: 7.0.0
Release: 1%{?dist}
License: GPLv2
Vendor: Intel Corporation
Distribution: Edge Microvisor Toolkit
Group: System Environment/Kernel
URL: https://www.kernel.org/pub/linux/kernel
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.18.23.tar.gz
URL: https://github.com/intel/mainline-tracking
Source0: https://github.com/intel/mainline-tracking/archive/refs/tags/mainline-preprod-v7.0-linux-260617T095128Z.tar.gz
# Historical name shipped by other distros
Provides: glibc-kernheaders = %{version}-%{release}
BuildArch: noarch
Expand All @@ -41,7 +41,7 @@ cross-glibc package.
%endif

%prep
%setup -q -n linux-6.18.23
%setup -q -n mainline-tracking-mainline-preprod-v7.0-linux-260617T095128Z

%build
make mrproper
Expand Down Expand Up @@ -76,6 +76,9 @@ done
%endif

%changelog
* Mon Jul 6 2026 Lishan Liu <lishan.liu@intel.com> - 7.0.0-1
- Update kernel to mainline-preprod-v7.0-linux-260617T095128Z

* Fri May 22 2026 Lishan Liu <lishan.liu@intel.com> - 6.18.23-1
- Update kernel to 6.18.23-1
- lts-v6.18.23-emt-cve-260427T075939Z
Expand Down

This file was deleted.

Loading
Loading