pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Socket6 Update to 0.29



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dca0e9e489eb
branches:  trunk
changeset: 314166:dca0e9e489eb
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Oct 20 13:49:50 2018 +0000

description:
Update to 0.29

Upstream changes:
2018-09-30  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Socket6.pm: Bump version number to 0.29.

        * Socket6.xs: Updates the tests for handling the correct headers
        on NetBSD and DragonFly BSD.

        Submitted by:   Sevan Janiyan <venture37 [...] geeklan.co.uk>

diffstat:

 net/p5-Socket6/Makefile                 |   5 ++---
 net/p5-Socket6/distinfo                 |  10 +++++-----
 net/p5-Socket6/patches/patch-Socket6.xs |  25 -------------------------
 3 files changed, 7 insertions(+), 33 deletions(-)

diffs (60 lines):

diff -r d50fa718842f -r dca0e9e489eb net/p5-Socket6/Makefile
--- a/net/p5-Socket6/Makefile   Sat Oct 20 13:42:39 2018 +0000
+++ b/net/p5-Socket6/Makefile   Sat Oct 20 13:49:50 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2018/08/22 09:46:05 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2018/10/20 13:49:50 wen Exp $
 
-DISTNAME=              Socket6-0.28
+DISTNAME=              Socket6-0.29
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 CATEGORIES=            net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Socket6/}
 
diff -r d50fa718842f -r dca0e9e489eb net/p5-Socket6/distinfo
--- a/net/p5-Socket6/distinfo   Sat Oct 20 13:42:39 2018 +0000
+++ b/net/p5-Socket6/distinfo   Sat Oct 20 13:49:50 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2018/09/29 18:09:10 sevan Exp $
+$NetBSD: distinfo,v 1.17 2018/10/20 13:49:50 wen 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 (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-aa) = f9de0f5bd6f862129069f9617531260d8d821da8
diff -r d50fa718842f -r dca0e9e489eb net/p5-Socket6/patches/patch-Socket6.xs
--- a/net/p5-Socket6/patches/patch-Socket6.xs   Sat Oct 20 13:42:39 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$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
-|    Remove netinet6/ipsec.h.
-
-Socket6.xs:68:30: fatal error: netinet6/ipsec.h: No such file or directory
- #  include <netinet6/ipsec.h>
-
-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 <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__)
-+# elif !defined(__OpenBSD__) && !defined(__DragonFly__)
- #  include <netinet6/ipsec.h>
- # endif
- #endif



Home | Main Index | Thread Index | Old Index