Skip to content

Commit

Permalink
invalidate cache for docker images on github CI, build again with lib…
Browse files Browse the repository at this point in the history
…vpx update.

see (for ubuntu-20.04):

libvpx (1.8.2-1ubuntu0.2) focal-security; urgency=medium

  * SECURITY UPDATE: Heap buffer overflow in vp8 encoding
    - debian/patches/CVE-2023-5217.patch: disallow thread count changes
      in vp8/encoder/onyx_if.c.
    - CVE-2023-5217
  * SECURITY UPDATE: Width mishandling in vp9 encoding
    - debian/patches/CVE-2023-44488.patch: fix bug with smaller width
      bigger size in test/resize_test.cc, vp9/common/vp9_alloccommon.c,
      vp9/encoder/vp9_encoder.c.
    - CVE-2023-44488

 -- Marc Deslauriers <[email protected]>  Mon, 02 Oct 2023 06:43:10 -0400
  • Loading branch information
zoff99 committed Oct 3, 2023
1 parent cde366e commit f3a684f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildscripts/docker/Dockerfile.flatpak_builder
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN apt-get update && \
apt-get -y --force-yes --no-install-recommends install \
curl \
ca-certificates \
elfutils \
patch \
elfutils \
bzip2 \
# flatpak-validate-icon uses gdk-pixbuf which needs an svg loader
librsvg2-common \
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/docker/Dockerfile.ubuntu_for_appimage
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ RUN apt-get update && \
liblz4-dev \
libcairo-dev \
desktop-file-utils \
wget \
xxd \
wget \
ca-certificates \
curl \
patchelf \
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/docker/Dockerfile.ubuntu_for_asan_appimage
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ RUN apt-get update && \
liblz4-dev \
libcairo-dev \
desktop-file-utils \
wget \
xxd \
wget \
ca-certificates \
curl \
patchelf \
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/docker/Dockerfile.ubuntu_lts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ RUN apt-get update && \
liblz4-dev \
libcairo-dev \
desktop-file-utils \
wget \
xxd \
wget \
ca-certificates \
curl \
patchelf \
Expand Down

0 comments on commit f3a684f

Please sign in to comment.