Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2014-01-13 22:01:38 +01:00
commit bae7567327
3 changed files with 16 additions and 3 deletions

View File

@ -0,0 +1,13 @@
--- pulseaudio-4.0.orig/src/pulsecore/core-util.c 2014-01-12 23:31:26.281525000 -0800
+++ pulseaudio-4.0/src/pulsecore/core-util.c 2014-01-12 23:32:32.977118803 -0800
@@ -1524,10 +1524,6 @@
if (stat(p, &st) < 0)
return -errno;
-#ifdef HAVE_GETUID
- if (st.st_uid != getuid())
- return -EACCES;
-#endif
return 0;
}

View File

@ -18,7 +18,7 @@
################################################################################
PKG_NAME="attr"
PKG_VERSION="2.4.46"
PKG_VERSION="2.4.47"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
@ -57,4 +57,4 @@ makeinstall_target() {
mkdir -p $SYSROOT_PREFIX/usr/include/attr
cp include/*.h $SYSROOT_PREFIX/usr/include/attr
}
}

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="xf86-video-nvidia"
PKG_VERSION="319.76"
PKG_VERSION="331.38"
PKG_REV="1"
PKG_ARCH="i386 x86_64"
PKG_LICENSE="nonfree"