Anthony Bilinski
b581a9c6f8
chore(release): Update qTox version number to v1.17.5
2022-03-05 04:18:05 -08:00
Anthony Bilinski
553bd47e81
fix(Windows): Restrict non-default install directory permissions
...
Installations to Program Files (default) inherit restrictive permissions,
disallowing regular users from writing to files in the install location. If a
user installs to other directories with more lax permissions though, i.e. C:\,
the install directory can be writable by non-admins, causing a privilege
escalation opportunity. An unprivileged user could modify or replace the qTox
binary or a dll, that would then be run by any other user on the system.
Clone Program Files permissions rather than trying to craft sane permissions
manually for simplicity and compatibility.
2022-03-05 04:15:19 -08:00
Anthony Bilinski
2c2c6f6818
refactor(Windows): Use UTF16 strings with files in Windows installer
...
Windows uses UTF16, so may have caused issues if users installed to paths with
non-ANSI characters. It is also needed for interacting with any OS files.
2022-03-05 04:15:19 -08:00
Anthony Bilinski
9f84184ba8
fix(Windows): Build NSIS installer in Unicode mode
...
ANSI mode is deprecated.
2022-03-05 04:15:19 -08:00
Anthony Bilinski
1353fc934e
fix(Windows): Define installer language before trying to access it
...
LangString UninstLogMissing statement was accessing LANG_ENGLISH before it was
defined by the MUI_LANGUAGE macro. It caused a warning, but still defaulted to
English.
2022-03-05 04:15:19 -08:00
Anthony Bilinski
5526d131a7
refactor(Windows): Define installer macros right after creating them
...
Breaks an inter-dependency between "MODERN UI" section needing CreateShortcut
and "PREPARE UNINST LOG" section needing LANG_ENGLISH, allowing "MODERN UI"
section to be done first.
2022-03-05 04:15:19 -08:00
Anthony Bilinski
f0e82c3d90
chore(release): Update version number to v1.17.4
2021-12-14 17:04:29 -08:00
Maxim Biro
96e1ce573b
chore(windows): update VPX to 1.11.0
2021-12-14 01:29:59 -08:00
Maxim Biro
f854e5bbef
chore(windows): update Exif to 0.6.24
2021-12-14 01:29:20 -08:00
Maxim Biro
0eb4dc3735
chore(windows): update FFmpeg to 4.4.1
2021-12-14 01:28:19 -08:00
Maxim Biro
bc7497a01c
chore(windows): update SQLCipher to 4.5.0
2021-12-14 01:25:48 -08:00
Maxim Biro
265e2e1721
chore(windows): update Qt to 5.12.12
2021-12-14 01:23:01 -08:00
Anthony Bilinski
e12e6fecaa
chore(deps): update c-toxcore to v0.2.13
2021-12-14 00:43:14 -08:00
Anthony Bilinski
8ba13db907
chore(release): Update version number to v1.17.3
2020-11-22 20:06:34 -08:00
Maxim Biro
bedcf6839a
fix(windows): iconengines not being installed
...
(cherry picked from commit 1e50c123dc
)
2020-11-22 20:05:00 -08:00
Maxim Biro
526db3eb81
refactor(Windows): unify whitespaces in NSIS scripts
...
While two files differ only by 3 lines, there were many unnecessary
whitespace differences between them.
(cherry picked from commit 169009f550
)
2020-11-22 20:04:48 -08:00
Maxim Biro
c97cacb52a
chore(windows): update Expat to 2.2.10
...
(cherry picked from commit a59c960d81
)
2020-11-22 20:02:32 -08:00
Maxim Biro
1a9fbffb24
chore(windows): update VPX to 1.9.0
...
(cherry picked from commit 2e1999e2ca
)
2020-11-22 20:02:27 -08:00
Maxim Biro
13b4396b75
chore(windows): update QREncode to 4.1.1
...
(cherry picked from commit cca17b2341
)
2020-11-22 20:02:22 -08:00
Maxim Biro
5de8ff4ee5
chore(windows): update FFmpeg to 4.3.1
...
(cherry picked from commit ea3d618223
)
2020-11-22 20:02:17 -08:00
Maxim Biro
e37a8cf82f
chore(windows): update Qt to 5.12.9
...
(cherry picked from commit dc78f410f0
)
2020-11-22 20:02:12 -08:00
Maxim Biro
bb89e7d906
chore(windows): update OpenSSL to 1.1.1h
...
(cherry picked from commit c2c7ee90e2
)
2020-11-22 20:02:07 -08:00
Anthony Bilinski
5932e9332b
chore(build): Update Windows toxcore build to v0.2.12
...
It was missed during the last update.
(cherry picked from commit e90edbf5c2
)
2020-11-22 20:01:12 -08:00
Anthony Bilinski
81e2d41106
chore(travis): use curl instead of wget to connect to libsodium
...
wget was failing to negotiate with download.libsodium.org since it doesn't
support TLS 1.0
Fix #6191
(cherry picked from commit c2483f474a
)
2020-11-22 20:00:28 -08:00
Maxim Biro
33a89c24ee
refactor(build): remove specific string tests
...
What we really want to test is if the variable is set/defined/non-empty.
(cherry picked from commit af78a42187
)
2020-11-22 20:00:22 -08:00
Maxim Biro
1900592646
fix(build): cache debug deps during 2nd stage
...
(cherry picked from commit a686468bfd
)
2020-11-22 20:00:14 -08:00
Maxim Biro
83f543fab8
chore(build): Update copyright year
...
(cherry picked from commit 2f6d3f443f
)
2020-11-22 20:00:07 -08:00
Maxim Biro
a0569e41a7
feat(windows): Build our own gdb
...
(cherry picked from commit ffc0359919
)
2020-11-22 19:59:59 -08:00
Maxim Biro
e06cebad5e
feat(windows): Make sure no dlls are missing
...
(cherry picked from commit bfa49df006
)
2020-11-22 19:59:53 -08:00
Maxim Biro
2e1349e23b
feat(windows): Link all Windows deps dynamically
...
(cherry picked from commit ef38c6b7b7
)
2020-11-22 19:59:46 -08:00
Maxim Biro
8608bfdc59
chore(windows): update Exif to 0.6.22
...
(cherry picked from commit 4e4e77b594
)
2020-11-22 19:59:38 -08:00
Maxim Biro
74e5500322
chore(windows): add a note on openal-soft loopback
...
(cherry picked from commit 0df31e0d73
)
2020-11-22 19:59:31 -08:00
Maxim Biro
6f57251e74
chore(windows): update FFmepg to 4.2.3
...
(cherry picked from commit fd1f11c201
)
2020-11-22 19:59:25 -08:00
Maxim Biro
80b2eebead
chore(windows): update SQLCipher to v4.4.0
...
(cherry picked from commit 2b0f3081ac
)
2020-11-22 19:59:16 -08:00
Maxim Biro
d1da219e54
chore(windows): update OpenSSL to 1.1.1g
...
(cherry picked from commit 9657e5ef1b
)
2020-11-22 19:58:51 -08:00
Anthony Bilinski
c5959f40a3
chore(deps): update c-toxcore to v0.2.12
...
(cherry picked from commit 728621f627
)
2020-11-22 19:57:54 -08:00
sudden6
465d826068
chore: bump version and update changelog
2020-04-26 14:06:16 +02:00
sudden6
0f5c5482db
chore(release): update qTox version to 1.17.0
2020-04-19 23:26:57 +02:00
sudden6
3d89b41e99
chore: update to Qt 5.12.8 for Windows
2020-04-18 16:10:53 -07:00
Anthony Bilinski
9888bc2d80
fix(build): disable Werror by default, keep enabled on CI
...
To allow for easier building with different compilers on user systems. Keep
strict checks on CI to make sure new warnings aren't ignored.
2020-04-12 16:30:17 -07:00
Anthony Bilinski
4a81bb1cb5
chore(windows): update OpenSSL to 1.1.1f
2020-04-05 12:08:41 -07:00
sudden6
a4ac178bbd
chore(deps): update c-toxcore to v0.2.11
2020-03-29 02:09:20 -07:00
Anthony Bilinski
4f7056385f
refactor: remove dependency on libfilteraudio
...
The audio filtering/echo compensation didn't ever work reliably, so just
remove it.
2020-03-23 18:24:23 -07:00
Maxim Biro
9ca34ab5e8
chore(windows): update VPX to 1.8.2
2020-03-03 00:38:35 -08:00
Maxim Biro
cfe4d4bbb1
chore(windows): update FFmpeg to 4.2.2
2020-03-03 00:38:35 -08:00
Maxim Biro
d6299b6db7
chore(windows): update SQLCipher to 4.3.0
2020-03-03 00:38:35 -08:00
Maxim Biro
14e14e0e26
chore(windows): update Qt to 5.12.7
2020-03-03 00:38:35 -08:00
Maxim Biro
2419b62762
fix(build): fix OpenAL Soft failing to build with newer CMake
2019-10-09 23:19:27 -07:00
Maxim Biro
8be99c0861
fix(build): fix SQLCipher build issue with OpenSSL 1.1.1 on Windows
2019-10-09 23:19:27 -07:00
Maxim Biro
39122d741a
chore(windows): update VPX to 1.8.1
2019-10-09 23:19:27 -07:00