pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Net



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Aug 16 12:44:35 UTC 2016

Modified Files:
        pkgsrc/net/p5-Net: Makefile distinfo

Log Message:
Updated net/p5-Net to 3.10
--------------------------
3.10 2016-08-01

    - Remove . from @INC when loading optional modules.  [Tony Cook, Perl
      RT#127834, CVE-2016-1238]

    - Removed the default Net::Cmd::timeout() since it inadvertently overrode
      the timeout() method in whatever IO::Socket::INET-like class sub-classes
      of Net::Cmd also derive from (at least in cases where Net::Cmd takes
      precedence in the method resolution, which it should do so that
      Net::Cmd::getline() overrides IO::Handle::getline()).

      This does cause problems for any Net::Cmd sub-classes that don't provide
      (by whatever means) the necessary parts of the interface of
      IO::Socket::INET, but since they mostly seem to anyway (apart from the one
      that led to the CPAN RT#110978 report!) this is now simply a documented
      requirement.

      [CPAN RT#116345]


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/p5-Net/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/p5-Net/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/Makefile
diff -u pkgsrc/net/p5-Net/Makefile:1.64 pkgsrc/net/p5-Net/Makefile:1.65
--- pkgsrc/net/p5-Net/Makefile:1.64     Mon Aug  1 12:06:22 2016
+++ pkgsrc/net/p5-Net/Makefile  Tue Aug 16 12:44:35 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2016/08/01 12:06:22 mef Exp $
+# $NetBSD: Makefile,v 1.65 2016/08/16 12:44:35 mef Exp $
 
-DISTNAME=      libnet-3.09
+DISTNAME=      libnet-3.10
 PKGNAME=       p5-${DISTNAME:S/libnet/Net/}
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}

Index: pkgsrc/net/p5-Net/distinfo
diff -u pkgsrc/net/p5-Net/distinfo:1.23 pkgsrc/net/p5-Net/distinfo:1.24
--- pkgsrc/net/p5-Net/distinfo:1.23     Mon Aug  1 12:06:22 2016
+++ pkgsrc/net/p5-Net/distinfo  Tue Aug 16 12:44:35 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2016/08/01 12:06:22 mef Exp $
+$NetBSD: distinfo,v 1.24 2016/08/16 12:44:35 mef Exp $
 
-SHA1 (libnet-3.09.tar.gz) = f00b06f746ffc32103df35c206d970c773f98768
-RMD160 (libnet-3.09.tar.gz) = 26d2ebb534c88bf105e64f1814914467f629c13b
-SHA512 (libnet-3.09.tar.gz) = ecf926af4c41834a62352a4404b688241775c3b257a1838dacdac0d263fc7d2bfb7bd7fae2543435112ce850c83974e1135f2b722dfcfabc2d65672bbe8315ed
-Size (libnet-3.09.tar.gz) = 94887 bytes
+SHA1 (libnet-3.10.tar.gz) = 0f2a71ae934f983ba4252f616806df4403cf6acd
+RMD160 (libnet-3.10.tar.gz) = ee64a14fcf32784b0dd46b6d73cd79f50e9c855a
+SHA512 (libnet-3.10.tar.gz) = 8d60e8d2cc8d1ae1f90cf3423f043333a9f07a731e689a2ad86b10e839c0cc0fdfc704a0c981f02962d3d7ad38e82a36837b1aadb56c73ee9c8da89d1239f351
+Size (libnet-3.10.tar.gz) = 95264 bytes
 SHA1 (patch-aa) = 37fa2fb82b0191b6641ddf59656ddc82dce0e3d3



Home | Main Index | Thread Index | Old Index