summary refs log tree commit diff
path: root/pkgs/tools/networking/dropbear
Commit message (Collapse)AuthorAge
* tools/networking: replace name with pname&versionFelix Buehler2021-08-01
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Start to break up static overlayJohn Ericson2021-01-03
| | | | | | | | | We can use use `stdenv.hostPlatform.isStatic` instead, and move the logic per package. The least opionated benefit of this is that it makes it much easier to replace packages with modified ones, as there is no longer any issue of overlay order. CC @FRidh @matthewbauer
* dropbear: 2020.80 -> 2020.81R. RyanTM2020-11-03
|
* treewide: fix redirected urls (run 3)Patrick Hilhorst2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | Related: - 9fc5e7e473874762fdb1b49d17dcf703d48352c3 - 593e11fd944ce961ecf5425c3540df09e4f52265 - 508ae42a0f64c350036d722b84c2e2905bbc5418 Since the last time I ran this script, the Repology API changed, so I had to adapt the script used in the previous PR. The new API should be more robust, so overall this is a positive (no more grepping the error messages for our relevant data but just a nice json structure). Here's the new script I used: ```sh curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \ | sort | uniq | tee script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ``` I will also add this script to `maintainers/scripts`.
* dropbear: 2019.78 -> 2020.80R. RyanTM2020-07-03
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* dropbear: 2018.76 -> 2019.78R. RyanTM2019-04-01
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dropbear/versions
* Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* Revert "Revert "dropbear: 2017.75 -> 2018.76""Shea Levy2018-03-01
| | | | | | This was for local testing, never meant to commit it... This reverts commit 4953a006f56f26cdd1b9889cf91d52356dd1320e.
* Revert "dropbear: 2017.75 -> 2018.76"Shea Levy2018-03-01
| | | | This reverts commit db913f844539b1769c305a9a5cffd4fe0c1f350a.
* dropbear: 2017.75 -> 2018.76volth2018-02-27
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* dropbear: 2016.74 -> 2017.75Nikolay Amiantov2017-07-27
|
* dropbear: Remove now-unneeded crossAttrsJohn Ericson2017-06-22
|
* dropbear: fix static buildNikolay Amiantov2017-04-16
| | | | Fixes #24839. Also change default sftp-server path to a more canonical.
* dropbear: 2016.73 -> 2016.74Tobias Geerinckx-Rice2016-07-23
| | | | | | | | | | | | | | | | | Security fixes: - Message printout was vulnerable to format string injection - dropbearconvert import of OpenSSH keys could run arbitrary code as the local dropbearconvert user when parsing malicious key files - dbclient could run arbitrary code as the local dbclient user if particular -m or -c arguments are provided - dbclient or dropbear server could expose process memory to the running user if compiled with DEBUG_TRACE and running with -v Fixes: - Fix port forwarding failure when connecting to domains that have both IPv4 and IPv6 addresses. The bug was introduced in 2015.68 - Fix 100% CPU use while waiting for rekey to complete
* dropbear: disable on DarwinNikolay Amiantov2016-06-11
|
* quote URLs in my packages to ease opening them from urxvtNikolay Amiantov2016-04-30
|
* dropbear: 2016.72 -> 2016.73Tobias Geerinckx-Rice2016-03-20
| | | | Changes: https://matt.ucc.asn.au/dropbear/CHANGES.
* dropbear: 2015.71 -> 2016.72Tobias Geerinckx-Rice2016-03-11
| | | | | | Bugfix release: - Validate X11 forwarding input. Could allow bypass of authorized_keys command= restrictions.
* TypoEelco Dolstra2016-02-02
|
* dropbear 2015.70 -> 2015.71Tobias Geerinckx-Rice2015-12-04
| | | | Another bugfix release.
* dropbear 2015.69 -> 2015.70Tobias Geerinckx-Rice2015-11-27
| | | | Fix server password authentication on Linux, broken in 2015.69.
* dropbear 2015.68 -> 2015.69Tobias Geerinckx-Rice2015-11-26
| | | | | | | | | | | | | | | | Known changes: - Fix crash when forwarded TCP connections fail to connect (bug introduced in 2015.68) - Avoid hang on session close when multiple sessions are started, affects Qt Creator - Reduce per-channel memory consumption in common case, increase default channel limit from 100 to 1000 which should improve SOCKS forwarding for modern webpages - Handle multiple command line arguments in a single flag - Manpage improvements - Build fixes for Android - Don't display the MOTD when an explicit command is run - Check curve25519 shared secret isn't zero
* dropbear: pass LD_LIBRARY_PATH throughNikolay Amiantov2015-10-18
|
* dropbear: adoptNikolay Amiantov2015-10-18
|
* dropbear: 2015.67 -> 2015.68Tobias Geerinckx-Rice2015-08-13
| | | | Changes: https://matt.ucc.asn.au/dropbear/CHANGES
* dropbear 2014.66 -> 2015.67Tobias Geerinckx-Rice2015-04-17
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* dropbear: update from 2013.62 to 2014.66Mateusz Kowalczyk2014-11-17
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* dropbear: update from 2013.60 to 2013.62Nixpkgs Monitor2013-12-10
|
* dropbear: update from 2013.58 to 2013.60, potentially fixes CVE-2013-4421, ↵Nixpkgs Monitor2013-12-04
| | | | CVE-2013-4434
* Fixing a crash bug in dropbear.Lluís Batlle i Rossell2013-06-18
|
* dropbear: update to 2013.58, and build dynamicallyLluís Batlle i Rossell2013-06-18
| | | | I had to do a trick with GNU make, to allow it to find libs.
* Now yes allowing the sftp server path in dropbear. I commit too early, clearly.Lluís Batlle i Rossell2011-04-25
| | | | svn path=/nixpkgs/trunk/; revision=26970
* Allow overriding the sftp server path.Lluís Batlle i Rossell2011-04-25
| | | | svn path=/nixpkgs/trunk/; revision=26969
* Now I patch dropbear properly for it to inherit the PATH.Lluís Batlle i Rossell2011-04-25
| | | | svn path=/nixpkgs/trunk/; revision=26968
* Making dropbear sessions inherit the PATHLluís Batlle i Rossell2011-04-25
| | | | svn path=/nixpkgs/trunk/; revision=26967
* Adding dropbear, a small implementation of ssh2 client and server.Lluís Batlle i Rossell2010-03-09
I made it statically build by default I had to fix the zlib static cross-build, because the native stripping corrupted the target static library. It is not the first time I see this. I add drobear to the cross-built packages for hydra. svn path=/nixpkgs/trunk/; revision=20518