- Oct 18, 2019
-
-
Georg Koppen authored
-
Georg Koppen authored
-
- Oct 17, 2019
-
-
Georg Koppen authored
Changelog update and versions bump
-
- Oct 15, 2019
-
-
- Oct 13, 2019
-
-
Georg Koppen authored
-
- Oct 12, 2019
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
Changelog update and versions bump
-
- Oct 11, 2019
-
-
-
Georg Koppen authored
-
-
- Oct 10, 2019
-
-
boklm authored
-
- Oct 09, 2019
-
-
- Oct 08, 2019
-
-
boklm authored
We use /proc/cpuinfo to check for SSE2 support, however on some systems it isn't readable by ordinary users, so we just assume that SSE2 is available in this case.
-
-
Georg Koppen authored
-
- Oct 07, 2019
-
-
If you don't take this approach with unicode curly quotes, shellcheck thinks that maybe you meant to use "" instead.
-
Fixes bug 24755.
-
-
- Oct 05, 2019
- Oct 04, 2019
-
-
Georg Koppen authored
Thanks cypherpunk.
-
- Oct 03, 2019
-
-
Alex Catarineu authored
-
- Oct 02, 2019
-
-
boklm authored
-
- Oct 01, 2019
-
-
Georg Koppen authored
-
Georg Koppen authored
-
- Sep 27, 2019
-
-
Georg Koppen authored
Changelog update and versions bump
-
Georg Koppen authored
-
boklm authored
-
- Sep 26, 2019
-
-
Georg Koppen authored
-
boklm authored
With the linux-generic64 target the build is broken if we don't add the no-asm option: https://github.com/openssl/openssl/issues/9839 We fix that by switching to the linux-x86_64 target. At the same time we also switch the linux-generic32 target to linux-x86.
-
boklm authored
The default OPENSSLDIR on Windows builds contain spaces and parenthesis, which break the build as the unquoted path is used in several places. We fix this by escaping the spaces and parenthesis. This is fixing part of the issues mentioned in: https://github.com/openssl/openssl/issues/9520
-
boklm authored
This is fixing CVE-2019-1552: http://cve.circl.lu/cve/CVE-2019-1552 In oder to avoid changing the OPENSSLDIR to a directory that might be writable on the user system, we don't set the --prefix/--openssldir option anymore and use DESTDIR to select the packaging installation directory.
-
-
Matthew Finkel authored
-
Matthew Finkel authored
-
Matthew Finkel authored
-
- Sep 25, 2019
-
-
Remove mentions of webrtc and gclient from README.
-
Switched to using the pion/webrtc library and modified the targets to build snowflake on all platforms.
-
This was partially automated and generated from the "go mod" graph of pion-webrtc. Upgrade goxnet to da137c7871d7 (which allows removing a formerly nightly-only case, because the new commit is even newer than that one). Upgrade goxsys to fae7ac547cb7. We're using an updated version v2.1.3 of webrtc to include our upstreamed fix. I didn't bump all the way up to v2.1.4 because they moved to requiring Go 1.13.
-