diff options
| author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-10-11 13:54:23 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-15 11:46:33 +0200 |
| commit | e662416d844040806a49a97c608aa674dcdd6580 (patch) | |
| tree | 6b6440617b59e8c8b76c0804497dd92a9e945d56 /package/bind/bind.hash | |
| parent | b672b404d16ee5a7dc921c96a1677f4fb3fd48f0 (diff) | |
| download | buildroot-e662416d844040806a49a97c608aa674dcdd6580.tar.gz buildroot-e662416d844040806a49a97c608aa674dcdd6580.zip | |
bind: bump version to 9.11.0
- With the release of BIND 9.11.0, ISC is changing the open source
license for BIND from the ISC license to the Mozilla Public License
(MPL 2.0). See release notes:
http://ftp.isc.org/isc/bind9/9.11.0/RELEASE-NOTES-bind-9.11.0.html
- Explicitly enable/disable zlib support, otherwise the configure script
will fail like this:
checking for zlib library... yes
checking for library containing deflate... no
configure: error: found zlib include but not library.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bind/bind.hash')
| -rw-r--r-- | package/bind/bind.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bind/bind.hash b/package/bind/bind.hash index 8acfda5625..bc46604ffe 100644 --- a/package/bind/bind.hash +++ b/package/bind/bind.hash @@ -1,2 +1,2 @@ -# Verified from ftp://ftp.isc.org/isc/bind9/9.10.4-P3/bind-9.10.4-P3.tar.gz.sha256.asc -sha256 a075e5ce89fddccb0e64d1777d59161387dd5151cf4e7d1a93875a487812baef bind-9.10.4-P3.tar.gz +# Verified from ftp://ftp.isc.org/isc/bind9/9.11.0/bind-9.11.0.tar.gz.sha256.asc +sha256 6f0b403036e0281b272a0fbdd0dc3417f3050b625cb059c5409432611418058b bind-9.11.0.tar.gz |

