pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-Interface Update to 1.016
details: https://anonhg.NetBSD.org/pkgsrc/rev/71a73aa64adc
branches: trunk
changeset: 353840:71a73aa64adc
user: wen <wen%pkgsrc.org@localhost>
date: Sat Oct 15 13:54:36 2016 +0000
description:
Update to 1.016
Upstream changes:
1.016 Fri Sep 23 11:11:25 PDT 2016
add PREREQUISITE section to Interface.pm documentation
add FATAL warning in Makefile.pl for missing /usr/include/sys files
1.015 Wed Sep 21 16:56:55 PDT 2016
update copyright date in documentation
1.014 Tue Sep 21 13:24:30 PDT 2016
Interface.xs change MTU mask from 'ffff' to '1ffff'
to accomodate mtu = 65536
netsymbols.pl add %unique and cleanslurp() to 'IFFs' processing
restructured to run internal code into subroutine
1.013 not released
see Makefile.PL
--- Net-Interface-1.012/Makefile.PL Sun Mar 8 13:18:20 2009
+++ Makefile.PL Wed May 12 16:18:04 2010
@@ -78,6 +78,11 @@
unless ($oldstuff =~ m|$addflags{$_}|) {
$oldstuff .= $addflags{$_};
}
+# fix up issue with memcpy, bug 57413
+ if ($KEY eq 'CCFLAGS') {
+ $oldstuff .= ' ' if $oldstuff && $oldstuff !~ / $/;
+ $oldstuff .= '-D_FORTIFY_SOURCE=0';
+ }
$cfgstrg .= qq|$KEY="$oldstuff" |
diffstat:
net/p5-Net-Interface/Makefile | 5 ++---
net/p5-Net-Interface/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 6d58cf559b81 -r 71a73aa64adc net/p5-Net-Interface/Makefile
--- a/net/p5-Net-Interface/Makefile Sat Oct 15 13:48:38 2016 +0000
+++ b/net/p5-Net-Interface/Makefile Sat Oct 15 13:54:36 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2016/06/08 19:24:12 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/10/15 13:54:36 wen Exp $
-DISTNAME= Net-Interface-1.012
+DISTNAME= Net-Interface-1.016
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 7
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff -r 6d58cf559b81 -r 71a73aa64adc net/p5-Net-Interface/distinfo
--- a/net/p5-Net-Interface/distinfo Sat Oct 15 13:48:38 2016 +0000
+++ b/net/p5-Net-Interface/distinfo Sat Oct 15 13:54:36 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:35:22 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/10/15 13:54:36 wen Exp $
-SHA1 (Net-Interface-1.012.tar.gz) = 2567ccd68128b851e4fe7b186a5a4308f47646a5
-RMD160 (Net-Interface-1.012.tar.gz) = 39171b79699db38db2ad75f3740c0150022bc679
-SHA512 (Net-Interface-1.012.tar.gz) = b6c481f6d490b902d09a3147d84888d8f5f30642ea56400145a2f1269bf5bd775dba0ad24887d4214bd2dbf4dafb84012c36908348b6f29a06ddb661949ce0be
-Size (Net-Interface-1.012.tar.gz) = 173350 bytes
+SHA1 (Net-Interface-1.016.tar.gz) = 82b2662fd0e69999568d5eff3c4baf9089d84ac0
+RMD160 (Net-Interface-1.016.tar.gz) = 253fe9e1b21446a4a72144d74548f5f4ef4e1b2b
+SHA512 (Net-Interface-1.016.tar.gz) = 0ecc29f8dae20a3ddd513c88287cddb3d2681bc48f99cac37f131582dbbc82b57db8460117d9ff7638f24ded46d194ac011c6de171a7582e4fd2bd461d74337a
+Size (Net-Interface-1.016.tar.gz) = 174784 bytes
Home |
Main Index |
Thread Index |
Old Index