aboutsummaryrefslogtreecommitdiff
path: root/net/keepalived/patches
Commit message (Collapse)AuthorAge
* keepalived: update PKG_VERSION to 2.1.5Florian Eckert2020-10-12
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* keepalived: fix building with disable libipvs dynamicFlorian Eckert2020-03-05
| | | | | | | | | | Backport of upstream staging commit to fix compilation issue with x86_64 as ppc64le build hosts. https://github.com/pqarmitage/keepalived/commit/42c020aab6e51d09f22a2e4a33ce6fd73009e2dc This fixes #10642. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* keepalived: update to version 2.0.15Florian Eckert2019-04-10
| | | | | | Update keepalived to version 2.0.15 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* keepalived: update to version 2.0.14Florian Eckert2019-04-03
| | | | | | | | | Redmine-patch-id: 3383 Update keepalived to version 2.0.14. Add Config.in file. Authored-by: Quentin Armitage <quentin@armitage.org.uk> Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* keepalived: update to version 2.0.10Jan Pavlinec2019-01-19
| | | | | | Fixes CVE-2018-19046 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* net/keepalived: update to version 2.0.7Florian Eckert2018-09-13
| | | | | | Update keepalived to version 2.0.7. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* net/keepalived: update to 1.4.4Florian Eckert2018-05-09
| | | | | | Update to new upstream stable version 1.4.4 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* net/keepalived: update to 1.4.3Florian Eckert2018-05-08
| | | | | | | | | | | | | bump PKG_VERSION to 1.4.3 To Fix compilation issue cherry-pick two commits from keepalived master tree: https://github.com/acassen/keepalived/commit/afc450807c5e83c5312e9f88dd6911fe3b00f42e https://github.com/acassen/keepalived/commit/58ae2ba75fa57896bc690c57a892958eb9816cd4 This was discussed on: https://github.com/acassen/keepalived/issues/835 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* net/keepalived: remove patches for version 1.2.19Florian Eckert2017-10-30
| | | | | | This patches are already upstream. Not needed anymore. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* 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: fix recvmsg/sendmsg on mips64Stijn Tintel2016-06-09
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* 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>