Add some useful comments to the wolfssl package
This commit is contained in:
@@ -1,10 +1,16 @@
|
|||||||
package=wolfssl
|
package=wolfssl
|
||||||
|
|
||||||
ifeq ($(host_os),mingw32)
|
ifeq ($(host_os),mingw32)
|
||||||
|
# this is the highest version known to compile on windows
|
||||||
$(package)_version=4.8.1
|
$(package)_version=4.8.1
|
||||||
$(package)_file_name=wolfssl-$($(package)_version).tar.gz
|
$(package)_file_name=wolfssl-$($(package)_version).tar.gz
|
||||||
$(package)_sha256_hash=50db45f348f47e00c93dd244c24108220120cb3cc9d01434789229c32937c444
|
$(package)_sha256_hash=50db45f348f47e00c93dd244c24108220120cb3cc9d01434789229c32937c444
|
||||||
else
|
else
|
||||||
|
# BEWARE: Updating this version could cause weird bugs where nodes
|
||||||
|
# hang after a few days or do not respond to the "stop" RPC . 5.2.0
|
||||||
|
# definitely has problems, versions between 4.8.1 and 5.2.0 have not
|
||||||
|
# been tested yet. Make sure to do extensive testing when changing this
|
||||||
|
# package version
|
||||||
$(package)_version=4.8.1
|
$(package)_version=4.8.1
|
||||||
$(package)_file_name=wolfssl-$($(package)_version).tar.gz
|
$(package)_file_name=wolfssl-$($(package)_version).tar.gz
|
||||||
$(package)_sha256_hash=50db45f348f47e00c93dd244c24108220120cb3cc9d01434789229c32937c444
|
$(package)_sha256_hash=50db45f348f47e00c93dd244c24108220120cb3cc9d01434789229c32937c444
|
||||||
|
|||||||
Reference in New Issue
Block a user