wok rev 22983
updated keepalived (2.0.13 -> 2.0.20)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 01 06:54:28 2020 +0100 (2020-03-01) |
parents | 904d944562cd |
children | 50051b5bf172 |
files | kdelibs/receipt keepalived/description.txt keepalived/receipt |
line diff
1.1 --- a/kdelibs/receipt Sat Feb 29 17:42:51 2020 +0100 1.2 +++ b/kdelibs/receipt Sun Mar 01 06:54:28 2020 +0100 1.3 @@ -26,7 +26,7 @@ 1.4 sed -i '316,317d' kdeui/CMakeLists.txt # duplicate else 1.5 1.6 mkdir build && 1.7 - cd build 1.8 + cd build && 1.9 cmake .. \ 1.10 -DCMAKE_BUILD_TYPE=Release \ 1.11 -DKDE_DISTRIBUTION_TEXT='SliTaz GNU/Linux' \ 1.12 @@ -36,7 +36,7 @@ 1.13 -DCMAKE_SKIP_RPATH=ON \ 1.14 -DKAUTH_BACKEND=PolkitQt-1 \ 1.15 -DWITH_SOLID_UDISKS2=TRUE && 1.16 - make && 1.17 + make -j 1 && 1.18 make install 1.19 } 1.20
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/keepalived/description.txt Sun Mar 01 06:54:28 2020 +0100 2.3 @@ -0,0 +1,17 @@ 2.4 +The main goal of this project is to provide simple and robust facilities 2.5 +for loadbalancing and high-availability to Linux system and Linux based 2.6 +infrastructures. Loadbalancing framework relies on well-known and widely 2.7 +used Linux Virtual Server (IPVS) kernel module providing Layer4 loadbalancing. 2.8 +Keepalived implements a set of checkers to dynamically and adaptively maintain 2.9 +and manage loadbalanced server pool according their health. On the other hand 2.10 +high-availability is achieved by VRRP protocol. VRRP is a fundamental brick for 2.11 +router failover. In addition, Keepalived implements a set of hooks to the VRRP 2.12 +finite state machine providing low-level and high-speed protocol interactions. 2.13 +In order to offer fastest network failure detection, Keepalived implements BFD 2.14 +protocol. VRRP state transition can take into account BFD hint to drive fast 2.15 +state transition. Keepalived frameworks can be used independently or all 2.16 +together to provide resilient infrastructures. 2.17 + 2.18 +Keepalived implementation is based on an I/O multiplexer to handle a 2.19 +strong multi-threading framework. All the events process use this I/O 2.20 +multiplexer.
3.1 --- a/keepalived/receipt Sat Feb 29 17:42:51 2020 +0100 3.2 +++ b/keepalived/receipt Sun Mar 01 06:54:28 2020 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="keepalived" 3.7 -VERSION="2.0.13" 3.8 +VERSION="2.0.20" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="Routing software for loadbalancing and high-availability." 3.11 MAINTAINER="pascal.bellard@slitaz.org"