From: "Omar Polo" Subject: Re: [Maintainer Update] archivers/zpaqfranz-63.6 To: tux0r Cc: OpenBSD ports Date: Sat, 08 Nov 2025 20:08:25 +0100 tux0r wrote: > A new version has appeared. Note that there are two warnings about > strcpy() and strcat() in this version: > > > ld.lld: warning: > > zpaqfranz.cpp(/tmp/zpaqfranz-8f2c73.o:(append_to_g_password_keyfilehash())): > > warning: strcpy() is almost always misused, please use strlcpy() > > ld.lld: warning: > > zpaqfranz.cpp(/tmp/zpaqfranz-8f2c73.o:(append_to_g_password_keyfilehash())): > > warning: strcat() is almost always misused, please use strlcat() > > I have reported these two warnings, and the developer is aware of > them (and has fixed at least one occurrence already), so I think > that providing our own patches won't be needed this time. autotest > works on AMD64. > > Patch attached. committed, thanks =)