wok-6.x 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 | 02bd8097e11e |
children | ce4c08cf466c |
files | dropbear-pam/receipt dropbear-pam/stuff/dropbear-xauth.u dropbear/receipt dropbear/stuff/dropbear-xauth.u |
line diff
1.1 --- a/dropbear-pam/receipt Mon Feb 09 14:30:03 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 &&
2.1 --- a/dropbear-pam/stuff/dropbear-xauth.u Mon Feb 09 14:30:03 2009 +0000 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,7 +0,0 @@ 2.4 ---- dropbear-0.50/options.h 2.5 -+++ dropbear-0.50/options.h 2.6 -@@ -199,3 +199,3 @@ 2.7 - #ifndef XAUTH_COMMAND 2.8 --#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q" 2.9 -+#define XAUTH_COMMAND "/usr/bin/xauth -q" 2.10 - #endif
3.1 --- a/dropbear/receipt Mon Feb 09 14:30:03 2009 +0000 3.2 +++ b/dropbear/receipt Mon Feb 09 14:46:03 2009 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="dropbear" 3.7 -VERSION="0.51" 3.8 +VERSION="0.52" 3.9 CATEGORY="security" 3.10 SHORT_DESC="Light SSH client and server." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -19,8 +19,7 @@ 3.13 local DROPBEARS 3.14 DROPBEARS="dropbearkey dropbearconvert dbclient scp" 3.15 cd $src 3.16 - [ -f done.dropbear-xauth.u ] || patch -p1 < ../stuff/dropbear-xauth.u 3.17 - touch done.dropbear-xauth.u 3.18 + sed -i 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|' options.h 3.19 ./configure --prefix=/usr --without-pam $CONFIGURE_ARGS && 3.20 make PROGRAMS="dropbear $DROPBEARS" MULTI=1 && 3.21 install -d -m 755 $PWD/_pkg/usr/sbin &&
4.1 --- a/dropbear/stuff/dropbear-xauth.u Mon Feb 09 14:30:03 2009 +0000 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,7 +0,0 @@ 4.4 ---- dropbear-0.50/options.h 4.5 -+++ dropbear-0.50/options.h 4.6 -@@ -199,3 +199,3 @@ 4.7 - #ifndef XAUTH_COMMAND 4.8 --#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q" 4.9 -+#define XAUTH_COMMAND "/usr/bin/xauth -q" 4.10 - #endif