ports/kde4 (3.0): libvncserver: fixed crash when connecting to Apple's VNC server implementation
commit 08b59c25abb5d69ab037aa06ceaa3463b9671dd5 Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Wed Sep 2 15:41:04 2015 +0900 libvncserver: fixed crash when connecting to Apple's VNC server implementation diff --git a/libvncserver/.md5sum b/libvncserver/.md5sum index 2564e4a..beab83c 100644 --- a/libvncserver/.md5sum +++ b/libvncserver/.md5sum @@ -1 +1,2 @@ 70422169b122765693d2a294d13e3714 LibVNCServer-0.9.9.tar.gz +e22024d3a81c45129411e39e7d143835 gcrypt-init.patch diff --git a/libvncserver/Pkgfile b/libvncserver/Pkgfile index 381e6ec..ec2b206 100644 --- a/libvncserver/Pkgfile +++ b/libvncserver/Pkgfile @@ -1,15 +1,22 @@ # Description: Library for VNC # URL: http://sourceforge.net/projects/libvncserver # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: +# Depends on: libgcrypt gnutls name=libvncserver version=0.9.9 -release=2 -source=(http://downloads.sf.net/$name/LibVNCServer-$version.tar.gz) +release=3 +source=( +http://downloads.sf.net/$name/LibVNCServer-$version.tar.gz +gcrypt-init.patch +) build() { cd LibVNCServer-$version + + # fix segfault when connecting to Apple's VNC server + patch -p1 -i $SRC/gcrypt-init.patch + ./configure \ --prefix=/usr make
participants (1)
-
crux@crux.nu