| Commit message (Expand) | Author | Age | Files | Lines |
| * | libssh: 0.10.5 -> 0.10.6 | Sandro Jäckel | 2023-12-18 | 1 | -3/+3 |
| * | Merge staging-next into staging | github-actions[bot] | 2023-05-29 | 1 | -1/+5 |
| |\ |
|
| | * | libssh: revert "dev" output split•••Do not split 'dev' output until lib/cmake/libssh/libssh-config.cmake
is fixed to point INTERFACE_INCLUDE_DIRECTORIES to .dev output.
Otherwise it breaks `plasma5Packages.kio-extras`:
https://hydra.nixos.org/build/221540008/nixlog/3/tail
| Sergei Trofimovich | 2023-05-29 | 1 | -1/+5 |
| * | | libssh: fix build with newer clang•••One of the examples attempts to use `x11_connect_display`, but libX11 is
not included in the `buildInputs`. Since the examples are not actually
included in any of the outputs, just disable them to avoid taking a
libX11 dependency.
| Randy Eckenrode | 2023-05-26 | 1 | -0/+4 |
| |/ |
|
| * | libssh: split headers to "dev" output | Sergei Trofimovich | 2023-05-11 | 1 | -0/+2 |
| * | libssh: 0.10.4 -> 0.10.5 | R. Ryantm | 2023-05-07 | 1 | -2/+2 |
| * | libssh: 0.10.0 -> 0.10.4 | R. Ryantm | 2023-01-22 | 1 | -2/+2 |
| * | Merge staging-next into staging | github-actions[bot] | 2022-08-29 | 1 | -1/+18 |
| |\ |
|
| | * | libssh: add some key reverse-dependencies to passthru.tests | Robert Scott | 2022-08-28 | 1 | -1/+18 |
| * | | libssh: 0.9.6 -> 0.10.0 | R. Ryantm | 2022-08-26 | 1 | -2/+2 |
| |/ |
|
| * | libssh: 0.8.9 -> 0.9.6 | Martin Weinelt | 2021-08-26 | 1 | -3/+3 |
| * | pkgs/development/libraries: stdenv.lib -> lib | Ben Siraphob | 2021-01-21 | 1 | -2/+2 |
| * | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
| Jonathan Ringer | 2021-01-19 | 1 | -2/+2 |
| * | 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 Milata | 2020-04-27 | 1 | -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 Milata | 2020-03-13 | 1 | -3/+5 |
| * | treewide: remove unused variables (#63177)•••* treewide: remove unused variables
* making ofborg happy
| volth | 2019-06-16 | 1 | -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
| worldofpeace | 2019-04-23 | 1 | -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. RyanTM | 2019-04-16 | 1 | -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. RyanTM | 2018-12-17 | 1 | -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 Heckemann | 2018-10-21 | 1 | -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 Heckemann | 2018-10-16 | 1 | -3/+3 |
| * | libssh: add patch required for mysql-workbench | Jan Tojnar | 2018-08-09 | 1 | -1/+11 |
| * | libssh: maintenance 0.7.4 -> 0.7.5 | Vladimír Čunát | 2017-04-18 | 1 | -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át | 2017-03-27 | 1 | -1/+1 |
| * | libssh: bugfix 0.7.3 -> 0.7.4 | Vladimír Čunát | 2017-02-05 | 1 | -3/+3 |
| * | treewide: Shuffle outputs•••Make either 'bin' or 'out' the first output.
| Tuomas Tynkkynen | 2016-08-29 | 1 | -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át | 2016-03-08 | 1 | -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át | 2016-02-24 | 1 | -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át | 2015-11-20 | 1 | -3/+3 |
| |\| |
|
| | * | libssh: current url is down, provide a new one | Domen Kožar | 2015-11-07 | 1 | -2/+2 |
| | * | libssh: 0.7.1 -> 0.7.2 | William A. Kennington III | 2015-11-05 | 1 | -3/+3 |
| * | | libssh: split "dev" output, fix a referrer | Vladimír Čunát | 2015-10-13 | 1 | -0/+2 |
| |/ |
|
| * | libssh: 0.7.0 -> 0.7.1 | William A. Kennington III | 2015-07-19 | 2 | -33/+3 |
| * | libssh: Revert to old style | Eelco Dolstra | 2015-06-04 | 1 | -53/+5 |
| * | Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"•••This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9.
| Eelco Dolstra | 2015-06-04 | 1 | -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-Rice | 2015-05-26 | 2 | -0/+30 |
| * | switch to working libssh 0.7 download | Aristid Breitkreuz | 2015-05-24 | 1 | -2/+2 |
| * | Refactor mkFlag / shouldUsePkg into the nixpkgs libraries | William A. Kennington III | 2015-05-22 | 1 | -2/+1 |
| * | libssh: fix libsodium linking•••resolves pkg-config errors for anything linking against libssh
| codyopel | 2015-05-21 | 1 | -6/+7 |
| * | libssh: 0.6.4 -> 0.7.0 | William A. Kennington III | 2015-05-19 | 1 | -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át | 2014-12-20 | 1 | -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át | 2014-03-05 | 1 | -5/+5 |
| * | libssh: bugfix update + CVE-2013-0176•••It seems an old DoS-only problem.
| Vladimír Čunát | 2013-11-17 | 1 | -3/+3 |
| * | Rename buildNativeInputs -> nativeBuildInputs•••Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
| Eelco Dolstra | 2012-12-28 | 1 | -1/+1 |
| * | libssh: Update to 0.5.3•••Fixes CVE-2012-4559, CVE-2012-4560, CVE-2012-4561 and CVE-2012-4562.
| Eelco Dolstra | 2012-11-29 | 1 | -4/+9 |
| * | libssh-0.5.2, switch to libgcrypt•••svn path=/nixpkgs/trunk/; revision=33114
| Yury G. Kudryashov | 2012-03-15 | 1 | -5/+7 |
| * | libssh-0.4.8•••svn path=/nixpkgs/trunk/; revision=27378
| Yury G. Kudryashov | 2011-06-07 | 1 | -3/+4 |
| * | Update libssh version to latest release 0.4.8•••svn path=/nixpkgs/trunk/; revision=26519
| Karn Kallio | 2011-03-25 | 1 | -3/+3 |
| * | URL to libssh has changed.•••svn path=/nixpkgs/trunk/; revision=26516
| Karn Kallio | 2011-03-25 | 1 | -1/+1 |
| * | - Added libssh (used by kdebase-runtime)•••- Completed kdebase-runtime 4.4.0
svn path=/nixpkgs/trunk/; revision=19994
| Sander van der Burg | 2010-02-14 | 1 | -0/+15 |