Skip to content

Commit 9765a16

Browse files
committed
Merge branch 'main' into 2.0
2 parents ff99c4f + d3979a0 commit 9765a16

File tree

7 files changed

+94
-149
lines changed

7 files changed

+94
-149
lines changed

.github/fabricbot.json

-141
This file was deleted.
+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
id:
2+
name: GitOps.PullRequestIssueManagement
3+
description: GitOps.PullRequestIssueManagement primitive
4+
owner:
5+
resource: repository
6+
disabled: false
7+
where:
8+
configuration:
9+
resourceManagementConfiguration:
10+
scheduledSearches: []
11+
eventResponderTasks:
12+
- if:
13+
- payloadType: Pull_Request
14+
then:
15+
- if:
16+
- includesModifiedFiles:
17+
files:
18+
- SPECS/
19+
- SPECS-SIGNED/
20+
then:
21+
- addLabel:
22+
label: Packaging
23+
- if:
24+
- includesModifiedFiles:
25+
files:
26+
- toolkit/docs/
27+
then:
28+
- addLabel:
29+
label: documentation
30+
- if:
31+
- includesModifiedFiles:
32+
files:
33+
- toolkit/tools/
34+
- toolkit/scripts/
35+
then:
36+
- addLabel:
37+
label: Tools
38+
- if:
39+
- includesModifiedFiles:
40+
files:
41+
- toolkit/imageconfigs/
42+
- toolkit/tools/imagegen/configuration
43+
then:
44+
- addLabel:
45+
label: Schema
46+
description:
47+
- if:
48+
- payloadType: Pull_Request
49+
- filesMatchPattern:
50+
pattern: (CVE|cve)-\d+-\d+\.(no)?patch
51+
then:
52+
- addLabel:
53+
label: security
54+
description:
55+
- if:
56+
- payloadType: Pull_Request
57+
- isAction:
58+
action: Opened
59+
- isActivitySender:
60+
user: CBL-Mariner-Bot
61+
issueAuthor: False
62+
then:
63+
- addLabel:
64+
label: Automatic PR
65+
description:
66+
- if:
67+
- payloadType: Pull_Request
68+
then:
69+
- if:
70+
- targetsBranch:
71+
branch: 1.0-dev
72+
then:
73+
- addLabel:
74+
label: 1.0-dev
75+
- if:
76+
- targetsBranch:
77+
branch: main
78+
then:
79+
- addLabel:
80+
label: main
81+
description:
82+
onFailure:
83+
onSuccess:

SPECS/libcap/libcap.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sed -i "s|pass_capsh --chroot=\$(/bin/pwd) ==||g" quicktest.sh
6060
%{_mandir}/man3/*
6161

6262
%changelog
63-
* Thu JUn 15 2023 Henry Li <[email protected]> - 2.60-2
63+
* Thu Jun 15 2023 Henry Li <[email protected]> - 2.60-2
6464
- Add patch to resolve CVE-2023-2602 and CVE-2023-2603
6565
- Use autosetup
6666

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"go.20230404.2.src.tar.gz": "05a5275e6102a680c6367f67bf3e25234094a9bf6bacb9d99610e5fb5d5388e0",
3+
"go.20230606.2.src.tar.gz": "6905d65e0f813c48d64ea71bafc119975e85593e424b9b5e864ccba65c505baf",
44
"go1.4-bootstrap-20171003.tar.gz": "f4ff5b5eb3a3cae1c993723f3eab519c5bae18866b5e5f96fe1102f0cb5c3e52"
55
}
66
}

SPECS/msft-golang/msft-golang.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
%define __find_requires %{nil}
1313
Summary: Go
1414
Name: msft-golang
15-
Version: 1.19.8
15+
Version: 1.19.10
1616
Release: 1%{?dist}
1717
License: BSD
1818
Vendor: Microsoft Corporation
1919
Distribution: Mariner
2020
Group: System Environment/Security
2121
URL: https://github.com/microsoft/go
22-
Source0: https://github.com/microsoft/go/releases/download/v1.19.8-1/go.20230404.2.src.tar.gz
22+
Source0: https://github.com/microsoft/go/releases/download/v1.19.10-1/go.20230606.2.src.tar.gz
2323
Source1: https://dl.google.com/go/go1.4-bootstrap-20171003.tar.gz
2424
Patch0: go14_bootstrap_aarch64.patch
2525
Conflicts: go
@@ -115,6 +115,9 @@ fi
115115
%{_bindir}/*
116116

117117
%changelog
118+
* Tue Jun 06 2023 Bala <[email protected]> - 1.19.10-1
119+
- Upgrade to 1.19.10 to fix CVE-2023-29404
120+
118121
* Wed Apr 05 2023 Muhammad Falak <[email protected]> - 1.19.8-1
119122
- Bump version to address CVE-2023-24534, CVE-2023-24536, CVE-2023-24537, CVE-2023-24538
120123

cgmanifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13453,8 +13453,8 @@
1345313453
"type": "other",
1345413454
"other": {
1345513455
"name": "msft-golang",
13456-
"version": "1.19.8",
13457-
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.19.8-1/go.20230404.2.src.tar.gz"
13456+
"version": "1.19.10",
13457+
"downloadUrl": "https://github.com/microsoft/go/releases/download/v1.19.10-1/go.20230606.2.src.tar.gz"
1345813458
}
1345913459
}
1346013460
},

toolkit/scripts/toolchain/build_official_toolchain_rpms.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ build_rpm_in_chroot_no_install xz
314314
build_rpm_in_chroot_no_install zstd
315315
build_rpm_in_chroot_no_install lz4
316316
build_rpm_in_chroot_no_install m4
317-
build_rpm_in_chroot_no_install libcap
317+
build_rpm_in_chroot_no_install libcap libcap # Use full naming since we have a collision with libcap-ng
318318
build_rpm_in_chroot_no_install popt
319319
build_rpm_in_chroot_no_install tar
320320
build_rpm_in_chroot_no_install gawk
@@ -586,7 +586,7 @@ copy_rpm_subpackage python3-jinja2
586586

587587
# systemd-bootstrap requires libcap, xz, kbd, kmod, util-linux, meson, intltool, python3-jinja2
588588
# gperf is also needed, but is installed earlier
589-
chroot_and_install_rpms libcap
589+
chroot_and_install_rpms libcap libcap # Use full naming since we have a collision with libcap-ng
590590
chroot_and_install_rpms lz4
591591
chroot_and_install_rpms xz
592592
chroot_and_install_rpms kbd

0 commit comments

Comments
 (0)