aboutsummaryrefslogtreecommitdiff
path: root/net/keepalived/Makefile
Commit message (Collapse)AuthorAge
...
* keepalived: fix recvmsg/sendmsg on mips64 againStijn Tintel2017-01-04
| | | | | | | | | | Commit e73964fa8fae94473e9046dfd8fd505206b50ab3 incorrectly dropped the patch 101-update-struct-msghdr.patch. Add it again, and while add it also add the follow-up patch that was added upstream. Fixes #3757. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* keepalived: upgrade to version 1.2.19Alexandru Ardelean2016-12-31
| | | | | | | | | | | | Dropped patches, unrequired. There is a newer version released, but I cannot vouch for it yet. We've been using this one for about a year now. Since, I only recently became maintainer of `keepalived`, I will push this as the current stable one, and start using a newer version internally, before releasing it to the public. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* keepalived: add myself as maintainerAlexandru Ardelean2016-12-31
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* keepalived: add uci config supportAlexandru Ardelean2016-12-31
| | | | | | | | | | Adding @scrpi (Ben Kelly). Initial UCI config support was written by me (@commodo) Updates & fixes added by Ben. Signed-off-by: Ben Kelly <ben@benjii.net> Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* keepalived: make the use of libnl optionalAlexandru Ardelean2016-12-31
| | | | | | | | | | keepalived seems to work fine without it. There is fall-back code that kicks in when it's not present. So, we will build against (or pull) the libnl package only if there is another package that pulls it. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* keepalived: fix recvmsg/sendmsg on mips64Stijn Tintel2016-06-09
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* keepalived: update to use only libnl-genlAlexandru Ardelean2015-10-01
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* keepalived: fix musl compatibilityJo-Philipp Wich2015-06-17
| | | | | | - Add missing sys/types.h include to provide u_short type under musl Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* keepalived: update to 1.2.16Nicolas Thill2015-04-06
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* keepalived: import from old packages feedNicolas Thill2015-02-07
- update to latest version (v1.2.15) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>