From 7c9708687739a1fa578bdc1f85ac81bbeadfd01b Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 11 Dec 2020 12:39:05 +0100 Subject: [PATCH] dns: use another branch --- packages/dns-certify.4.6.99/opam | 2 +- packages/dns-client.4.6.99/opam | 2 +- packages/dns-mirage.4.6.99/opam | 2 +- packages/dns-server.4.6.99/opam | 2 +- packages/dns-tsig.4.6.99/opam | 2 +- packages/dns.4.6.99/opam | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/dns-certify.4.6.99/opam b/packages/dns-certify.4.6.99/opam index ebe3435..f63f5c4 100644 --- a/packages/dns-certify.4.6.99/opam +++ b/packages/dns-certify.4.6.99/opam @@ -36,4 +36,4 @@ description: """ 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. """ -url { src: "git+https://github.com/hannesm/ocaml-dns.git#txt" } +url { src: "git+https://github.com/hannesm/ocaml-dns.git#fix-mirage-certify" } diff --git a/packages/dns-client.4.6.99/opam b/packages/dns-client.4.6.99/opam index 1c37035..93ac3f8 100644 --- a/packages/dns-client.4.6.99/opam +++ b/packages/dns-client.4.6.99/opam @@ -36,4 +36,4 @@ synopsis: "Pure DNS resolver API" description: """ 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" } diff --git a/packages/dns-mirage.4.6.99/opam b/packages/dns-mirage.4.6.99/opam index 385a0ff..525e087 100644 --- a/packages/dns-mirage.4.6.99/opam +++ b/packages/dns-mirage.4.6.99/opam @@ -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 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" } diff --git a/packages/dns-server.4.6.99/opam b/packages/dns-server.4.6.99/opam index 36c8588..ee2efb8 100644 --- a/packages/dns-server.4.6.99/opam +++ b/packages/dns-server.4.6.99/opam @@ -35,4 +35,4 @@ description: """ Primary and secondary DNS server implemented in value-passing style. Needs an 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" } diff --git a/packages/dns-tsig.4.6.99/opam b/packages/dns-tsig.4.6.99/opam index d623bc6..16eae4b 100644 --- a/packages/dns-tsig.4.6.99/opam +++ b/packages/dns-tsig.4.6.99/opam @@ -26,4 +26,4 @@ synopsis: "TSIG support for DNS" description: """ 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" } diff --git a/packages/dns.4.6.99/opam b/packages/dns.4.6.99/opam index bc55692..8b302b1 100644 --- a/packages/dns.4.6.99/opam +++ b/packages/dns.4.6.99/opam @@ -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 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" }