Skip to content

Commit a4eb817

Browse files
authored
Merge pull request #31 from joelpurra/feature/getdns-v1.3.0
Upgrade to getdns v1.3.0 for travis tests
2 parents 8c290e4 + ed893c7 commit a4eb817

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ before_install:
3030
- make
3131
- make install
3232
- cd ..
33-
- curl -O https://getdnsapi.net/releases/getdns-1-0-0/getdns-1.0.0.tar.gz
34-
- tar -xf getdns-1.0.0.tar.gz
35-
- cd getdns-1.0.0
33+
- curl -O https://getdnsapi.net/releases/getdns-1-3-0/getdns-1.3.0.tar.gz
34+
- tar -xf getdns-1.3.0.tar.gz
35+
- cd getdns-1.3.0
3636
- ./configure --with-ssl="$OPENSSL_PREFIX" --with-libunbound="$UNBOUND_PREFIX"
3737
- make
3838
- sudo make install

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,13 @@ getdns-node has a few advantages over the [default DNS module in Node.js](https:
4141

4242
## Installation and Requirements
4343

44-
- [Node.js](https://nodejs.org/) **v9.x.x**, **v8.x.x**, **v6.x.x**, **v4.x.x**; current and [long-term support (LTS)](https://github.com/nodejs/LTS) versions.
45-
- [getdns](https://getdnsapi.net/) C library **v1.0.0** or later; see [getdns releases](https://getdnsapi.net/releases/) or [getdnsapi/getdns](https://github.com/getdnsapi/getdns).
46-
- [Unbound](https://unbound.net/) DNS resolver **v1.4.16** or later, installed with a trust anchor for DNSSEC validation.
47-
- [OpenSSL](https://www.openssl.org/) **v1.0.2** or later.
44+
- [Node.js](https://nodejs.org/) current and [long-term support (LTS)](https://github.com/nodejs/LTS) versions.
45+
- Tested against **v9.x.x**, v8.x.x, v6.x.x, v4.x.x.
46+
- [getdns](https://getdnsapi.net/) C library; see [getdns releases](https://getdnsapi.net/releases/) or [getdnsapi/getdns](https://github.com/getdnsapi/getdns).
47+
- Tested against **v1.3.0**, v1.2.1, v1.1.2, v1.0.0.
48+
- [A root trust anchor for DNSSEC validation](https://getdnsapi.net/documentation/readme/#dnssec-dependencies)
49+
- [Unbound](https://unbound.net/) DNS resolver **v1.4.16** or later.
50+
- [OpenSSL](https://www.openssl.org/) **v1.0.2** or later.
4851

4952
```shell
5053
# In your project directory.

0 commit comments

Comments
 (0)