summaryrefslogtreecommitdiff
path: root/ftp/bbftp-server/files/patch-bbftpd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Use a better way to deal with deprecated ERR_load_crypto_strings()Alexey Dokuchaev2021-02-011-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 separateAlexey Dokuchaev2021-01-301-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