summaryrefslogtreecommitdiff
path: root/net/ruby-netaddr
AgeCommit message (Collapse)AuthorFilesLines
2022-08-28net/ruby-netaddr: update to 2.0.6taca2-6/+6
2.0.6 (2022-07-08) * Fix support for ipv4-embedded ipv6 networks.
2021-11-28net/ruby-netaddr: update to 2.0.5taca2-6/+6
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.
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2020-03-24net/ruby-netaddr: update to 2.0.4taca2-7/+9
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.3taca2-7/+7
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.1taca3-25/+32
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.taca3-15/+15
====1.5.1 ===Changes * fixed bug with NetAddr#merge (credit to Daniel Boughton)
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+3
* Add LICENSE.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-04-22Update from version 1.4.0 to version 1.5.0.seb2-6/+6
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 NetBSDseb4-0/+45
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.