Newer
Older
NetAddr-IP / Changes
@Michael Robinton Michael Robinton on 21 Oct 2014 14 KB Import of MIKER/NetAddr-IP-4.051 from CPAN.
  1. Revision history for Perl extension NetAddr::IP
  2.  
  3. 4.051 Mon Oct 24 14:44:53 PDT 2011
  4. fix bug 71869
  5. in Lite.pm v1.34
  6. use Math::BigInt::Calc for creating BigInt values and fall
  7. back to NetAddr::IP::Calc if Math::BigInt is not present.
  8.  
  9. remove reference to Config{osname} in InetBase.pm v0.03
  10. (Util 1.43)
  11.  
  12.  
  13. 4.050 Sat Oct 22 01:58:57 PDT 2011
  14. In Lite/Util/lib/NetAddr/IP/Lite/Util/InetBase.pm v0.02
  15. Socket6 prior to version 0.23 does not have AF_INET6 in the
  16. EXPORT_OK array, modify InetBase.pm v0.2 to work around this.
  17.  
  18. Add support for Math::BigInt to NetAddr::IP::Lite v1.33
  19.  
  20. 4.049 Sat Oct 15 22:15:10 PDT 2011
  21. Updates to Lite.pm, Util.pm, new module InetBase.pm
  22.  
  23. In Lite v1.32
  24. bug68723, add capability to parse input of the form
  25. ->new6(12345,1). This should have been there but was
  26. missing. Thanks to Andrei Benea for spotting this.
  27. In Util v1.41
  28. add inet_pton, inet_ntop, AF_INET, AF_INET6
  29.  
  30. modify inet_n2dx and inet_n2ad to
  31. recognize the new 128 bit IPv4 format
  32. ::FFFF:FFFF:0:0
  33.  
  34. replace isIPv4 with a pure perl version for portablity
  35.  
  36. split the following into NetAddr::IP::InetBase v0.01
  37. to provide better long term support for IPv6
  38. inet_aton
  39. inet_ntoa
  40. ipv6_aton
  41. ipv6_n2x
  42. ipv6_n2d
  43. inet_any2n
  44. inet_n2dx
  45. inet_n2ad
  46. inet_ntop
  47. inet_pton
  48. packzeros
  49. isIPv4
  50. isNewIPv4
  51. isAnyIPv4
  52. AF_INET
  53. AF_INET6
  54.  
  55. 4.048 Sat Oct 8 01:33:44 PDT 2011
  56. remove debug print statement from Util v1.40
  57.  
  58. 4.047 Thu Oct 6 23:41:42 PDT 2011
  59. really correct missing reference in Util v1.39
  60. doc update only in Lite.pm v1.30
  61.  
  62. 4.046 Thu Oct 6 20:20:33 PDT 2011 DEPRECATED
  63. corrected missing reference to inet_4map6 in Util v1.38
  64.  
  65. 4.045 Thu Oct 6 18:23:04 PDT 2011 DEPRECATED
  66. updated NetAddr::IP::Util 1.37
  67. addid isAnyIPv4, isNewIPv4, inet_4map6
  68. revised naip_gethostbyname
  69. to conform to Perl's gethostbyname output
  70.  
  71. 4.044 Wed May 18 14:47:34 PDT 2011
  72. added missing support for ->compactref(\@list) which is described
  73. in the documentation but not implemented.
  74.  
  75. Thanks to Rusty Bourland codebard@gmail.com for spotting this
  76. and providing both a patch and test code
  77.  
  78. 4.043 Wed Apr 6 11:31:19 PDT 2011
  79. Update documentation on the use of "adding constants
  80. to an IP address".
  81.  
  82. 4.042 Tue Mar 22 15:26:02 PDT 2011
  83. Update Lite.pm v1.27 to encompass treatment of /31 and /127
  84. point-to-point networks as described in RFC 3021
  85.  
  86. NOTE: for /31's and /127's
  87. this changes the behavior of the following methods:
  88. first returns the "network" address
  89. last returns the "broadcast" address
  90. nth index 0 returns "network" addr instead of undef
  91. nth index 1 returns "broadcast" addr instead of undef
  92. num returns 2 instead of 0 (zero)
  93.  
  94. "old_nth" behavior is unchanged
  95.  
  96. Thanks to Todd Caine todd.caine@gmail.com for pointing this out.
  97.  
  98. 4.041 Tue Mar 8 15:18:16 PST 2011
  99. Updated Lite.pm v1.26, "sub num" to support usable IP ranges
  100. greater than 2**32
  101.  
  102. Thanks to Jan Ploski jan@plosquare.com for finding this bug
  103.  
  104. 4.040 Sat Feb 19 10:04:00 PST 2011
  105. correction to use of Util.pm package lexicals
  106.  
  107. thanks to mishikal@yahoo.com for spotting the bug and to
  108. Mark Martinec mark.martinec+ama...@ijs.si for the solution.
  109.  
  110. 4.039 Wed Feb 16 15:48:03 PST 2011
  111. Correct documentation for 'split' methods
  112.  
  113. 4.038 Fri Dec 17 17:47:47 PST 2010
  114. Modify subs "new" and "new6" in Lite.pm to accomodate
  115. Cisco mask syntax that uses space instead of "/" for a separator
  116. This eliminates the need for "new_cis" and "newcis6" which are now
  117. deprecated.
  118.  
  119. Modify LIte/t/v4-cnew.t and add Lite/t/v6-cnew.t to test the above
  120.  
  121. 4.037 Fri Nov 19 10:48:01 PST 2010
  122. add :upper and :lower to Lite.pm v1.23
  123. add comments about rfc5952 requirement for lowercase ipV6 notation
  124. in Lite.pm v1.23 and IP.pm
  125. add test for :lower in Lite.pm v1.23
  126.  
  127. 4.036 Tue Nov 16 16:28:37 PST 2010
  128. In Util.pm v1.35, naip_gethostbyname modified to return undef
  129. instead of 0 (zero) on failure
  130.  
  131. thanks to Terry Cassidy enaudishaylee@tc17.com for the bug report
  132.  
  133. In Util.pm v1.35, move sub's ipv6_n2d and ipv6_n2x to non-autosplit
  134. portion of module to eliminate warnings during autosplit of "our"
  135. variables
  136.  
  137. thanks to Nicholas Bamber <nicholas@periapt.co.uk>
  138. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517361
  139.  
  140. In Lite.pm v1.22, update new6 to properly classify short ipv4 notation
  141. i.e. 127/8 with test for ":" rather than match for \d.\d.\d.\d
  142. thanks to Steve Huff (SHUFF) * shuff@cpan.org for
  143. spotting that bug.
  144.  
  145. In Lite.pm v1.22, update t/v4-new.t for deprecated array syntax in
  146. perl 5.13
  147. was: qw(...stuff...)
  148. is: (qw(...stuff...))
  149.  
  150. thanks to Todd Rinaldo <toddr@cpan.org> for reporting this
  151.  
  152. 4.035 Thu Oct 28 14:26:19 PDT 2010
  153. fix bug in Lite v1.21 where new6 improperly assigns the mask value
  154. for and ipv4 address in 32 bit space instead of 128 bit space
  155.  
  156. Thanks to Mark Martinec and Steve Huff (SHUFF) * shuff@cpan.org
  157. for spotting and replicating that bug
  158.  
  159. added new_cis and new_cis6 to Lite.pm v1.21 to accomodate
  160. Cisco syntax that has IP and MASK seperated by a space.
  161.  
  162. Updated typo in documentation that left out example
  163. print new6 stuff
  164.  
  165. 4.034 Mon Oct 25 16:22:01 PDT 2010
  166. Updated Lite::_xnew v1.20 to properly handle ipV6 notation of the form
  167. xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, DDD
  168.  
  169. Thanks to Dusty Mabe <Dusty.Mabe@tekelec.com> for spotting this bug
  170.  
  171. 4.033 Wed Sep 29 10:32:50 PDT 2010
  172. Conditionalize import of AF_INET6 in Util.pm
  173. NetAddr::IP::UtilPolluted
  174.  
  175. 4.032 Wed Sep 22 13:39:08 PDT 2010
  176. Added overload => 'ne' and '!=' to Lite.pm v1.18
  177.  
  178. 4.031 Tue Sep 21 19:21:04 PDT 2010
  179. Pull Socket6 stuff out of Lite 1.17 and put into
  180. NetAddr::IP::Util.pm 1.33 in its own namespace
  181.  
  182. 4.030 Tue Jul 20 15:32:23 PDT 2010
  183. Resolve named hosts in Lite.pm using gethostbyname, followed by
  184. gethostbyname6 to determine whether to set ipV6 flag
  185.  
  186. Thanks to Dusty Mabe <Dusty.Mabe@tekelec.com> for spotting this bug
  187.  
  188. 4.029 Thu Jul 8 18:17:38 PDT 2010
  189. In NetAddr::IP::Lite,
  190. added support for the sub "new" to resolve host6 names
  191. if the OPTIONAL perl Socket6 module is available
  192.  
  193. Thanks to "Mabe, Dusty" <Dusty.Mabe@tekelec.com> for spotting
  194. this and suggesting a fix.
  195.  
  196. 4.028 Wed May 12 14:18:20 PDT 2010
  197. In /Lite/Util/Util.xs v1.32,
  198. changed netswap() to postincrement
  199. *a++ = to *a and added increment after save to mollify some
  200. picky compilers that return possible undefined behavior.
  201.  
  202. changed type of _128x10 to 'void'
  203.  
  204. Thanks to David Bolt <dbolt@davjam.org> for the above two patches
  205.  
  206. 4.027 Tue Jun 9 10:31:11 PDT 2009
  207. In NetAddr::IP::Util v1.31,
  208. ferret out shell value for Makefile.PL when calling
  209. ./configure for systems where the 'x' bit gets lost
  210. due to bug in Archive::Tar
  211.  
  212. 4.026 Sat Mar 7 16:35:33 PST 2009
  213. make the compiler test check the environment for
  214. CC before using Perl's default compiler
  215.  
  216. 4.025 Sat Mar 7 16:15:18 PST 2009
  217. revised compiler test in Makefile.PL for Util v1.29
  218. to accomodate picky Solaris "cc"
  219.  
  220. 4.024 Mon Jan 26 00:27:32 PST 2009
  221. documentation update
  222.  
  223. 4.023 Fri Jan 16 14:30:40 PST 2009
  224. added the capability to set the CASE of ipV6 text return
  225. values to either upper or lower. Thanks to
  226. Rob Riepel <riepel@networking.Stanford.EDU> for developing
  227. this improvement and providing a comprehensive patch
  228.  
  229. 4.022 Sat Dec 20 13:05:01 PST 2008
  230. In Util.xs 1.28
  231. set uninitialized "carry" in XS bin2bcd to zero
  232.  
  233. This insidious bug only showed up on 64 bit hosts running perl 5.6.2
  234. Thanks to Oliver Paukstadt <pstadt@sourcentral.org> for taking the
  235. time to do the testing for me on his s390 system.
  236.  
  237. 4.021 Wed Dec 10 11:09:36 PST 2008
  238. Removed test code that produces a warning about all perl versions,
  239. OOPS!! instead of just the buggy 5.8.0 - 5.8.5 versions.
  240. Thanks to paul@city-fan.org for reporting this.
  241.  
  242. 4.020 Tue Dec 9 16:25:46 PST 2008
  243. cleaned up various typo's with good patch from
  244. Rob Riepel <riepel@networking.Stanford.EDU>
  245. thanks Rob.
  246.  
  247. revised UtilPP v1.7 to work around perl 5.8.4
  248. failures with certain @_ operations of goto &sub...
  249. see perl bug [ 23429]. Unfortunately, perl-5.8.4 is
  250. the distribution of choice for many solaris boxes
  251.  
  252. 4.019 Sat Nov 29 15:15:30 PST 2008
  253. in Lite/Util, add pure perl testing to XS build
  254.  
  255. 4.018 Fri Nov 28 23:19:01 PST 2008
  256. revised XS code to be full re-entrant, thread safe in Util.xs v1.26
  257. removed all traces of mutex locks in Util.xs v1.26
  258. removed function 'threads' here an in UtilPP v1.6
  259.  
  260. 4.017 Sun Nov 23 19:32:59 PST 2008
  261. Extended the capability of 'splitref' to allow splitting of
  262. objects into multiple pieces with differing CIDR masks.
  263. Returned object list can be split from bottom to top
  264. or from top to bottom depending on which method is called
  265.  
  266. split, rsplit, splitref, rsplitref
  267.  
  268. Thanks to kashmish <kashmish@gmail.com> for the idea on
  269. improving functionality of 'split'.
  270.  
  271. Thanks to Rob Riepel <riepel@networking.Stanford.EDU>
  272. for a faster and more accurate _compV6 function.
  273.  
  274. in UtitPP v1.5
  275. correct documentation error
  276. add threads reporting (empty string)
  277.  
  278. in Util v1.25
  279. add threads reporting that returns a comma separated
  280. string of build headers.
  281.  
  282. added what is hopefully thread safe operation via
  283. serialization. Must be invoked by "--with-threads"
  284.  
  285. in Lite v1.12
  286. corrected missing Zeros subroutine
  287. Zeros and Zero both will work
  288.  
  289. in Lite v1.12
  290. added minus (-) overloading to allow the subtraction
  291. of two NetAddr::IP objects to get the difference between
  292. the object->{addr}'s as a numeric value
  293. Thanks to Rob Riepel <riepel@networking.Stanford.EDU>
  294. for the initial code and inspiration for this enhancement
  295.  
  296. 4.016 Wed Nov 5 18:13:20 PST 2008
  297. in Util/ version 1.24
  298. Clean up Makefile.PL to check actual required link
  299. libraries against the perl build for consistency
  300.  
  301. 4.015 Sun Nov 2 10:10:38 PST 2008
  302. in Util v1.23 add missing headers in configure and localconf.h
  303. for Solaris inet_xton
  304. thanks to Karl Bunch <karl@digilink.net> for spotting the bug.
  305.  
  306. 4.014 Sat Nov 1 15:13:48 PST 2008
  307. in Lite.pm v1.11, add test for characters not allowed by
  308. rfc952 before the call to gethostbyname in sub new() for those
  309. people that insist on using deprecated functionality :aton
  310. and OS's that fail to notice calls to gethostbyname with
  311. binary arguments.
  312.  
  313. 4.013 Wed Oct 22 15:04:49 PDT 2008
  314. In Lite.pm v1.10, add new no octal method for
  315. improperly formatted ipV4 addresses
  316.  
  317. In Util.pm v1.22, eliminated dependence on PL_sawampersand
  318. thanks to Mark Martinec <Mark.Martinec@ijs.si>
  319. for spotting this and submitting a patch.
  320.  
  321. In Util.pm v1.22, force -noxs mode for Win32
  322.  
  323. In Util.pm v1.22, use autoconf to configure 'C' build
  324.  
  325. 4.012 Thu Oct 16 19:35:33 PDT 2008
  326. clear build bug for Win32 in Util.pm v 1.21
  327.  
  328. 4.011 released Oct 6 13:10
  329.  
  330. 4.010 Sat Sep 27 17:00:28 PDT 2008
  331. in NetAddr::IP::Util v0.19
  332. updated test for ENDIANess in siteconf
  333.  
  334. add test in inet_aton to detect overange IP dot quad values
  335. missed by some broken Socket implementations
  336. i.e. 256.1.1.1 would fail to return undef
  337.  
  338. NOTE: Versions 4.008 and 4.009 had limited release to tester only
  339. and were not uploaded to CPAN. All of the v4.008, 4.009
  340. changes are incorporated in v4.010
  341.  
  342. 4.009 Tue Sep 2 19:09:57 PDT 2008
  343. In NetAddr::IP::Lite v1.07,
  344. in the off chance that NetAddr::IP::Lite objects are created
  345. and the caller later loads NetAddr::IP and expects to use
  346. those objects, let the AUTOLOAD routine find and redirect
  347. NetAddr::IP::Lite method and subroutine calls to NetAddr::IP.
  348.  
  349. updated Lite/t/v4-wnew.t so that non-existent
  350. domains are "really" not there
  351.  
  352. 4.008 Sat Jun 7 14:01:55 PDT 2008
  353. inherit method "new_from_aton" from NetAddr::IP::Lite
  354. add related documentation
  355.  
  356. Inherited methods from Lite.pm updated as follows:
  357.  
  358. comparisons of the form <, >, <=, >=
  359. 10.0.0.0/24 {operator} 10.0.0.0/16
  360. return now return the comparison of the cidr value
  361. when the address portion is equal.
  362. NOTE: this comparison returns the comparison of the NUMERIC
  363. value of the CIDR. This produces the counter intuitive result
  364. that /24 > /16. There is logic to this, really! For proper
  365. operation of commands like "Compact" and "Coalesce", lists of
  366. netaddr objects must sort in ascending order. However, this
  367. conflicts with the requirement for larger netblocks to sort
  368. FIRST so as to include smaller ones. This logic extends to
  369. any requirement for a sort of netaddr objects. It should be
  370. further noted that the mixing of netaddr objects with varying
  371. IP addresses and CIDR allocations can lead to unexpected
  372. results since the comparisons done first on the IP portion
  373. and then on the CIDR portion. The documentation has been
  374. updated appropriately.
  375. Thanks to Peter DeVries for spotting this discrepancy
  376.  
  377. 4.007 Wed Jun 6 16:41:11 VET 2007
  378. Update copyright dates
  379.  
  380. 4.006 Wed Jun 6 15:58:04 VET 2007
  381.  
  382. A patch from Michael got rid of $& and $` as reported by Daryl
  383. O'Shea and documented at
  384. http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5312
  385.  
  386. 4.004 Wed Aug 16 16:01:54 PDT 2006
  387. update to include/exclude files in corrupted distro
  388.  
  389. 4.003 Sun Aug 6 10:48:25 PDT 2006
  390. correct SYNOPSIS documentation
  391. add :old_nth
  392.  
  393. update Lite.pm documentation
  394. update Util.pm documentation
  395. Imported into distribution CVS tree - Some revision number
  396. mismatches are to be expected
  397. Latin-1 is back
  398. Fixed some angle brackets so that they show up in the docs
  399.  
  400. 4.002 Fri Aug 4 14:14:16 PDT 2006
  401. remove unused global variable $isV6
  402.  
  403. update Lite.pm to v1.02
  404. $isV6 global converted to a lexical variable within sub "_xnew"
  405. $Class global removed and replaced by calls to UNIVERSAL::isa
  406. Thanks to julian@mehnle.net for spotting problems related to
  407. using the Lite.pm with mod_perl
  408.  
  409. 4.001 Thu Jul 6 14:09:01 PDT 2006
  410. various bug fixes courtesy of Luis Munoz:
  411. changes to Lite.pm v1.01, Util.pm v0.17 see Changes in those distros.
  412. update t/v6-re.t, addconst called as a scalar, should be called to
  413. return the address value ()[1]
  414.  
  415. 4.000 Mon Jun 19 21:51:10 PDT 2006
  416. initial release of version 4.000 which includes
  417. full support of ipV6 addresses and drops the requirement
  418. for Math::BigInt and will run on older versions of Perl
  419. at least back to 5.005_03
  420.