summaryrefslogtreecommitdiff
path: root/net/ruby-netaddr/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-08-28net/ruby-netaddr: update to 2.0.6taca1-2/+2
2.0.6 (2022-07-08) * Fix support for ipv4-embedded ipv6 networks.
2021-11-28net/ruby-netaddr: update to 2.0.5taca1-2/+2
2.0.5 (2021-10-07) No release note and here are quote from commit logs: * Add support for ipv4-embedded ipv6. * Add support for additional prefix lengths for ipv4(). * Fix IPv6 zero compression. Per rfc5952 section-4.2.2, do not compress a single zero field. Credit to https://github.com/sftim for pointing this out. * Fix bug with fill() methods.
2020-03-24net/ruby-netaddr: update to 2.0.4taca1-2/+4
Update ruby-netaddr to 2.0.4. No release notes available but several bug fixes and improvements.
2018-03-23net/ruby-netaddr: update to 2.0.3taca1-2/+2
2.0.2 (2018/01/27) * add to_net() 2.0.3 (2018/03/23) * add contains() * add long() * Remove unused `newNet` local variable to stop warning
2018-03-14net/ruby-netaddr: update to 2.0.1taca1-4/+4
pkgsrc change: * update HOMEPAGE. * LICENSE is apache-2.0 for netaddr 2.x. Version 2.x A complete rewrite and totally incompatible with 1.x. My main motivation now is to reduce bug reports resulting from the poor code quality of 1.x.
2017-09-04Comment out dead sites.wiz1-2/+2
2016-03-15Update ruby-netaddr to 1.5.1.taca1-3/+2
====1.5.1 ===Changes * fixed bug with NetAddr#merge (credit to Daniel Boughton)
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+3
* Add LICENSE.
2009-04-22Update from version 1.4.0 to version 1.5.0.seb1-2/+2
Upstream changes: ==Version ====1.5.0 ===Changes * fixed bug with EUI48#to_eui64 (credit to Erik Kline) * fixed bug with u/l bit toggle on EUI#link_local (credit to Erik Kline) * added EUI#to_ipv6 * added NetAddr#supernets
2008-05-09Initial import of ruby-netaddr as version 1.4.0 into the NetBSDseb1-0/+15
Packages Collection. NetAddr (formerly IPAdmin) is a Ruby package for working with network addresses. Includes: ability to subnet/supernet IPv4 and IPv6 space, create CIDR-based hierarchical trees, manipulate MAC addresses, and much more.