ad1ebfb279
Changes: 0.38 - Sat Oct 11 2003 16:28:13 +0800 o Default hostkey path changed to /etc/dropbear/dropbear_{rsa,dss}_host_key rather than /etc/dropbear_{rsa,dss}_host_key o Added SMALL and MULTI text files which have info on compiling for multiple binaries or small binaries o Allow for commandline definition of some options.h settings (without warnings) o Be more careful handling EINTR o More fixes for channel closing o Added multi-binary support o Improved logging of IPs, now get logged in all cases o Don't chew cpu when waiting for version identification string, also make sure that we kick off people if they don't auth within 5 minutes. o Various small fixes, warnings etc o sftp support works (relies on OpenSSH sftp binary or similar) o Added --disable-shadow option (requested by the floppyfw guys) 0.37 - Wed Sept 24 2003 19:42:12 +0800 o Various portability fixes, fixes for Solaris 9, Tru64 5.1, Mac OS X 10.2, AIX, BSDs o Updated LibTomMath to 0.27 and LibTomCrypt to 0.90 o Renamed util.{c,h} to dbutil.{c,h} to avoid conflicts with system util.h o Added some small changes so it'll work with AIX (plus Linux Affinity). Thanks to Shig for them. More bugfixes, etc.
17 lines
767 B
Text
17 lines
767 B
Text
$NetBSD: patch-aa,v 1.2 2003/10/30 23:22:32 xtraeme Exp $
|
|
|
|
--- Makefile.in.orig 2003-10-31 00:14:03.000000000 +0100
|
|
+++ Makefile.in 2003-10-31 00:14:39.000000000 +0100
|
|
@@ -51,9 +51,9 @@
|
|
install -m 755 dropbear $(DESTDIR)$(sbindir)
|
|
install -m 755 dropbearkey $(DESTDIR)$(bindir)
|
|
install -m 755 dropbearconvert $(DESTDIR)$(bindir)
|
|
- -chown root:root $(DESTDIR)$(sbindir)/dropbear
|
|
- -chown root:root $(DESTDIR)$(bindir)/dropbearkey
|
|
- -chown root:root $(DESTDIR)$(bindir)/dropbearconvert
|
|
+ -chown ${ROOT_USER}:${ROOT_GROUP} $(DESTDIR)$(sbindir)/dropbear
|
|
+ -chown ${ROOT_USER}:${ROOT_GROUP} $(DESTDIR)$(bindir)/dropbearkey
|
|
+ -chown ${ROOT_USER}:${ROOT_GROUP} $(DESTDIR)$(bindir)/dropbearconvert
|
|
|
|
|
|
static: dropbear-static dropbearkey-static dropbearconvert-static
|