<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/dnscrypt-proxy, branch v3.0.4</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/dnscrypt-proxy: update to 1.4.0</title>
<updated>2014-05-19T14:29:46+00:00</updated>
<author>
<name>Stuart Cardall</name>
<email>developer@it-offshore.co.uk</email>
</author>
<published>2014-05-16T10:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b77a017af7c251623e09123e5d86e14a8ccbe060'/>
<id>b77a017af7c251623e09123e5d86e14a8ccbe060</id>
<content type='text'>
* Version 1.4.0:
 - Security: versions 0.11 to 1.3.3 were vulnerable to a denial of
service when running out of output buffer space.

/sbin/setup-dnscrypt now also sets the correct loopback address if
unbound is removed outside of the script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Version 1.4.0:
 - Security: versions 0.11 to 1.3.3 were vulnerable to a denial of
service when running out of output buffer space.

/sbin/setup-dnscrypt now also sets the correct loopback address if
unbound is removed outside of the script.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/dnscrypt-proxy: minor changes in APKBUILD, updated setup script</title>
<updated>2014-04-29T06:30:50+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2014-04-29T06:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=eafb47fac7b11314d1a207d95972a324e35ab8c9'/>
<id>eafb47fac7b11314d1a207d95972a324e35ab8c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/dnscrypt-proxy: enable x86_64 compilation</title>
<updated>2014-04-20T20:48:45+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2014-04-20T20:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=37c5bdad68ba0384b684278f828f7918f1889b40'/>
<id>37c5bdad68ba0384b684278f828f7918f1889b40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revised dnscrypt-proxy setup script</title>
<updated>2013-11-19T15:50:25+00:00</updated>
<author>
<name>IT Offshore</name>
<email>developer@it-offshore.co.uk</email>
</author>
<published>2013-11-16T10:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5213bcabac50e596826baefa6e5f92819798dab9'/>
<id>5213bcabac50e596826baefa6e5f92819798dab9</id>
<content type='text'>
I did a little more testing on the /sbin/setup-dnscrypt script (once I
knew I could install the APK's I made). This fixes previous bugs with
setting up dns caching (a 2nd loopback is created &amp; the proxy now
listens on 127.0.0.2:40 by default if caching is enabled). Errors in
setting up &amp; starting the services are also fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I did a little more testing on the /sbin/setup-dnscrypt script (once I
knew I could install the APK's I made). This fixes previous bugs with
setting up dns caching (a 2nd loopback is created &amp; the proxy now
listens on 127.0.0.2:40 by default if caching is enabled). Errors in
setting up &amp; starting the services are also fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/dnscrypt-proxy: upgrade to to 1.33</title>
<updated>2013-11-15T15:23:46+00:00</updated>
<author>
<name>IT Offshore</name>
<email>developer@it-offshore.co.uk</email>
</author>
<published>2013-11-10T09:58:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=73e5eb1a52eb7b0bfe192c3f0d59a58b43fc4731'/>
<id>73e5eb1a52eb7b0bfe192c3f0d59a58b43fc4731</id>
<content type='text'>
Complete patch to bump dnscrypt-proxy to version 1.33

Minor changes to APKBUILD to build with the new sources &amp; make-depends.

confd / initd changed to include the additional configurations to set the alternative
resolver ip / public keys.

Separate patch created to build dnscrypt's dependency libsodium / libsodium-dev
(as it no longer forms part of dnscrypt's sources).

Post-install script is just status / info using the $STRONG / $RED / $GREEN
system colours.

Added /sbin/setup-dnscrypt for changing the resolver dnscrypt queries &amp;
optionally installing unbound for dns caching. This also uses the system terminal
colours. This no longer makes any changes to init.d, it only updates conf.d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Complete patch to bump dnscrypt-proxy to version 1.33

Minor changes to APKBUILD to build with the new sources &amp; make-depends.

confd / initd changed to include the additional configurations to set the alternative
resolver ip / public keys.

Separate patch created to build dnscrypt's dependency libsodium / libsodium-dev
(as it no longer forms part of dnscrypt's sources).

Post-install script is just status / info using the $STRONG / $RED / $GREEN
system colours.

Added /sbin/setup-dnscrypt for changing the resolver dnscrypt queries &amp;
optionally installing unbound for dns caching. This also uses the system terminal
colours. This no longer makes any changes to init.d, it only updates conf.d
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/dnscrypt-proxy: temp fixes build only x86</title>
<updated>2013-04-25T11:27:03+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>francesco.colista@gmail.com</email>
</author>
<published>2013-04-25T11:25:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=990f15b729b6ca58b3fd5024ad3a6dd8987a6389'/>
<id>990f15b729b6ca58b3fd5024ad3a6dd8987a6389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/dnscrypt-proxy: Fixes #1275</title>
<updated>2013-04-25T09:52:45+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>francesco.colista@gmail.com</email>
</author>
<published>2013-04-25T09:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ea32cee8ba718275c154e77e62b4f03ba6f43901'/>
<id>ea32cee8ba718275c154e77e62b4f03ba6f43901</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
