| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4614 | tobtoht | 2026-06-30 | 1 | -0/+1 |
| |\ | | | | | | | | | | | 5564db6 Dockerfiles: pin Qt to a commit hash (Thomas) ACKs: selsta | ||||
| | * | Dockerfiles: pin Qt to a commit hash | Thomas | 2026-06-23 | 1 | -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 repo | selsta | 2026-06-26 | 1 | -2/+2 |
| |/ | |||||
| * | Dockerfiles: fetch dependencies over https instead of git:// / http:// | Thomas | 2026-06-22 | 1 | -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.19 | selsta | 2026-05-19 | 1 | -1/+1 |
| | | |||||
| * | docker: update Qt to 5.15.18 | selsta | 2026-01-31 | 1 | -1/+1 |
| | | |||||
| * | docker: update Qt to 5.15.17 | selsta | 2025-09-03 | 1 | -1/+1 |
| | | |||||
| * | docker: fix android build | tobtoht | 2025-07-17 | 1 | -1/+2 |
| | | |||||
| * | Docker android: upgrade dependencies | malinero | 2025-01-23 | 1 | -37/+34 |
| | | |||||
| * | Dockerfile: bump zlib version to 1.3.1 | selsta | 2024-03-09 | 1 | -3/+3 |
| | | |||||
| * | Dockerfile: remove no-asm for constant time AES | selsta | 2024-01-14 | 1 | -1/+1 |
| | | |||||
| * | docker: update zlib to 1.3 | selsta | 2023-09-15 | 1 | -2/+2 |
| | | |||||
| * | docker: update OpenSSL to 1.1.1u | tobtoht | 2023-05-30 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #4066 | luigi1111 | 2022-12-01 | 1 | -2/+2 |
| |\ | | | | | | | 6984bb8 docker: update Qt to 5.15.7 (selsta) | ||||
| | * | docker: update Qt to 5.15.7 | selsta | 2022-11-13 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #4064 | luigi1111 | 2022-12-01 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | 2d25454 docker: update zlib on android (selsta) | ||||
| | * | | docker: update zlib on android | selsta | 2022-11-07 | 1 | -2/+2 |
| | |/ | |||||
| * / | Docker android: avoid gradle auto download | malinero | 2022-10-02 | 1 | -0/+10 |
| |/ | |||||
| * | Merge pull request #4041 | luigi1111 | 2022-09-28 | 1 | -0/+1 |
| |\ | | | | | | | ff0c068 Android: disable asking for desktop entry (malinero) | ||||
| | * | Android: disable asking for desktop entry | malinero | 2022-09-25 | 1 | -0/+1 |
| | | | |||||
| * | | Docker android: update Qt to 5.15.6 (and API level to 29) | malinero | 2022-09-25 | 1 | -3/+2 |
| | | | |||||
| * | | Docker android: upgrade base image | malinero | 2022-09-18 | 1 | -3/+3 |
| | | | |||||
| * | | Docker android: bump libraries | malinero | 2022-09-18 | 1 | -11/+11 |
| | | | |||||
| * | | Docker android: update SDK and NDK | malinero | 2022-09-18 | 1 | -19/+17 |
| |/ | |||||
| * | docker: update linux and android openssl | selsta | 2022-07-14 | 1 | -2/+2 |
| | | |||||
| * | Docker: Update zlib for android | devhyper | 2022-04-01 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3702 | luigi1111 | 2021-09-23 | 1 | -0/+2 |
| |\ | | | | | | | 1c31f2e Docker: add missing hash checks (selsta) | ||||
| | * | Docker: add missing hash checks | selsta | 2021-09-15 | 1 | -0/+2 |
| | | | |||||
| * | | Docker: fix missing unbound on Android | selsta | 2021-09-15 | 1 | -0/+24 |
| |/ | |||||
| * | docker: fix boost bintray links | selsta | 2021-04-26 | 1 | -1/+1 |
| | | |||||
| * | Docker: Android - switch to debian:stretch, build CMake from source | xiphon | 2021-03-17 | 1 | -8/+17 |
| | | |||||
| * | QR-Code-scanner: integrate QUIRC library, implement QrDecoder, drop ZBar | xiphon | 2020-12-23 | 1 | -19/+0 |
| | | |||||
| * | docker: Android - use Qt 5.15.2, drop QT_PREFIX env variable | xiphon | 2020-11-07 | 1 | -6/+5 |
| | | |||||
| * | docker: fix Android build, update to Qt 5.15, README.md build steps | xiphon | 2020-10-26 | 1 | -85/+196 |
| | | | | | Co-authored-by: takel | ||||
| * | docker: move Android Dockerfile to root | xiphon | 2020-10-22 | 1 | -0/+107 |
