summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-21 14:50:42 +0000
committerwiz <wiz>2013-01-21 14:50:42 +0000
commitbf5ebf3929535a3b9cb5d5d98f85396ccf4ff913 (patch)
tree38057d723d8965be7e03b8de3a0e6cc06ca2ccb0 /multimedia/ffmpeg/Makefile.common
parentcfeb43cc4d018a24b74fc3713173df8497a74c96 (diff)
downloadpkgsrc-bf5ebf3929535a3b9cb5d5d98f85396ccf4ff913.tar.gz
Update to 1.1.1:
- Fix a crash on windows platforms related to automatic stack alignment in libavresample - Fix memleaks in the ogg demuxer. Related to CVE-2012-2882
Diffstat (limited to 'multimedia/ffmpeg/Makefile.common')
-rw-r--r--multimedia/ffmpeg/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ffmpeg/Makefile.common b/multimedia/ffmpeg/Makefile.common
index 9463a89b46a..7e0a18bbe16 100644
--- a/multimedia/ffmpeg/Makefile.common
+++ b/multimedia/ffmpeg/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2013/01/16 20:55:47 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2013/01/21 14:50:42 wiz Exp $
# used by multimedia/ffplay/Makefile
# used by multimedia/ffmpeg/Makefile
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
-DISTVERSION= 1.1
+DISTVERSION= 1.1.1
PREV_PKGPATH= multimedia/ffmpeg-devel
PATCHDIR= ${.CURDIR}/../../multimedia/ffmpeg/patches