dns master is now 5.0.0
This commit is contained in:
parent
584a53ffdf
commit
8e985ff8f3
10 changed files with 10 additions and 10 deletions
2
packages/dns-certify.4.6.99/opam
vendored
2
packages/dns-certify.4.6.99/opam
vendored
|
@ -38,4 +38,4 @@ description: """
|
||||||
A function to retrieve a certificate when providing a hostname, TSIG key, server
|
A function to retrieve a certificate when providing a hostname, TSIG key, server
|
||||||
IP, and an optional key seed. Best used with an letsencrypt unikernel.
|
IP, and an optional key seed. Best used with an letsencrypt unikernel.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#b9bb9346914e50fa42fcdbbeb609e0794e8102aa" }
|
||||||
|
|
2
packages/dns-certify.5.0.0/opam
vendored
2
packages/dns-certify.5.0.0/opam
vendored
|
@ -37,4 +37,4 @@ description: """
|
||||||
A function to retrieve a certificate when providing a hostname, TSIG key, server
|
A function to retrieve a certificate when providing a hostname, TSIG key, server
|
||||||
IP, and an optional key seed. Best used with an letsencrypt unikernel.
|
IP, and an optional key seed. Best used with an letsencrypt unikernel.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/hannesm/ocaml-dns.git#certify-allow-raw-in-additional" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#master" }
|
||||||
|
|
2
packages/dns-client.4.6.99/opam
vendored
2
packages/dns-client.4.6.99/opam
vendored
|
@ -36,4 +36,4 @@ synopsis: "Pure DNS resolver API"
|
||||||
description: """
|
description: """
|
||||||
A pure resolver implementation using uDNS.
|
A pure resolver implementation using uDNS.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#b9bb9346914e50fa42fcdbbeb609e0794e8102aa" }
|
||||||
|
|
2
packages/dns-mirage.4.6.99/opam
vendored
2
packages/dns-mirage.4.6.99/opam
vendored
|
@ -37,4 +37,4 @@ of the hash algorithm is used).
|
||||||
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
||||||
detailed overview.
|
detailed overview.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#b9bb9346914e50fa42fcdbbeb609e0794e8102aa" }
|
||||||
|
|
2
packages/dns-mirage.5.0.0/opam
vendored
2
packages/dns-mirage.5.0.0/opam
vendored
|
@ -37,4 +37,4 @@ of the hash algorithm is used).
|
||||||
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
||||||
detailed overview.
|
detailed overview.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/hannesm/ocaml-dns.git#certify-allow-raw-in-additional" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#master" }
|
||||||
|
|
2
packages/dns-server.4.6.99/opam
vendored
2
packages/dns-server.4.6.99/opam
vendored
|
@ -36,4 +36,4 @@ description: """
|
||||||
Primary and secondary DNS server implemented in value-passing style. Needs an
|
Primary and secondary DNS server implemented in value-passing style. Needs an
|
||||||
effectful layer to be useful.
|
effectful layer to be useful.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#b9bb9346914e50fa42fcdbbeb609e0794e8102aa" }
|
||||||
|
|
2
packages/dns-tsig.4.6.99/opam
vendored
2
packages/dns-tsig.4.6.99/opam
vendored
|
@ -26,4 +26,4 @@ synopsis: "TSIG support for DNS"
|
||||||
description: """
|
description: """
|
||||||
TSIG is used to authenticate nsupdate frames using a HMAC.
|
TSIG is used to authenticate nsupdate frames using a HMAC.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#b9bb9346914e50fa42fcdbbeb609e0794e8102aa" }
|
||||||
|
|
2
packages/dns-tsig.5.0.0/opam
vendored
2
packages/dns-tsig.5.0.0/opam
vendored
|
@ -26,4 +26,4 @@ synopsis: "TSIG support for DNS"
|
||||||
description: """
|
description: """
|
||||||
TSIG is used to authenticate nsupdate frames using a HMAC.
|
TSIG is used to authenticate nsupdate frames using a HMAC.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/hannesm/ocaml-dns.git#certify-allow-raw-in-additional" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#master" }
|
||||||
|
|
2
packages/dns.4.6.99/opam
vendored
2
packages/dns.4.6.99/opam
vendored
|
@ -41,4 +41,4 @@ of the hash algorithm is used).
|
||||||
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
||||||
detailed overview.
|
detailed overview.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#b9bb9346914e50fa42fcdbbeb609e0794e8102aa" }
|
||||||
|
|
2
packages/dns.5.0.0/opam
vendored
2
packages/dns.5.0.0/opam
vendored
|
@ -41,4 +41,4 @@ of the hash algorithm is used).
|
||||||
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
||||||
detailed overview.
|
detailed overview.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/hannesm/ocaml-dns.git#certify-allow-raw-in-additional" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#master" }
|
||||||
|
|
Loading…
Reference in a new issue