summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/quagga/quagga_0.99.21.bb
Commit message (Collapse)AuthorAgeFilesLines
* quagga: uprev it to 0.99.23Roy Li2014-08-131-16/+0
| | | | | | | | uprev it to 0.99.23 remove patches which have been in the latest version Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* quagga: Security Advisory - quagga - CVE-2013-2236Yue Tao2014-08-051-0/+1
| | | | | | | | | | | | | Stack-based buffer overflow in the new_msg_lsa_change_notify function in the OSPFD API (ospf_api.c) in Quagga before 0.99.22.2, when --enable-opaque-lsa and the -a command line option are used, allows remote attackers to cause a denial of service (crash) via a large LSA. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-2236 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* quagga: work with new readlineRobert Yang2014-03-271-0/+1
| | | | | | | | The Function and CPPFunction had been removed by in readline 6.3, use the new functions to replace them. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* quagga: close the stdout/stderr as in other daemonsRoy Li2014-02-231-0/+1
| | | | | | | | | | | | | Once babald becomes a background daemon, it should not output information to stdout, so need to close stdout. In fact, other daemons close their stdout when they run into background, like ospfd, isisd and bgpd, by calling daemon() which is in lib/daemon.c Closing the stdout can fix a tee hang issue { #/usr/sbin/babeld -d |tee tmp } Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* quagga: Backport a patch to fix extract.pl for cross compilationRoy Li2013-11-271-1/+3
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* quagga: backport a patch from 0.99.22 to fix "no ip address" commandRoy Li2013-11-061-1/+2
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* quagga: backport documentation patchJoe MacDonald2013-08-121-0/+2
| | | | | | | | | | The latest stable quagga adopted this patch: http://git.savannah.gnu.org/gitweb/?p=quagga.git;a=commit;h=b58c90807c9d0bfa9601704c7490a16070906004 to repair a documentation build error. Trivial backport. Signed-off-by: Joe MacDonald <joe@deserted.net>
* quagga: add from OE-Classic, update and tidy-upPaul Eggleton2012-11-271-0/+8
* Update to 0.99.21 * Fix SRC_URI to point to a working download location * Make LICENSE more accurate * Add LIC_FILES_CHKSUM * Add old gentoo patch to fix libcap linking errors * Put binaries in sbindir * Use useradd.bbclass to create user/groups * Handle hardcoded paths in initscript * Add LSB headers to initscript (borrowed from debian) * Tidy up packaging and directory references * Add SUMMARY Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>