]> code.ossystems Code Review - openembedded-core.git/commitdiff
bind: update to 9.8.1
authorSaul Wold <sgw@linux.intel.com>
Wed, 5 Oct 2011 03:52:23 +0000 (20:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Oct 2011 12:32:23 +0000 (13:32 +0100)
The COPYRIGHT File was updates for both Year and showing the complete
list of contributors, this change effectively adds BSD equivlant to
the licensing terms.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/bind/bind-9.8.1/conf.patch [moved from meta/recipes-connectivity/bind/bind-9.7.2-P3/conf.patch with 100% similarity]
meta/recipes-connectivity/bind/bind-9.8.1/cross-build-fix.patch [moved from meta/recipes-connectivity/bind/bind-9.7.2-P3/cross-build-fix.patch with 100% similarity]
meta/recipes-connectivity/bind/bind_9.8.1.bb [moved from meta/recipes-connectivity/bind/bind_9.7.2-P3.bb with 82% similarity]

similarity index 82%
rename from meta/recipes-connectivity/bind/bind_9.7.2-P3.bb
rename to meta/recipes-connectivity/bind/bind_9.8.1.bb
index e3089bbece612ad3d637b89131c46497a5983dc8..330acdbef24b081ffafe89ebbfca40cc9d22c706 100644 (file)
@@ -2,8 +2,8 @@ DESCRIPTION = "ISC Internet Domain Name Server"
 HOMEPAGE = "http://www.isc.org/sw/bind/"
 SECTION = "console/network"
 
-LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fe11ac92dcbd84134d91b6e2c2eccab5"
+LICENSE = "ISC & BSD"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0fbe2a3ab3c68ac3fea3cad13093877c"
 
 DEPENDS = "openssl"
 PR = "r0"
@@ -13,12 +13,12 @@ SRC_URI = "ftp://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
            file://cross-build-fix.patch \
           "
 
-SRC_URI[md5sum] = "b4537cbae38b2daef36775bf49f33db9"
-SRC_URI[sha256sum] = "cd945f4766be664f4528ec065df626ad3624481695316ec8e13ad272f4abfb7e"
+SRC_URI[md5sum] = "cf31117c5d35af34d4c0702970ad9fb7"
+SRC_URI[sha256sum] = "02285dc429cb2a6687a1b2446e9ee22c1df27f2577225b05be5092395ee7c92c"
 
 # --enable-exportlib is necessary for building dhcp
 EXTRA_OECONF = " --enable-ipv6=no --with-randomdev=/dev/random --disable-threads \
-                 --disable-devpoll --disable-epoll \
+                 --disable-devpoll --disable-epoll --with-gost=no \
                  --sysconfdir=${sysconfdir}/bind \
                  --with-openssl=${STAGING_LIBDIR}/.. --with-libxml2=${STAGING_LIBDIR}/.. \
                  --enable-exportlib --with-export-includedir=${includedir} --with-export-libdir=${libdir} \