diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-13 13:39:08 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-01-13 13:39:08 +0100 |
commit | 00abb1f201cbe1e40c2eef30819be115d3d04d10 (patch) | |
tree | 7eb36871dd7af02db7d2f59482644a56bc79d7bb /thirdparty/README.md | |
parent | de0b31edd5b36b8c8016b7ca50c1823f2efbfa74 (diff) | |
download | redot-engine-00abb1f201cbe1e40c2eef30819be115d3d04d10.tar.gz |
openssl: Update to pristine 1.0.2n (security update)
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 56827bd198..ac1c0196da 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -327,7 +327,7 @@ Files extracted from the upstream source: ## openssl - Upstream: https://www.openssl.org -- Version: 1.0.2l +- Version: 1.0.2n - License: OpenSSL license / BSD-like Files extracted from the upstream source: @@ -344,11 +344,14 @@ Files extracted from the upstream source: -o -name "*.gcc" -o -name "*.in" -o -name "*.lnx" -o -name "*.m4" \ -o -name "*.pl" -o -name "*.pod" -o -name "*.s" -o -name "*.sh" \ -o -name "*.sol" -o -name "*test*" \) -delete - cd openssl; for file in *.h; do find ../{crypto,ssl} -name "$file" -delete; done + cd openssl; for file in *.h; do find ../{crypto,ssl} -name "$file" -delete; done; cd .. ``` For the rest check the `git status` and decide. - e_os.h -- Apply the Godot-specific patches in the `patches/` folder. +- MacOS/buildinf.h +- LICENSE +- Apply the Godot-specific patches in the `patches/` folder + (make sure not to commit .orig/.rej files generated by `patch`) ## opus |