Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Use a better way to deal with deprecated ERR_load_crypto_strings() | Alexey Dokuchaev | 2021-02-01 | 1 | -13/+8 |
| | | | | | | | | | | | function by #includ'ing <openssl/err.h> header which already takes the proper care of it - Move away from using another deprecated RSA_generate_key() function - Apply the same hack as for the client port so it dynamically links against libcrypto.so, rather than statically against libcrypto.a Notes: svn path=/head/; revision=563542 | ||||
* | - Split into client and server ports: upstream now provides separate | Alexey Dokuchaev | 2021-01-30 | 1 | -0/+15 |
distfiles and also this allows to simplify configure and build glue in the Makefiles considerably - Update to version 3.2.1, reword both COMMENTs accordingly - Actualize MASTER_SITES and WWW line in the port description - Unbreak the build against contemporary versions of OpenSSL - Define LICENSE (GPLv2+) and install provided documentation files Notes: svn path=/head/; revision=563282 |