summaryrefslogtreecommitdiff
path: root/Dockerfile.linux
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4614tobtoht2026-06-301-12/+2
|\ | | | | | | | | | | 5564db6 Dockerfiles: pin Qt to a commit hash (Thomas) ACKs: selsta
| * Dockerfiles: pin Qt to a commit hashThomas2026-06-231-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 reposelsta2026-06-261-2/+2
|/
* Dockerfiles: fetch dependencies over https instead of git:// / http://Thomas2026-06-221-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.19selsta2026-05-191-1/+1
|
* docker: update Qt to 5.15.18selsta2026-01-311-1/+1
|
* Dockerfile.linux: bump hidapi to 0.15.0tobtoht2025-11-221-2/+2
|
* docker: update Qt to 5.15.17selsta2025-09-031-1/+1
|
* Dockerfile: update Linux base image to 18.04selsta2025-03-291-2/+2
|
* Merge pull request #4401tobtoht2025-02-241-1/+1
|\ | | | | | | 8512de2b Dockerfile linux: fix boost download url (malinero)
| * Dockerfile linux: fix boost download urlmalinero2025-01-201-1/+1
| |
* | Merge pull request #4377tobtoht2025-02-241-1/+1
|\ \ | | | | | | | | | ea39b20d docker: update Qt to 5.15.16 (selsta)
| * | docker: update Qt to 5.15.16selsta2024-11-201-1/+1
| |/
* / Dockerfile.linux: freetype.git mirror plowsof2024-10-011-2/+2
|/ | | https://savannah.gnu.org/ apears to be temp offline
* docker: bump Qt to v5.15.14tobtoht2024-05-241-1/+1
|
* docker: bump Qt to v5.15.13tobtoht2024-03-121-1/+1
|
* Merge pull request #4262luigi11112024-01-181-1/+1
|\ | | | | | | 84ea177 Dockerfile: remove no-asm for constant time AES (selsta)
| * Dockerfile: remove no-asm for constant time AESselsta2024-01-141-1/+1
| |
* | docker: update Qt to 5.15.12selsta2024-01-041-1/+1
|/
* docker: update Linux & Windows Qt to 5.15.11tobtoht2023-10-041-1/+1
|
* docker: update zlib to 1.3selsta2023-09-151-2/+2
|
* Merge pull request #4144luigi11112023-08-171-5/+5
|\ | | | | | | 4cbfa5e docker: update OpenSSL to 1.1.1u (tobtoht)
| * docker: update OpenSSL to 1.1.1utobtoht2023-05-301-5/+5
| |
* | docker: update Linux & Windows Qt to 5.15.10tobtoht2023-06-061-1/+1
|/
* docker: fix linux buildselsta2023-03-271-10/+10
|
* docker: remove duplicate libraryselsta2023-03-241-9/+0
|
* Merge pull request #4109luigi11112023-02-251-2/+2
|\ | | | | | | 56a91b2 docker: update hidapi to 0.13.1 on linux (selsta)
| * docker: update hidapi to 0.13.1 on linuxselsta2023-01-251-2/+2
| |
* | docker: update Windows and Linux Qt to 5.15.8selsta2023-01-161-1/+1
|/
* docker: update Qt to 5.15.7selsta2022-11-131-1/+1
|
* Merge pull request #4025luigi11112022-09-151-1/+1
|\ | | | | | | 10e28c5 docker: update qt to 5.15.6 (tobtoht)
| * docker: update qt to 5.15.6tobtoht2022-09-091-1/+1
| |
* | docker: update linux dependenciesselsta2022-08-121-29/+29
|/
* Merge pull request #3970luigi11112022-07-141-5/+5
|\ | | | | | | 2a9c6c6 docker: update linux and android openssl (selsta)
| * docker: update linux and android opensslselsta2022-07-141-5/+5
| |
* | docker: fix linux buildselsta2022-07-141-5/+5
|/
* docker: update Qt to 5.15.5selsta2022-06-211-1/+1
|
* docker: qt 5.15.4selsta2022-05-121-1/+1
|
* Docker: update Qt 5.15.2 -> 5.15.3selsta2022-03-251-1/+1
|
* Docker: bump hidapi on Linuxselsta2021-12-071-2/+2
|
* Docker: fix missing unbound on Linuxselsta2021-09-121-1/+21
|
* Docker: Linux - fix docker cache and apt update issuexiphon2021-04-301-21/+13
|
* docker: fix boost bintray linksselsta2021-04-261-1/+1
|
* docker: Linux - use Qt 5.15.2xiphon2020-11-121-26/+102
|
* Revert "docker: Linux - use Qt 5.15.2"selsta2020-11-091-92/+9
| | | | This reverts commit 1adf58793fec27346df8fc1e2e3954875fdc8a42.
* docker: Linux - use Qt 5.15.2xiphon2020-10-301-9/+92
|
* docker: Linux - CFLAGS and CXXFLAGS env variablesxiphon2020-10-271-25/+26
|
* docker: Linux - update freetype2 git sourcexiphon2020-10-041-1/+1
|
* docker: reduce Linux build environment image sizexiphon2020-09-241-29/+51
|
* docker: Windows static build (cross-compilation from Linux)xiphon2020-09-201-0/+185