pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/scamper



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 20:33:39 UTC 2024

Modified Files:
        pkgsrc/net/scamper: distinfo
Added Files:
        pkgsrc/net/scamper/patches: patch-internal.h

Log Message:
scamper: Include <limits.h> for LONG_MIN/LONG_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/scamper/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/scamper/patches/patch-internal.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/scamper/distinfo
diff -u pkgsrc/net/scamper/distinfo:1.16 pkgsrc/net/scamper/distinfo:1.17
--- pkgsrc/net/scamper/distinfo:1.16    Tue Oct 26 11:06:54 2021
+++ pkgsrc/net/scamper/distinfo Thu Oct 10 20:33:39 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:06:54 nia Exp $
+$NetBSD: distinfo,v 1.17 2024/10/10 20:33:39 nia Exp $
 
 BLAKE2s (scamper-cvs-20141211d.tar.gz) = 1a789a37bafd250cfa7ccac558efc569887f563e22de6c8d4f7e67d2dc2b1477
 SHA512 (scamper-cvs-20141211d.tar.gz) = b032868470039691c45d90dd99025fd569c1cb63b8d337d4be04fe2ddac3b9c334cd7075a0b2533d093d65d8bb18414db1e74f4fc9719072679021aa7df99b7c
 Size (scamper-cvs-20141211d.tar.gz) = 1465618 bytes
+SHA1 (patch-internal.h) = 3d6e81b0d7da0f8092b51f79ead6eae1345081cc

Added files:

Index: pkgsrc/net/scamper/patches/patch-internal.h
diff -u /dev/null pkgsrc/net/scamper/patches/patch-internal.h:1.1
--- /dev/null   Thu Oct 10 20:33:39 2024
+++ pkgsrc/net/scamper/patches/patch-internal.h Thu Oct 10 20:33:39 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-internal.h,v 1.1 2024/10/10 20:33:39 nia Exp $
+
+Include <limits.h> for LONG_MIN/LONG_MAX.
+
+--- internal.h.orig    2024-10-10 20:30:50.817453129 +0000
++++ internal.h
+@@ -203,6 +203,7 @@ typedef unsigned short sa_family_t;
+ #include <signal.h>
+ #include <fcntl.h>
+ #include <ctype.h>
++#include <limits.h>
+ #include <time.h>
+ #include <math.h>
+ 



Home | Main Index | Thread Index | Old Index