libssh2: version bump
authorSebastian Kemper <redacted>
Tue, 30 Jan 2018 13:47:12 +0000 (14:47 +0100)
committerSebastian Kemper <redacted>
Tue, 30 Jan 2018 13:54:41 +0000 (14:54 +0100)
commitfd953af2468c78585c4a9d3a86e7ad426f1a0391
tree8998a96cf51bf4f7d7ea91e6107a0aa4ba2fea18
parentdfcb2ca77c2377121b2618b836b365983a503274
libssh2: version bump

- Bump version to 1.8.0
- Switch from openssl crypto backend to mbedtls (the package is a lot
  smaller size-wise compared to openssl and libgcrypt)
- mbedtls support was added in 1.8.0 release. Unfortunately the detection
  doesn't work out of the box, so a patch is needed that fixes an m4
  script. For that reason autoreconf must be run.
- Add --with-libz-prefix as without it zlib is not detected (currently
  there is the zlib dependency but libssh2 never actually links to it).
- Add --disable-silent-rules to get verbose build output.

Signed-off-by: Sebastian Kemper <redacted>
libs/libssh2/Makefile
libs/libssh2/patches/01-fix-acinclude-m4.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT