pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Socket6 Minix currently lacks IPsec support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0398485d403
branches:  trunk
changeset: 325499:b0398485d403
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sun Nov 18 22:45:17 2018 +0000

description:
Minix currently lacks IPsec support.

diffstat:

 net/p5-Socket6/distinfo                 |   4 ++--
 net/p5-Socket6/patches/patch-Socket6.xs |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r f24f75041dc8 -r b0398485d403 net/p5-Socket6/distinfo
--- a/net/p5-Socket6/distinfo   Sun Nov 18 18:07:20 2018 +0000
+++ b/net/p5-Socket6/distinfo   Sun Nov 18 22:45:17 2018 +0000
@@ -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
diff -r f24f75041dc8 -r b0398485d403 net/p5-Socket6/patches/patch-Socket6.xs
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Socket6/patches/patch-Socket6.xs   Sun Nov 18 22:45:17 2018 +0000
@@ -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