Skip to content

Commit ec055e1

Browse files
committed
Merge branch '1.0-dev' into 1.0
2 parents 3d160f0 + 81ae6df commit ec055e1

File tree

85 files changed

+819
-635
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+819
-635
lines changed

.github/workflows/validate-spec.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ do
3838
echo "$spec was changed but neither version nor release changed" >> bad_specs.txt
3939
fi
4040
done
41-
rm diff_content
41+
rm -f diff_content
4242

4343
if [[ -s bad_specs.txt ]]
4444
then

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

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%define uname_r %{version}-%{release}
1010
Summary: Signed Linux Kernel for %{buildarch} systems
1111
Name: kernel-signed-%{buildarch}
12-
Version: 5.10.88.1
12+
Version: 5.10.89.1
1313
Release: 2%{?dist}
1414
License: GPLv2
1515
Vendor: Microsoft Corporation
@@ -147,6 +147,15 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
147147
%endif
148148

149149
%changelog
150+
* Thu Jan 20 2022 Chris Co <[email protected]> - 5.10.89.1-2
151+
- Bump release number to match kernel release
152+
153+
* Sun Jan 16 2022 Rachel Menge <[email protected]> - 5.10.89.1-1
154+
- Update source to 5.10.89.1
155+
156+
* Fri Jan 14 2022 Henry Li <[email protected]> - 5.10.88.1-3
157+
- Bump release number to match kernel release
158+
150159
* Wed Jan 12 2022 Cameron Baird <[email protected]> - 5.10.88.1-2
151160
- Bump release number to match kernel release
152161

SPECS/abseil-cpp/abseil-cpp.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: C++ Common Libraries
22
Name: abseil-cpp
33
Version: 20211102.0
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: ASL 2.0
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
@@ -72,7 +72,7 @@ pushd build
7272

7373
%check
7474
pushd build
75-
ctest --output-on-failure
75+
ctest --output-on-failure -E 'absl_symbolize_test|absl_sysinfo_test'
7676

7777
%files
7878
%license LICENSE
@@ -86,6 +86,9 @@ ctest --output-on-failure
8686
%{_libdir}/pkgconfig/*.pc
8787

8888
%changelog
89+
* Mon Jan 17 2022 Muhammad Falak <[email protected]> - 20211102.0-2
90+
- Exclude tests `absl_symbolize_test` & `absl_sysinfo_test`.
91+
8992
* Mon Nov 15 2021 Pawel Winogrodzki <[email protected]> - 20211102.0-1
9093
- Initial CBL-Mariner import from Fedora 34 (license: MIT).
9194
- License verified.

SPECS/audit/audit.spec

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Summary: Kernel Audit Tool
55
Name: audit
66
Version: 3.0
7-
Release: 9%{?dist}
7+
Release: 11%{?dist}
88
Source0: https://people.redhat.com/sgrubb/audit/%{name}-%{version}-alpha8.tar.gz
99
Patch0: refuse-manual-stop.patch
1010
License: GPLv2+
@@ -15,15 +15,13 @@ Distribution: Mariner
1515
BuildRequires: krb5-devel
1616
BuildRequires: openldap
1717
BuildRequires: golang
18-
BuildRequires: tcp_wrappers-devel
1918
BuildRequires: libcap-ng-devel
2019
BuildRequires: swig
2120
BuildRequires: e2fsprogs-devel
2221
BuildRequires: systemd
2322
Requires: systemd
2423
Requires: krb5
2524
Requires: openldap
26-
Requires: tcp_wrappers
2725
Requires: libcap-ng
2826
Requires: gawk
2927
Requires: audit-libs
@@ -86,7 +84,6 @@ and libauparse.
8684
--sysconfdir=%{_sysconfdir} \
8785
--with-python=yes \
8886
--with-python3=yes \
89-
--with-libwrap \
9087
--enable-gssapi-krb5=yes \
9188
--with-libcap-ng=yes \
9289
--with-aarch64 \
@@ -173,9 +170,12 @@ make %{?_smp_mflags} check
173170
%{python3_sitelib}/*
174171

175172
%changelog
176-
* Tue Nov 02 2021 Thomas Crain <[email protected]> - 3.0-9
177-
- Increment release for force republishing using golang 1.16.9
178-
173+
* Fri Jan 21 2022 Nick Samson <[email protected]> - 3.0-11
174+
- Removed libwrap support to remove dependency on finger
175+
* Wed Jan 19 2022 Henry Li <[email protected]> - 3.0-10
176+
- Increment release for force republishing using golang 1.16.12
177+
* Tue Nov 02 2021 Thomas Crain <[email protected]> - 3.0-9
178+
- Increment release for force republishing using golang 1.16.9
179179
* Fri Aug 06 2021 Nicolas Guibourge <[email protected]> 3.0-8
180180
- Increment release to force republishing using golang 1.16.7.
181181
* Tue Jun 08 2021 Henry Beberman <[email protected]> 3.0-7

SPECS/bash/bash-4.4.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -dupr a/config-top.h b/config-top.h
2-
--- a/config-top.h 2016-05-19 11:34:02.000000000 -0700
3-
+++ b/config-top.h 2017-01-13 19:48:28.940934708 -0800
1+
diff -dupr config-top.h config-top.h
2+
--- config-top.h 2016-05-19 11:34:02.000000000 -0700
3+
+++ config-top.h 2017-01-13 19:48:28.940934708 -0800
44
@@ -87,7 +87,7 @@
55
#define DEFAULT_BASHRC "~/.bashrc"
66

SPECS/bash/bash.spec

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
Summary: Bourne-Again SHell
22
Name: bash
3-
Version: 4.4.18
4-
Release: 6%{?dist}
3+
Version: 4.4.23
4+
Release: 1%{?dist}
55
License: GPLv3
66
Vendor: Microsoft Corporation
77
Distribution: Mariner
88
Group: System Environment/Base
99
URL: https://www.gnu.org/software/bash/
10-
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
10+
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-4.4.18.tar.gz
1111
Source1: bash_completion
1212
Patch0: bash-4.4.patch
1313
# CVE-2019-18276 has a negligible security impact,
1414
# since we don't ship bash with suid.
1515
# Backporting the patch is non-trivial, as well.
1616
Patch1: CVE-2019-18276.nopatch
17+
Patch2: bash44-019.patch
18+
Patch3: bash44-020.patch
19+
Patch4: bash44-021.patch
20+
Patch5: bash44-022.patch
21+
Patch6: bash44-023.patch
1722
BuildRequires: readline
1823
Requires: readline
1924
Requires(post): /bin/cp
@@ -44,7 +49,7 @@ Requires: bash >= 4.4
4449
These are the additional language files of bash.
4550

4651
%prep
47-
%autosetup -p 1
52+
%autosetup -p0 -n %{name}-4.4.18
4853

4954
%build
5055
%configure \
@@ -332,6 +337,11 @@ fi
332337
%defattr(-,root,root)
333338

334339
%changelog
340+
* Tue Jan 18 2022 Henry Beberman <[email protected]> - 4.4.23-1
341+
- Resolving a rare hang that was fixed in 4.4.20
342+
- Update bash to version 4.4.23
343+
- Update bash-4.4.patch for autosetup -p0
344+
335345
* Thu Oct 22 2020 Thomas Crain <[email protected]> - 4.4.18-6
336346
- Nopatch CVE-2019-18276
337347

SPECS/bash/bash44-019.patch

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
BASH PATCH REPORT
2+
=================
3+
4+
Bash-Release: 4.4
5+
Patch-ID: bash44-019
6+
7+
Bug-Reported-by: Kieran Grant <[email protected]>
8+
Bug-Reference-ID: <[email protected]>
9+
Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2018-02/msg00002.html
10+
11+
Bug-Description:
12+
13+
With certain values for PS1, especially those that wrap onto three or more
14+
lines, readline will miscalculate the number of invisible characters,
15+
leading to crashes and core dumps.
16+
17+
Patch (apply with `patch -p0'):
18+
19+
*** ../bash-4.4.18/lib/readline/display.c 2016-07-28 14:49:33.000000000 -0400
20+
--- lib/readline/display.c 2018-02-03 19:19:35.000000000 -0500
21+
***************
22+
*** 772,776 ****
23+
wadjust = (newlines == 0)
24+
? prompt_invis_chars_first_line
25+
! : ((newlines == prompt_lines_estimate) ? wrap_offset : prompt_invis_chars_first_line);
26+
27+
/* fix from Darin Johnson <[email protected]> for prompt string with
28+
--- 788,794 ----
29+
wadjust = (newlines == 0)
30+
? prompt_invis_chars_first_line
31+
! : ((newlines == prompt_lines_estimate)
32+
! ? (wrap_offset - prompt_invis_chars_first_line)
33+
! : 0);
34+
35+
/* fix from Darin Johnson <[email protected]> for prompt string with
36+
*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400
37+
--- patchlevel.h 2016-10-01 11:01:28.000000000 -0400
38+
***************
39+
*** 26,30 ****
40+
looks for to find the patch level (for the sccs version string). */
41+
42+
! #define PATCHLEVEL 18
43+
44+
#endif /* _PATCHLEVEL_H_ */
45+
--- 26,30 ----
46+
looks for to find the patch level (for the sccs version string). */
47+
48+
! #define PATCHLEVEL 19
49+
50+
#endif /* _PATCHLEVEL_H_ */

SPECS/bash/bash44-020.patch

+177
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
BASH PATCH REPORT
2+
=================
3+
4+
Bash-Release: 4.4
5+
Patch-ID: bash44-020
6+
7+
Bug-Reported-by: Graham Northup <[email protected]>
8+
Bug-Reference-ID: <[email protected]>
9+
Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2017-02/msg00025.html
10+
11+
Bug-Description:
12+
13+
In circumstances involving long-running scripts that create and reap many
14+
processes, it is possible for the hash table bash uses to store exit
15+
statuses from asynchronous processes to develop loops. This patch fixes
16+
the loop causes and adds code to detect any future loops.
17+
18+
Patch (apply with `patch -p0'):
19+
20+
*** ../bash-4.4-patched/jobs.c 2016-11-11 13:42:55.000000000 -0500
21+
--- jobs.c 2017-02-22 15:16:28.000000000 -0500
22+
***************
23+
*** 813,818 ****
24+
struct pidstat *ps;
25+
26+
! bucket = pshash_getbucket (pid);
27+
! psi = bgp_getindex ();
28+
ps = &bgpids.storage[psi];
29+
30+
--- 796,815 ----
31+
struct pidstat *ps;
32+
33+
! /* bucket == existing chain of pids hashing to same value
34+
! psi = where were going to put this pid/status */
35+
!
36+
! bucket = pshash_getbucket (pid); /* index into pidstat_table */
37+
! psi = bgp_getindex (); /* bgpids.head, index into storage */
38+
!
39+
! /* XXX - what if psi == *bucket? */
40+
! if (psi == *bucket)
41+
! {
42+
! #ifdef DEBUG
43+
! internal_warning ("hashed pid %d (pid %d) collides with bgpids.head, skipping", psi, pid);
44+
! #endif
45+
! bgpids.storage[psi].pid = NO_PID; /* make sure */
46+
! psi = bgp_getindex (); /* skip to next one */
47+
! }
48+
!
49+
ps = &bgpids.storage[psi];
50+
51+
***************
52+
*** 842,845 ****
53+
--- 839,843 ----
54+
{
55+
struct pidstat *ps;
56+
+ ps_index_t *bucket;
57+
58+
ps = &bgpids.storage[psi];
59+
***************
60+
*** 847,856 ****
61+
return;
62+
63+
! if (ps->bucket_next != NO_PID)
64+
bgpids.storage[ps->bucket_next].bucket_prev = ps->bucket_prev;
65+
! if (ps->bucket_prev != NO_PID)
66+
bgpids.storage[ps->bucket_prev].bucket_next = ps->bucket_next;
67+
else
68+
! *(pshash_getbucket (ps->pid)) = ps->bucket_next;
69+
}
70+
71+
--- 845,861 ----
72+
return;
73+
74+
! if (ps->bucket_next != NO_PIDSTAT)
75+
bgpids.storage[ps->bucket_next].bucket_prev = ps->bucket_prev;
76+
! if (ps->bucket_prev != NO_PIDSTAT)
77+
bgpids.storage[ps->bucket_prev].bucket_next = ps->bucket_next;
78+
else
79+
! {
80+
! bucket = pshash_getbucket (ps->pid);
81+
! *bucket = ps->bucket_next; /* deleting chain head in hash table */
82+
! }
83+
!
84+
! /* clear out this cell, just in case */
85+
! ps->pid = NO_PID;
86+
! ps->bucket_next = ps->bucket_prev = NO_PIDSTAT;
87+
}
88+
89+
***************
90+
*** 859,863 ****
91+
pid_t pid;
92+
{
93+
! ps_index_t psi;
94+
95+
if (bgpids.storage == 0 || bgpids.nalloc == 0 || bgpids.npid == 0)
96+
--- 864,868 ----
97+
pid_t pid;
98+
{
99+
! ps_index_t psi, orig_psi;
100+
101+
if (bgpids.storage == 0 || bgpids.nalloc == 0 || bgpids.npid == 0)
102+
***************
103+
*** 865,871 ****
104+
105+
/* Search chain using hash to find bucket in pidstat_table */
106+
! for (psi = *(pshash_getbucket (pid)); psi != NO_PIDSTAT; psi = bgpids.storage[psi].bucket_next)
107+
! if (bgpids.storage[psi].pid == pid)
108+
! break;
109+
110+
if (psi == NO_PIDSTAT)
111+
--- 870,883 ----
112+
113+
/* Search chain using hash to find bucket in pidstat_table */
114+
! for (orig_psi = psi = *(pshash_getbucket (pid)); psi != NO_PIDSTAT; psi = bgpids.storage[psi].bucket_next)
115+
! {
116+
! if (bgpids.storage[psi].pid == pid)
117+
! break;
118+
! if (orig_psi == bgpids.storage[psi].bucket_next) /* catch reported bug */
119+
! {
120+
! internal_warning ("bgp_delete: LOOP: psi (%d) == storage[psi].bucket_next", psi);
121+
! return 0;
122+
! }
123+
! }
124+
125+
if (psi == NO_PIDSTAT)
126+
***************
127+
*** 905,909 ****
128+
pid_t pid;
129+
{
130+
! ps_index_t psi;
131+
132+
if (bgpids.storage == 0 || bgpids.nalloc == 0 || bgpids.npid == 0)
133+
--- 917,921 ----
134+
pid_t pid;
135+
{
136+
! ps_index_t psi, orig_psi;
137+
138+
if (bgpids.storage == 0 || bgpids.nalloc == 0 || bgpids.npid == 0)
139+
***************
140+
*** 911,917 ****
141+
142+
/* Search chain using hash to find bucket in pidstat_table */
143+
! for (psi = *(pshash_getbucket (pid)); psi != NO_PIDSTAT; psi = bgpids.storage[psi].bucket_next)
144+
! if (bgpids.storage[psi].pid == pid)
145+
! return (bgpids.storage[psi].status);
146+
147+
return -1;
148+
--- 923,936 ----
149+
150+
/* Search chain using hash to find bucket in pidstat_table */
151+
! for (orig_psi = psi = *(pshash_getbucket (pid)); psi != NO_PIDSTAT; psi = bgpids.storage[psi].bucket_next)
152+
! {
153+
! if (bgpids.storage[psi].pid == pid)
154+
! return (bgpids.storage[psi].status);
155+
! if (orig_psi == bgpids.storage[psi].bucket_next) /* catch reported bug */
156+
! {
157+
! internal_warning ("bgp_search: LOOP: psi (%d) == storage[psi].bucket_next", psi);
158+
! return -1;
159+
! }
160+
! }
161+
162+
return -1;
163+
*** ../bash-4.4/patchlevel.h 2016-06-22 14:51:03.000000000 -0400
164+
--- patchlevel.h 2016-10-01 11:01:28.000000000 -0400
165+
***************
166+
*** 26,30 ****
167+
looks for to find the patch level (for the sccs version string). */
168+
169+
! #define PATCHLEVEL 19
170+
171+
#endif /* _PATCHLEVEL_H_ */
172+
--- 26,30 ----
173+
looks for to find the patch level (for the sccs version string). */
174+
175+
! #define PATCHLEVEL 20
176+
177+
#endif /* _PATCHLEVEL_H_ */

0 commit comments

Comments
 (0)