Skip to content

Commit 85f9b35

Browse files
committed
SAGE-1396: update systemd-sysv, libwayland, libudev1, libjpeg-turbo8, curl
Required security updates as older versions are no longer available.
1 parent 8841f37 commit 85f9b35

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Dockerfile.rootfs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM arm64v8/ubuntu:bionic-20200921 as rootfs
1010
COPY --from=qemu_src /usr/bin/qemu-aarch64-static /usr/bin/qemu-aarch64-static
1111

1212
# Install systemd first to ensure future installs have it
13-
RUN apt-get update && apt-get install -y systemd-sysv=237-3ubuntu10.50
13+
RUN apt-get update && apt-get install -y systemd-sysv=237-3ubuntu10.56
1414

1515
# Setup the locales to ensure future installs have it
1616
RUN apt-get update && apt-get install -y locales=2.27-3ubuntu1.5
@@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y \
4747
RUN apt-get update && apt-get install --no-install-recommends -y \
4848
apt-transport-https=1.6.12ubuntu0.2 \
4949
ca-certificates=20211016~18.04.1 \
50-
curl=7.58.0-2ubuntu3.20 \
50+
curl=7.58.0-2ubuntu3.21 \
5151
gnupg-agent=2.2.4-1ubuntu1.6 \
5252
software-properties-common=0.96.24.32.18
5353
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -

build/l4t_deb_depends.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ libstdc++6=8.4.0-1ubuntu1~18.04
4949
libc6=2.27-3ubuntu1.2
5050
libegl1=1.0.0-2ubuntu2.3
5151
libgles2=1.0.0-2ubuntu2.3
52-
libwayland-client0=1.16.0-1ubuntu1.1~18.04.3
53-
libwayland-egl1=1.16.0-1ubuntu1.1~18.04.3
52+
libwayland-client0=1.16.0-1ubuntu1.1~18.04.4
53+
libwayland-egl1=1.16.0-1ubuntu1.1~18.04.4
5454
libx11-6=2:1.6.4-3ubuntu0.4
5555
libxkbcommon0=0.8.2-1~ubuntu18.04.1
5656

@@ -69,8 +69,8 @@ libgstreamer-plugins-bad1.0-0=1.14.5-0ubuntu1~18.04.1
6969
libgstreamer-plugins-base1.0-0=1.14.5-0ubuntu1~18.04.3
7070
libpcre3=2:8.39-9
7171
libstdc++6=8.4.0-1ubuntu1~18.04
72-
libwayland-client0=1.16.0-1ubuntu1.1~18.04.3
73-
libwayland-egl1=1.16.0-1ubuntu1.1~18.04.3
72+
libwayland-client0=1.16.0-1ubuntu1.1~18.04.4
73+
libwayland-egl1=1.16.0-1ubuntu1.1~18.04.4
7474
libx11-6=2:1.6.4-3ubuntu0.4
7575
libxcb1=1.13-2~ubuntu18.04
7676
libxdmcp6=1:1.1.2-3
@@ -153,8 +153,8 @@ libstdc++6=8.4.0-1ubuntu1~18.04
153153
# nvidia-l4t-wayland
154154
libc6=2.27-3ubuntu1.2
155155
libffi6=3.2.1-8
156-
libwayland-client0=1.16.0-1ubuntu1.1~18.04.3
157-
libwayland-server0=1.16.0-1ubuntu1.1~18.04.3
156+
libwayland-client0=1.16.0-1ubuntu1.1~18.04.4
157+
libwayland-server0=1.16.0-1ubuntu1.1~18.04.4
158158

159159
# nvidia-l4t-weston
160160
libaudit1=1:2.8.2-1ubuntu1
@@ -167,17 +167,17 @@ libffi6=3.2.1-8
167167
libgbm1=20.0.8-0ubuntu1~18.04.1
168168
libgles2=1.0.0-2ubuntu2.3
169169
libinput10=1.10.4-1ubuntu0.18.04.3
170-
libjpeg-turbo8=1.5.2-0ubuntu5.18.04.4
170+
libjpeg-turbo8=1.5.2-0ubuntu5.18.04.6
171171
libpam0g=1.1.8-3.6ubuntu2.18.04.2
172172
libpixman-1-0=0.34.0-2
173173
libpng16-16=1.6.34-1ubuntu0.18.04.2
174174
libstdc++6=8.4.0-1ubuntu1~18.04
175-
libudev1=237-3ubuntu10.53
175+
libudev1=237-3ubuntu10.56
176176
libunwind8=1.2.1-8
177-
libwayland-client0=1.16.0-1ubuntu1.1~18.04.3
178-
libwayland-cursor0=1.16.0-1ubuntu1.1~18.04.3
179-
libwayland-egl1=1.16.0-1ubuntu1.1~18.04.3
180-
libwayland-server0=1.16.0-1ubuntu1.1~18.04.3
177+
libwayland-client0=1.16.0-1ubuntu1.1~18.04.4
178+
libwayland-cursor0=1.16.0-1ubuntu1.1~18.04.4
179+
libwayland-egl1=1.16.0-1ubuntu1.1~18.04.4
180+
libwayland-server0=1.16.0-1ubuntu1.1~18.04.4
181181
libxkbcommon0=0.8.2-1~ubuntu18.04.1
182182
zlib1g=1:1.2.11.dfsg-0ubuntu2
183183

0 commit comments

Comments
 (0)