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.

diff --git a/archivers/zpaqfranz/Makefile b/archivers/zpaqfranz/Makefile
index 9299127929d..45a16c569be 100644
--- a/archivers/zpaqfranz/Makefile
+++ b/archivers/zpaqfranz/Makefile
@@ -1,7 +1,7 @@
 BROKEN-sparc64 = SIGBUS due to unaligned access when running tests
 
 COMMENT =	journaling archiver for incremental backup, fork of ZPAQ
-DIST_TUPLE =	github fcorbelli zpaqfranz 63.4 .
+DIST_TUPLE =	github fcorbelli zpaqfranz 63.6 .
 CATEGORIES =	archivers
 MAINTAINER =	tux0r <[email protected]>
 
diff --git a/archivers/zpaqfranz/distinfo b/archivers/zpaqfranz/distinfo
index 6ad92a31cb8..4f5049cc4f1 100644
--- a/archivers/zpaqfranz/distinfo
+++ b/archivers/zpaqfranz/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fcorbelli-zpaqfranz-63.4.tar.gz) = NKyV7d7WL+AhH8hW14u66UzYdKISG6ozl9woHIgXfy4=
-SIZE (fcorbelli-zpaqfranz-63.4.tar.gz) = 2044784
+SHA256 (fcorbelli-zpaqfranz-63.6.tar.gz) = GnjUV1bSDZ3z5sfbTuKzHoGT5FEaPKc5MQoYCq666ig=
+SIZE (fcorbelli-zpaqfranz-63.6.tar.gz) = 2069896

Reply via email to