What is the standard procedure for supplying patches to ports to this list? I have patched popclient to use eliminate calls to str{cat,cpy}() in favor of str[nl]{cat,cpy}() and replaced instances of sprintf and vsprintf with snprintf() and vsnprintf() to eliminate compiler warnings and specify bounds when dealing with buffers storing data from the network. A `make show=MAINTAINER` yeilded the address of ports@ so I guess this is as good a place to ask as any.
Pardon the question if this is covered in a FAQ and I have missed it. - Roman