-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-Pick ipTables related fixes to fasttrack. (#12016)
- Loading branch information
Showing
26 changed files
with
120 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-64k-signed-%{buildarch} | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Version: 6.6.64.2 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -105,6 +105,12 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Thu Jan 09 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.64.2-1 | ||
- Auto-upgrade to 6.6.64.2 | ||
|
||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ | |
%define uname_r %{version}-%{release} | ||
Summary: Signed Linux Kernel for %{buildarch} systems | ||
Name: kernel-signed-%{buildarch} | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Version: 6.6.64.2 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -145,6 +145,12 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%exclude /module_info.ld | ||
|
||
%changelog | ||
* Thu Jan 09 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.64.2-1 | ||
- Auto-upgrade to 6.6.64.2 | ||
|
||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
%define kernelver %{version}-%{release} | ||
Summary: Signed Unified Kernel Image for %{buildarch} systems | ||
Name: kernel-uki-signed-%{buildarch} | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Version: 6.6.64.2 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -68,6 +68,12 @@ popd | |
/boot/efi/EFI/Linux/vmlinuz-uki-%{kernelver}.efi | ||
|
||
%changelog | ||
* Thu Jan 09 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.64.2-1 | ||
- Auto-upgrade to 6.6.64.2 | ||
|
||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
Summary: Hyper-V daemons suite | ||
Name: hyperv-daemons | ||
Version: 6.6.57.1 | ||
Version: 6.6.64.2 | ||
Release: 1%{?dist} | ||
License: GPLv2+ | ||
Vendor: Microsoft Corporation | ||
|
@@ -221,6 +221,9 @@ fi | |
%{_sbindir}/lsvmbus | ||
|
||
%changelog | ||
* Thu Jan 09 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.64.2-1 | ||
- Auto-upgrade to 6.6.64.2 | ||
|
||
* Tue Oct 29 2024 CBL-Mariner Servicing Account <[email protected]> - 6.6.57.1-1 | ||
- Auto-upgrade to 6.6.57.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ip_tables | ||
iptable_filter | ||
iptable_mangle | ||
iptable_nat | ||
iptable_security | ||
ip6_tables | ||
ip6table_filter | ||
ip6table_mangle | ||
ip6table_nat | ||
ebt_ip | ||
nf_nat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: Linux kernel packet control tool | ||
Name: iptables | ||
Version: 1.8.10 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
License: GPLv2+ | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -13,6 +13,7 @@ Source2: iptables | |
Source3: iptables.stop | ||
Source4: ip4save | ||
Source5: ip6save | ||
Source6: iptables.conf | ||
BuildRequires: jansson-devel | ||
BuildRequires: libmnl-devel | ||
BuildRequires: libnftnl-devel | ||
|
@@ -54,6 +55,9 @@ It contains the libraries and header files to create applications. | |
%install | ||
%make_install | ||
|
||
# Create the /etc/modules-load.d directory if it doesn't exist | ||
install -vdm755 %{buildroot}/etc/modules-load.d | ||
|
||
# Install daemon scripts | ||
install -vdm755 %{buildroot}%{_unitdir} | ||
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir} | ||
|
@@ -62,6 +66,7 @@ install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/systemd/scripts | |
install -m 755 %{SOURCE3} %{buildroot}%{_sysconfdir}/systemd/scripts | ||
install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/systemd/scripts | ||
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/systemd/scripts | ||
install -m 644 %{SOURCE6} %{buildroot}/etc/modules-load.d | ||
|
||
find %{buildroot} -name '*.a' -delete | ||
find %{buildroot} -type f -name "*.la" -delete -print | ||
|
@@ -123,6 +128,7 @@ fi | |
/usr/share/xtables/iptables.xslt | ||
%ghost %{_sbindir}/ip{,6}tables{,-save,-restore} | ||
%ghost %{_sbindir}/{eb,arp}tables{,-save,-restore} | ||
/etc/modules-load.d/iptables.conf | ||
|
||
%files devel | ||
%{_libdir}/*.so | ||
|
@@ -131,6 +137,9 @@ fi | |
%{_mandir}/man3/* | ||
|
||
%changelog | ||
* Thu Jan 16 2025 Dallas Delaney <[email protected]> - 1.8.10-4 | ||
- Add back kernel modules that were removed by enabling nftables | ||
|
||
* Tue Nov 12 2024 Sumedh Sharma <[email protected]> - 1.8.10-3 | ||
- Enable nftables and use alternatives. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"Signatures": { | ||
"azurelinux-ca-20230216.pem": "d545401163c75878319f01470455e6bc18a5968e39dd964323225e3fe308849b", | ||
"config_aarch64": "2e511edb6a5a6236c6f7307f070df422bd6032b1e572f8f44ef4134ecea7d5b7", | ||
"config_aarch64": "6f1c7d15f41c38d45b131e3fd33fa4161f732e4afa1c47fbb2aaea078fbb3183", | ||
"cpupower": "d7518767bf2b1110d146a49c7d42e76b803f45eb8bd14d931aa6d0d346fae985", | ||
"cpupower.service": "b057fe9e5d0e8c36f485818286b80e3eba8ff66ff44797940e99b1fd5361bb98", | ||
"sha512hmac-openssl.sh": "02ab91329c4be09ee66d759e4d23ac875037c3b56e5a598e32fd1206da06a27f", | ||
"kernel-6.6.57.1.tar.gz": "1b967b2dd19d13561fb28c5cf05fd35b8990a2ea70cc802c33d8dd1297a6fee3" | ||
"kernel-6.6.64.2.tar.gz": "8b19b1d4db4add880154d1bf563625efc1b5f52e20792fc6e2628d63b74eb393" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ | |
|
||
Summary: Linux Kernel | ||
Name: kernel-64k | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Version: 6.6.64.2 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -370,6 +370,13 @@ echo "initrd of kernel %{uname_r} removed" >&2 | |
%{_sysconfdir}/bash_completion.d/bpftool | ||
|
||
%changelog | ||
* Thu Jan 09 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.64.2-1 | ||
- Auto-upgrade to 6.6.64.2 | ||
|
||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Enable dh kernel module (CONFIG_CRYPTO_DH) in aarch64 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"kernel-6.6.57.1.tar.gz": "1b967b2dd19d13561fb28c5cf05fd35b8990a2ea70cc802c33d8dd1297a6fee3" | ||
"kernel-6.6.64.2.tar.gz": "8b19b1d4db4add880154d1bf563625efc1b5f52e20792fc6e2628d63b74eb393" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ | |
|
||
Summary: Linux API header files | ||
Name: kernel-headers | ||
Version: 6.6.57.1 | ||
Release: 7%{?dist} | ||
Version: 6.6.64.2 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -75,6 +75,12 @@ done | |
%endif | ||
|
||
%changelog | ||
* Thu Jan 09 2025 CBL-Mariner Servicing Account <[email protected]> - 6.6.64.2-1 | ||
- Auto-upgrade to 6.6.64.2 | ||
|
||
* Wed Jan 08 2025 Tobias Brick <[email protected]> - 6.6.57.1-8 | ||
- Bump release to match kernel | ||
|
||
* Sun Dec 22 2024 Ankita Pareek <[email protected]> - 6.6.57.1-7 | ||
- Bump release to match kernel | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.