summaryrefslogtreecommitdiffstats
path: root/rules/dropbear.make
Commit message (Collapse)AuthorAgeFilesLines
* dropbear: upgrade from 2016.74 to 2017.75Alexander Dahl2017-06-211-2/+2
| | | | | | | | | | | According to changelog contains two security fixes, a build fix and minor improvements. Changelog: https://matt.ucc.asn.au/dropbear/CHANGES Announcement: http://lists.ucc.gu.uwa.edu.au/pipermail/dropbear/2017q2/001985.html Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: upgrade from 2016.73 to 2016.74Alexander Dahl2016-08-011-2/+2
| | | | | | | | According to https://matt.ucc.asn.au/dropbear/CHANGES some severe security issues were fixed. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: upgrade from 2015.67 to 2016.73Alexander Dahl2016-04-111-2/+2
| | | | | | | | | | | | | | | | Dropped patch series, because build with ENABLE_CLI_PUBKEY_AUTH unset was fixed in 2015.68. 2016.72 fixes CVE-2016-3116. Additional changes contain fixes for crashes, memory leaks, compile warnings, build for certain platforms or in certain invironments, and race conditions. Improved efficiency, manpage, memory consumption. Various cleanups for issues found by lint tools and static code analyzers. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: clean up the rule file and add bugfixJuergen Borleis2015-03-181-44/+18
| | | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> [mol: rebased on Bruno Thomsens version bump] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: version bump 2014.65 -> 2015.67Bruno Thomsen2015-03-181-2/+16
| | | | | | | | | | | The new version contain options to enable/disable cipher modes. Default security level increased by disabling CBC mode and enabling CTR mode. Tenable Network Security - Nessus: http://www.tenable.com/plugins/index.php?view=single&id=70658 Signed-off-by: Bruno Thomsen <bth@kamstrup.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: version bump 2014.63 -> 2014.65Bruno Thomsen2014-09-011-2/+2
| | | | | Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: Added Elliptic Curve Cryptography options.Bruno Thomsen2014-06-161-0/+24
| | | | | | | Support for ecdsa, ecdh and curve25519-donna options. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: version bump 2013.60 -> 2014.63Bruno Thomsen2014-06-131-2/+2
| | | | | | | | | | | | Added ECC (elliptic curve) support with ECDSA hostkeys (requires new keys to be generated) and ECDH for setting up encryption keys (no intervention required). Added new -R option to automatically generate hostkeys as needed (recommended for embedded platforms). Darwin patch is no longer needed due to mainline fix. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: upgrade to 2013.60Alexander Dahl2014-01-231-2/+2
| | | | | | | | | Several security issues were fixed between 2013.56 and 2013.59, 2013.60 fixed build on ptxdist (and other platforms). Signed-off-by: Alexander Dahl <post@lespocky.de> [mol: don't forget the patches] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add options for recently added SHA256 and SHA512 hashesAlexander Dahl2013-03-271-0/+16
| | | | | | | Make new hash functions available through ptxdist config menu. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bump upstream version and recreate patch seriesAlexander Dahl2013-03-271-2/+2
| | | | | | | | | | Upgrade to upstream version 2013.56 fixing some minor issues and adding support for SHA-2 hashes. See https://matt.ucc.asn.au/dropbear/CHANGES for a complete list of changes. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fix renamed macrosAlexander Dahl2013-03-271-6/+12
| | | | | | | | | | | Some macros in options.h were split up in two long time ago. Nobody adapted this makefile up to now. This solution uses the same way it's solved with ENABLE_CLI_LOCALTCPFW and ENABLE_SRV_LOCALTCPFWD and does not introduce new options in menu but simply sets both options in option.h. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove long gone optionsAlexander Dahl2013-03-271-6/+1
| | | | | | | | In current versions dropbear is always linked against libutil. The option --disable-nls is also long gone upstream. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* dropbear: security update to version 2012.55Alexander Dahl2012-03-141-2/+2
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bump version and update download URLAlexander Dahl2011-06-101-3/+3
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* also install dbclient to target, scp doesn't work otherwiseAlexander Dahl2011-06-101-0/+2
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [dropbear] install rc.d link with the init scriptMichael Olbrich2010-07-271-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Allow a different key directory than /etc/dropbearAlexander Stein2010-07-161-1/+5
| | | | Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
* [dropbear] use rc-once to create server keysMichael Olbrich2010-04-201-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [dropbear] modernise makefileMichael Olbrich2010-01-211-7/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-12/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [dropbear] cleanup makefileMichael Olbrich2010-01-041-21/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: fix typo in enable x11 forwardingFrederik Sdun2009-12-111-1/+1
| | | | Signed-off-by: Frederik Sdun <frederik.sdun@inotec-licht.de>
* dropbear: add more dependencies, change zlib logicRobert Schwebel2009-06-091-1/+3
| | | | | | | | | Add more dependencies for dropbear; while being there, change the menu logic of zlib support. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10661 33e552b5-05e3-0310-8538-816dae2090ed
* [dropbear] version bump to 0.52Marc Kleine-Budde2009-03-031-18/+15
| | | | | | | | adopt options accordingly Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9933 33e552b5-05e3-0310-8538-816dae2090ed
* [dropbear] fix enabling/disabling of optionsMarc Kleine-Budde2009-03-031-19/+49
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9932 33e552b5-05e3-0310-8538-816dae2090ed
* [dropbear] run stage installMarc Kleine-Budde2009-03-031-10/+0
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9931 33e552b5-05e3-0310-8538-816dae2090ed
* [dropbear] just cleanupsMarc Kleine-Budde2009-03-031-62/+29
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9930 33e552b5-05e3-0310-8538-816dae2090ed
* * init: introduce infrastructure for multiple init methodsRobert Schwebel2009-02-201-19/+7
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9802 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * dropbear: add some debug outputRobert Schwebel2008-02-171-3/+33
| | | | | | * dropbear: version update to 0.50 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7781 33e552b5-05e3-0310-8538-816dae2090ed
* move startupscript and link generation into the package itselfJuergen Beisert2006-12-041-5/+31
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6434 33e552b5-05e3-0310-8538-816dae2090ed
* install /etc/dropbear directorySascha Hauer2006-06-131-0/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5769 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* reverted := vs. = patchRobert Schwebel2006-03-011-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4936 33e552b5-05e3-0310-8538-816dae2090ed
* = -> := replacementSascha Hauer2006-03-011-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4890 33e552b5-05e3-0310-8538-816dae2090ed
* new calling convention for install_* macros. see commit 4759 to Rules.makeSascha Hauer2006-02-241-13/+13
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4760 33e552b5-05e3-0310-8538-816dae2090ed
* fixed dependencyBjoern Buerger2006-01-131-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3914 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Robert Schwebel2006-01-121-17/+3
| | | | https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3857 33e552b5-05e3-0310-8538-816dae2090ed
* usage of autogenerated dependencies and documentation updateBjoern Buerger2006-01-121-14/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3831 33e552b5-05e3-0310-8538-816dae2090ed
* avoid error message that non-generated make files are not being foundRobert Schwebel2006-01-101-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3766 33e552b5-05e3-0310-8538-816dae2090ed
* added generic call package_depfile rule for autogeneration of default ↵Bjoern Buerger2006-01-091-0/+2
| | | | | | dependencies - this should not break anything, since it just adds some more variables git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3743 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Robert Schwebel2005-12-271-2/+1
| | | | https://svn.pengutronix.de/svn/ptxdist/branches/ptxdist-0.7-destdir-r3569@3574 33e552b5-05e3-0310-8538-816dae2090ed
* hide $(call touch) output with @; replace manual install by $(call install...Robert Schwebel2005-12-111-6/+8
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3502 33e552b5-05e3-0310-8538-816dae2090ed
* add packages to PACKAGES-yRobert Schwebel2005-11-131-3/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3340 33e552b5-05e3-0310-8538-816dae2090ed
* fixed dropbear convert typoRobert Schwebel2005-10-271-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3270 33e552b5-05e3-0310-8538-816dae2090ed