pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/tspc



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Mar 21 10:35:44 UTC 2026

Modified Files:
        pkgsrc/net/tspc: distinfo
Added Files:
        pkgsrc/net/tspc/patches: patch-src_lib_cnfchk.c

Log Message:
tspc: Fix implicit function decls


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/tspc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/tspc/patches/patch-src_lib_cnfchk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/tspc/distinfo
diff -u pkgsrc/net/tspc/distinfo:1.10 pkgsrc/net/tspc/distinfo:1.11
--- pkgsrc/net/tspc/distinfo:1.10       Tue Oct 26 11:07:04 2021
+++ pkgsrc/net/tspc/distinfo    Sat Mar 21 10:35:44 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:07:04 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/03/21 10:35:44 nia Exp $
 
 BLAKE2s (tspc-2.1.1-src.tgz) = ead6c6362e8d5d7579b64fea48ea33dde8e5732b2869c53d909fe8571f9b51d4
 SHA512 (tspc-2.1.1-src.tgz) = 421d16637d710bbc0a0cef898a3dfb97484910a1f01d0a99d9fd2f613b2019f0f5422f8278e3b5a921819380deff7cc9b12a3a979307be894380879f6ed74747
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 6dc480d452d433ff444434
 SHA1 (patch-ac) = a89fda0331837399062c3486306adbd0b0e78474
 SHA1 (patch-ad) = e138a9a274607cbf8162868596b7399df9041c51
 SHA1 (patch-man-man8-tspc.8) = 9338dca0267de2b9b7ddd90f9631e0c08043c245
+SHA1 (patch-src_lib_cnfchk.c) = 87d34bb36a06426eb13d7b8d5ae87496d4e0d82e

Added files:

Index: pkgsrc/net/tspc/patches/patch-src_lib_cnfchk.c
diff -u /dev/null pkgsrc/net/tspc/patches/patch-src_lib_cnfchk.c:1.1
--- /dev/null   Sat Mar 21 10:35:44 2026
+++ pkgsrc/net/tspc/patches/patch-src_lib_cnfchk.c      Sat Mar 21 10:35:44 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_lib_cnfchk.c,v 1.1 2026/03/21 10:35:44 nia Exp $
+
+Fix implicit declaration of string functions.
+
+--- src/lib/cnfchk.c.orig      2026-03-21 10:13:05.037597336 +0000
++++ src/lib/cnfchk.c
+@@ -24,6 +24,7 @@
+ #include <stdio.h>
+ #include <unistd.h>
+ #include <memory.h>
++#include <string.h>
+ 
+ #include "platform.h"
+ 



Home | Main Index | Thread Index | Old Index