2005-01-18 18:30:59 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2005/01/18 17:30:59 drochner Exp $
|
2003-08-19 17:46:44 +02:00
|
|
|
|
2005-01-18 18:30:59 +01:00
|
|
|
DISTNAME= dropbear-0.44
|
2003-08-19 17:46:44 +02:00
|
|
|
CATEGORIES= security
|
Upgrade to 0.38. This closes PR pkg/22984 by Matt Jhonston.
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.
2003-10-31 00:22:32 +01:00
|
|
|
MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/
|
2003-08-19 17:46:44 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
|
|
HOMEPAGE= http://matt.ucc.asn.au/dropbear/dropbear.html
|
Upgrade to 0.38. This closes PR pkg/22984 by Matt Jhonston.
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.
2003-10-31 00:22:32 +01:00
|
|
|
COMMENT= SSH2 server, aimed at embedded market
|
2003-08-19 17:46:44 +02:00
|
|
|
|
2004-06-26 21:30:58 +02:00
|
|
|
USE_BUILDLINK3= yes
|
2003-08-19 17:46:44 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-01-24 16:00:22 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
2003-08-19 17:46:44 +02:00
|
|
|
|
|
|
|
MAKEFLAGS+= ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP}
|
|
|
|
|
2005-01-18 18:30:59 +01:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dropbear
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dropbear
|
|
|
|
|
2004-06-26 21:30:58 +02:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2003-08-19 17:46:44 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|