Edit

IABSD.fr/ports/sysutils/tmate

Branch :

  • Show log

    Commit

  • Author : kirill
    Date : 2025-04-23 13:06:18
    Hash : 0c2080cf
    Message : sysutils/tmate: compatibility with new imsg API We had the imsg earthquake which includes renaming of imsg_init into imsgbuf_init, which leads a configure to a conclusion that tmate needs compat/imsg.c and compat/imsg-buffer.c where additional socket() is used. That ends to a need extention of pledge(). This was a wrong way, the right one is support the new imsg API. OK: tb@