pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Socket6 (net/p5-Socket6) Remove netinet6/ipsec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f9e1b783554
branches:  trunk
changeset: 312631:0f9e1b783554
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 08 23:34:37 2018 +0000

description:
(net/p5-Socket6)  Remove netinet6/ipsec.h: Thu Sep 6 19:07:13 2018 +0000

diffstat:

 net/p5-Socket6/distinfo                 |   3 ++-
 net/p5-Socket6/patches/patch-Socket6.xs |  20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 65dedf2ae4dd -r 0f9e1b783554 net/p5-Socket6/distinfo
--- a/net/p5-Socket6/distinfo   Sat Sep 08 18:57:25 2018 +0000
+++ b/net/p5-Socket6/distinfo   Sat Sep 08 23:34:37 2018 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.14 2016/07/21 12:51:12 wiz Exp $
+$NetBSD: distinfo,v 1.15 2018/09/08 23:34:37 mef Exp $
 
 SHA1 (Socket6-0.28.tar.gz) = 5903fbf53e0e25623bf71c252c3a073389686ed0
 RMD160 (Socket6-0.28.tar.gz) = 8497de1d6edda53d28e214937d13172cab6e199b
 SHA512 (Socket6-0.28.tar.gz) = 6f7ea283b0eabbe3051ec6d54e070a0290aa1cec6bb82b949a5a23b38b591766d19d2ae7e085c86cf44dac19784c5df3c2bf25a011b77281d5cb7d025beaafce
 Size (Socket6-0.28.tar.gz) = 65567 bytes
+SHA1 (patch-Socket6.xs) = 15ebae6482467d87d091c700e4e880578453e933
 SHA1 (patch-aa) = f9de0f5bd6f862129069f9617531260d8d821da8
diff -r 65dedf2ae4dd -r 0f9e1b783554 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   Sat Sep 08 23:34:37 2018 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-Socket6.xs,v 1.1 2018/09/08 23:35:09 mef Exp $
+
+Starting (between 8.99.22 and 8.99.25), path changed on ipsec.h
+| Date:   Thu Sep 6 19:07:13 2018 +0000
+|    Remove netinet6/ipsec.h.
+
+Socket6.xs:68:30: fatal error: netinet6/ipsec.h: No such file or directory
+ #  include <netinet6/ipsec.h>
+
+--- Socket6.c.orig     2018-09-09 07:59:51.799287247 +0900
++++ Socket6.xs 2018-09-09 08:01:38.735684757 +0900
+@@ -71,7 +71,7 @@ const struct in6_addr in6addr_loopback =
+ #ifdef __KAME__
+ # include <sys/param.h>
+ # include <net/route.h>
+-# if defined(__FreeBSD__) && __FreeBSD_version >= 700048
++# if (defined(__FreeBSD__) && __FreeBSD_version >= 700048 )|| (defined(__NetBSD__) && __NetBSD_Version__ >= 899002500 )
+ #  include <netipsec/ipsec.h>
+ # elif !defined(__OpenBSD__)
+ #  include <netinet6/ipsec.h>



Home | Main Index | Thread Index | Old Index