Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | update checkout v3 to v4 | Ryo Nakamura | |
2024-04-10 | update codeql-action from v2 to v3 | Ryo Nakamura | |
2024-03-14 | remove test from the release workflow | Ryo Nakamura | |
because tagged commit is already tested. | |||
2024-02-04 | bump up container image versions and drop using CPack | Ryo Nakamura | |
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 | |||
2024-01-20 | run build on freebsd action in dev and main branches | Ryo Nakamura | |
2024-01-21 | add github actions to build mscp in FreeBSD | Ryo Nakamura | |
2024-01-06 | bump libssh to libssh-0.10.6-2-g6f1b1e76 | Ryo Nakamura | |
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 | |||
2024-01-04 | bump libssh to 0.10.6 | Ryo Nakamura | |
libssh 0.10.6 includes some security fixes, e.g., CVE-2023-48795. | |||
2023-11-11 | workflows: do apt-get update before running install-build-deps.sh | Ryo Nakamura | |
2023-11-11 | codeql.yml: do apt-get update before running install-build-deps.sh | Ryo Nakamura | |
2023-09-08 | enable github actions on the dev branch | Ryo Nakamura | |
2023-07-20 | drop centos8, add almalinux 8.8, update rocky to 8.8 | Ryo Nakamura | |
And cleanup Docker files | |||
2023-03-12 | remove VERSION from package file names | Ryo Nakamura | |
This change enables downloading latest packages from URL https://github.com/upa/mscp/releases/latest/download/PACKAGE | |||
2023-03-10 | add alpine docker to build mscp as a single binary | Ryo Nakamura | |
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! | |||
2022-12-11 | add 'z' to tar in release.yml... | Ryo Nakamura | |
and fix typo in README | |||
2022-11-26 | add workflow_dispatch to release.yml | Ryo Nakamura | |
2022-11-26 | github: add source-release job | Ryo Nakamura | |
Default source tar balls in github releases do not include submodules. source-release job uploads mscp tar ball with patched libssh. | |||
2022-11-24 | fix comments on release.yml | Ryo Nakamura | |
2022-11-24 | fix codeql.yml | Ryo Nakamura | |
2022-11-24 | fix codeql.yml: init submodules and apply patch to libssh | Ryo Nakamura | |
2022-11-24 | fix build-macos.yml | Ryo Nakamura | |
2022-11-24 | update github workflows to fit patched libssh | Ryo Nakamura | |
2022-11-13 | run mscp -h last on ci build | Ryo Nakamura | |
2022-11-13 | add rocky 8.6 support | Ryo Nakamura | |
2022-11-06 | add release.yml to automate releasing by tag | Ryo Nakamura | |
2022-11-06 | cleanup docker files and build/test procedure | Ryo Nakamura | |
2022-11-06 | add test.yml to test mscp inside docker on ubuntu | Ryo Nakamura | |
2022-11-06 | run install-build-deps.sh in codeql | Ryo Nakamura | |
2022-11-06 | Create codeql.yml | Ryo Nakamura | |
2022-11-05 | do not install libssh and cmake from homebrew | Ryo Nakamura | |
because they are already installed on the macos-latest runner. | |||
2022-11-05 | add ci to build on macos | Ryo Nakamura | |
2022-11-05 | remove test from build steps in github actions | Ryo Nakamura | |
2022-11-05 | Create cmake.yml | Ryo Nakamura | |
add build test by github actions |