• 3rdp/build/cl-poll-not-select.patch

    From Deuc╨╡ to Git commit to main/sbbs/master on Sunday, March 21, 2021 10:08:04
    https://gitlab.synchro.net/main/sbbs/-/commit/5ca84955bc8296544ce5cfb2
    Modified Files:
    3rdp/build/cl-poll-not-select.patch
    Log Message:
    Fix logic error in cl poll patch
  • From Deuc╨╡ to Git commit to main/sbbs/master on Tuesday, December 07, 2021 12:19:00
    https://gitlab.synchro.net/main/sbbs/-/commit/fd214111dc767858264bffec
    Modified Files:
    3rdp/build/cl-poll-not-select.patch
    Log Message:
    Remove check for fd <= FD_SETSIZE

    This was preventing cryptlib from working with socket descriptors
    over FD_SETSIZE despite being patched to use poll() to avoid the
    issue it's protecting against.

    May fix the various SSH/SSL internal error issues.