Received: by mail.netbsd.org (Postfix, from userid 605) id 6141D84D84; Sat, 29 Sep 2018 18:09:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 62D9884D44 for ; Sat, 29 Sep 2018 18:09:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZP3oEvLyqWtS for ; Sat, 29 Sep 2018 18:09:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9B60784C78 for ; Sat, 29 Sep 2018 18:09:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83F46FBEE; Sat, 29 Sep 2018 18:09:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153824455084620" MIME-Version: 1.0 Date: Sat, 29 Sep 2018 18:09:10 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/net/p5-Socket6 To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20180929180910.83F46FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153824455084620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Sat Sep 29 18:09:10 UTC 2018 Modified Files: pkgsrc/net/p5-Socket6: distinfo pkgsrc/net/p5-Socket6/patches: patch-Socket6.xs Log Message: DragonFly BSD removed the IPsec stack it inherited. http://lists.dragonflybsd.org/pipermail/commits/2018-April/672047.html To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/p5-Socket6/distinfo cvs rdiff -u -r1.1 -r1.2 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. --_----------=_153824455084620 Content-Disposition: inline Content-Length: 2483 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-Socket6/distinfo diff -u pkgsrc/net/p5-Socket6/distinfo:1.15 pkgsrc/net/p5-Socket6/distinfo:1.16 --- pkgsrc/net/p5-Socket6/distinfo:1.15 Sat Sep 8 23:34:37 2018 +++ pkgsrc/net/p5-Socket6/distinfo Sat Sep 29 18:09:10 2018 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2018/09/08 23:34:37 mef Exp $ +$NetBSD: distinfo,v 1.16 2018/09/29 18:09:10 sevan 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-Socket6.xs) = 6feff541bedce6664bc630f1212d33ae74bd51eb SHA1 (patch-aa) = f9de0f5bd6f862129069f9617531260d8d821da8 Index: pkgsrc/net/p5-Socket6/patches/patch-Socket6.xs diff -u pkgsrc/net/p5-Socket6/patches/patch-Socket6.xs:1.1 pkgsrc/net/p5-Socket6/patches/patch-Socket6.xs:1.2 --- pkgsrc/net/p5-Socket6/patches/patch-Socket6.xs:1.1 Sat Sep 8 23:35:09 2018 +++ pkgsrc/net/p5-Socket6/patches/patch-Socket6.xs Sat Sep 29 18:09:10 2018 @@ -1,4 +1,4 @@ -$NetBSD: patch-Socket6.xs,v 1.1 2018/09/08 23:35:09 mef Exp $ +$NetBSD: patch-Socket6.xs,v 1.2 2018/09/29 18:09:10 sevan Exp $ Starting (between 8.99.22 and 8.99.25), path changed on ipsec.h | Date: Thu Sep 6 19:07:13 2018 +0000 @@ -7,14 +7,19 @@ Starting (between 8.99.22 and 8.99.25), Socket6.xs:68:30: fatal error: netinet6/ipsec.h: No such file or directory # include ---- 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 = +DragonFly removed the IPsec stack it inherited + +--- Socket6.xs.orig 2016-04-11 03:27:34.000000000 +0000 ++++ Socket6.xs +@@ -62,9 +62,9 @@ const struct in6_addr in6addr_loopback = #ifdef __KAME__ # include # include -# if defined(__FreeBSD__) && __FreeBSD_version >= 700048 +# if (defined(__FreeBSD__) && __FreeBSD_version >= 700048 )|| (defined(__NetBSD__) && __NetBSD_Version__ >= 899002500 ) # include - # elif !defined(__OpenBSD__) +-# elif !defined(__OpenBSD__) ++# elif !defined(__OpenBSD__) && !defined(__DragonFly__) # include + # endif + #endif --_----------=_153824455084620--