{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":31701703,"defaultBranch":"master","name":"libssh2","ownerLogin":"libssh2","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-03-05T07:38:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11430937?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1686694192.448288","currentOid":""},"activityList":{"items":[{"before":"5953c1f153723ab8ba5188ed415a2ff29f3d08ec","after":"8b3c6e9dee015794ce6076d174980458be0c25e1","ref":"refs/heads/master","pushedAt":"2024-05-08T20:44:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MichaelBuckley","name":"Michael Buckley","path":"/MichaelBuckley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50380?s=80&v=4"},"commit":{"message":"OpenSSL 3: Fix calculating DSA public key (#1380)","shortMessageHtmlLink":"OpenSSL 3: Fix calculating DSA public key (#1380)"}},{"before":"736e3d7d8bfc3c77b05e58e9eae8bea4e03d75b5","after":"5953c1f153723ab8ba5188ed415a2ff29f3d08ec","ref":"refs/heads/master","pushedAt":"2024-05-08T20:20:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci/GHA: tidy-up wolfSSL autotools config on macOS\n\nCloses #1383","shortMessageHtmlLink":"ci/GHA: tidy-up wolfSSL autotools config on macOS"}},{"before":"844115393bffb4e92c6569204cbe4cd8e553480d","after":"736e3d7d8bfc3c77b05e58e9eae8bea4e03d75b5","ref":"refs/heads/master","pushedAt":"2024-05-08T20:13:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci/GHA: shorter mbedTLS autotools workaround\n\nFollow-up to 844115393bffb4e92c6569204cbe4cd8e553480d #1381\nCloses #1382","shortMessageHtmlLink":"ci/GHA: shorter mbedTLS autotools workaround"}},{"before":"4c4d28a9fc0e4da8247c60d1765f86057f68410b","after":"844115393bffb4e92c6569204cbe4cd8e553480d","ref":"refs/heads/master","pushedAt":"2024-05-08T19:24:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"MichaelBuckley","name":"Michael Buckley","path":"/MichaelBuckley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50380?s=80&v=4"},"commit":{"message":"ci: fix mbedtls runners on macOS (#1381)\n\nSets LDFLAGS while configuring the autoconf mbedTLS build for macOS.","shortMessageHtmlLink":"ci: fix mbedtls runners on macOS (#1381)"}},{"before":"48584671994811168ce5d14aa701c97b2e53ca31","after":"4c4d28a9fc0e4da8247c60d1765f86057f68410b","ref":"refs/heads/master","pushedAt":"2024-04-29T15:11:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"RELEASE-NOTES: sync [ci skip]","shortMessageHtmlLink":"RELEASE-NOTES: sync [ci skip]"}},{"before":"323a14b2cacc7d2eacb742fdd78b92c03a7d1cb3","after":"48584671994811168ce5d14aa701c97b2e53ca31","ref":"refs/heads/master","pushedAt":"2024-04-29T15:07:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"wincng: fix `DH_GEX_MAXGROUP` set higher than supported\n\nIn 1c3a03ebc3166cf69735111aba2b8cee57cdba51 #493,\n`LIBSSH2_DH_GEX_MAXGROUP` was introduced to specify\ncrypto-backend-specific modulus sizes. Unfortunately, the max size for\nthe wincng DH modulus was defined to 8192, probably because this is the\nvalue most other backends support.\n\nAccording to Microsoft documentation [1], `BCryptGenerateKeyPair`\ncurrently only supports up to 4096-bit keys when the selected algorithm\nis `BCRYPT_DH_ALGORITHM`. Requesting larger keys when calling\n`BCryptGenerateKeyPair` in `_libssh2_dh_key_pair` always results in\n`STATUS_INVALID_PARAMETER` being returned and ultimately key exchange\nfailing.\n\nWhen attempting to connect to any server that offers 8192 bit DH, this\ncauses key exchange to always fail when using the wincng backend.\nReducing `LIBSSH2_DH_GEX_MAXGROUP` to 4096 fixes the issue.\n\n[1] https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgeneratekeypair\n\nCloses #1372","shortMessageHtmlLink":"wincng: fix DH_GEX_MAXGROUP set higher than supported"}},{"before":"6556bfbd43419c934a5e799c302d820484ca1a35","after":"323a14b2cacc7d2eacb742fdd78b92c03a7d1cb3","ref":"refs/heads/master","pushedAt":"2024-04-28T23:16:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"build: silence warnings inside `FD_SET()`/`FD_ISSET()` macros\n\nUse an ugly workaround to silence `-Wsign-conversion` warnings triggered\nby the internals of `FD_SET()`/`FD_ISSET()` macros. They've been showing\nup in OmniOS CI builds when compiling `example` programs. They also have\nbeen seen with older Cygwin and other envs and configurations.\n\nAlso scope two related variables in examples.\n\nE.g.:\n```\n../../example/direct_tcpip.c:251:9: warning: conversion to 'long unsigned int' from 'libssh2_socket_t' {aka 'int'} may change the sign of the result [-Wsign-conversion]\n 251 | FD_SET(forwardsock, &fds);\n | ^~~~~~\n../../example/direct_tcpip.c:251:9: warning: conversion to 'long unsigned int' from 'libssh2_socket_t' {aka 'int'} may change the sign of the result [-Wsign-conversion]\n../../example/direct_tcpip.c:251:9: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]\n../../example/direct_tcpip.c:251:9: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion]\n../../example/direct_tcpip.c:259:18: warning: conversion to 'long unsigned int' from 'libssh2_socket_t' {aka 'int'} may change the sign of the result [-Wsign-conversion]\n 259 | if(rc && FD_ISSET(forwardsock, &fds)) {\n | ^~~~~~~~\n../../example/direct_tcpip.c:259:18: warning: conversion to 'long unsigned int' from 'libssh2_socket_t' {aka 'int'} may change the sign of the result [-Wsign-conversion]\n../../example/direct_tcpip.c:259:18: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion]\n```\nRef: https://github.com/libssh2/libssh2/actions/runs/8854199687/job/24316762831#step:3:2020\n\nCloses #1379","shortMessageHtmlLink":"build: silence warnings inside FD_SET()/FD_ISSET() macros"}},{"before":"ae2770de25949bc7c74e60b4cc6a011bbe1d3d7c","after":"6556bfbd43419c934a5e799c302d820484ca1a35","ref":"refs/heads/master","pushedAt":"2024-04-26T20:59:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"autotools: use `AM_CFLAGS`\n\nUse `AM_CFLAGS` to pass custom, per-target C flags. This replaces using\n`CFLAGS` which triggered this warning when running `autoreconf -fi`:\n```\ntests/Makefile.am:8: warning: 'CFLAGS' is a user variable, you should not override it;\ntests/Makefile.am:8: use 'AM_CFLAGS' instead\n```\n(Only for `tests`, even though `example` and `src` also used this\nmethod. The warning is also missing from curl, that also uses\n`CFLAGS`.)\n\nFollow-up to 3ec53f3ea26f61cbf2e0fbbeccb852fca7f9b156 #1286\nCloses #1378","shortMessageHtmlLink":"autotools: use AM_CFLAGS"}},{"before":"790b1178ebfdaaef35498305acfc5aae927a726a","after":"ae2770de25949bc7c74e60b4cc6a011bbe1d3d7c","ref":"refs/heads/master","pushedAt":"2024-04-25T19:12:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci/GHA: fix gcrypt with autotools/macOS/Homebrew/ARM64 (#1377)\n\nmbedtls configure fails to detect anything due to this:\r\n```\r\nconfigure:23101: gcc -o conftest -g -O2 -I/opt/homebrew/include conftest.c -lmbedcrypto -lz >&5\r\nld: library 'mbedcrypto' not found\r\nclang: error: linker command failed with exit code 1 (use -v to see invocation)\r\n```","shortMessageHtmlLink":"ci/GHA: fix gcrypt with autotools/macOS/Homebrew/ARM64 (#1377)"}},{"before":"499b27ae835dcec0fce655e40d26ce8b72845f7e","after":"790b1178ebfdaaef35498305acfc5aae927a726a","ref":"refs/heads/master","pushedAt":"2024-04-25T15:34:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"autotools: delete bogus square bracket from help text [ci skip]\n\nFollow-up to 3f98bfb0900b5e68445a339cfebc60b307a24650 #1368","shortMessageHtmlLink":"autotools: delete bogus square bracket from help text [ci skip]"}},{"before":"4fa69214135a32cac977ccca3efee904145f3b3c","after":"499b27ae835dcec0fce655e40d26ce8b72845f7e","ref":"refs/heads/master","pushedAt":"2024-04-25T15:00:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci/GHA: fix verbose option for autotools jobs (#1376)\n\nAlso enable verbose for macOS `make` step.","shortMessageHtmlLink":"ci/GHA: fix verbose option for autotools jobs (#1376)"}},{"before":"0b64b30b81cae84acea3cffb6c5ca87531e56802","after":"4fa69214135a32cac977ccca3efee904145f3b3c","ref":"refs/heads/master","pushedAt":"2024-04-25T14:29:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci/GHA: dump `config.log` on failure for macOS autotools jobs (#1375)","shortMessageHtmlLink":"ci/GHA: dump config.log on failure for macOS autotools jobs (#1375)"}},{"before":"6128aee0d7d8ab8b30b67ded022aa0cf2b5249a2","after":"0b64b30b81cae84acea3cffb6c5ca87531e56802","ref":"refs/heads/master","pushedAt":"2024-04-25T13:59:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci/GHA: fix `autoreconf` failure on macOS/Homebrew (#1374)\n\nBy manually installing `libtool`.\r\n\r\n```\r\nautoreconf -fi\r\n shell: /bin/bash -e {0}\r\nconfigure.ac:75: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL\r\n If this token and others are legitimate, please use m4_pattern_allow.\r\n See the Autoconf documentation.\r\nconfigure.ac:76: error: possibly undefined macro: AC_PROG_LIBTOOL\r\nautoreconf: error: /opt/homebrew/Cellar/autoconf/2.72/bin/autoconf failed with exit status: 1\r\n```\r\nRef: https://github.com/libssh2/libssh2/actions/runs/8833608758/job/24253334557#step:4:1","shortMessageHtmlLink":"ci/GHA: fix autoreconf failure on macOS/Homebrew (#1374)"}},{"before":"9d195e950281812c4ef066e4c0b82cf488b028ff","after":"6128aee0d7d8ab8b30b67ded022aa0cf2b5249a2","ref":"refs/heads/master","pushedAt":"2024-04-25T13:47:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci/GHA: fixup Homebrew location (for ARM runners) (#1373)\n\nGHA macOS runners became ARM64 machines. Make the Homebrew prefix\r\ndynamic to adapt to these installations.","shortMessageHtmlLink":"ci/GHA: fixup Homebrew location (for ARM runners) (#1373)"}},{"before":"e4c65e5b1b96ced372aeb8244ad97ee7aece7d47","after":"9d195e950281812c4ef066e4c0b82cf488b028ff","ref":"refs/heads/master","pushedAt":"2024-04-14T03:27:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"RELEASE-NOTES: sync [ci skip]","shortMessageHtmlLink":"RELEASE-NOTES: sync [ci skip]"}},{"before":"3f98bfb0900b5e68445a339cfebc60b307a24650","after":"e4c65e5b1b96ced372aeb8244ad97ee7aece7d47","ref":"refs/heads/master","pushedAt":"2024-04-14T03:20:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"os400: Add two recent files to the distribution\n\nCloses #1364","shortMessageHtmlLink":"os400: Add two recent files to the distribution"}},{"before":"3e72343737e5b17ac98236c03d5591d429b119ae","after":"3f98bfb0900b5e68445a339cfebc60b307a24650","ref":"refs/heads/master","pushedAt":"2024-04-14T02:45:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"wincng: add to ci/GHA, add `./configure` option `--enable-ecdsa-wincng`\n\n- add `./configure` option `--enable-ecdsa-wincng`\n\n- add WinCNG autotools jobs to GHA.\n\n- enable WinCNG ECDSA in some GHA jobs (both CMake and autotools).\n\nFollow-up to 3e72343737e5b17ac98236c03d5591d429b119ae #1315\nCloses #1368","shortMessageHtmlLink":"wincng: add to ci/GHA, add ./configure option --enable-ecdsa-wincng"}},{"before":"1bfae57b553440fdc51f0dc9cb5da03c51f409fd","after":"3e72343737e5b17ac98236c03d5591d429b119ae","ref":"refs/heads/master","pushedAt":"2024-04-14T02:19:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"wincng: add ECDSA support for host and user authentication (#1315)\n\nThe WinCNG backend currently only supports DSA and RSA. This PR\r\nadds ECDSA support for host and user authentication.\r\n\r\n* Disable WinCNG ECDSA support by default to maintain backward\r\n compatibility for projects that target versions below Windows 10.\r\n\r\n* Add cmake option `ENABLE_ECDSA_WINCNG` to guard ECDSA support.\r\n\r\n* Update AppVeyor job matrix to only enable ECDSA on Server 2016+","shortMessageHtmlLink":"wincng: add ECDSA support for host and user authentication (#1315)"}},{"before":"81341e1e8086488920f211fab32f1e6383a231bc","after":"1bfae57b553440fdc51f0dc9cb5da03c51f409fd","ref":"refs/heads/master","pushedAt":"2024-04-14T01:55:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci: enable Unity mode for most CMake builds\n\nRef: 7129ea9ca8cca86dac80a6bac2d63937987efe9d #1034\nCloses #1367","shortMessageHtmlLink":"ci: enable Unity mode for most CMake builds"}},{"before":"0af3389ee506289141c75a7791e2036e517fad40","after":"81341e1e8086488920f211fab32f1e6383a231bc","ref":"refs/heads/master","pushedAt":"2024-04-14T01:52:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"os400: fix shellcheck warnings in scripts (fixups)\n\n- Build scripts must be executed by the os/400 shell (sh), not bash which\n is a PASE program: The `-ot` non-POSIX test extension works in os/400 as\n well. Ref: https://github.com/libssh2/libssh2/pull/1364#issue-2241646754\n\n- Drop/fixup mods trying to make some syntax highlighters happier.\n\nFollow-up to c6625707b94d9093f38f1a0a4d89c11b64f12ba8 #1358\nAssisted-by: Patrick Monnerat\nCloses #1364\nCloses #1366","shortMessageHtmlLink":"os400: fix shellcheck warnings in scripts (fixups)"}},{"before":"c6625707b94d9093f38f1a0a4d89c11b64f12ba8","after":"0af3389ee506289141c75a7791e2036e517fad40","ref":"refs/heads/master","pushedAt":"2024-04-11T07:59:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"RELEASE-NOTES: sync [ci skip]","shortMessageHtmlLink":"RELEASE-NOTES: sync [ci skip]"}},{"before":"6a2f5f27367c68b326763f99f52e055d6fa2a504","after":"c6625707b94d9093f38f1a0a4d89c11b64f12ba8","ref":"refs/heads/master","pushedAt":"2024-04-11T07:53:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"os400: fix shellcheck warnings in scripts\n\n- use `$()` instead of backticks, and re-arrange double-quotes inside.\n- add missing `|| exit 1` to `cd` calls. (could be dropped by using `set -eu`.)\n- add `-n` to a few `if`s.\n- shorten redirections by using `{} >` (as shellcheck recommended).\n- silence warnings where variables were detected as unused (SC2034).\n- a couple misc updates to silence warnings.\n- switch to bash shebang for `-ot` feature.\n- split two lines to unbreak syntax highlighting in my editor. (`$(expr \\`, `$(dirname \\`)\n\nAlso enable CI checks for OS/400 shell scripts.\n\nRef: d88b9bcdafe9d19aad2fb120d0a0acb3edab64f7\nCloses #1358","shortMessageHtmlLink":"os400: fix shellcheck warnings in scripts"}},{"before":"d88b9bcdafe9d19aad2fb120d0a0acb3edab64f7","after":"6a2f5f27367c68b326763f99f52e055d6fa2a504","ref":"refs/heads/master","pushedAt":"2024-04-10T01:03:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"RELEASE-NOTES: sync [ci skip]","shortMessageHtmlLink":"RELEASE-NOTES: sync [ci skip]"}},{"before":"4b3bc7496112d32936f1593d30bebfb7c0bf3fa6","after":"d88b9bcdafe9d19aad2fb120d0a0acb3edab64f7","ref":"refs/heads/master","pushedAt":"2024-04-10T00:50:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci: add shellcheck job and script\n\nAdd FIXME for OS/400 scripts.\n\nCherry-picked from #1358","shortMessageHtmlLink":"ci: add shellcheck job and script"}},{"before":"53d9c1a6584fc30abd018b8aa7605f6e1cf1a70d","after":"4b3bc7496112d32936f1593d30bebfb7c0bf3fa6","ref":"refs/heads/master","pushedAt":"2024-04-09T16:46:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"RELEASE-NOTES: sync [ci skip]","shortMessageHtmlLink":"RELEASE-NOTES: sync [ci skip]"}},{"before":"0e458b3781facd03c77e0839a16968bffb0ca3c1","after":"53d9c1a6584fc30abd018b8aa7605f6e1cf1a70d","ref":"refs/heads/master","pushedAt":"2024-04-09T16:36:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci/appveyor: re-enable OpenSSL 3, also bump to 3.2.1 (#1363)\n\nRef: 104744f4a523de574ce3767c50948d9b8385be4c #1348","shortMessageHtmlLink":"ci/appveyor: re-enable OpenSSL 3, also bump to 3.2.1 (#1363)"}},{"before":"a86e27e8aee992e2b24dff8beac81b0473d6c81a","after":"0e458b3781facd03c77e0839a16968bffb0ca3c1","ref":"refs/heads/master","pushedAt":"2024-04-09T14:30:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci: use a better test timestamp [ci skip]\n\nMar 27 2024 08:00:00 GMT+0000\n\nFollow-up to 2d765e454d98b794a5e5bbc497b1fcba4a9b8c4b #1360","shortMessageHtmlLink":"ci: use a better test timestamp [ci skip]"}},{"before":"7aa6cba03870b9603ad69de5bb50b465f19646fa","after":"a86e27e8aee992e2b24dff8beac81b0473d6c81a","ref":"refs/heads/master","pushedAt":"2024-04-09T13:17:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"ci: verify build and install from tarball (#1362)\n\nInstall verification based on:\r\nhttps://github.com/curl/curl/blob/28c5ddf13ac311d10bc4e8f9fc4ce0858a19b888/scripts/installcheck.sh","shortMessageHtmlLink":"ci: verify build and install from tarball (#1362)"}},{"before":"03547cb8a8302d42a109d928e332df66d0a8faed","after":"7aa6cba03870b9603ad69de5bb50b465f19646fa","ref":"refs/heads/master","pushedAt":"2024-04-09T12:53:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"tidy-up: dir names, command-line [ci skip]\n\nFollow-up to 2d765e454d98b794a5e5bbc497b1fcba4a9b8c4b #1360","shortMessageHtmlLink":"tidy-up: dir names, command-line [ci skip]"}},{"before":"2d765e454d98b794a5e5bbc497b1fcba4a9b8c4b","after":"03547cb8a8302d42a109d928e332df66d0a8faed","ref":"refs/heads/master","pushedAt":"2024-04-09T09:59:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vszakats","name":"Viktor Szakats","path":"/vszakats","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1446897?s=80&v=4"},"commit":{"message":"cmake: tidy up function name casing in `CopyRuntimeDependencies.cmake`\n\nUse lowercase to match callers.","shortMessageHtmlLink":"cmake: tidy up function name casing in CopyRuntimeDependencies.cmake"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERQcKYgA","startCursor":null,"endCursor":null}},"title":"Activity ยท libssh2/libssh2"}