pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ocaml-ipaddr



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Mar  4 16:15:21 UTC 2016

Modified Files:
        pkgsrc/net/ocaml-ipaddr: Makefile PLIST buildlink3.mk distinfo

Log Message:
Updated package to latest version, 2.7.0. Changes include:
2.7.0 (2016-02-14):
* Remove sexplib.syntax, type_conv deps and camlp4 transitive dependency
* Add ppx_sexp_conv dependency
* Require OCaml 4.02.2+
* Add `Ipaddr.Prefix.subset`, `Ipaddr.V4.Prefix.subset` and `Ipaddr.V6.subset`
  predicates to test containment of subnets (#52 from @seliopou)

2.6.1 (2015-02-20):
* Fix findlib requires in oasis to restore pre-4.02.1 compatibility

2.6.0 (2015-02-19):
* Change IPv6 link-local address prefix from fe80::/10 to fe80::/64. (#39)
* Remove type bytes = string alias (potentially breaking)
* Turn on -safe-string (#41)
* {V4,V6}.to_bytes_raw now uses Bytes.t rather than string (potentially breaking)
* Add multicast MAC conversions from RFC 1112 and RFC 2464
* Add to_domain_name conversions to DNS label lists (in-addr.arpa and ip6.arpa)
* Add V6.interface_routers, V6.site_routers, and V6.Prefix.solicited_node
* Add V6.link_address_of_mac to convert a MAC into a link local IP address


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/ocaml-ipaddr/Makefile \
    pkgsrc/net/ocaml-ipaddr/buildlink3.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ocaml-ipaddr/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ocaml-ipaddr/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index