aboutsummaryrefslogtreecommitdiffstats
path: root/community/ffmpeg
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-28 13:45:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-28 13:49:05 +0000
commit2a92300f12bdc3ed7fc960459e6b5a37868da059 (patch)
tree6db7c9b1738fadb972da5763c1725492f0c684eb /community/ffmpeg
parent759d5b14a35a4f14f0dfa132568aa6965c39e8cb (diff)
downloadaports-2a92300f12bdc3ed7fc960459e6b5a37868da059.tar.bz2
aports-2a92300f12bdc3ed7fc960459e6b5a37868da059.tar.xz
community/ffmpeg: security upgrade to 3.4.4
fixes #9115 fixes #9353
Diffstat (limited to 'community/ffmpeg')
-rw-r--r--community/ffmpeg/APKBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index a7312b5ab8..9f7ec796d1 100644
--- a/community/ffmpeg/APKBUILD
+++ b/community/ffmpeg/APKBUILD
@@ -3,8 +3,8 @@
# Contributor: Jakub Skrzypnik <j.skrzypnik@openmailbox.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ffmpeg
-pkgver=3.4.2
-pkgrel=3
+pkgver=3.4.4
+pkgrel=0
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
url="http://ffmpeg.org/"
arch="all"
@@ -22,6 +22,16 @@ source="http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.xz
builddir="$srcdir/$pkgname-$pkgver"
# secfixes:
+# 3.4.4-r0:
+# - CVE-2018-14395
+# 3.4.3-r0:
+# - CVE-2018-7557
+# - CVE-2018-7751
+# - CVE-2018-10001
+# - CVE-2018-12458
+# - CVE-2018-13300
+# - CVE-2018-13302
+# - CVE-2018-14394
# 3.3.4-r0:
# - CVE-2017-14054
# - CVE-2017-14055
@@ -102,5 +112,5 @@ libs() {
mv "$pkgdir"/usr/lib "$subpkgdir"/usr
}
-sha512sums="9fb6df5ddde8af51b929180192d29210695deeef61211fb8a69206bdeabba729cd47e346e4dcf6f27c3416ed77383d30b51933e75fc515466404f85d105bb301 ffmpeg-3.4.2.tar.xz
+sha512sums="f25461785ca253e657de00be3033a0fd3a19e5e659815adb6cca6257ac4181d4581512a8ce14ba890e6583b3d1ffef3f436c8ce78dfacc320d1744e7d08508ab ffmpeg-3.4.4.tar.xz
32652e18d4eb231a2e32ad1cacffdf33264aac9d459e0e2e6dd91484fced4e1ca5a62886057b1f0b4b1589c014bbe793d17c78adbaffec195f9a75733b5b18cb 0001-libavutil-clean-up-unused-FF_SYMVER-macro.patch"