pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-IO-Interface
Module Name: pkgsrc
Committed By: mef
Date: Tue Aug 16 13:09:17 UTC 2016
Modified Files:
pkgsrc/net/p5-IO-Interface: Makefile distinfo
pkgsrc/net/p5-IO-Interface/patches: patch-aa
Log Message:
Updated net/p5-IO-Interface to 1.09
-----------------------------------
1.09 Tue Dec 9 11:22:56 EST 2014
-Converted to use Module::Build
1.08 Mon Dec 8 10:38:42 EST 2014
-First Git version
-Apply segfault patches for OpenBSD from Mikolaj Kucharski.
1.07 Sun Jun 8 21:29:58 EDT 2014
-Apply patch from Miolaj Kucharski to fix segfault on OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/p5-IO-Interface/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/p5-IO-Interface/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/p5-IO-Interface/patches/patch-aa
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-IO-Interface/Makefile
diff -u pkgsrc/net/p5-IO-Interface/Makefile:1.25 pkgsrc/net/p5-IO-Interface/Makefile:1.26
--- pkgsrc/net/p5-IO-Interface/Makefile:1.25 Wed Jun 8 19:24:08 2016
+++ pkgsrc/net/p5-IO-Interface/Makefile Tue Aug 16 13:09:16 2016
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.25 2016/06/08 19:24:08 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2016/08/16 13:09:16 mef Exp $
#
-DISTNAME= IO-Interface-1.06
+DISTNAME= IO-Interface-1.09
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= he%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/IO-Interface/
COMMENT= IO-Interface - get and set interface characteristics
+LICENSE= artistic-2.0
PERL5_PACKLIST= auto/IO/Interface/.packlist
+PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/p5-IO-Interface/distinfo
diff -u pkgsrc/net/p5-IO-Interface/distinfo:1.7 pkgsrc/net/p5-IO-Interface/distinfo:1.8
--- pkgsrc/net/p5-IO-Interface/distinfo:1.7 Wed Nov 4 00:35:19 2015
+++ pkgsrc/net/p5-IO-Interface/distinfo Tue Aug 16 13:09:16 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 00:35:19 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/08/16 13:09:16 mef Exp $
-SHA1 (IO-Interface-1.06.tar.gz) = d775e8403487ca3ad86af9db3984ad19b0c0c997
-RMD160 (IO-Interface-1.06.tar.gz) = f06a3440396eeea7cb09927778571bd93cf10344
-SHA512 (IO-Interface-1.06.tar.gz) = d5a07b4df1614d4a0ca8462b3e343e1a65bed6f5282c6a368aa233e0d9f0f2d89475d1c5c0fa8fac1e495393bc164215a39af0f388c384e3c904ebf11f0a2460
-Size (IO-Interface-1.06.tar.gz) = 10339 bytes
-SHA1 (patch-aa) = e4c694f23813fefc9b8e4e83a5286e855a38e0f6
+SHA1 (IO-Interface-1.09.tar.gz) = 5cd764267ccd8b4a2495217a982d11c2d54cb666
+RMD160 (IO-Interface-1.09.tar.gz) = 9437908763a989cbd72493fb3239a207f602df36
+SHA512 (IO-Interface-1.09.tar.gz) = a23a4793e23ba0fbb0583c6692d7138e4a9b0a6959c9fa81489954090fa51ca6edfe79841a8f69ab7f7a52aec31a477cb01705f6d66d5c7e8b69f76301360cd5
+Size (IO-Interface-1.09.tar.gz) = 16414 bytes
+SHA1 (patch-aa) = 9a2da80746f38679e231df7c5abf8d0d5ec2fd45
Index: pkgsrc/net/p5-IO-Interface/patches/patch-aa
diff -u pkgsrc/net/p5-IO-Interface/patches/patch-aa:1.1 pkgsrc/net/p5-IO-Interface/patches/patch-aa:1.2
--- pkgsrc/net/p5-IO-Interface/patches/patch-aa:1.1 Mon Jul 14 18:13:16 2008
+++ pkgsrc/net/p5-IO-Interface/patches/patch-aa Tue Aug 16 13:09:17 2016
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.1 2008/07/14 18:13:16 he Exp $
+$NetBSD: patch-aa,v 1.2 2016/08/16 13:09:17 mef Exp $
---- Interface.xs.orig 2008-06-06 17:51:42.000000000 +0200
-+++ Interface.xs
-@@ -511,6 +511,9 @@ if_netmask(sock, name, ...)
- operation = SIOCGIFNETMASK;
- }
- if (!Ioctl(sock,operation,&ifr)) XSRETURN_UNDEF;
+--- lib/IO/Interface.xs~ 2014-12-10 01:41:30.000000000 +0900
++++ lib/IO/Interface.xs 2016-08-16 22:00:11.000000000 +0900
+@@ -442,6 +442,9 @@ if_addr(sock, name, ...)
+ operation = SIOCGIFADDR;
+ }
+ if (!Ioctl(sock,operation,&ifr)) XSRETURN_UNDEF;
+#ifdef __NetBSD__
+ ifr.ifr_addr.sa_family = AF_INET;
+#endif
- if (ifr.ifr_addr.sa_family != AF_INET) croak ("Address is not in the AF_INET family.\n");
- RETVAL = inet_ntoa(((struct sockaddr_in*) &ifr.ifr_addr)->sin_addr);
- #endif
+ if (ifr.ifr_addr.sa_family != AF_INET) croak ("Address is not in the AF_INET family.\n");
+ RETVAL = inet_ntoa(((struct sockaddr_in*) &ifr.ifr_addr)->sin_addr);
+ }
Home |
Main Index |
Thread Index |
Old Index