Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-08-14 16:05:29 +00:00
2 changed files with 10 additions and 2 deletions

View File

@@ -22,6 +22,10 @@ BDEPEND="${DEPEND}
dev-util/meson
dev-util/ninja"
QA_PRESTRIPPED="/usr/bin/tlslookup
/usr/lib64/libnss_tls.so.2
/usr/sbin/nss-tlsd"
src_prepare() {
default
sed -e "s/@0@\/run\/nss-tls/\/var\/run\/nss-tls/" -i "${S}"/meson.build || die
@@ -48,7 +52,7 @@ src_install() {
meson_src_install
}
post_install() {
pkg_postinst() {
ewarn "Do Not put ip address of the server in nss-tls.conf"
ewarn "use the dns name and add record of dns server in /etc/hosts"
ewarn "echo "8.8.8.8 dns.google" >> /etc/hosts"

View File

@@ -22,6 +22,10 @@ BDEPEND="${DEPEND}
dev-util/meson
dev-util/ninja"
QA_PRESTRIPPED="/usr/bin/tlslookup
/usr/lib64/libnss_tls.so.2
/usr/sbin/nss-tlsd"
EGIT_REPO_URI="https://github.com/dimkr/nss-tls.git"
EGIT_BRANCH="master"
@@ -51,7 +55,7 @@ src_install() {
meson_src_install
}
post_install() {
pkg_postinst() {
ewarn "Do Not put ip address of the server in nss-tls.conf"
ewarn "use the dns name and add record of dns server in /etc/hosts"
ewarn "echo "8.8.8.8 dns.google" >> /etc/hosts"