summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libssh (follow)
Commit message (Expand)AuthorAgeFilesLines
* libssh: 0.8.8 -> 0.8.9•••Fixes CVE-2020-1730. Release notes: https://www.libssh.org/2020/04/09/libssh-0-9-4-and-libssh-0-8-9-security-release/ Martin Milata2020-04-271-2/+2
* libssh: 0.8.7 -> 0.8.8•••Fixes CVE-2019-14889. Release notes: https://www.libssh.org/2019/12/10/libssh-0-9-3-and-libssh-0-8-8-security-release/ Martin Milata2020-03-131-3/+5
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+1
* libssh: don't use multiple outputs•••Makes cmake files point to the correct output for libs and corrects the Cflags in the .pc file. Fixes #60036 worldofpeace2019-04-231-1/+2
* libssh: 0.8.5 -> 0.8.7•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libssh/versions R. RyanTM2019-04-161-2/+2
* libssh: 0.8.4 -> 0.8.5•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libssh/versions R. RyanTM2018-12-171-2/+2
* libssh: 0.7.6 -> 0.8.4•••Note that this is unrelated to the security vulnerability in earlier versions, which is already fixed in 0.7.6. Linus Heckemann2018-10-211-13/+3
* libssh: 0.7.5 -> 0.7.6•••Fixes CVE-2018-10933: libssh versions 0.6 and above have an authentication bypass vulnerability in the server code. By presenting the server an SSH2_MSG_USERAUTH_SUCCESS message in place of the SSH2_MSG_USERAUTH_REQUEST message which the server would expect to initiate authentication, the attacker could successfully authentciate without any credentials. Source: https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/ Linus Heckemann2018-10-161-3/+3
* libssh: add patch required for mysql-workbenchJan Tojnar2018-08-091-1/+11
* libssh: maintenance 0.7.4 -> 0.7.5Vladimír Čunát2017-04-181-3/+3
* treewide: purge maintainers.urkud•••It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive. Vladimír Čunát2017-03-271-1/+1
* libssh: bugfix 0.7.3 -> 0.7.4Vladimír Čunát2017-02-051-3/+3
* treewide: Shuffle outputs•••Make either 'bin' or 'out' the first output. Tuomas Tynkkynen2016-08-291-1/+1
* Merge master into closure-size•••The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems. Vladimír Čunát2016-03-081-3/+3
|\
| * libssh: security update 0.7.2 -> 0.7.3•••It's supposed to fix CVE-2016-0739: weak secret with diffie-hellman. Vladimír Čunát2016-02-241-3/+3
* | Merge staging into closure-size•••The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially. Vladimír Čunát2015-11-201-3/+3
|\|
| * libssh: current url is down, provide a new oneDomen Kožar2015-11-071-2/+2
| * libssh: 0.7.1 -> 0.7.2William A. Kennington III2015-11-051-3/+3
* | libssh: split "dev" output, fix a referrerVladimír Čunát2015-10-131-0/+2
|/
* libssh: 0.7.0 -> 0.7.1William A. Kennington III2015-07-192-33/+3
* libssh: Revert to old styleEelco Dolstra2015-06-041-53/+5
* Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"•••This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9. Eelco Dolstra2015-06-041-1/+2
* libssh: temporarily patch to fix x2goclient•••See <https://red.libssh.org/issues/194>: "In libssh 0.7.0, ssh_forward_listen() is present in the headers as a deprecated function, but it is not actually present in the code. This appears to have been introduced in commit 5229253f." Tobias Geerinckx-Rice2015-05-262-0/+30
* switch to working libssh 0.7 downloadAristid Breitkreuz2015-05-241-2/+2
* Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III2015-05-221-2/+1
* libssh: fix libsodium linking•••resolves pkg-config errors for anything linking against libssh codyopel2015-05-211-6/+7
* libssh: 0.6.4 -> 0.7.0William A. Kennington III2015-05-191-8/+59
* libssh: security+maintenance to fix CVE-2014-8132•••Also switched to openssl instead of libgcrypt (wouldn't compile otherwise), and fixed meta.license. Vladimír Čunát2014-12-201-10/+9
* libssh: update, incl. features and CVE-2014-0017 fix•••Also add pkgconfig to inputs, as it was looked for by cmake. Dependent packages seem to build fine. Vladimír Čunát2014-03-051-5/+5
* libssh: bugfix update + CVE-2013-0176•••It seems an old DoS-only problem. Vladimír Čunát2013-11-171-3/+3
* Rename buildNativeInputs -> nativeBuildInputs•••Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase. Eelco Dolstra2012-12-281-1/+1
* libssh: Update to 0.5.3•••Fixes CVE-2012-4559, CVE-2012-4560, CVE-2012-4561 and CVE-2012-4562. Eelco Dolstra2012-11-291-4/+9
* libssh-0.5.2, switch to libgcrypt•••svn path=/nixpkgs/trunk/; revision=33114 Yury G. Kudryashov2012-03-151-5/+7
* libssh-0.4.8•••svn path=/nixpkgs/trunk/; revision=27378 Yury G. Kudryashov2011-06-071-3/+4
* Update libssh version to latest release 0.4.8•••svn path=/nixpkgs/trunk/; revision=26519 Karn Kallio2011-03-251-3/+3
* URL to libssh has changed.•••svn path=/nixpkgs/trunk/; revision=26516 Karn Kallio2011-03-251-1/+1
* - Added libssh (used by kdebase-runtime)•••- Completed kdebase-runtime 4.4.0 svn path=/nixpkgs/trunk/; revision=19994 Sander van der Burg2010-02-141-0/+15