static-ffmpeg
static-ffmpeg copied to clipboard
Update libssh from 0.9.6 to 0.10.0
Probably fails because of:
...
2022-08-26T17:45:36.6921878Z #34 19.05 /libssh-mirror-libssh-0.10.0/src/misc.c: In function 'ssh_strerror':
2022-08-26T17:45:36.6922711Z #34 19.05 /libssh-mirror-libssh-0.10.0/src/misc.c:1961:12: error: returning 'int' from a function with return type 'char *' makes pointer from integer without a cast [-Werror=int-conversion]
2022-08-26T17:45:36.6923231Z #34 19.05 1961 | return strerror_r(err_num, buf, buflen);
2022-08-26T17:45:36.6923541Z #34 19.05 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-08-26T17:45:36.8052398Z #34 19.26 cc1: all warnings being treated as errors
```
Upstream libssh issue https://gitlab.com/libssh/libssh-mirror/-/issues/141 alpine issue with workaround https://gitlab.alpinelinux.org/alpine/aports/-/issues/14147
Have been fixed upstream now. But maybe we can wait for next release as i don't see anything critical in the changelog
Fixed by #238