X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id BD772DC0092 for ; Fri, 8 Nov 2013 10:19:07 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 3CAFDBC3A16; Fri, 8 Nov 2013 10:19:07 +0000 (UTC) Date: Fri, 8 Nov 2013 11:19:03 +0100 From: Natanael Copa To: IT Offshore Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 2/2] dnscrypt-proxy Version Bump to v.1.33 / updated APKBUILD for new sources Message-ID: <20131108111903.2549e8de@ncopa-desktop.alpinelinux.org> In-Reply-To: <1383870310-25477-3-git-send-email-developer@it-offshore.co.uk> References: <1383870310-25477-1-git-send-email-developer@it-offshore.co.uk> <1383870310-25477-3-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; x86_64-alpine-linux-uclibc) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 8 Nov 2013 00:25:10 +0000 IT Offshore wrote: > The sources URL was not working even with the version bump so I amended it to > work with GIT. Added make-depends to build with autoconf / make. > > dnscrypt-proxy no longer has libsodium sources included. Separate patch added for > libsodium / libsodium-dev. > > /usr/bin/dnscrypt-config added (run by the post-install script) to choose the > DNS Resolver dnscrypt queries (the default OpenDNS resolver keeps logs - the other > Resolvers do not) > > dnscrypt ip:port can be changed & optionally unbound can be installed for dns caching. > --- > testing/dnscrypt-proxy/APKBUILD | 51 +++--- > testing/dnscrypt-proxy/dnscrypt-config | 201 +++++++++++++++++++++ > testing/dnscrypt-proxy/dnscrypt-proxy.post-install | 6 + > 3 files changed, 236 insertions(+), 22 deletions(-) > create mode 100644 testing/dnscrypt-proxy/dnscrypt-config > create mode 100644 testing/dnscrypt-proxy/dnscrypt-proxy.post-install > What is this: > +# update init script > +START='ebegin "Starting dnscrypt-proxy"' > +CMD='start-stop-daemon --start --quiet --pidfile=${PID} --exec /usr/sbin/dnscrypt-proxy -- -p ${PID} -l ${DNSCRYPT_LOGFILE} -d -u ${DNSCRYPT_GROUP} -a ${DNSCRYPT_LOCALIP} -r ${RESOLVER} -k ${PUBKEY} -N ${PROVIDER}' > +sed -e '/start-stop-daemon --start/d' -e "s|$START|&\n $CMD|g" /etc/init.d/dnscrypt-proxy -i It edits the init.d script? If that is needed something must be terribly wrong... -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---