# HG changeset patch # User Pascal Bellard # Date 1234190763 0 # Node ID a21224b0a7b8a937f628d6f68b2bc85bc90b974f # Parent 02bd8097e11ebede08d4d00c2bda152ad929abb1 Up dropbear (0.52) diff -r 02bd8097e11e -r a21224b0a7b8 dropbear-pam/receipt --- a/dropbear-pam/receipt Mon Feb 09 14:30:03 2009 +0000 +++ b/dropbear-pam/receipt Mon Feb 09 14:46:03 2009 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dropbear-pam" -VERSION="0.51" +VERSION="0.52" CATEGORY="security" SHORT_DESC="Light SSH client and server using PAM." MAINTAINER="pascal.bellard@slitaz.org" @@ -21,8 +21,7 @@ local DROPBEARS DROPBEARS="dropbearkey dropbearconvert dbclient scp" cd $src - [ -f done.dropbear-xauth.u ] || patch -p1 < ../stuff/dropbear-xauth.u - touch done.dropbear-xauth.u + sed -i 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|' options.h ./configure --prefix=/usr --enable-pam $CONFIGURE_ARGS && make PROGRAMS="dropbear $DROPBEARS" MULTI=1 && install -d -m 755 $PWD/_pkg/usr/sbin && diff -r 02bd8097e11e -r a21224b0a7b8 dropbear-pam/stuff/dropbear-xauth.u --- a/dropbear-pam/stuff/dropbear-xauth.u Mon Feb 09 14:30:03 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ ---- dropbear-0.50/options.h -+++ dropbear-0.50/options.h -@@ -199,3 +199,3 @@ - #ifndef XAUTH_COMMAND --#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q" -+#define XAUTH_COMMAND "/usr/bin/xauth -q" - #endif diff -r 02bd8097e11e -r a21224b0a7b8 dropbear/receipt --- a/dropbear/receipt Mon Feb 09 14:30:03 2009 +0000 +++ b/dropbear/receipt Mon Feb 09 14:46:03 2009 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dropbear" -VERSION="0.51" +VERSION="0.52" CATEGORY="security" SHORT_DESC="Light SSH client and server." MAINTAINER="pascal.bellard@slitaz.org" @@ -19,8 +19,7 @@ local DROPBEARS DROPBEARS="dropbearkey dropbearconvert dbclient scp" cd $src - [ -f done.dropbear-xauth.u ] || patch -p1 < ../stuff/dropbear-xauth.u - touch done.dropbear-xauth.u + sed -i 's|/usr/X11R6/bin/xauth|/usr/bin/xauth|' options.h ./configure --prefix=/usr --without-pam $CONFIGURE_ARGS && make PROGRAMS="dropbear $DROPBEARS" MULTI=1 && install -d -m 755 $PWD/_pkg/usr/sbin && diff -r 02bd8097e11e -r a21224b0a7b8 dropbear/stuff/dropbear-xauth.u --- a/dropbear/stuff/dropbear-xauth.u Mon Feb 09 14:30:03 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ ---- dropbear-0.50/options.h -+++ dropbear-0.50/options.h -@@ -199,3 +199,3 @@ - #ifndef XAUTH_COMMAND --#define XAUTH_COMMAND "/usr/X11R6/bin/xauth -q" -+#define XAUTH_COMMAND "/usr/bin/xauth -q" - #endif