pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/sipcalc
Module Name: pkgsrc
Committed By: nia
Date: Sat Mar 21 09:44:45 UTC 2026
Modified Files:
pkgsrc/net/sipcalc: distinfo
Added Files:
pkgsrc/net/sipcalc/patches: patch-include_sub.h
Log Message:
sipcalc: Fix implicit decl of bzero(3)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/sipcalc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/sipcalc/patches/patch-include_sub.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/sipcalc/distinfo
diff -u pkgsrc/net/sipcalc/distinfo:1.10 pkgsrc/net/sipcalc/distinfo:1.11
--- pkgsrc/net/sipcalc/distinfo:1.10 Tue Oct 26 11:06:55 2021
+++ pkgsrc/net/sipcalc/distinfo Sat Mar 21 09:44:45 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:06:55 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/03/21 09:44:45 nia Exp $
BLAKE2s (sipcalc-1.1.6.tar.gz) = 1d8b1433c9c0315271bc393cf73e80309a1f2dd6c9a9f712426984993e96ad07
SHA512 (sipcalc-1.1.6.tar.gz) = 9d2047a6fb6ef177d455f44abea19bab7d0131b16eb2444b2b074e94e776854fa74084ab625d2be9b64d136979ede71722c2e24dca12ff54e4a5bb02f947570e
Size (sipcalc-1.1.6.tar.gz) = 117628 bytes
+SHA1 (patch-include_sub.h) = 498ddcd339c474018efbdefad6dacceb8665d53d
Added files:
Index: pkgsrc/net/sipcalc/patches/patch-include_sub.h
diff -u /dev/null pkgsrc/net/sipcalc/patches/patch-include_sub.h:1.1
--- /dev/null Sat Mar 21 09:44:45 2026
+++ pkgsrc/net/sipcalc/patches/patch-include_sub.h Sat Mar 21 09:44:45 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-include_sub.h,v 1.1 2026/03/21 09:44:45 nia Exp $
+
+Fix implicit decl of string functions.
+
+--- include/sub.h.orig 2026-03-21 09:20:30.346319589 +0000
++++ include/sub.h
+@@ -21,6 +21,8 @@
+ #endif
+ #include <sys/socket.h>
+ #include <net/if.h>
++#include <string.h>
++#include <strings.h>
+
+ #ifdef PACKAGE
+ #define NAME PACKAGE
Home |
Main Index |
Thread Index |
Old Index