Age | Commit message (Collapse) | Author |
|
|
|
because tagged commit is already tested.
|
|
We have already provided DEB packages in launchpad PPA and RPM packages
in COPR. Thus, we need no more deb/rpm packages in Github releases. The
single binary build of mscp is an execptio.
Updated container image versions:
- almalinux 8.8 -> 9.3
- rocky 8.8 -> 8.9, and 9.3 is added
- alpine 3.17 -> 3.19
|
|
libssh 0.10.6 has a regression in IPv6 parsing, so we pick
stable-0.10 that includes the fixes.
https://gitlab.com/libssh/libssh-mirror/-/issues/227
|
|
libssh 0.10.6 includes some security fixes, e.g., CVE-2023-48795.
|
|
And cleanup Docker files
|
|
This change enables downloading latest packages from URL
https://github.com/upa/mscp/releases/latest/download/PACKAGE
|
|
The build recipe in docker/alpine-3.17.Dockerfile uses conan to
build mscp as a single binary (with statically linked musl).
Now the mscp binary is portable!
|
|
and fix typo in README
|
|
|
|
Default source tar balls in github releases do not include
submodules. source-release job uploads mscp tar ball with patched
libssh.
|
|
|
|
|
|
|
|
|