From 6806c7a250845d71357b5a7134f0fb54b9ec61d3 Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Sun, 20 Jan 2019 15:04:18 -0500 Subject: [PATCH] travis --- .travis.yml | 2 +- DESCRIPTION | 2 +- README.Rmd | 2 +- README.md | 15 ++++++++------- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7878944..1749f0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ dist: xenial apt_packages: - libgetdns-dev - - libidn2-dev + - libidn2-0-dev - libunbound-dev addons: diff --git a/DESCRIPTION b/DESCRIPTION index 5fa2211..2ab95b6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,7 +10,7 @@ Authors@R: c( Maintainer: Bob Rudis Description: Something something 'DNS. Something something 'TLS'. Something something 'getdns API/library'. -SystemRequirements: C++11 +SystemRequirements: C++11l libgetdns v1.5.1 or higher URL: https://gitlab.com/hrbrmstr/clandnstine BugReports: https://gitlab.com/hrbrmstr/clandnstine/issues Encoding: UTF-8 diff --git a/README.Rmd b/README.Rmd index 267528f..f4b9157 100644 --- a/README.Rmd +++ b/README.Rmd @@ -30,7 +30,7 @@ Requires [`getdns`](https://getdnsapi.net/) to be installed and available for co You're going to need version 1.5.1 of `getdns` for this package to install. -I've gotten this running on macOS and Ubuntu 16.04. For the latter I had to ensure `libidn2-dev` and +I've gotten this running on macOS and Ubuntu 16.04. For the latter I had to ensure `libidn2-0-dev` and `libunbound-dev` were installed then had to grab the 1.5.1 tarball (e.g. `aria2c https://getdnsapi.net/releases/getdns-1-5-1/getdns-1.5.1.tar.gz`), extract it and `config`/`make`/`make install` (plus `ldconfig` after). ## TODO/WAT diff --git a/README.md b/README.md index d65c3cd..b4d5d56 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,16 @@ Requires [`getdns`](https://getdnsapi.net/) to be installed and available for compilation (no guard rails setup yet): - Use `brew install getdns` on macOS - - Install `libgetdns-dev` on debian/ubuntu + - Install `libgetdns-dev` or `libgetdns-devel` on debian/ubuntu + (version 1.5.1 or higher) - (Nothing to see here Windows folks stuck in a backwards ecosysem) You’re going to need version 1.5.1 of `getdns` for this package to install. I’ve gotten this running on macOS and Ubuntu 16.04. For the latter I had -to ensure `libidn2-dev` and `libunbound-dev` were installed then had to -grab the 1.5.1 tarball (e.g. `aria2c +to ensure `libidn2-0-dev` and `libunbound-dev` were installed then had +to grab the 1.5.1 tarball (e.g. `aria2c https://getdnsapi.net/releases/getdns-1-5-1/getdns-1.5.1.tar.gz`), extract it and `config`/`make`/`make install` (plus `ldconfig` after). @@ -153,9 +154,9 @@ gdns_lib_version() ## [1] "2604:a880:800:10::6bc:2001" "104.236.112.222" (gdns_get_address(x, "yahoo.com")) -## [1] "2001:4998:58:1836::10" "2001:4998:c:1023::5" "2001:4998:44:41d::4" "2001:4998:c:1023::4" -## [5] "2001:4998:44:41d::3" "2001:4998:58:1836::11" "98.137.246.8" "98.137.246.7" -## [9] "98.138.219.232" "98.138.219.231" "72.30.35.9" "72.30.35.10" +## [1] "2001:4998:c:1023::5" "2001:4998:58:1836::11" "2001:4998:44:41d::3" "2001:4998:44:41d::4" +## [5] "2001:4998:c:1023::4" "2001:4998:58:1836::10" "98.138.219.231" "98.138.219.232" +## [9] "98.137.246.8" "72.30.35.9" "72.30.35.10" "98.137.246.7" (gdns_get_address(x, "yahoo.commmm")) ## character(0) @@ -168,7 +169,7 @@ str(leno <- gdns_query(x, "lenovo.com", "txt"), 1) ## List of 5 ## $ answer_type : int 800 ## $ canonical_name: chr "lenovo.com." -## $ replies_full : int [1, 1:600] 14 77 129 128 0 1 0 8 0 0 ... +## $ replies_full : int [1, 1:600] 135 135 129 128 0 1 0 8 0 0 ... ## $ replies_tree :'data.frame': 1 obs. of 7 variables: ## $ status : int 900