wok-6.x diff dropbear-pam/receipt @ rev 2198

Up dropbear (0.52)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 09 14:46:03 2009 +0000 (2009-02-09)
parents ebf2041fbd1f
children 194e6709d5f3
line diff
     1.1 --- a/dropbear-pam/receipt	Mon Feb 09 09:44:28 2009 +0000
     1.2 +++ b/dropbear-pam/receipt	Mon Feb 09 14:46:03 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dropbear-pam"
     1.7 -VERSION="0.51"
     1.8 +VERSION="0.52"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Light SSH client and server using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -21,8 +21,7 @@
    1.13  	local DROPBEARS
    1.14  	DROPBEARS="dropbearkey dropbearconvert dbclient scp"
    1.15  	cd $src
    1.16 -	[ -f done.dropbear-xauth.u ] || patch -p1 < ../stuff/dropbear-xauth.u
    1.17 -	touch done.dropbear-xauth.u
    1.18 +	sed -i 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|' options.h
    1.19  	./configure --prefix=/usr --enable-pam $CONFIGURE_ARGS &&
    1.20  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1 &&
    1.21  	install -d -m 755 $PWD/_pkg/usr/sbin &&