[notify] rdesktop: updated to 1.6.0

Fixes a remotely-exploitable vulnerability:

  http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=697
This commit is contained in:
Simone Rota 2008-08-05 21:20:07 +00:00
parent 4066f411d7
commit f19ac63f1c
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
433546f60fc0f201e99307ba188369ed rdesktop-1.5.0.tar.gz
c6fcbed7f0ad7e60ac5fcb2d324d8b16 rdesktop-1.6.0.tar.gz

View File

@ -4,12 +4,12 @@
# Depends on: openssl, x11
name=rdesktop
version=1.5.0
version=1.6.0
release=1
source=(http://dl.sourceforge.net/sourceforge/rdesktop/$name-$version.tar.gz)
build(){
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
make prefix=$PKG/usr mandir=$PKG/usr/man install
}