<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/bind, branch 3.9-stable</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/bind: security upgrade to 9.12.4_p2 (CVE-2019-6471)</title>
<updated>2019-06-20T04:58:17+00:00</updated>
<author>
<name>Ventz Petkov</name>
<email>ventz@vpetkov.net</email>
</author>
<published>2019-06-20T04:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0e9f47894fe8db4e30f0957eb40fb7a46e92eeec'/>
<id>0e9f47894fe8db4e30f0957eb40fb7a46e92eeec</id>
<content type='text'>
Closes GH-8921
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-8921
</pre>
</div>
</content>
</entry>
<entry>
<title>main/bind: fix build on non-x86</title>
<updated>2019-05-02T12:46:16+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-05-02T12:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7645039412595e4776a776dc6d036eb08a91e319'/>
<id>7645039412595e4776a776dc6d036eb08a91e319</id>
<content type='text'>
fixes build error on various architectures:

  /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld:
  ../../lib/ns/.libs/libns.so: undefined reference to `isc_atomic_xadd'

https://lists.isc.org/pipermail/bind-users/2019-April/101673.html
https://gitlab.isc.org/isc-projects/bind9/commit/d72f436b7d7c697b262968c48c2d7643069ab17f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes build error on various architectures:

  /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld:
  ../../lib/ns/.libs/libns.so: undefined reference to `isc_atomic_xadd'

https://lists.isc.org/pipermail/bind-users/2019-April/101673.html
https://gitlab.isc.org/isc-projects/bind9/commit/d72f436b7d7c697b262968c48c2d7643069ab17f
</pre>
</div>
</content>
</entry>
<entry>
<title>main/bind: security upgrade to 9.12.4_p1 (CVE-2018-5743,CVE-2019-6467)</title>
<updated>2019-05-02T11:51:29+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-04-30T12:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=06bfe718fd41663cb0f35a441af82a32ca3ec15b'/>
<id>06bfe718fd41663cb0f35a441af82a32ca3ec15b</id>
<content type='text'>
This release introduced 3 new tools with python dependency
(dnssec-checkdns, dnssec-coverage and dnssec-keymgr). Move those tools
to a subpackage, bind-dnssec-tools, to avoid unexpectedly pull in python
as dependency for stable upgraders.

There are other tools in bind-tools that belongs to bind-dnssec-tools,
but we dont move those in a stable branch to avoid breaking things for
current users.

fixes #10368
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This release introduced 3 new tools with python dependency
(dnssec-checkdns, dnssec-coverage and dnssec-keymgr). Move those tools
to a subpackage, bind-dnssec-tools, to avoid unexpectedly pull in python
as dependency for stable upgraders.

There are other tools in bind-tools that belongs to bind-dnssec-tools,
but we dont move those in a stable branch to avoid breaking things for
current users.

fixes #10368
</pre>
</div>
</content>
</entry>
<entry>
<title>main/bind: bump pkgrel</title>
<updated>2019-04-23T15:58:20+00:00</updated>
<author>
<name>Henrik Riomar</name>
<email>henrik.riomar@gmail.com</email>
</author>
<published>2019-04-23T04:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a6d00eb1edde6c98a40f421b7dbb264e6dd16d53'/>
<id>a6d00eb1edde6c98a40f421b7dbb264e6dd16d53</id>
<content type='text'>
missing in last change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
missing in last change
</pre>
</div>
</content>
</entry>
<entry>
<title>main/bind: fix slow start</title>
<updated>2019-04-22T17:18:27+00:00</updated>
<author>
<name>Henrik Riomar</name>
<email>henrik.riomar@gmail.com</email>
</author>
<published>2019-03-25T06:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3554dad26fb3efe256172e2a67ce72a9b47d4d08'/>
<id>3554dad26fb3efe256172e2a67ce72a9b47d4d08</id>
<content type='text'>
named-checkconf needs entropy to start, or else it will take
up to a minute to start at boot.

(cherry picked from commit 62bda4345a9fc41bf290b11abcc58e31408e4e49)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
named-checkconf needs entropy to start, or else it will take
up to a minute to start at boot.

(cherry picked from commit 62bda4345a9fc41bf290b11abcc58e31408e4e49)
</pre>
</div>
</content>
</entry>
<entry>
<title>main/bind: bump pkgrel for reverted commit</title>
<updated>2019-04-15T06:43:36+00:00</updated>
<author>
<name>tcely</name>
<email>tcely@users.noreply.github.com</email>
</author>
<published>2019-04-12T15:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7c8cd48438cb389e59a7470c6fc261190bab5511'/>
<id>7c8cd48438cb389e59a7470c6fc261190bab5511</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/bind: security upgrade to 9.12.3_p4</title>
<updated>2019-04-15T06:43:36+00:00</updated>
<author>
<name>tcely</name>
<email>tcely@users.noreply.github.com</email>
</author>
<published>2019-04-12T15:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f760ea50ec9278664e1aa8c0a5fb9f216770113b'/>
<id>f760ea50ec9278664e1aa8c0a5fb9f216770113b</id>
<content type='text'>
https://ftp.isc.org/isc/bind9/9.12.3-P4/RELEASE-NOTES-bind-9.12.3-P4.html

- CVE-2019-6465
- CVE-2018-5745
- CVE-2018-5744
- CVE-2018-5740
- CVE-2018-5738
- CVE-2018-5737
- CVE-2018-5736

Fixes #10166

BIND is open source software licenced under the terms of the Mozilla
Public License, version 2.0 (see the LICENSE file for the full text).

BIND 9.12 will be supported until at least May, 2019.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://ftp.isc.org/isc/bind9/9.12.3-P4/RELEASE-NOTES-bind-9.12.3-P4.html

- CVE-2019-6465
- CVE-2018-5745
- CVE-2018-5744
- CVE-2018-5740
- CVE-2018-5738
- CVE-2018-5737
- CVE-2018-5736

Fixes #10166

BIND is open source software licenced under the terms of the Mozilla
Public License, version 2.0 (see the LICENSE file for the full text).

BIND 9.12 will be supported until at least May, 2019.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "main/bind: security upgrade to 9.12.3-P4"</title>
<updated>2019-04-15T06:43:36+00:00</updated>
<author>
<name>tcely</name>
<email>tcely@users.noreply.github.com</email>
</author>
<published>2019-04-12T15:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=db2933102d62a6135f28aa0d91f0190b9f4b6ff4'/>
<id>db2933102d62a6135f28aa0d91f0190b9f4b6ff4</id>
<content type='text'>
This reverts commit a72d66cd67f20dec8e4eb3d6f2b387a11a0bfbf8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a72d66cd67f20dec8e4eb3d6f2b387a11a0bfbf8.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/bind: security upgrade to 9.12.3-P4</title>
<updated>2019-04-12T06:06:29+00:00</updated>
<author>
<name>tcely</name>
<email>tcely@users.noreply.github.com</email>
</author>
<published>2019-04-04T18:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a72d66cd67f20dec8e4eb3d6f2b387a11a0bfbf8'/>
<id>a72d66cd67f20dec8e4eb3d6f2b387a11a0bfbf8</id>
<content type='text'>
- CVE-2019-6465
- CVE-2018-5745
- CVE-2018-5744

Fixes #10166
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- CVE-2019-6465
- CVE-2018-5745
- CVE-2018-5744

Fixes #10166
</pre>
</div>
</content>
</entry>
<entry>
<title>main/bind: Upgrade to 9.12.3</title>
<updated>2018-11-29T14:47:56+00:00</updated>
<author>
<name>Taner Tas</name>
<email>taner76@gmail.com</email>
</author>
<published>2018-11-16T05:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=51978afa8a1151a013383d4dfe8297e90c29ff31'/>
<id>51978afa8a1151a013383d4dfe8297e90c29ff31</id>
<content type='text'>
* Add "--disable-isc-spnego" to use gss-spnego instead.

fixes #9462
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add "--disable-isc-spnego" to use gss-spnego instead.

fixes #9462
</pre>
</div>
</content>
</entry>
</feed>
