Skip to content

Commit e873ade

Browse files
committed
Merge branch 'main' into 2.0
2 parents c5acd4e + 5d9f282 commit e873ade

19 files changed

Lines changed: 103 additions & 2400 deletions

SPECS-SIGNED/kernel-mshv-signed/kernel-mshv-signed.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Summary: Signed MSHV-enabled Linux Kernel for %{buildarch} systems
88
Name: kernel-mshv-signed-%{buildarch}
99
Version: 5.15.126.mshv9
10-
Release: 2%{?dist}
10+
Release: 3%{?dist}
1111
License: GPLv2
1212
Vendor: Microsoft Corporation
1313
Distribution: Mariner
@@ -66,6 +66,7 @@ Source0: kernel-mshv-%{version}-%{release}.%{buildarch}.rpm
6666
Source1: vmlinuz-%{uname_r}
6767
Source2: sha512hmac-openssl.sh
6868
BuildRequires: cpio
69+
BuildRequires: grub2-rpm-macros
6970
BuildRequires: openssl
7071
BuildRequires: sed
7172

@@ -148,6 +149,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner-mshv.cfg
148149
%exclude /lib/modules/%{uname_r}/build
149150

150151
%changelog
152+
* Mon Apr 01 2024 Cameron Baird <cameronbaird@microsoft.com> - 5.15.126.mshv9-3
153+
- BuildRequires: grub2-rpm-macros to expand mkconfig configuration requirement
154+
151155
* Thu Jan 04 2024 Cameron Baird <cameronbaird@microsoft.com> - 5.15.126.mshv9-2
152156
- Original version for CBL-Mariner.
153157
- License verified

SPECS/ca-certificates/ca-certificates.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"README.usr": "0d2e90b6cf575678cd9d4f409d92258ef0d676995d4d733acdb2425309a38ff8",
1212
"bundle2pem.sh": "a61e0d9f34e21456cfe175e9a682f56959240e66dfeb75bd2457226226aa413a",
1313
"certdata.base.txt": "771a6c9995ea00bb4ce50fd842a252454fe9b26acad8b0568a1055207442db57",
14-
"certdata.microsoft.txt": "8eea04b31e73f9e64040a2d905b02f05dc4c6f2e9964919f5921a31c1ace0d02",
14+
"certdata.microsoft.txt": "71599549e0fd94f5afe074ef553cb102d0b38eb94fd8ce11fe9c29c33492ed24",
1515
"certdata2pem.py": "4f5848c14210758f19ab9fdc9ffd83733303a48642a3d47c4d682f904fdc0f33",
1616
"pem2bundle.sh": "f96a2f0071fb80e30332c0bd95853183f2f49a3c98d5e9fc4716aeeb001e3426",
1717
"trust-fixes": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b",

SPECS/ca-certificates/ca-certificates.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Name: ca-certificates
4545
# When updating, "Epoch, "Version", AND "Release" tags must be updated in the "prebuilt-ca-certificates*" packages as well.
4646
Epoch: 1
4747
Version: 2.0.0
48-
Release: 15%{?dist}
48+
Release: 16%{?dist}
4949
License: MPLv2.0
5050
Vendor: Microsoft Corporation
5151
Distribution: Mariner
@@ -324,6 +324,9 @@ rm -f %{pkidir}/tls/certs/*.{0,pem}
324324
%{_bindir}/bundle2pem.sh
325325

326326
%changelog
327+
* Fri Mar 29 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.0.0-16
328+
- Updating Microsoft trusted root CAs.
329+
327330
* Fri Jan 26 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.0.0-15
328331
- Updating Microsoft trusted root CAs.
329332

SPECS/ca-certificates/certdata.microsoft.txt

Lines changed: 35 additions & 1876 deletions
Large diffs are not rendered by default.

SPECS/distroless-packages/distroless-packages.spec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Metapackage with core sets of packages for distroless containers.
22
Name: distroless-packages
33
Version: 0.1
4-
Release: 4%{?dist}
4+
Release: 3%{?dist}
55
License: MIT
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -28,7 +28,6 @@ Requires: %{name}-minimal = %{version}-%{release}
2828
Requires: filesystem
2929
Requires: glibc-iconv
3030
Requires: iana-etc
31-
Requires: libgcc
3231
Requires: mariner-release
3332
Requires: openssl
3433
Requires: openssl-libs
@@ -56,9 +55,6 @@ Requires: busybox
5655
%files debug
5756

5857
%changelog
59-
* Mon Mar 25 2024 Mandeep Plaha <mandeepplaha@microsoft.com> - 0.1-4
60-
- Explicitly add libgcc as a runtime dependency for distroless-base
61-
6258
* Wed Nov 16 2022 Mandeep Plaha <mandeepplaha@microsoft.com> - 0.1-3
6359
- Replace prebuilt-ca-certificates-base with prebuilt-ca-certificates in minimal
6460
- Add tzdata to minimal

SPECS/expat/expat.spec

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Summary: An XML parser library
33
Name: expat
44
Version: 2.6.2
5-
Release: 1%{?dist}
5+
Release: 2%{?dist}
66
License: MIT
77
Vendor: Microsoft Corporation
88
Distribution: Mariner
@@ -67,12 +67,11 @@ rm -rf %{buildroot}/%{_docdir}/%{name}
6767
%{_libdir}/libexpat.so.1*
6868

6969
%changelog
70+
* Thu Mar 28 2024 Aditya Dubey <adityadubey@microsoft.com> - 2.6.2-2
71+
- Removed unnecessary "-p2" argument in "%%autosetup".
72+
7073
* Thu Mar 21 2024 Aditya Dubey <adityadubey@microsoft.com> - 2.6.2-1
7174
- Upgrading to 2.6.2 to fix CVE-2023-52425 and CVE-2023-28757
72-
- No longer need Patch CVE-2023-52426 since 2.6.2 fixes it
73-
74-
* Thu Mar 07 2024 Saul Paredes <saulparedes@microsoft.com> - 2.5.0-2
75-
- Patch CVE-2023-52426
7675

7776
* Wed Oct 26 2022 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 2.5.0-1
7877
- Upgrade to 2.5.0

SPECS/kernel-mshv/kernel-mshv.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Summary: Mariner kernel that has MSHV Host support
1212
Name: kernel-mshv
1313
Version: 5.15.126.mshv9
14-
Release: 2%{?dist}
14+
Release: 3%{?dist}
1515
License: GPLv2
1616
Group: Development/Tools
1717
Vendor: Microsoft Corporation
@@ -248,6 +248,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner-mshv.cfg
248248
%{_includedir}/perf/perf_dlfilter.h
249249

250250
%changelog
251+
* Mon Apr 01 2024 Cameron Baird <cameronbaird@microsoft.com> - 5.15.126.mshv9-3
252+
- Bump release to match kernel-mshv-signed package
253+
251254
* Mon Nov 20 2023 Rachel Menge <rachelmenge@microsoft.com> - 5.15.126.mshv9-2
252255
- Add cpio as BuildRequires
253256

SPECS/libreswan/CVE-2023-38710.patch

Lines changed: 0 additions & 212 deletions
This file was deleted.

SPECS/libreswan/CVE-2023-38711.patch

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)