dns: use another branch
This commit is contained in:
parent
eb47f7f223
commit
7c97086877
6 changed files with 6 additions and 6 deletions
2
packages/dns-certify.4.6.99/opam
vendored
2
packages/dns-certify.4.6.99/opam
vendored
|
@ -36,4 +36,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#txt" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#fix-mirage-certify" }
|
||||||
|
|
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/hannesm/ocaml-dns.git#txt" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#fix-mirage-certify" }
|
||||||
|
|
2
packages/dns-mirage.4.6.99/opam
vendored
2
packages/dns-mirage.4.6.99/opam
vendored
|
@ -38,4 +38,4 @@ supported (always the full length 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#txt" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#fix-mirage-certify" }
|
||||||
|
|
2
packages/dns-server.4.6.99/opam
vendored
2
packages/dns-server.4.6.99/opam
vendored
|
@ -35,4 +35,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/hannesm/ocaml-dns.git#txt" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#fix-mirage-certify" }
|
||||||
|
|
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/hannesm/ocaml-dns.git#txt" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#fix-mirage-certify" }
|
||||||
|
|
2
packages/dns.4.6.99/opam
vendored
2
packages/dns.4.6.99/opam
vendored
|
@ -42,4 +42,4 @@ supported (always the full length 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#txt" }
|
url { src: "git+https://github.com/hannesm/ocaml-dns.git#fix-mirage-certify" }
|
||||||
|
|
Loading…
Reference in a new issue