applied security fix to xorg-libx11
This commit is contained in:
parent
cd210da774
commit
a3b97a9df5
@ -1 +1,2 @@
|
||||
58f0537f21183e27149cf906a1b6bef9 libX11-1.0.1.tar.bz2
|
||||
4b14554b64e4a8b1ec3c2b85cb5199b6 libX11-1.0.1-setuid.diff
|
||||
|
@ -5,12 +5,15 @@
|
||||
|
||||
name=xorg-libx11
|
||||
version=1.0.1
|
||||
release=2
|
||||
source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2)
|
||||
release=3
|
||||
source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2 \
|
||||
http://xorg.freedesktop.org/releases/X11R7.1/patches/libX11-$version-setuid.diff)
|
||||
|
||||
build() {
|
||||
cd libX11-$version
|
||||
|
||||
patch -Np1 -i $SRC/libX11-$version-setuid.diff
|
||||
|
||||
./configure --prefix=/usr
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user