summaryrefslogtreecommitdiff
path: root/package/dropbear
AgeCommit message (Collapse)Author
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-03-15Remove stray $ character from a bunch of init scriptsLuca Ceresoli
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-24dropbear: bump version, fixes CVE-2012-0920Peter Korsgaard
From the release notes: Security: Fix use-after-free bug that could be triggered if command="..." authorized_keys restrictions are used. Could allow arbitrary code execution or bypass of the command="..." restriction to an authenticated user. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-11-11dropbear: bump to version 2011.54Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-26dropbear: add options to disable wtmp / lastlog loggingWill Moore
Buildroot does not have wtmp or lastlog support by default so allow dropbear to be configured to stop using them and hence to stop generating system log error messages. [Peter: invert to positive options, and disable by default] Signed-off-by: Will Moore <will.moore@beraninstruments.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29package: remove useless arguments from AUTOTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-05-16dropbear: disable zlib support when built with small optionAlexander Clouter
Closes #3733 Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-05-13dropbear: link statically if BR2_PREFER_STATIC_LIBPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-05-13dropbear: fix static link for version 0.53.1Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-05-12dropbear: remove shared config.cache workaroundPeter Korsgaard
Now that the shared config.cache handling has been removed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-05dropbear: bump to version 0.53.1Gustavo Zacarias
Changelog @ http://matt.ucc.asn.au/dropbear/CHANGES Since some build-time defaults have changed that make dropbear somewhat bigger we introduce a new option to optimize dropbear for size. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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