Skip to content

Commit

Permalink
Add dns-forward.0.8.4
Browse files Browse the repository at this point in the history
This restores the previous behaviour of sending no response rather
than NXDomain by default.

Fixes moby#202

Signed-off-by: David Scott <dave.scott@docker.com>
  • Loading branch information
djs55 committed Mar 28, 2017
1 parent 2bf4aad commit 910f067
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,17 @@ bug-reports: "https://github.com/djs55/ocaml-dns-forward"
dev-repo: "https://github.com/djs55/ocaml-dns-forward"
doc: "https://github.com/djs55/ocaml-dns-forward"

build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
build: [
make
]
build-test: [
["ocaml" "pkg/pkg.ml" "build" "--tests" "true"]
["ocaml" "pkg/pkg.ml" "test"]
make "test"
]

depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}
"ppx_tools" {build}
"cmdliner"
"mirage-flow"
"jbuilder" {build}
"mirage-flow" {<= "1.1.0"}
"channel"
"dns"
"rresult" "astring" "fmt"
Expand All @@ -32,4 +30,4 @@ depends: [
"ipaddr"
"alcotest" {test}
]
available: [ocaml-version >= "4.02.0"]
available: [ocaml-version >= "4.03.0"]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
archive: "https://github.com/djs55/ocaml-dns-forward/archive/v0.8.3.tar.gz"
checksum: "97db5768648adf81fa147c65fde9165f"
archive: "https://github.com/djs55/ocaml-dns-forward/archive/v0.8.4.tar.gz"
checksum: "4b675bfdf71f004aaf9c6b604e0335b9"
1 change: 0 additions & 1 deletion repo/win32/packages/dev/dns-forward.0.8.3

This file was deleted.

1 change: 1 addition & 0 deletions repo/win32/packages/dev/dns-forward.0.8.4

0 comments on commit 910f067

Please sign in to comment.