-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
135 additions
and
29 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Name: kata-containers-cc | ||
Version: 0.6.1 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
Summary: Kata Confidential Containers | ||
License: ASL 2.0 | ||
Vendor: Microsoft Corporation | ||
|
@@ -19,6 +19,7 @@ Source2: %{name}-%{version}-cargo.tar.gz | |
Source3: mariner-coco-build-uvm.sh | ||
Patch0: 0001-tardev-snapshotter-enable-feature-impl_trait_in_asso.patch | ||
Patch1: drop-mut-for-variables-that-are-not-mutated.patch | ||
Patch2: keep-uvm-rootfs-dependencies.patch | ||
|
||
ExclusiveArch: x86_64 | ||
|
||
|
@@ -290,8 +291,11 @@ install -D -m 0755 %{_builddir}/%{name}-%{version}/tools/osbuilder/image-builder | |
%exclude %{osbuilder}/tools/osbuilder/rootfs-builder/ubuntu | ||
|
||
%changelog | ||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <[email protected]> - 0.6.1-3 | ||
- Bump release to rebuild with go 1.20.10 | ||
* Fri Nov 3 2023 Dallas Delaney <[email protected]> - 0.6.1-4 | ||
- Add patch to retain UVM rootfs dependencies | ||
|
||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <[email protected]> - 0.6.1-3 | ||
- Bump release to rebuild with go 1.20.10 | ||
|
||
* Tue Oct 10 2023 Dan Streetman <[email protected]> - 0.6.1-2 | ||
- Bump release to rebuild with updated version of Go. | ||
|
24 changes: 24 additions & 0 deletions
24
SPECS/kata-containers-cc/keep-uvm-rootfs-dependencies.patch
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,24 @@ | ||
From e2ef156d481aacc24f20695c0ec65c81e4f85c17 Mon Sep 17 00:00:00 2001 | ||
From: dallasd1 <[email protected]> | ||
Date: Thu, 2 Nov 2023 19:58:26 -0700 | ||
Subject: [PATCH] Keep zstd-libs in UVM rootfs | ||
|
||
--- | ||
tools/osbuilder/rootfs-builder/cbl-mariner/rootfs_lib.sh | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/tools/osbuilder/rootfs-builder/cbl-mariner/rootfs_lib.sh b/tools/osbuilder/rootfs-builder/cbl-mariner/rootfs_lib.sh | ||
index 0988f08f6..359a1c4d9 100644 | ||
--- a/tools/osbuilder/rootfs-builder/cbl-mariner/rootfs_lib.sh | ||
+++ b/tools/osbuilder/rootfs-builder/cbl-mariner/rootfs_lib.sh | ||
@@ -78,7 +78,6 @@ build_rootfs() | ||
"tar" \ | ||
"tzdata" \ | ||
"xz" \ | ||
- "zstd-libs" \ | ||
) | ||
|
||
for MARINER_REMOVED_PACKAGE in ${MARINER_REMOVED_PACKAGES[@]} | ||
-- | ||
2.17.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,3 @@ | ||
CVE-2023-4623 - patched in 5.15.133.1 - (generated by autopatch tool) | ||
upstream b3d26c5702c7d6c45456326e56d2ccf3f103e60f - stable 4cf994d3f4ff42d604fae2b461bdd5195a7dfabd | ||
|
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": { | ||
"redis-6.2.13.tar.gz": "89ff27c80d420456a721ccfb3beb7cc628d883c53059803513749e13214a23d1" | ||
"redis-6.2.14.tar.gz": "34e74856cbd66fdb3a684fb349d93961d8c7aa668b06f81fd93ff267d09bc277" | ||
} | ||
} |
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: advanced key-value store | ||
Name: redis | ||
Version: 6.2.13 | ||
Release: 2%{?dist} | ||
Version: 6.2.14 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -83,6 +83,9 @@ exit 0 | |
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf | ||
|
||
%changelog | ||
* Thu Nov 02 2023 CBL-Mariner Servicing Account <[email protected]> - 6.2.14-1 | ||
- Auto-upgrade to 6.2.14 - Fixes CVE-2023-45145 | ||
|
||
* Wed Sep 20 2023 Jon Slobodzian <[email protected]> - 6.2.13-2 | ||
- Recompile with stack-protection fixed gcc version (CVE-2023-4039) | ||
|
||
|
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,30 @@ | ||
From f137d551122afef008b3cc5380c6f9744653d69a Mon Sep 17 00:00:00 2001 | ||
From: Noah Watkins <[email protected]> | ||
Date: Sat, 23 Oct 2021 13:15:29 -0700 | ||
Subject: [PATCH] Enable rtti for snappy build | ||
|
||
Without rtti build fails to link when implementing a custom | ||
snappy::Source/Sink. | ||
|
||
https://github.com/facebook/folly/issues/1606 | ||
|
||
Signed-off-by: Noah Watkins <[email protected]> | ||
--- | ||
CMakeLists.txt | 4 ---- | ||
1 file changed, 4 deletions(-) | ||
|
||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 7d9f5429..4a440d2e 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -74,10 +74,6 @@ else(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") | ||
# Disable C++ exceptions. | ||
string(REGEX REPLACE "-fexceptions" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") | ||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions") | ||
- | ||
- # Disable RTTI. | ||
- string(REGEX REPLACE "-frtti" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") | ||
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti") | ||
endif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") | ||
|
||
# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to make |
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: Fast compression and decompression library | ||
Name: snappy | ||
Version: 1.1.9 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: BSD | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -21,6 +21,7 @@ Source0: https://github.com/google/snappy/archive/%{version}.tar.gz#/%{na | |
|
||
Patch0: snappy-inline.patch | ||
Patch1: detect_system_gtest.patch | ||
Patch2: build-with-rtti.patch | ||
BuildRequires: cmake >= 3.3 | ||
BuildRequires: gmock-devel | ||
BuildRequires: gtest-devel | ||
|
@@ -73,6 +74,9 @@ make test | |
%{_libdir}/cmake/Snappy/ | ||
|
||
%changelog | ||
* Thu Nov 02 2023 Bala <[email protected]> - 1.1.9-3 | ||
- Patch to fix build with RTTI enabled. | ||
|
||
* Wed Mar 23 2022 Nicolas Guibourge <[email protected]> - 1.1.9-2 | ||
- Do not provide gtest/gmock headers and binaries. | ||
|
||
|
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: Systemd-250 | ||
Name: systemd | ||
Version: 250.3 | ||
Release: 18%{?dist} | ||
Release: 19%{?dist} | ||
License: LGPLv2+ AND GPLv2+ AND MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -60,6 +60,7 @@ Requires: libgcrypt | |
Requires: lz4 | ||
Requires: pam | ||
Requires: xz | ||
Requires: zstd-libs | ||
Requires(post): audit-libs | ||
Requires(post): pam | ||
Requires(post): util-linux-libs | ||
|
@@ -286,6 +287,9 @@ fi | |
%files lang -f %{name}.lang | ||
|
||
%changelog | ||
* Thu Nov 02 2023 Chris Co <[email protected]> - 250.3-19 | ||
- Add zstd-libs as a requires to ensure libzstd.so.1 is present | ||
|
||
* Thu Oct 19 2023 Dan Streetman <[email protected]> - 250.3-18 | ||
- Enable zstd support for journalctl, but force journald to not use zstd to keep backwards compatibility | ||
|
||
|
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,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"telegraf-1.27.3.tar.gz": "da4bc911483ff90f8c2c6ab230fcf329eea094baba423b55c9196b3214f3847a", | ||
"telegraf-1.27.3-vendor.tar.gz": "8896d41bc462d529503c4d0af9e56b4bf042cc13631120e1422f4c95a5438249" | ||
"telegraf-1.28.3.tar.gz": "0c65649c4b761b2a1403237ec48fa0c27b4c91320f3f5e178692bfa7ca1769f6", | ||
"telegraf-1.28.3-vendor.tar.gz": "82929bd4fcaaa56940cf7b54fa65a91ef03c579873024092782ad3b7c0497b20" | ||
} | ||
} |
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: agent for collecting, processing, aggregating, and writing metrics. | ||
Name: telegraf | ||
Version: 1.27.3 | ||
Release: 4%{?dist} | ||
Version: 1.28.3 | ||
Release: 1%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Mariner | ||
|
@@ -75,6 +75,9 @@ fi | |
%dir %{_sysconfdir}/%{name}/telegraf.d | ||
|
||
%changelog | ||
* Thu Nov 02 2023 CBL-Mariner Servicing Account <[email protected]> - 1.28.3-1 | ||
- Auto-upgrade to 1.28.3 - To pull the fix for Telegraf update for service account token | ||
|
||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <[email protected]> - 1.27.3-4 | ||
- Bump release to rebuild with go 1.20.10 | ||
|
||
|
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
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
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
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
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