[notify] xorg-libxvmc: 0.9.7 -> 0.9.8. Fixes CVE-2013-1990 and CVE-2013-1999

This commit is contained in:
Danny Rawlins 2013-06-14 21:13:34 +10:00
parent 7b177e95cc
commit 85bc47be0f
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3340c99ff556ea2457b4be47f5cb96fa libXvMC-1.0.7.tar.bz2
2e4014e9d55c430e307999a6b3dd256d libXvMC-1.0.8.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-libx11, xorg-libxext, xorg-libxv
name=xorg-libxvmc
version=1.0.7
version=1.0.8
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXvMC-$version.tar.bz2)
@ -16,5 +16,5 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm -r $PKG/usr/share
}