aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-02 10:05:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-02 11:11:11 +0000
commitff6557de8c2645a3597b87941bdceb28a23bce93 (patch)
treec8dc70f2d677ed020bc3b97da4da53ef9baa6df5
parenta9d7e1f8072ae6fe5c6b414e16ff7978a0deb01f (diff)
downloadalpine_aports-ff6557de8c2645a3597b87941bdceb28a23bce93.tar.bz2
alpine_aports-ff6557de8c2645a3597b87941bdceb28a23bce93.tar.xz
alpine_aports-ff6557de8c2645a3597b87941bdceb28a23bce93.zip
main/ffmpeg: security upgrade to 0.10.3 (CVE-2012-0947,CVE-2012-2771,CVE-2012-2773,CVE-2012-2778,CVE-2012-2780,CVE-2012-2781,CVE-2012-2805)
fixes #1216
-rw-r--r--main/ffmpeg/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ffmpeg/APKBUILD b/main/ffmpeg/APKBUILD
index 07e823f992..6371d8417d 100644
--- a/main/ffmpeg/APKBUILD
+++ b/main/ffmpeg/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=ffmpeg 2pkgname=ffmpeg
3pkgver=0.10.2 3pkgver=0.10.3
4pkgrel=0 4pkgrel=0
5pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" 5pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
6url="http://ffmpeg.org/" 6url="http://ffmpeg.org/"
@@ -67,5 +67,5 @@ libs() {
67 mv "$pkgdir"/usr/lib "$subpkgdir"/usr 67 mv "$pkgdir"/usr/lib "$subpkgdir"/usr
68} 68}
69 69
70md5sums="de1bd5fc4bbf3ef730a5361ee596fedd ffmpeg-0.10.2.tar.bz2 70md5sums="775d184933f71ff44a2fff4968e78b2b ffmpeg-0.10.3.tar.bz2
712cdc11a99bf97c63c7cca27b073cb47c configure-dlvsym.patch" 712cdc11a99bf97c63c7cca27b073cb47c configure-dlvsym.patch"