1
0
forked from ports/opt

[security] kdelibs: patch kjs heap overflow. See: http://www.kde.org/info/security/advisory-20060119-1.txt for more info

This commit is contained in:
Nick Steeves 2006-01-20 01:17:42 +00:00
parent 7225a2ceda
commit 5390322fd7
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,3 @@
d5fcdb478e741831e6ce992f670eba1e 10888-bt.tar.gz
2b11d654e2ea1a3cd16dcfdcbb7d1915 kdelibs-3.5.0.tar.bz2
ecc0ec13ce3b06e94e35aa8e937e02bf post-3.4.3-kdelibs-kjs.diff

View File

@ -6,12 +6,14 @@
name=kdelibs
version=3.5.0
release=2
release=3
source=(http://download.kde.org/stable/3.5/src/$name-$version.tar.bz2 \
http://www.kde-look.org/content/files/10888-bt.tar.gz)
http://www.kde-look.org/content/files/10888-bt.tar.gz
ftp://ftp.kde.org/pub/kde/security_patches/post-3.4.3-kdelibs-kjs.diff)
build() {
cd $name-$version
patch -p0 < ../post-3.4.3-kdelibs-kjs.diff
./configure --prefix=/usr \
--with-distribution="CRUX Linux" \
--enable-sendfile \