| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4614 | tobtoht | 2026-06-30 | 1 | -12/+2 |
| |\ | | | | | | | | | | | 5564db6 Dockerfiles: pin Qt to a commit hash (Thomas) ACKs: selsta | ||||
| | * | Dockerfiles: pin Qt to a commit hash | Thomas | 2026-06-23 | 1 | -12/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt was cloned with -b ${QT_VERSION} --depth 1 but, unlike every other dependency in these files, never reset to a commit, so a moved upstream tag would silently change the Qt source built into the release. Pin the qt5 superproject to its v5.15.19-lts-lgpl commit and let it resolve the submodules (git submodule update on linux/windows, init-repository on android), so only the qt5 hash is hardcoded. qt5 records the exact submodule commits, and the relative .gitmodules URLs keep the fetches on https. Follow-up to #4613. | ||||
| * | | docker: update libgpg-error and libgcrypt repo | selsta | 2026-06-26 | 1 | -2/+2 |
| |/ | |||||
| * | Dockerfiles: fetch dependencies over https instead of git:// / http:// | Thomas | 2026-06-22 | 1 | -15/+15 |
| | | | | | | | | | | The release Dockerfiles cloned Qt (code.qt.io) and libgpg-error/libgcrypt (git.gnupg.org) over unauthenticated git://, and fetched libiconv (ftp.gnu.org) over http://. Qt is tag-pinned only, so a MITM on its clone could substitute source into the build. Switch them all to https, like every other dependency in these files. The gnupg commit pins and the libiconv sha256sum are unchanged. | ||||
| * | docker: update Qt to 5.15.19 | selsta | 2026-05-19 | 1 | -1/+1 |
| | | |||||
| * | docker: update Qt to 5.15.18 | selsta | 2026-01-31 | 1 | -1/+1 |
| | | |||||
| * | Dockerfile.linux: bump hidapi to 0.15.0 | tobtoht | 2025-11-22 | 1 | -2/+2 |
| | | |||||
| * | docker: update Qt to 5.15.17 | selsta | 2025-09-03 | 1 | -1/+1 |
| | | |||||
| * | Dockerfile: update Linux base image to 18.04 | selsta | 2025-03-29 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #4401 | tobtoht | 2025-02-24 | 1 | -1/+1 |
| |\ | | | | | | | 8512de2b Dockerfile linux: fix boost download url (malinero) | ||||
| | * | Dockerfile linux: fix boost download url | malinero | 2025-01-20 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #4377 | tobtoht | 2025-02-24 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | ea39b20d docker: update Qt to 5.15.16 (selsta) | ||||
| | * | | docker: update Qt to 5.15.16 | selsta | 2024-11-20 | 1 | -1/+1 |
| | |/ | |||||
| * / | Dockerfile.linux: freetype.git mirror | plowsof | 2024-10-01 | 1 | -2/+2 |
| |/ | | | https://savannah.gnu.org/ apears to be temp offline | ||||
| * | docker: bump Qt to v5.15.14 | tobtoht | 2024-05-24 | 1 | -1/+1 |
| | | |||||
| * | docker: bump Qt to v5.15.13 | tobtoht | 2024-03-12 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4262 | luigi1111 | 2024-01-18 | 1 | -1/+1 |
| |\ | | | | | | | 84ea177 Dockerfile: remove no-asm for constant time AES (selsta) | ||||
| | * | Dockerfile: remove no-asm for constant time AES | selsta | 2024-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | docker: update Qt to 5.15.12 | selsta | 2024-01-04 | 1 | -1/+1 |
| |/ | |||||
| * | docker: update Linux & Windows Qt to 5.15.11 | tobtoht | 2023-10-04 | 1 | -1/+1 |
| | | |||||
| * | docker: update zlib to 1.3 | selsta | 2023-09-15 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #4144 | luigi1111 | 2023-08-17 | 1 | -5/+5 |
| |\ | | | | | | | 4cbfa5e docker: update OpenSSL to 1.1.1u (tobtoht) | ||||
| | * | docker: update OpenSSL to 1.1.1u | tobtoht | 2023-05-30 | 1 | -5/+5 |
| | | | |||||
| * | | docker: update Linux & Windows Qt to 5.15.10 | tobtoht | 2023-06-06 | 1 | -1/+1 |
| |/ | |||||
| * | docker: fix linux build | selsta | 2023-03-27 | 1 | -10/+10 |
| | | |||||
| * | docker: remove duplicate library | selsta | 2023-03-24 | 1 | -9/+0 |
| | | |||||
| * | Merge pull request #4109 | luigi1111 | 2023-02-25 | 1 | -2/+2 |
| |\ | | | | | | | 56a91b2 docker: update hidapi to 0.13.1 on linux (selsta) | ||||
| | * | docker: update hidapi to 0.13.1 on linux | selsta | 2023-01-25 | 1 | -2/+2 |
| | | | |||||
| * | | docker: update Windows and Linux Qt to 5.15.8 | selsta | 2023-01-16 | 1 | -1/+1 |
| |/ | |||||
| * | docker: update Qt to 5.15.7 | selsta | 2022-11-13 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #4025 | luigi1111 | 2022-09-15 | 1 | -1/+1 |
| |\ | | | | | | | 10e28c5 docker: update qt to 5.15.6 (tobtoht) | ||||
| | * | docker: update qt to 5.15.6 | tobtoht | 2022-09-09 | 1 | -1/+1 |
| | | | |||||
| * | | docker: update linux dependencies | selsta | 2022-08-12 | 1 | -29/+29 |
| |/ | |||||
| * | Merge pull request #3970 | luigi1111 | 2022-07-14 | 1 | -5/+5 |
| |\ | | | | | | | 2a9c6c6 docker: update linux and android openssl (selsta) | ||||
| | * | docker: update linux and android openssl | selsta | 2022-07-14 | 1 | -5/+5 |
| | | | |||||
| * | | docker: fix linux build | selsta | 2022-07-14 | 1 | -5/+5 |
| |/ | |||||
| * | docker: update Qt to 5.15.5 | selsta | 2022-06-21 | 1 | -1/+1 |
| | | |||||
| * | docker: qt 5.15.4 | selsta | 2022-05-12 | 1 | -1/+1 |
| | | |||||
| * | Docker: update Qt 5.15.2 -> 5.15.3 | selsta | 2022-03-25 | 1 | -1/+1 |
| | | |||||
| * | Docker: bump hidapi on Linux | selsta | 2021-12-07 | 1 | -2/+2 |
| | | |||||
| * | Docker: fix missing unbound on Linux | selsta | 2021-09-12 | 1 | -1/+21 |
| | | |||||
| * | Docker: Linux - fix docker cache and apt update issue | xiphon | 2021-04-30 | 1 | -21/+13 |
| | | |||||
| * | docker: fix boost bintray links | selsta | 2021-04-26 | 1 | -1/+1 |
| | | |||||
| * | docker: Linux - use Qt 5.15.2 | xiphon | 2020-11-12 | 1 | -26/+102 |
| | | |||||
| * | Revert "docker: Linux - use Qt 5.15.2" | selsta | 2020-11-09 | 1 | -92/+9 |
| | | | | | This reverts commit 1adf58793fec27346df8fc1e2e3954875fdc8a42. | ||||
| * | docker: Linux - use Qt 5.15.2 | xiphon | 2020-10-30 | 1 | -9/+92 |
| | | |||||
| * | docker: Linux - CFLAGS and CXXFLAGS env variables | xiphon | 2020-10-27 | 1 | -25/+26 |
| | | |||||
| * | docker: Linux - update freetype2 git source | xiphon | 2020-10-04 | 1 | -1/+1 |
| | | |||||
| * | docker: reduce Linux build environment image size | xiphon | 2020-09-24 | 1 | -29/+51 |
| | | |||||
| * | docker: Windows static build (cross-compilation from Linux) | xiphon | 2020-09-20 | 1 | -0/+185 |
