summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/bind
AgeCommit message (Collapse)AuthorFiles
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton1
A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-25bind: port a patch to fix a build failureRoy Li2
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-17bind: backport six CVE patchesRoy.Li7
Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-05-29bind: add ipv6 supportLi Wang1
Make ipv6 configure dependent on DISTRO_FEATURES. Signed-off-by: Li Wang <li.wang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-05-29bind: remove empty /var/run directoryJonathan Liu1
The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-05-21bind: use /var/run/named instead of /var/run/bind/runChen Qi1
Change /var/run/bind/run to /var/run/named to avoid the following error message. chmod: cannot access '/var/run/bind/run': No such file or directory [YOCTO #4429] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-22bind: disable nslookup man pagewenzong.fan@windriver.com1
The nslookup is not shipped for now, we should disable its man page if the binary tool is not installed. [YOCTO#3754] Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-24bind: make "/etc/init.d/bind stop" workRoy Li3
Add some configurations, make rndc command be able to controls the named daemon. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-28bind: add DEPENDS for libcapSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-12-15Patch Upstream Status UpdatesSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-30PR Bump for OpenSSL 1.0Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-17bind 9.8.1: fix build after recent updateKoen Kooi1
| checking linking as -lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err... no | checking linking as -lgss -lkrb5... no | configure: error: could not determine proper GSSAPI linkage | + bbfatal 'oe_runconf failed' | + echo 'ERROR: oe_runconf failed' Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-17bind: update to 9.8.1Saul Wold3
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>
2011-06-15bind: adjust hardcoded install path referencesPhil Blundell1
Fixes do_install() on micro, which otherwise fails for obvious reasons. Signed-off-by: Phil Blundell <philb@gnu.org>
2011-03-14Update SRC_URIs to use BPN instead of PNRichard Purdie1
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-30bind: update to 8.7.2-P3Saul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-02bind: add new recipeQing He3
version 9.7.2-P2 based on bind recipe from openembedded the exportlib is used by building dhcp Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>