pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/stund



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 20:18:03 UTC 2024

Modified Files:
        pkgsrc/net/stund: distinfo
        pkgsrc/net/stund/patches: patch-stun.cxx

Log Message:
stund: Include missing <sys/sockio.h> header


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/stund/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/stund/patches/patch-stun.cxx

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

Modified files:

Index: pkgsrc/net/stund/distinfo
diff -u pkgsrc/net/stund/distinfo:1.4 pkgsrc/net/stund/distinfo:1.5
--- pkgsrc/net/stund/distinfo:1.4       Tue Oct 26 11:06:58 2021
+++ pkgsrc/net/stund/distinfo   Thu Oct 10 20:18:02 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:06:58 nia Exp $
+$NetBSD: distinfo,v 1.5 2024/10/10 20:18:02 nia Exp $
 
 BLAKE2s (stund-0.97.tgz) = c42c11bba37d0251348b5027ec81acf12f2131d1bb5a143c14f3d5da263319a5
 SHA512 (stund-0.97.tgz) = 8f32d4fadf7264967a8cdabf410b9cd495e1f4dc6198d5efe07559996697db088a8a6b1b5fd0814c1a04fe8c17c866256d6a59b719a153fd23c26939d3c6bc1a
 Size (stund-0.97.tgz) = 169558 bytes
-SHA1 (patch-stun.cxx) = 11fd1b3dc949cee1cd7c9192fb48b1b1020dcd6b
+SHA1 (patch-stun.cxx) = c145c74556803bf10c177700d9095f86cc846af9
 SHA1 (patch-udp.h) = 0bc0c4254596fc9018f5bdc4d5dd96d6000bcbb6

Index: pkgsrc/net/stund/patches/patch-stun.cxx
diff -u pkgsrc/net/stund/patches/patch-stun.cxx:1.1 pkgsrc/net/stund/patches/patch-stun.cxx:1.2
--- pkgsrc/net/stund/patches/patch-stun.cxx:1.1 Wed Dec  6 15:43:48 2017
+++ pkgsrc/net/stund/patches/patch-stun.cxx     Thu Oct 10 20:18:02 2024
@@ -1,8 +1,16 @@
-$NetBSD: patch-stun.cxx,v 1.1 2017/12/06 15:43:48 jmcneill Exp $
+$NetBSD: patch-stun.cxx,v 1.2 2024/10/10 20:18:02 nia Exp $
 
 --- stun.cxx.orig      2012-01-26 11:02:46.000000000 +0000
 +++ stun.cxx
-@@ -673,12 +673,10 @@ stunRand()
+@@ -16,6 +16,7 @@
+ #include <string.h>
+ #include <sys/ioctl.h>
+ #include <sys/socket.h>
++#include <sys/sockio.h>
+ #include <sys/time.h>
+ #include <sys/types.h> 
+ #include <arpa/inet.h>
+@@ -673,12 +674,10 @@ stunRand()
        asm("rdtsc" : "=A" (tick));
  #elif defined (__SUNPRO_CC) || defined( __sparc__ )   
        tick = gethrtime();



Home | Main Index | Thread Index | Old Index