pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Socket6



Module Name:    pkgsrc
Committed By:   sevan
Date:           Sun Nov 18 22:45:17 UTC 2018

Modified Files:
        pkgsrc/net/p5-Socket6: distinfo
Added Files:
        pkgsrc/net/p5-Socket6/patches: patch-Socket6.xs

Log Message:
Minix currently lacks IPsec support.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/p5-Socket6/distinfo
cvs rdiff -u -r0 -r1.4 pkgsrc/net/p5-Socket6/patches/patch-Socket6.xs

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

Modified files:

Index: pkgsrc/net/p5-Socket6/distinfo
diff -u pkgsrc/net/p5-Socket6/distinfo:1.17 pkgsrc/net/p5-Socket6/distinfo:1.18
--- pkgsrc/net/p5-Socket6/distinfo:1.17 Sat Oct 20 13:49:50 2018
+++ pkgsrc/net/p5-Socket6/distinfo      Sun Nov 18 22:45:17 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2018/10/20 13:49:50 wen Exp $
+$NetBSD: distinfo,v 1.18 2018/11/18 22:45:17 sevan Exp $
 
 SHA1 (Socket6-0.29.tar.gz) = a0b281705b8af0bbf9284ba88d1a9291de130492
 RMD160 (Socket6-0.29.tar.gz) = d7826bb4884748c56b1835b5f9800fef25eb7184
 SHA512 (Socket6-0.29.tar.gz) = 51d05a04563519010f515a50fb1082c4e72eb4537137ad55f117458c71ec8429a5674083bd68adcbbf2e57632a1cb1bf60693ea98364e7f96c826ff8c9655b33
 Size (Socket6-0.29.tar.gz) = 65359 bytes
-SHA1 (patch-Socket6.xs) = 6feff541bedce6664bc630f1212d33ae74bd51eb
+SHA1 (patch-Socket6.xs) = b3bc391e87ae5778d4301e5a6a0983deebf25bd4
 SHA1 (patch-aa) = f9de0f5bd6f862129069f9617531260d8d821da8

Added files:

Index: pkgsrc/net/p5-Socket6/patches/patch-Socket6.xs
diff -u /dev/null pkgsrc/net/p5-Socket6/patches/patch-Socket6.xs:1.4
--- /dev/null   Sun Nov 18 22:45:17 2018
+++ pkgsrc/net/p5-Socket6/patches/patch-Socket6.xs      Sun Nov 18 22:45:17 2018
@@ -0,0 +1,16 @@
+$NetBSD: patch-Socket6.xs,v 1.4 2018/11/18 22:45:17 sevan Exp $
+
+Minix currently lacks IPsec support.
+
+--- Socket6.xs.orig    2018-11-18 22:39:33.471180000 +0000
++++ Socket6.xs
+@@ -65,7 +65,8 @@ const struct in6_addr in6addr_loopback =
+ # if (defined(__FreeBSD__) && __FreeBSD_version >= 700048) || \
+      (defined(__NetBSD__) && __NetBSD_Version__ >= 899002500)
+ #  include <netipsec/ipsec.h>
+-# elif !defined(__OpenBSD__) && !defined(__DragonFly__)
++# elif !defined(__OpenBSD__) && !defined(__DragonFly__) && \
++     !defined(__Minix__)
+ #  include <netinet6/ipsec.h>
+ # endif
+ #endif



Home | Main Index | Thread Index | Old Index