• exec/binkit.js

    From Deucе@VERT to Git commit to main/sbbs/master on Wed Jun 4 19:51:59 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/99c1ec3fd5a25ffd60ea0b67
    Modified Files:
    exec/binkit.js
    Log Message:
    Work around bug in issue #936

    The regexp engine used in aarch64 builds has a bug where /x[^x]*?$/
    will not match when /x[^x]*$/ will, which causes issues with lockfiles.

    Simply removing the ? (which in this case should not change the
    results) resolves it.

    Other cases of *?$ in regexps should be investigated to ensure this
    is the only workaround (this is the only case of an inverted alternative followed by *?$ I can find though).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wed Oct 29 12:31:58 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/59b1d9349a8630fb1417abb2
    Modified Files:
    exec/binkit.js
    Log Message:
    Bump the version to indicate semfile support

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net