~alpine/aports

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

[alpine-aports] [PATCH] main/bind: Upgrade to 9.11.0-P2.

Przemyslaw Pawelczyk <przemoc@zoho.com>
Details
Message ID
<20170114013336.31981-1-przemoc@zoho.com>
Sender timestamp
1484357616
DKIM signature
missing
Download raw message
Patch: +4 -4
https://www.isc.org/downloads/bind/bind-9-11-new-features/
https://deepthought.isc.org/article/AA-01446/0/BIND-9.11.0-P2-Release-Notes.html
https://kb.isc.org/article/AA-00913/74/BIND-9-Security-Vulnerability-Matrix.html

Release notes mention addressing issue described in:

CVE-2016-9778: An error handling certain queries using the
               nxdomain-redirect feature could cause a REQUIRE assertion
               failure in db.c

but it's not present in 9.10.x, so it's not a security upgrade.
---
 main/bind/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD
index 9b7dba3ef399..8f00121cf2e4 100644
--- a/main/bind/APKBUILD
+++ b/main/bind/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bind
pkgver=9.10.4_p5
pkgver=9.11.0_p2
_ver=${pkgver%_p*}
_p=${pkgver#*_p}
[ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p"
@@ -132,7 +132,7 @@ tools() {
	done
}

md5sums="c53a3e34e7aabb16820b036ae9afd3c9  bind-9.10.4-P5.tar.gz
md5sums="b8ccec541de18ac2716e7a8268baaaba  bind-9.11.0-P2.tar.gz
f270a5b0a28ab6e818840c5c368ddbcc  bind.so_bsdcompat.patch
0c7c9c9a131564ac8acbbbc2ce25f94b  named.initd
418a367cecfdf8760c92235d3967867e  named.confd
@@ -141,7 +141,7 @@ a9de5fb1c027a7eedf440bf187594f07  named.conf.authoritative
a7455b009b7fccd74ac6f6eaa6902a00  127.zone
c3220168fabfb31a25e8c3a545545e34  localhost.zone
a94e29ac677846f3d4d618c50b7d34f1  named.ca"
sha256sums="89c47b413613feddb1b623ad092f3def2247402e4148c464dbc6c0021e3f0feb  bind-9.10.4-P5.tar.gz
sha256sums="d651f83ce1c08c83d6ac8201685c4f2b5fdb79794f3a4f93c3948e0ef439c1e5  bind-9.11.0-P2.tar.gz
4c5dc352da0a12bdda2644e835f7eabde4f5687f1a98acd65b22be4ee587c086  bind.so_bsdcompat.patch
74e7a9ab5836d5182a55a9fc4ba24ea2665e4ef9307c4071ba6e2eab792d73ce  named.initd
c0e7b365dca072dc96a97c8f81dff012aff7fe57337c10b63cd9f292d03c207d  named.confd
@@ -150,7 +150,7 @@ c0e7b365dca072dc96a97c8f81dff012aff7fe57337c10b63cd9f292d03c207d  named.confd
65b909fc1398dfa5b532ab395d6920758937093cf7e5b5bec8242dff4fe15e89  127.zone
b6dff70386920adb21883566610b0a45b9de5a3847a870e4ad1902c5c7900399  localhost.zone
0bd88f7f5cab2f872d3619700e382c1df6837a8aacf28cf6a0bf336742a0ee56  named.ca"
sha512sums="09613b2a16a5784a1b0e4b685d1d2cea1c1539e11497c848f1c92a8a4f26c7fc0f08ef8f2bd17316559966aca04e1ec9d744304c36c002d66eaff6240473a101  bind-9.10.4-P5.tar.gz
sha512sums="19ba809814d42afdbd7cab291b006ac23d08a4aabfcbed101bc269a68597e70f2f89e1da27b719ceb4c94741702df2b95b2d8fce46b2a33a65ff242d5a3b298d  bind-9.11.0-P2.tar.gz
f3e3d1b680617485b9db20a59a10fec3b3b539d423984493228a7d5aaa29d699b9012ad60e863e56bdaf15b73952c22710d0ded1c86cd24417ac775ee062cfa3  bind.so_bsdcompat.patch
196c0a3b43cf89e8e3547d7fb63a93ff9a3306505658dfd9aa78e6861be6b226580b424dd3dd44b955b2d9f682b1dc62c457f3ac29ce86200ef070140608c015  named.initd
127bdcc0b5079961f0951344bc3fad547450c81aee2149eac8c41a8c0c973ea0ffe3f956684c6fcb735a29c43d2ff48c153b6a71a0f15757819a72c492488ddf  named.confd
-- 
2.8.3




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<1484553573.6421.29.camel@gmail.com>
In-Reply-To
<20170114013336.31981-1-przemoc@zoho.com> (view parent)
Sender timestamp
1484553573
DKIM signature
missing
Download raw message
On sab, 2017-01-14 at 02:33 +0100, Przemyslaw Pawelczyk wrote:
> https://www.isc.org/downloads/bind/bind-9-11-new-features/
> https://deepthought.isc.org/article/AA-01446/0/BIND-9.11.0-P2-Release
> -Notes.html
> https://kb.isc.org/article/AA-00913/74/BIND-9-Security-Vulnerability-
> Matrix.html
> 
> Release notes mention addressing issue described in:
> 
> CVE-2016-9778: An error handling certain queries using the
>                nxdomain-redirect feature could cause a REQUIRE
> assertion
>                failure in db.c
> 
> but it's not present in 9.10.x, so it's not a security upgrade.
> ---
>  main/bind/APKBUILD | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 

There are several ABI changes with this new versions. There are two
packages depending on it which need to be rebuilt: dnssec-tools and
eggdrop.

Care to bump pkgrel for those?

Thanks!

-|_eo
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20170117111301.3513bb0d@ncopa-macbook.copa.dup.pw>
In-Reply-To
<1484553573.6421.29.camel@gmail.com> (view parent)
Sender timestamp
1484662381
DKIM signature
missing
Download raw message
On Mon, 16 Jan 2017 08:59:33 +0100
Leonardo Arena <rnalrd@gmail.com> wrote:

> On sab, 2017-01-14 at 02:33 +0100, Przemyslaw Pawelczyk wrote:
> > https://www.isc.org/downloads/bind/bind-9-11-new-features/
> > https://deepthought.isc.org/article/AA-01446/0/BIND-9.11.0-P2-Release
> > -Notes.html
> > https://kb.isc.org/article/AA-00913/74/BIND-9-Security-Vulnerability-
> > Matrix.html
> > 
> > Release notes mention addressing issue described in:
> > 
> > CVE-2016-9778: An error handling certain queries using the
> >                nxdomain-redirect feature could cause a REQUIRE
> > assertion
> >                failure in db.c
> > 
> > but it's not present in 9.10.x, so it's not a security upgrade.
> > ---
> >  main/bind/APKBUILD | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> >   
> 
> There are several ABI changes with this new versions. There are two
> packages depending on it which need to be rebuilt: dnssec-tools and
> eggdrop.
> 
> Care to bump pkgrel for those?

I pushed the patch and rebuilt dnssec-tools. I could not see how
eggdrop uses it though.

Thanks!

-nc


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