pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-Interface
Module Name: pkgsrc
Committed By: wen
Date: Sat Oct 15 13:54:37 UTC 2016
Modified Files:
pkgsrc/net/p5-Net-Interface: Makefile distinfo
Log Message:
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" |
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/p5-Net-Interface/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/p5-Net-Interface/distinfo
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-Net-Interface/Makefile
diff -u pkgsrc/net/p5-Net-Interface/Makefile:1.11 pkgsrc/net/p5-Net-Interface/Makefile:1.12
--- pkgsrc/net/p5-Net-Interface/Makefile:1.11 Wed Jun 8 19:24:12 2016
+++ pkgsrc/net/p5-Net-Interface/Makefile Sat Oct 15 13:54:36 2016
@@ -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/}
Index: pkgsrc/net/p5-Net-Interface/distinfo
diff -u pkgsrc/net/p5-Net-Interface/distinfo:1.3 pkgsrc/net/p5-Net-Interface/distinfo:1.4
--- pkgsrc/net/p5-Net-Interface/distinfo:1.3 Wed Nov 4 00:35:22 2015
+++ pkgsrc/net/p5-Net-Interface/distinfo Sat Oct 15 13:54:36 2016
@@ -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