pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/netpipes



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 20 20:29:11 UTC 2026

Modified Files:
        pkgsrc/net/netpipes: distinfo
        pkgsrc/net/netpipes/patches: patch-ad

Log Message:
netpipes: Fix implicit decl of string funcs


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/netpipes/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/netpipes/patches/patch-ad

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

Modified files:

Index: pkgsrc/net/netpipes/distinfo
diff -u pkgsrc/net/netpipes/distinfo:1.6 pkgsrc/net/netpipes/distinfo:1.7
--- pkgsrc/net/netpipes/distinfo:1.6    Tue Oct 26 11:06:07 2021
+++ pkgsrc/net/netpipes/distinfo        Fri Mar 20 20:29:11 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:06:07 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/03/20 20:29:11 nia Exp $
 
 BLAKE2s (netpipes-4.2-export.tar.gz) = 932353d2044fc318e270d77560407d8d2c73ee30dd851f932a40ba177b37f258
 SHA512 (netpipes-4.2-export.tar.gz) = e107668d78220e0f8eac0c4dca975cf95d9b4873c385a682b395ddcfbf5c650cf1effd92307374495703d41d28075ad208cffb6c39d00121339585f1387a428f
@@ -6,7 +6,7 @@ Size (netpipes-4.2-export.tar.gz) = 7497
 SHA1 (patch-aa) = 25c4760f1a50f1e120b691b49088f149b5c54029
 SHA1 (patch-ab) = e2ff692a1153687c5c42da9df06cdc3012c6989a
 SHA1 (patch-ac) = 4cc8af134622dec798094dc043ad65c1e1154cf0
-SHA1 (patch-ad) = dfa0eeb9b6a723b6d91fa234e4cfeaad66e6ec8c
+SHA1 (patch-ad) = beee1fea22b6948c62b4ed554e750b9a3b5b0f8a
 SHA1 (patch-ae) = 482c06d563769b637c30e9c37fa35d920cee2651
 SHA1 (patch-af) = 8080accff1770403b3245832a74dd7a322be1649
 SHA1 (patch-ag) = 314faa08f019f4a8620164b1cb8db731b7dabf02

Index: pkgsrc/net/netpipes/patches/patch-ad
diff -u pkgsrc/net/netpipes/patches/patch-ad:1.1 pkgsrc/net/netpipes/patches/patch-ad:1.2
--- pkgsrc/net/netpipes/patches/patch-ad:1.1    Sun Dec 18 22:02:35 2005
+++ pkgsrc/net/netpipes/patches/patch-ad        Fri Mar 20 20:29:11 2026
@@ -1,10 +1,12 @@
-$NetBSD: patch-ad,v 1.1 2005/12/18 22:02:35 joerg Exp $
+$NetBSD: patch-ad,v 1.2 2026/03/20 20:29:11 nia Exp $
 
---- timelimit.c.orig   2005-12-18 21:54:52.000000000 +0000
+--- timelimit.c.orig   1998-10-28 20:30:06.000000000 +0000
 +++ timelimit.c
-@@ -30,7 +30,6 @@ static char info[] = "timelimit: a  util
+@@ -29,8 +29,8 @@ static char info[] = "timelimit: a  util
+ #include <sys/wait.h>
  #include <unistd.h>
  #include <stdlib.h>
++#include <string.h>
  #include <errno.h>
 -extern int errno;
  #include "common.h"



Home | Main Index | Thread Index | Old Index