wok-next diff gnutls/receipt @ rev 16192

Add: xorg-xkeyboard-config-dev (needed to compile wayland)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 19:59:41 2014 +0200 (2014-03-30)
parents 2b9f96603415
children e62fe73c97ae
line diff
     1.1 --- a/gnutls/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/gnutls/receipt	Sun Mar 30 19:59:41 2014 +0200
     1.3 @@ -19,6 +19,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	# Apply http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0092 fix
     1.8 +	# from https://www.gitorious.org/gnutls/gnutls/commit/6aa26f78150ccbdf0aec1878a41c17c41d358a3b
     1.9 +	patch -p1 < $stuff/CVE-2014-0092.u
    1.10  	./configure --with-libgcrypt \
    1.11  	--disable-guile \
    1.12  	--with-zlib \