summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/getdns/getdns-1.5.1.ebuild12
-rw-r--r--net-dns/getdns/getdns-1.5.2-r2.ebuild7
2 files changed, 2 insertions, 17 deletions
diff --git a/net-dns/getdns/getdns-1.5.1.ebuild b/net-dns/getdns/getdns-1.5.1.ebuild
index 87cc0fa7363f..9333b5ff65f1 100644
--- a/net-dns/getdns/getdns-1.5.1.ebuild
+++ b/net-dns/getdns/getdns-1.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://getdnsapi.net/releases/${P//./-}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc +getdns-query +getdns-server-mon +idn libev libevent libressl libuv static-libs stubby +threads +unbound"
+IUSE="doc +getdns-query +getdns-server-mon +idn libev libevent libuv static-libs stubby +threads +unbound"
# https://bugs.gentoo.org/661760
# https://github.com/getdnsapi/getdns/issues/407
@@ -22,8 +22,7 @@ DEPEND="
dev-libs/libbsd:=
dev-libs/libyaml:=
idn? ( net-dns/libidn2:= )
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
libev? ( dev-libs/libev:= )
libevent? ( dev-libs/libevent:= )
libuv? ( dev-libs/libuv:= )
@@ -74,11 +73,4 @@ pkg_postinst() {
enewuser stubby -1 -1 -1 stubby
fcaps cap_net_bind_service=ei /usr/bin/stubby
fi
-
- if has_version '<dev-libs/libressl-2.7.0'; then
- ewarn "BEWARE: dev-libs/libressl prior to 2.7 does NOT check TLS certificates."
- if use stubby; then
- ewarn "You will NOT be able to use strict profile in Stubby."
- fi
- fi
}
diff --git a/net-dns/getdns/getdns-1.5.2-r2.ebuild b/net-dns/getdns/getdns-1.5.2-r2.ebuild
index 62a0514b8c10..805ea4a5e29b 100644
--- a/net-dns/getdns/getdns-1.5.2-r2.ebuild
+++ b/net-dns/getdns/getdns-1.5.2-r2.ebuild
@@ -79,11 +79,4 @@ pkg_postinst() {
enewuser stubby -1 -1 -1 stubby
fcaps cap_net_bind_service=ei /usr/bin/stubby
fi
-
- if has_version '<dev-libs/libressl-2.7.0'; then
- ewarn "BEWARE: dev-libs/libressl prior to 2.7 does NOT check TLS certificates."
- if use stubby; then
- ewarn "You will NOT be able to use strict profile in Stubby."
- fi
- fi
}