summaryrefslogtreecommitdiff
path: root/package/dropbear
AgeCommit message (Collapse)Author
2010-10-06dropbear: really fix xauth tweak since dbcec2b2Peter Korsgaard
Commit d5576fd2 tried to fix this, but introduced a new typo. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-28dropbear: fix xauth tweak since dbcec2b2Peter Korsgaard
The recent conversion to new-style hooks didn't actually enable the xauth tweaking. Also rename to FIX_XAUTH as it just tweaks the path, it doesn't disable anything. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-12dropbear: convert old-style hook and commands to new-styleThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-09-06dropbear: add option to disable reverse DNS lookupsPeter Korsgaard
Add option to disable reverse DNS lookups on client connection, as connections otherwise stall until DNS times out in configurations without working reverse DNS. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-25dropbear: override detection of struct sockaddr_storagePeter Korsgaard
Configure misdetects this as no, but the result is not used for anything. Unfortunately it breaks the build for other packages also checking for struct sockaddr_storage (like rsync) when using a shared config cache, so force it to yes. Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-01Fix dropbear compilation with glibcThomas Petazzoni
The patch introduced at c579e32dbe6d927bdcfffeede18123aa92abbdd5 was incorrect, since __USE_GNU is an internal C library defined, and should not be used by programs. _GNU_SOURCE should be used instead. This fixes a build failure on Dropbear when compiling against a glibc-based toolchain. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-05-28dropbear: fix initscript installMarc Gauthier
The -D option to install only works portably when the destination is a file. Specifying the filename avoids the following build error (at least on some hosts): "/usr/bin/install: cannot overwrite directory `/tmp/buildroot/ project_build_foobar/uclibc/root/etc/init.d' with non-directory" Signed-off-by: Marc Gauthier <marc@tensilica.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-11dropbear: needs zlib, so select itPeter Korsgaard
2009-03-11dropbear: convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #179.
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-14Fix build. Use TARGET_CONFIGURE_OPTS as environment rather than as argument ↵Thiago A. Corrêa
of make to avoid overwriting dropbear's CFLAGS
2008-11-14dropbear: bump versionPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-30dropbear: look for xauth in /usr/binPeter Korsgaard
The xauth package installs into /usr/bin, so look for it there.
2008-04-09* Removed dropbear init patchNigel Kukard
* Added dropbear init script * Added more verbose messages about key generation
2008-04-08* Generate keys for dropbear only when startingNigel Kukard
* Generate keys silently
2008-03-27dropbear: bump versionPeter Korsgaard
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-18Don't use long options to start-stop-daemon as they may be disabled in the ↵Hamish Moffatt
busybox configuration
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-19- need to mkdir etc/init.d. Closes #1465Bernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-11Bump dropbear to 0.50, /dev/urandom is now defaultUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-07-06Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-04-24Bump versionPeter Korsgaard
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-03-07- some more CONFIG_UPDATEs by Haavard SkinnemoenBernhard Reutner-Fischer
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-04-11bump version, merely a compile fix for scpEric Andersen
2006-03-19seems the dropbear folk forgot to make a .bz2 package this releaseEric Andersen
2006-03-16Fix header file to use __USE_GNU so that TIMEVAL_TO_TIMESPEC gets defined, ↵"Steven J. Hill"
otherwise latest dropbear does not build.
2006-03-10bump version to the newly released 0.48Eric Andersen
2006-01-24undo changes for wtmp and last logDavid Anders
2006-01-24disable wtmp and lastlog in config as well as the dbclient symlink ↵David Anders
generation per case 0000521
2005-12-24Update to 0.47 addressing a security problemEric Andersen
2005-11-24remove extra space after touchMike Frysinger
2005-11-05fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed ↵Mike Frysinger
out by vlad in bug 533
2005-10-29rename dropbear_sshd to just dropbearMike Frysinger