2022-01-29 19:05:30 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libssh: stop pulling in argp in buildlink3.mk
|
2022-01-29 10:04:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libssh: argp is only used for examples, which are not installed
Bump PKGREVISION
|
2022-01-29 10:02:01 by Thomas Klausner | Files touched by this commit (1) |
Log message:
libssh: cmocka is a test framework and thus only needed at build time
Bump PKGREVISION.
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
|
2021-10-21 09:46:39 by Thomas Klausner | Files touched by this commit (77) |
Log message:
*: recursive bump for heimdal 7.7.0
its buildlink3.mk now includes openssl's buildlink3.mk
|
2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2020-09-13 20:45:36 by Juraj Lutter | Files touched by this commit (2) |
Log message:
libssh: Fix build on SunOS/SmartOS
Instruct cmake to look for sshd executable also in /usr/lib/ssh
|
2020-09-13 11:22:57 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
libssh: update to 0.95.
version 0.9.5 (released 2020-XX-XX)
* CVE-2020-16135: Avoid null pointer dereference in sftpserver (T232)
* Improve handling of library initialization (T222)
* Fix parsing of subsecond times in SFTP (T219)
* Make the documentation reproducible
* Remove deprecated API usage in OpenSSL
* Fix regression of ssh_channel_poll_timeout() returning SSH_AGAIN
* Define version in one place (T226)
* Prevent invalid free when using different C runtimes than OpenSSL (T229)
* Compatibility improvements to testsuite
|
2020-09-02 13:45:51 by Nia Alarie | Files touched by this commit (1) |
Log message:
libssh: Disable building examples
They don't get installed and at least one of them doesn't like
NetBSD 8.
Bump PKGREVISION
|
2020-07-20 17:56:24 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
security/libssh: Build fix
Include header files with declarations for struct sockaddr_in and send().
OK from is@.
|