Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c90d1c21b69f094c7c4031e036dc04d8 to your computer and use it in GitHub Desktop.
Save anonymous/c90d1c21b69f094c7c4031e036dc04d8 to your computer and use it in GitHub Desktop.
0001-notify-ffmpeg-updated-to-3.3.4.-Fixes-the-following-.patch
From a8c133f919e7bc415ac1d1dbf0ea32bf92c90ac2 Mon Sep 17 00:00:00 2001
From: Fredrik Rinnestam <fredrik@crux.nu>
Date: Wed, 11 Oct 2017 20:58:45 +0200
Subject: [PATCH] [notify] ffmpeg: updated to 3.3.4. Fixes the following CVEs
CVE-2017-14054 CVE-2017-14055 CVE-2017-14056
CVE-2017-14057 CVE-2017-14058 CVE-2017-14059
CVE-2017-14169 CVE-2017-14170 CVE-2017-14171
CVE-2017-14222 CVE-2017-14223 CVE-2017-14225
CVE-2017-14767
---
ffmpeg/.footprint | 1 +
ffmpeg/.md5sum | 2 +-
ffmpeg/.signature | 8 ++++----
ffmpeg/Pkgfile | 2 +-
4 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/ffmpeg/.footprint b/ffmpeg/.footprint
index fcc86884..343b0f62 100644
--- a/ffmpeg/.footprint
+++ b/ffmpeg/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/ffmpeg
+-rwxr-xr-x root/root usr/bin/ffmpeg-x264-10bit
-rwxr-xr-x root/root usr/bin/ffprobe
-rwxr-xr-x root/root usr/bin/ffserver
drwxr-xr-x root/root usr/include/
diff --git a/ffmpeg/.md5sum b/ffmpeg/.md5sum
index 39ba2196..2bb86351 100644
--- a/ffmpeg/.md5sum
+++ b/ffmpeg/.md5sum
@@ -1,2 +1,2 @@
-b3f4a71445171b2a2bb71fb6df5ced0f ffmpeg-3.3.3.tar.bz2
+93414dd6e59ef441553c2d7e90e7c727 ffmpeg-3.3.4.tar.bz2
dae0c10c99399580c929fc100e79faef ffmpeg-x264-10bit.sh
diff --git a/ffmpeg/.signature b/ffmpeg/.signature
index d144ee6e..a822bbf1 100644
--- a/ffmpeg/.signature
+++ b/ffmpeg/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF31ODWsx/C7BPXav6xHU9gpN2SmNbOv4oYaSFutYMgH+GemYkceNbSZ4Yi38u39qpVenKmWbZYAKbwxPLP3QbSwk=
-SHA256 (Pkgfile) = 337e3342b8265a506dcb53ee302b95a6341192824d1cc774473146a0bfc44b28
-SHA256 (.footprint) = 6744e3e205dfd5a77b147bf57c16d7d27b8b7b93eb7543dc091d14d4aa0f8132
-SHA256 (ffmpeg-3.3.3.tar.bz2) = 1069ac8fc7f52e566bea28b41b9c437246aeb5096f82fb26fa96dc7d5a10a473
+RWSagIOpLGJF36588WEMHJBamAoLyjNxhOtKzHKiPA6k6xECQ9dATFdTPJE/gwacgtIJ5W43uimd5PyHBGAkLlgI24dHAzvq6wk=
+SHA256 (Pkgfile) = c975c4e840193902e03834bb52036d1f98ab30d3c8a4ae60c8d3d32776f61aef
+SHA256 (.footprint) = 5362125d7850596100dbf8d63c70ae3c44e626ec6c3d15fbef33791d764fdc34
+SHA256 (ffmpeg-3.3.4.tar.bz2) = 5ef5e9276c311c74ab2e9d301c2d7ee10e1f2cbd758c6f13d6cb9514dffbac7e
SHA256 (ffmpeg-x264-10bit.sh) = dde9627c41800235fbcfe0f74d2181be96239a82cd2d0d277715dddb57eb9cb3
diff --git a/ffmpeg/Pkgfile b/ffmpeg/Pkgfile
index c562c5cf..c9a83782 100644
--- a/ffmpeg/Pkgfile
+++ b/ffmpeg/Pkgfile
@@ -6,7 +6,7 @@
# Optional: alsa-lib fdk-aac gnutls lame libass libsdl2 libtheora libva libvdpau libvorbis libvpx libwebp opus x264 x265
name=ffmpeg
-version=3.3.3
+version=3.3.4
release=1
source=(https://ffmpeg.org/releases/$name-$version.tar.bz2
ffmpeg-x264-10bit.sh)
--
2.14.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment