aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.android
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4614tobtoht2026-06-301-0/+1
|\ | | | | | | | | | | 5564db6 Dockerfiles: pin Qt to a commit hash (Thomas) ACKs: selsta
| * Dockerfiles: pin Qt to a commit hashThomas2026-06-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-4/+4
| | | | | | | | | 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
|
* docker: update Qt to 5.15.17selsta2025-09-031-1/+1
|
* docker: fix android buildtobtoht2025-07-171-1/+2
|
* Docker android: upgrade dependenciesmalinero2025-01-231-37/+34
|
* Dockerfile: bump zlib version to 1.3.1selsta2024-03-091-3/+3
|
* Dockerfile: remove no-asm for constant time AESselsta2024-01-141-1/+1
|
* docker: update zlib to 1.3selsta2023-09-151-2/+2
|
* docker: update OpenSSL to 1.1.1utobtoht2023-05-301-2/+2
|
* Merge pull request #4066luigi11112022-12-011-2/+2
|\ | | | | | | 6984bb8 docker: update Qt to 5.15.7 (selsta)
| * docker: update Qt to 5.15.7selsta2022-11-131-2/+2
| |
* | Merge pull request #4064luigi11112022-12-011-2/+2
|\ \ | | | | | | | | | 2d25454 docker: update zlib on android (selsta)
| * | docker: update zlib on androidselsta2022-11-071-2/+2
| |/
* / Docker android: avoid gradle auto downloadmalinero2022-10-021-0/+10
|/
* Merge pull request #4041luigi11112022-09-281-0/+1
|\ | | | | | | ff0c068 Android: disable asking for desktop entry (malinero)
| * Android: disable asking for desktop entrymalinero2022-09-251-0/+1
| |
* | Docker android: update Qt to 5.15.6 (and API level to 29)malinero2022-09-251-3/+2
| |
* | Docker android: upgrade base imagemalinero2022-09-181-3/+3
| |
* | Docker android: bump librariesmalinero2022-09-181-11/+11
| |
* | Docker android: update SDK and NDKmalinero2022-09-181-19/+17
|/
* docker: update linux and android opensslselsta2022-07-141-2/+2
|
* Docker: Update zlib for androiddevhyper2022-04-011-2/+2
|
* Merge pull request #3702luigi11112021-09-231-0/+2
|\ | | | | | | 1c31f2e Docker: add missing hash checks (selsta)
| * Docker: add missing hash checksselsta2021-09-151-0/+2
| |
* | Docker: fix missing unbound on Androidselsta2021-09-151-0/+24
|/
* docker: fix boost bintray linksselsta2021-04-261-1/+1
|
* Docker: Android - switch to debian:stretch, build CMake from sourcexiphon2021-03-171-8/+17
|
* QR-Code-scanner: integrate QUIRC library, implement QrDecoder, drop ZBarxiphon2020-12-231-19/+0
|
* docker: Android - use Qt 5.15.2, drop QT_PREFIX env variablexiphon2020-11-071-6/+5
|
* docker: fix Android build, update to Qt 5.15, README.md build stepsxiphon2020-10-261-85/+196
| | | | Co-authored-by: takel
* docker: move Android Dockerfile to rootxiphon2020-10-221-0/+107