~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-devel] [PATCH] testing/dnscrypt-proxy: fix setup-dnscrypt bug on MUSL

Details
Message ID
<1401379205-695-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1401379205
DKIM signature
missing
Download raw message
Patch: +3 -1
A small bugfix for /sbin/setup-dnscrypt that affects MUSL only. It
removes <td> tags left over in the Server List.

Temporary workarounds for the remaining bugs in dnscrypt-proxy under
MUSL are shown at https://bugs.alpinelinux.org/issues/2971
---
 testing/dnscrypt-proxy/APKBUILD             | 2 +-
 testing/dnscrypt-proxy/dnscrypt-proxy.setup | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/testing/dnscrypt-proxy/APKBUILD b/testing/dnscrypt-proxy/APKBUILD
index 53e2488..49d6873 100644
--- a/testing/dnscrypt-proxy/APKBUILD
+++ b/testing/dnscrypt-proxy/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=dnscrypt-proxy
pkgver=1.4.0
pkgrel=0
pkgrel=1
pkgdesc="A tool for securing communications between a client and a DNS resolver"
url="http://dnscrypt.org/"
arch="all"
diff --git a/testing/dnscrypt-proxy/dnscrypt-proxy.setup b/testing/dnscrypt-proxy/dnscrypt-proxy.setup
index f82e7c3..d1bd8f1 100644
--- a/testing/dnscrypt-proxy/dnscrypt-proxy.setup
+++ b/testing/dnscrypt-proxy/dnscrypt-proxy.setup
@@ -236,6 +236,8 @@ done

#remove stray </td>
sed -i "s/^<\/td>//g" $output
#remove stray <td> under MUSL C
sed -i "s/^<td>//g" $output
# delete empty lines
sed -i '/^$/d' $output
# change rows to columns
-- 
1.9.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)