Граф коммитов

6206 Коммитов

Автор SHA1 Сообщение Дата
Rachel Menge 336b76c949 Disable support for I2C Baytrail 2024-09-04 23:47:52 +00:00
Chris Gunn d790a145aa
Image Customizer: Bump version to v0.7 (#10344) 2024-09-04 14:14:37 -07:00
Pawel Winogrodzki 1449e9120a
Set ptest retries to 1 for PR package build check. (CP: #10133) (#10219) 2024-09-04 13:46:13 -07:00
Chris Gunn e286e15ed7
GitHub actions: Update version of actions/upload-artifact task (#10349)
GitHub actions is complaining that we are using an old, deprecated version of the `actions/upload-artifact` task.
2024-09-04 12:28:23 -07:00
Lanze Liu ae193e0202
Optimizing OverlayFS module with new IFS separator and new supported mode. (#10321)
Authored-by: lanzeliu <lanzeliu@microsoft.com>
2024-09-03 16:34:49 -07:00
Pawel Winogrodzki 76464470a7
Extended spec PR check to validate the `Distribution` and `Vendor` tags. (#10328) 2024-09-03 16:01:52 -07:00
Andrew Phelps e1958d3612
python-packaging: fix provides (#10299) 2024-09-03 15:19:42 -07:00
Neha Agarwal 7e2649d568
add missing vendor and distribution tags to core specs (#10327) 2024-09-03 13:32:36 -07:00
Chris Gunn 7e81c38826
nss: Disable DBM backend. (#10279)
This change disables building the DBM backend in the NSS library.

For the NSS library and tools, a replacement SQLite database backend has been available since v3.12. The DBM backend has been deprecated since v3.35. Also, the DBM backend code is scheduled for deletion in a future release. As such any found CVEs (e.g. CVE-2017-11695) are being WONTFIXed by upstream.
2024-09-03 12:53:13 -07:00
Harshit Gupta 4b247d3580
Update virt_launcher.cil installation path in virt-handler container (#10174)
Co-authored-by: Harshit Gupta <guptaharshit@microsoft.com>
Co-authored-by: Aditya Dubey <110563293+Adub17030MS@users.noreply.github.com>
2024-09-03 15:49:18 -04:00
Neha Agarwal c2853e840b
add missing vendor and distribution tags in new specs (#10325) 2024-09-03 12:23:16 -07:00
Neha Agarwal 7da099baae
add perl-Devel-Refcount (#10309) 2024-09-03 12:06:37 -07:00
Neha Agarwal ea0dba7e2f
port perl-Sub-Exporter-Progressive (#10267) 2024-09-03 10:58:16 -07:00
Neha Agarwal 978a3468f0
port 3 perl packages from extended into core (#10280) 2024-09-03 10:57:47 -07:00
Neha Agarwal 3ceedb22ea
port perl-Algorithm-C3 (#10282) 2024-09-03 08:48:39 -07:00
Neha Agarwal a348e823bf
upgrade perl-sub-install to v0.929 (#10266) 2024-09-03 08:48:02 -07:00
Rohit Rawat 7e1a176f1b
Add patch to fix CVE-2024-43788 in python-tensorboard (#10316) 2024-09-02 17:27:29 +05:30
Sam Meluch 31f1cafb41
Filter out debuginfo packages when running sodiff (#6698) (#10295)
Co-authored-by: Sam Meluch <sam.meluch@microsoft.com>
2024-08-30 15:27:06 -05:00
Neha Agarwal 4c0f5c4e36
remove unused source signature: plexus-utils (#10306) 2024-08-30 13:22:51 -07:00
Neha Agarwal 230d668743
remove unused source signature: rabbitmq-server (#10305) 2024-08-30 11:58:17 -07:00
Andrew Phelps e9ceede2ec
libsafec: upgrade to 3.8.1 (#10296) 2024-08-30 11:55:55 -07:00
Neha Agarwal 2cf25b8c83
add perl-Match-Simple and perl-Sub-Infix (#10261) 2024-08-30 11:49:21 -07:00
CBL-Mariner-Bot d6a21a1d2b
[AUTOPATCHER-kernel-rt] Kernel RT upgrade to version 6.6.44.1-rt39 - branch 3.0-dev (#10141) 2024-08-30 14:43:40 -04:00
jozzsi b2de6be6db
kernel-uki: remove usrmount from initrd (#10168) 2024-08-30 10:42:35 -07:00
Andrew Phelps 9280cc7932
Makefile: fix typo clean-imggen (#10300) 2024-08-29 23:48:10 -07:00
Andrew Phelps 538e181a00
fix ocaml test issues (#10298) 2024-08-29 23:47:36 -07:00
Rachel Menge cad86954ea
Enable check section for glibc (#10277)
Previously, the glibc check section caused major failures for the builds. However, these no longer exisit. To enable these tests, address conflicting gcc flags and turn off the macro which prevents check section for glibc. Note there are still 3 tests which need to be invetigated for failures.

The patch prevents the error
c1: error: '-Wformat-security' ignored without '-Wformat' [-Werror=format-security]
The error occurs when glibc is compiled with -Wformat-security which requires -Wformat and thus conflicts with tests which use -Wno-format

The new results from the check section should be
Summary of test results:
3 FAIL : nptl/tst-cancel1, io/tst-lchmod, nptl/tst-mutex10
5040 PASS
152 UNSUPPORTED
12 XFAIL
8 XPASS
2024-08-29 18:46:31 -07:00
Chris Gunn d7765f9441
Image Customizer: Add tests for Azure Linux 3.0. (#10249)
Allow the functional tests to accept both Azure Linux 2.0 and 3.0 image versions as input. Then, for the features that have different behavior based on the image version, ensure the tests for those features cover both image versions.
2024-08-29 17:34:19 -07:00
Neha Agarwal 5f41f3f519
remove unused source signature (#10293) 2024-08-29 16:56:43 -07:00
Neha Agarwal 420429bb1d
remove unused source signature from extra-cmake-modules (#10292) 2024-08-29 14:56:32 -07:00
Pawel Winogrodzki 2667db1fc9
Fixed `nbdkit` test-time dependency on `/sbin/ss`. (#10290) 2024-08-29 14:06:37 -07:00
Pawel Winogrodzki a878f87999
Fixed `nghttp2` test-time dependency on `CUnit`. (#10289) 2024-08-29 13:55:04 -07:00
bfjelds e4836b25b8
tensorflow: CVE-2024-7592 (#10246) 2024-08-29 10:31:07 -07:00
Dallas Delaney e073c74219
vte291: patch CVE-2024-37535 (#10275)
Co-authored-by: Dallas Delaney <dadelan@example.com>
2024-08-29 05:55:37 -07:00
Cameron E Baird 280394afcf
nginx: Address CVE-2024-7347 (#10194) 2024-08-28 11:18:39 -07:00
Neha Agarwal 91ddec4076
perl-sub-name update to v0.27 (#10265) 2024-08-28 09:17:01 -07:00
Neha Agarwal c95622bdf6
move perl strictures and bareword-filehandles (#10268) 2024-08-28 09:16:51 -07:00
Neha Agarwal 800bb6c027
port perl-IO-String from extended into core (#10271) 2024-08-28 09:16:46 -07:00
Neha Agarwal 94d8b0edae
port perl modules from extended into core - part 6 (#10272) 2024-08-28 09:16:38 -07:00
Pawel Winogrodzki 82aa2945bd
Fixed `numpy` ptests. Added `python3-pyproject-metadata`. (#10270) 2024-08-27 15:15:09 -07:00
Lanze Liu d47dc39ac7
ImageCustomizer: Implement new MIC Overlays APIs. (#10138)
Authored-by: lanzeliu <lanzeliu@microsoft.com>
2024-08-27 15:13:42 -07:00
Daniel McIlvaney 27fdcfbf79
fix: use static search path for toolchain GPG keys during validation (#10269) 2024-08-27 13:59:31 -07:00
Neha Agarwal 4aeda01dbe
port perl module from extended into core: part-4 (#10260) 2024-08-27 08:32:49 -07:00
Bala 45c19e2e8e
Fix CVE-2024-6104 in cert-manager by patching vendor gomodules (#9994) 2024-08-27 16:24:51 +05:30
suresh-thelkar 8bfbc334c4
Fix nfs-utils to build rsc.svcgssd and provide the missing rpc-gssd (#10256) 2024-08-27 12:04:21 +05:30
Sumynwa 83698c93d5
multus: Add patch to resolve CVE-2023-3978 (#10206) 2024-08-27 11:10:25 +05:30
Sumynwa 80a582c7db
jx: Add patch to resolve CVE-2023-45288 (#10225) 2024-08-27 11:10:10 +05:30
Sumynwa 3da6b0cffa
unbound: Add patch to resolve CVE-2024-33655 (#10254) 2024-08-27 11:07:20 +05:30
bhagyapathak 5216feb6fc
Fix for CVE-2024-39908 in rubygem-rexml (#10188) 2024-08-27 09:47:28 +05:30
Neha Agarwal cded74d345
move perl-indirect from extended to core (#10259) 2024-08-26 17:55:01 -07:00