[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2020-12-11 Thread Sébastien Luttringer via arch-commits
Date: Friday, December 11, 2020 @ 08:44:52
  Author: seblu
Revision: 773113

upgpkg: keepalived 2.1.5-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 07:30:00 UTC (rev 773112)
+++ PKGBUILD2020-12-11 08:44:52 UTC (rev 773113)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.20
+pkgver=2.1.5
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-sha224sums=('41eb81440504e59c3fb4c9c54d7d0e368317f15ba3eeaf3bb05f8128')
+sha256sums=('d94d7ccbc5c95ab39c95a0e5ae89a25a224f39b6811f2930d3a1885a69732259')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2020-01-25 Thread Sébastien Luttringer via arch-commits
Date: Saturday, January 25, 2020 @ 10:41:28
  Author: seblu
Revision: 555415

upgpkg: keepalived 2.0.20-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 10:34:36 UTC (rev 555414)
+++ PKGBUILD2020-01-25 10:41:28 UTC (rev 555415)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.19
+pkgver=2.0.20
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-sha224sums=('41028006dd422df45192d69b8ab784fb429d2a6b1dc46a44276ac412')
+sha224sums=('41eb81440504e59c3fb4c9c54d7d0e368317f15ba3eeaf3bb05f8128')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2019-10-20 Thread Sébastien Luttringer via arch-commits
Date: Sunday, October 20, 2019 @ 11:09:51
  Author: seblu
Revision: 517770

upgpkg: keepalived 2.0.19-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 10:49:57 UTC (rev 517769)
+++ PKGBUILD2019-10-20 11:09:51 UTC (rev 517770)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.18
+pkgver=2.0.19
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('9d1dc77a0e4c628daf9fe453701b54be')
+sha224sums=('41028006dd422df45192d69b8ab784fb429d2a6b1dc46a44276ac412')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2019-09-17 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 17, 2019 @ 20:40:50
  Author: arojas
Revision: 511014

https

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-17 20:40:21 UTC (rev 511013)
+++ PKGBUILD2019-09-17 20:40:50 UTC (rev 511014)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
-url='http://www.keepalived.org/'
+url='https://www.keepalived.org/'
 license=('GPL2')
 backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
 makedepends=('ipset')
@@ -14,7 +14,7 @@
 optdepends=('ipset: ipset support')
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
-source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
+source=("https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
 md5sums=('9d1dc77a0e4c628daf9fe453701b54be')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2019-07-29 Thread Sébastien Luttringer via arch-commits
Date: Monday, July 29, 2019 @ 23:22:02
  Author: seblu
Revision: 494712

upgpkg: keepalived 2.0.18-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-29 22:32:24 UTC (rev 494711)
+++ PKGBUILD2019-07-29 23:22:02 UTC (rev 494712)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.17
+pkgver=2.0.18
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('1a551fe0ac665d2c35d0df7a6493a62f')
+md5sums=('9d1dc77a0e4c628daf9fe453701b54be')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2019-07-02 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, July 2, 2019 @ 11:55:16
  Author: seblu
Revision: 487252

upgpkg: keepalived 2.0.17-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-02 11:48:59 UTC (rev 487251)
+++ PKGBUILD2019-07-02 11:55:16 UTC (rev 487252)
@@ -2,8 +2,8 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.16
-pkgrel=2
+pkgver=2.0.17
+pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
 url='http://www.keepalived.org/'
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('03f202eace2ad392c61ced15bb710e24')
+md5sums=('1a551fe0ac665d2c35d0df7a6493a62f')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2019-06-10 Thread Sébastien Luttringer via arch-commits
Date: Monday, June 10, 2019 @ 20:42:10
  Author: seblu
Revision: 479791

upgpkg: keepalived 2.0.16-2

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-10 19:59:20 UTC (rev 479790)
+++ PKGBUILD2019-06-10 20:42:10 UTC (rev 479791)
@@ -3,7 +3,7 @@
 
 pkgname=keepalived
 pkgver=2.0.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
 url='http://www.keepalived.org/'


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2019-05-10 Thread Sébastien Luttringer via arch-commits
Date: Saturday, May 11, 2019 @ 06:39:14
  Author: seblu
Revision: 465150

upgpkg: keepalived 2.0.16-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-11 06:37:26 UTC (rev 465149)
+++ PKGBUILD2019-05-11 06:39:14 UTC (rev 465150)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.13
+pkgver=2.0.16
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('a1b839f6da4bcb9f7e07767a062709fc')
+md5sums=('03f202eace2ad392c61ced15bb710e24')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2019-02-22 Thread Sébastien Luttringer via arch-commits
Date: Friday, February 22, 2019 @ 10:38:44
  Author: seblu
Revision: 435184

upgpkg: keepalived 2.0.13-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 10:31:04 UTC (rev 435183)
+++ PKGBUILD2019-02-22 10:38:44 UTC (rev 435184)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.12
+pkgver=2.0.13
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('96ab225fefab25a6cf0cbe4579a9bac7')
+md5sums=('a1b839f6da4bcb9f7e07767a062709fc')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2019-02-10 Thread Sébastien Luttringer via arch-commits
Date: Monday, February 11, 2019 @ 02:17:15
  Author: seblu
Revision: 431701

upgpkg: keepalived 2.0.12-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 00:27:16 UTC (rev 431700)
+++ PKGBUILD2019-02-11 02:17:15 UTC (rev 431701)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.11
+pkgver=2.0.12
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('2a6e1a159922afd78333cd683f9f2732')
+md5sums=('96ab225fefab25a6cf0cbe4579a9bac7')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2019-01-06 Thread Sébastien Luttringer via arch-commits
Date: Sunday, January 6, 2019 @ 22:14:27
  Author: seblu
Revision: 420771

upgpkg: keepalived 2.0.11-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-06 22:11:47 UTC (rev 420770)
+++ PKGBUILD2019-01-06 22:14:27 UTC (rev 420771)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.10
+pkgver=2.0.11
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('ac93d7eb5b69a9fbf7494fcf27b39ccf')
+md5sums=('2a6e1a159922afd78333cd683f9f2732')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-11-18 Thread Sébastien Luttringer via arch-commits
Date: Sunday, November 18, 2018 @ 22:37:37
  Author: seblu
Revision: 408743

upgpkg: keepalived 2.0.10-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-18 22:21:07 UTC (rev 408742)
+++ PKGBUILD2018-11-18 22:37:37 UTC (rev 408743)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.8
+pkgver=2.0.10
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('4a00d1a093e1dc4961e4fea9e1391127')
+md5sums=('ac93d7eb5b69a9fbf7494fcf27b39ccf')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-10-26 Thread Sébastien Luttringer via arch-commits
Date: Friday, October 26, 2018 @ 10:45:09
  Author: seblu
Revision: 399093

upgpkg: keepalived 2.0.8-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-26 10:35:42 UTC (rev 399092)
+++ PKGBUILD2018-10-26 10:45:09 UTC (rev 399093)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('5204f541c75f4f68339809f0761693c5')
+md5sums=('4a00d1a093e1dc4961e4fea9e1391127')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-09-07 Thread Sébastien Luttringer via arch-commits
Date: Friday, September 7, 2018 @ 11:46:40
  Author: seblu
Revision: 378604

upgpkg: keepalived 2.0.7-1

- fix FS#59440

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-07 11:36:27 UTC (rev 378603)
+++ PKGBUILD2018-09-07 11:46:40 UTC (rev 378604)
@@ -10,7 +10,8 @@
 url='http://www.keepalived.org/'
 license=('GPL2')
 backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
-depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables')
+makedepends=('ipset')
+depends=('glibc' 'libnl' 'openssl' 'file' 'iptables')
 optdepends=('ipset: ipset support')
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-09-07 Thread Sébastien Luttringer via arch-commits
Date: Friday, September 7, 2018 @ 11:36:20
  Author: seblu
Revision: 378602

upgpkg: keepalived 2.0.7-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-07 11:32:53 UTC (rev 378601)
+++ PKGBUILD2018-09-07 11:36:20 UTC (rev 378602)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.6
+pkgver=2.0.7
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('c80d25f808c8e5c670ea94dc68a7cc5e')
+md5sums=('5204f541c75f4f68339809f0761693c5')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-08-19 Thread Sébastien Luttringer via arch-commits
Date: Sunday, August 19, 2018 @ 19:02:42
  Author: seblu
Revision: 372804

upgpkg: keepalived 2.0.6-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-19 19:01:07 UTC (rev 372803)
+++ PKGBUILD2018-08-19 19:02:42 UTC (rev 372804)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.2
+pkgver=2.0.6
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('a33b62f9fd92aee5dc23c14aed04fdd4')
+md5sums=('c80d25f808c8e5c670ea94dc68a7cc5e')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-06-13 Thread Sébastien Luttringer via arch-commits
Date: Thursday, June 14, 2018 @ 03:20:41
  Author: seblu
Revision: 343038

upgpkg: keepalived 2.0.2-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 02:11:14 UTC (rev 343037)
+++ PKGBUILD2018-06-14 03:20:41 UTC (rev 343038)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=2.0.0
+pkgver=2.0.2
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('1a3f4e098ac18291586bd161d61ce7c7')
+md5sums=('a33b62f9fd92aee5dc23c14aed04fdd4')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-05-27 Thread Sébastien Luttringer via arch-commits
Date: Sunday, May 27, 2018 @ 11:39:38
  Author: seblu
Revision: 331516

upgpkg: keepalived 2.0.0-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-27 10:06:23 UTC (rev 331515)
+++ PKGBUILD2018-05-27 11:39:38 UTC (rev 331516)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.4.4
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('b2033a7506e098f1b750604fbcf002e1')
+md5sums=('1a3f4e098ac18291586bd161d61ce7c7')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-05-16 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, May 16, 2018 @ 23:19:49
  Author: seblu
Revision: 323281

upgpkg: keepalived 1.4.4-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 23:18:52 UTC (rev 323280)
+++ PKGBUILD2018-05-16 23:19:49 UTC (rev 323281)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('fc1433e035af7f77734a13a7d2c53860')
+md5sums=('b2033a7506e098f1b750604fbcf002e1')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-04-17 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, April 17, 2018 @ 22:41:39
  Author: seblu
Revision: 316836

upgpkg: keepalived 1.4.3-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-17 22:33:11 UTC (rev 316835)
+++ PKGBUILD2018-04-17 22:41:39 UTC (rev 316836)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('610af6e04071f02d3469191de7499f4e')
+md5sums=('fc1433e035af7f77734a13a7d2c53860')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-03-06 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, March 7, 2018 @ 00:32:57
  Author: seblu
Revision: 303398

upgpkg: keepalived 1.4.2-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 23:19:09 UTC (rev 303397)
+++ PKGBUILD2018-03-07 00:32:57 UTC (rev 303398)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('0152de89692bd4e1df0d060c945d6978')
+md5sums=('610af6e04071f02d3469191de7499f4e')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2018-02-13 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, February 13, 2018 @ 15:17:10
  Author: seblu
Revision: 293867

upgpkg: keepalived 1.4.1-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-13 15:16:09 UTC (rev 293866)
+++ PKGBUILD2018-02-13 15:17:10 UTC (rev 293867)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('2e0e98b95b46fcce45a491cc37f817a4')
+md5sums=('0152de89692bd4e1df0d060c945d6978')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-12-29 Thread Sébastien Luttringer via arch-commits
Date: Friday, December 29, 2017 @ 20:09:30
  Author: seblu
Revision: 276886

upgpkg: keepalived 1.4.0-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-29 20:09:23 UTC (rev 276885)
+++ PKGBUILD2017-12-29 20:09:30 UTC (rev 276886)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.3.9
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('230106626157aba1d7efa798a66688e3')
+md5sums=('2e0e98b95b46fcce45a491cc37f817a4')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-12-10 Thread Sébastien Luttringer via arch-commits
Date: Sunday, December 10, 2017 @ 15:09:47
  Author: seblu
Revision: 273591

upgpkg: keepalived 1.3.9-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-10 15:08:50 UTC (rev 273590)
+++ PKGBUILD2017-12-10 15:09:47 UTC (rev 273591)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.3.7
+pkgver=1.3.9
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('854f21ac4ea81361d3dcde88d4a20365')
+md5sums=('230106626157aba1d7efa798a66688e3')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-10-05 Thread Sébastien Luttringer
Date: Friday, October 6, 2017 @ 06:51:52
  Author: seblu
Revision: 261838

upgpkg: keepalived 1.3.7-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-06 06:51:45 UTC (rev 261837)
+++ PKGBUILD2017-10-06 06:51:52 UTC (rev 261838)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('ff1f0e460bdf8af5b5979715d1b7dfab')
+md5sums=('854f21ac4ea81361d3dcde88d4a20365')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-08-18 Thread Sébastien Luttringer
Date: Friday, August 18, 2017 @ 23:34:40
  Author: seblu
Revision: 252521

upgpkg: keepalived 1.3.6-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-18 23:17:38 UTC (rev 252520)
+++ PKGBUILD2017-08-18 23:34:40 UTC (rev 252521)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.3.5
-pkgrel=5
+pkgver=1.3.6
+pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('9964d295ec9d34ed3408b57d28847b68')
+md5sums=('ff1f0e460bdf8af5b5979715d1b7dfab')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-07-08 Thread Sébastien Luttringer
Date: Saturday, July 8, 2017 @ 11:51:54
  Author: seblu
Revision: 243329

upgpkg: keepalived 1.3.5-5

- fix FS#53644

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-08 11:39:54 UTC (rev 243328)
+++ PKGBUILD2017-07-08 11:51:54 UTC (rev 243329)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.3.5
-pkgrel=4
+pkgrel=5
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -24,7 +24,12 @@
   PATH=$PWD:$PATH
 
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--runstatedir=/run
   make
 }
 


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-04-04 Thread Bartłomiej Piotrowski
Date: Tuesday, April 4, 2017 @ 09:01:43
  Author: bpiotrowski
Revision: 220472

upgpkg: keepalived 1.3.5-4

rebuild against [testing]

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-04 08:59:25 UTC (rev 220471)
+++ PKGBUILD2017-04-04 09:01:43 UTC (rev 220472)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.3.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-04-04 Thread Bartłomiej Piotrowski
Date: Tuesday, April 4, 2017 @ 08:59:17
  Author: bpiotrowski
Revision: 220470

upgpkg: keepalived 1.3.5-3

rebuild against [extra]

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-04 08:48:40 UTC (rev 220469)
+++ PKGBUILD2017-04-04 08:59:17 UTC (rev 220470)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.3.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 18:47:14
  Author: bpiotrowski
Revision: 219414

upgpkg: keepalived 1.3.5-2

rebuild against iptables 1.6.1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 18:46:08 UTC (rev 219413)
+++ PKGBUILD2017-03-27 18:47:14 UTC (rev 219414)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-03-26 Thread Sébastien Luttringer
Date: Sunday, March 26, 2017 @ 19:06:23
  Author: seblu
Revision: 219187

upgpkg: keepalived 1.3.5-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 18:57:12 UTC (rev 219186)
+++ PKGBUILD2017-03-26 19:06:23 UTC (rev 219187)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.3.4
-pkgrel=3
+pkgver=1.3.5
+pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -15,7 +15,7 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('b5283fe3f3d03f9866344732961ddf69')
+md5sums=('9964d295ec9d34ed3408b57d28847b68')
 
 build() {
   # trick broken ./configure systemctl test


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-03-05 Thread Sébastien Luttringer
Date: Sunday, March 5, 2017 @ 13:14:28
  Author: seblu
Revision: 214950

upgpkg: keepalived 1.3.4-3

- fix FS#53038

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-05 12:51:44 UTC (rev 214949)
+++ PKGBUILD2017-03-05 13:14:28 UTC (rev 214950)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -18,11 +18,11 @@
 md5sums=('b5283fe3f3d03f9866344732961ddf69')
 
 build() {
-#  # trick broken ./configure systemctl test
-#  printf "#!/bin/sh\necho -.mount\n" > systemctl
-#  chmod +x systemctl
-#  PATH=$PWD:$PATH
-#
+  # trick broken ./configure systemctl test
+  printf "#!/bin/sh\necho -.mount\n" > systemctl
+  chmod +x systemctl
+  PATH=$PWD:$PATH
+
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
   make


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-03-03 Thread Jelle van der Waa
Date: Friday, March 3, 2017 @ 20:46:26
  Author: jelle
Revision: 214703

upgpkg: keepalived 1.3.4-2

openssl 1.1.0 rebuild

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 20:46:15 UTC (rev 214702)
+++ PKGBUILD2017-03-03 20:46:26 UTC (rev 214703)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2017-02-20 Thread Sébastien Luttringer
Date: Monday, February 20, 2017 @ 22:53:30
  Author: seblu
Revision: 213216

upgpkg: keepalived 1.3.4-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 22:49:36 UTC (rev 213215)
+++ PKGBUILD2017-02-20 22:53:30 UTC (rev 213216)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.3.4
+pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -15,14 +15,14 @@
 makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
-md5sums=('744025d57c7f065c42fe925b0283897e')
+md5sums=('b5283fe3f3d03f9866344732961ddf69')
 
 build() {
-  # trick broken ./configure systemctl test
-  printf "#!/bin/sh\necho -.mount\n" > systemctl
-  chmod +x systemctl
-  PATH=$PWD:$PATH
-
+#  # trick broken ./configure systemctl test
+#  printf "#!/bin/sh\necho -.mount\n" > systemctl
+#  chmod +x systemctl
+#  PATH=$PWD:$PATH
+#
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
   make


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2016-12-05 Thread Sébastien Luttringer
Date: Tuesday, December 6, 2016 @ 00:56:46
  Author: seblu
Revision: 198077

upgpkg: keepalived 1.3.2-2

- Add ipset support
- Fix systemd service dropped when build in a chroot

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-05 23:15:24 UTC (rev 198076)
+++ PKGBUILD2016-12-06 00:56:46 UTC (rev 198077)
@@ -4,19 +4,25 @@
 
 pkgname=keepalived
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
 license=('GPL2')
 backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
-depends=('openssl' 'popt' 'libnl1' 'iptables')
-makedepends=('libnfnetlink' 'systemd')
+depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables')
+optdepends=('ipset: ipset support')
+makedepends=('libnfnetlink' 'ipset' 'systemd')
 options=('!emptydirs')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
 md5sums=('744025d57c7f065c42fe925b0283897e')
 
 build() {
+  # trick broken ./configure systemctl test
+  printf "#!/bin/sh\necho -.mount\n" > systemctl
+  chmod +x systemctl
+  PATH=$PWD:$PATH
+
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
   make


[arch-commits] Commit in keepalived/trunk (PKGBUILD keepalived.service)

2016-11-26 Thread Sébastien Luttringer
Date: Sunday, November 27, 2016 @ 03:22:12
  Author: seblu
Revision: 196994

upgpkg: keepalived 1.3.2-1

Modified:
  keepalived/trunk/PKGBUILD
Deleted:
  keepalived/trunk/keepalived.service

+
 PKGBUILD   |   20 +++-
 keepalived.service |9 -
 2 files changed, 7 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:32:50 UTC (rev 196993)
+++ PKGBUILD2016-11-27 03:22:12 UTC (rev 196994)
@@ -3,19 +3,18 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.24
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
 license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-makedepends=('libnfnetlink')
-source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
-'keepalived.service')
-md5sums=('e878312095b7dcab91ad06e257822247'
- '0a5171f4298528315e8a8004b55befb7')
+backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
+depends=('openssl' 'popt' 'libnl1' 'iptables')
+makedepends=('libnfnetlink' 'systemd')
+options=('!emptydirs')
+source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";)
+md5sums=('744025d57c7f065c42fe925b0283897e')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,14 +25,9 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  # clean pacakge init scripts
-  rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig"
   # move examples to /usr/share
   install -d -m 755 "$pkgdir/usr/share/$pkgname"
   mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
-  # systemd
-  install -D -m 644 "$srcdir/$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: keepalived.service
===
--- keepalived.service  2016-11-27 00:32:50 UTC (rev 196993)
+++ keepalived.service  2016-11-27 03:22:12 UTC (rev 196994)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2016-09-17 Thread Sébastien Luttringer
Date: Saturday, September 17, 2016 @ 13:16:37
  Author: seblu
Revision: 189865

upgpkg: keepalived 1.2.24-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-17 13:10:20 UTC (rev 189864)
+++ PKGBUILD2016-09-17 13:16:37 UTC (rev 189865)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.23
+pkgver=1.2.24
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('libnfnetlink')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('451919d34d0af969a2c574529dca96e9'
+md5sums=('e878312095b7dcab91ad06e257822247'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2016-07-14 Thread Sébastien Luttringer
Date: Thursday, July 14, 2016 @ 14:16:51
  Author: seblu
Revision: 182894

upgpkg: keepalived 1.2.23-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-14 14:06:02 UTC (rev 182893)
+++ PKGBUILD2016-07-14 14:16:51 UTC (rev 182894)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.22
+pkgver=1.2.23
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('libnfnetlink')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('eb86fc8da95b43a0a91fa798ed3df3c5'
+md5sums=('451919d34d0af969a2c574529dca96e9'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2016-06-17 Thread Sébastien Luttringer
Date: Saturday, June 18, 2016 @ 00:58:09
  Author: seblu
Revision: 180406

upgpkg: keepalived 1.2.22-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 00:56:49 UTC (rev 180405)
+++ PKGBUILD2016-06-18 00:58:09 UTC (rev 180406)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.21
+pkgver=1.2.22
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('libnfnetlink')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('cd14f8c1926c8022e61f2860df11167e'
+md5sums=('eb86fc8da95b43a0a91fa798ed3df3c5'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2016-06-05 Thread Sébastien Luttringer
Date: Sunday, June 5, 2016 @ 23:03:12
  Author: seblu
Revision: 177986

upgpkg: keepalived 1.2.21-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 20:55:47 UTC (rev 177985)
+++ PKGBUILD2016-06-05 21:03:12 UTC (rev 177986)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.20
+pkgver=1.2.21
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('libnfnetlink')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('c17c19579c7c34f8526a67ea8ddf6835'
+md5sums=('cd14f8c1926c8022e61f2860df11167e'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2016-04-16 Thread Sébastien Luttringer
Date: Saturday, April 16, 2016 @ 23:32:44
  Author: seblu
Revision: 171210

upgpkg: keepalived 1.2.20-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 18:38:44 UTC (rev 171209)
+++ PKGBUILD2016-04-16 21:32:44 UTC (rev 171210)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.19
-pkgrel=2
+pkgver=1.2.20
+pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -11,9 +11,10 @@
 license=('GPL2')
 backup=('etc/keepalived/keepalived.conf')
 depends=('openssl' 'popt' 'libnl1')
+makedepends=('libnfnetlink')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('5c98b06639dd50a6bff76901b53febb6'
+md5sums=('c17c19579c7c34f8526a67ea8ddf6835'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 19:11:53
  Author: foutrelis
Revision: 164168

OpenSSL 1.0.2g rebuild

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 18:10:56 UTC (rev 164167)
+++ PKGBUILD2016-03-02 18:11:53 UTC (rev 164168)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.2.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2015-07-08 Thread Sébastien Luttringer
Date: Wednesday, July 8, 2015 @ 13:21:02
  Author: seblu
Revision: 136554

upgpkg: keepalived 1.2.19-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 09:36:16 UTC (rev 136553)
+++ PKGBUILD2015-07-08 11:21:02 UTC (rev 136554)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.18
+pkgver=1.2.19
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('4238a97f24e84bf9465dfa384104157e'
+md5sums=('5c98b06639dd50a6bff76901b53febb6'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2015-06-30 Thread Sébastien Luttringer
Date: Wednesday, July 1, 2015 @ 08:58:24
  Author: seblu
Revision: 136184

upgpkg: keepalived 1.2.18-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 04:30:05 UTC (rev 136183)
+++ PKGBUILD2015-07-01 06:58:24 UTC (rev 136184)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.17
+pkgver=1.2.18
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('8d6400e1be43fc303175164d69125dce'
+md5sums=('4238a97f24e84bf9465dfa384104157e'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 17:16:29
  Author: seblu
Revision: 134419

upgpkg: keepalived 1.2.17-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 13:52:56 UTC (rev 134418)
+++ PKGBUILD2015-05-31 15:16:29 UTC (rev 134419)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.16
+pkgver=1.2.17
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('f834ab2cfc2e7300edf1bafaf4a5d83e'
+md5sums=('8d6400e1be43fc303175164d69125dce'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2015-03-31 Thread Sébastien Luttringer
Date: Tuesday, March 31, 2015 @ 17:55:58
  Author: seblu
Revision: 130415

upgpkg: keepalived 1.2.16-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 15:54:32 UTC (rev 130414)
+++ PKGBUILD2015-03-31 15:55:58 UTC (rev 130415)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.15
+pkgver=1.2.16
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('d85fcb8e564ea03b0ca7b2357bf30c51'
+md5sums=('f834ab2cfc2e7300edf1bafaf4a5d83e'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2014-12-27 Thread Sébastien Luttringer
Date: Sunday, December 28, 2014 @ 01:12:41
  Author: seblu
Revision: 124735

upgpkg: keepalived 1.2.15-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-28 00:09:12 UTC (rev 124734)
+++ PKGBUILD2014-12-28 00:12:41 UTC (rev 124735)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.14
+pkgver=1.2.15
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('ef945274de599107d5b9f60bf5a0cc2d'
+md5sums=('d85fcb8e564ea03b0ca7b2357bf30c51'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2014-12-16 Thread Sébastien Luttringer
Date: Wednesday, December 17, 2014 @ 01:50:04
  Author: seblu
Revision: 124005

upgpkg: keepalived 1.2.14-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 19:44:41 UTC (rev 124004)
+++ PKGBUILD2014-12-17 00:50:04 UTC (rev 124005)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.13
+pkgver=1.2.14
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('5f5c038139c55b5af54deefbcce64e33'
+md5sums=('ef945274de599107d5b9f60bf5a0cc2d'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2014-05-15 Thread Sébastien Luttringer
Date: Friday, May 16, 2014 @ 00:20:05
  Author: seblu
Revision: 111264

upgpkg: keepalived 1.2.13-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-15 22:20:00 UTC (rev 111263)
+++ PKGBUILD2014-05-15 22:20:05 UTC (rev 111264)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.12
+pkgver=1.2.13
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('60f2564acc1e1faa0237b53cf4392d1f'
+md5sums=('5f5c038139c55b5af54deefbcce64e33'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {



[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2014-02-08 Thread Sébastien Luttringer
Date: Saturday, February 8, 2014 @ 20:27:30
  Author: seblu
Revision: 105468

upgpkg: keepalived 1.2.12-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-08 18:59:33 UTC (rev 105467)
+++ PKGBUILD2014-02-08 19:27:30 UTC (rev 105468)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.11
+pkgver=1.2.12
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('6a5cee0d9e0a6b84b251b044cd8f3523'
+md5sums=('60f2564acc1e1faa0237b53cf4392d1f'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {



[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2014-01-28 Thread Sébastien Luttringer
Date: Wednesday, January 29, 2014 @ 00:21:40
  Author: seblu
Revision: 104970

upgpkg: keepalived 1.2.11-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 23:09:48 UTC (rev 104969)
+++ PKGBUILD2014-01-28 23:21:40 UTC (rev 104970)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.10
+pkgver=1.2.11
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('d838c23d80682650315d1ae447dad48a'
+md5sums=('6a5cee0d9e0a6b84b251b044cd8f3523'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {



[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2014-01-03 Thread Sébastien Luttringer
Date: Friday, January 3, 2014 @ 20:09:26
  Author: seblu
Revision: 103344

upgpkg: keepalived 1.2.10-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-03 12:23:37 UTC (rev 103343)
+++ PKGBUILD2014-01-03 19:09:26 UTC (rev 103344)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('adfad98a2cc34230867d794ebc633492'
+md5sums=('d838c23d80682650315d1ae447dad48a'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {



[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2013-11-10 Thread Sébastien Luttringer
Date: Monday, November 11, 2013 @ 04:42:30
  Author: seblu
Revision: 100796

upgpkg: keepalived 1.2.9-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-11 03:40:00 UTC (rev 100795)
+++ PKGBUILD2013-11-11 03:42:30 UTC (rev 100796)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('8a362b6cea145fd4393bf004d09b4057'
+md5sums=('adfad98a2cc34230867d794ebc633492'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {



[arch-commits] Commit in keepalived/trunk (PKGBUILD)

2013-09-05 Thread Sébastien Luttringer
Date: Thursday, September 5, 2013 @ 20:46:50
  Author: seblu
Revision: 96807

upgpkg: keepalived 1.2.8-1

Modified:
  keepalived/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-05 18:44:22 UTC (rev 96806)
+++ PKGBUILD2013-09-05 18:46:50 UTC (rev 96807)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.7
-pkgrel=3
+pkgver=1.2.8
+pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('8551a34ee048895dbe5350a031ff29c1'
+md5sums=('8a362b6cea145fd4393bf004d09b4057'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {



[arch-commits] Commit in keepalived/trunk (PKGBUILD keepalived.service)

2013-05-12 Thread Sébastien Luttringer
Date: Monday, May 13, 2013 @ 01:53:57
  Author: seblu
Revision: 90519

upgpkg: keepalived 1.2.7-3

https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/

Modified:
  keepalived/trunk/PKGBUILD
  keepalived/trunk/keepalived.service

+
 PKGBUILD   |   10 --
 keepalived.service |2 +-
 2 files changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 23:51:34 UTC (rev 90518)
+++ PKGBUILD2013-05-12 23:53:57 UTC (rev 90519)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.2.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -14,11 +14,11 @@
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
 md5sums=('8551a34ee048895dbe5350a031ff29c1'
- 'edbeda8c8777cf36110c1623e49bc5c9')
+ '0a5171f4298528315e8a8004b55befb7')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
   make
 }
 
@@ -31,10 +31,8 @@
   install -d -m 755 "$pkgdir/usr/share/$pkgname"
   mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
   # systemd
-  cd "$srcdir"
-  install -D -m 644 $pkgname.service \
+  install -D -m 644 "$srcdir/$pkgname.service" \
 "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-
 }
 
 # vim:set ts=2 sw=2 et:

Modified: keepalived.service
===
--- keepalived.service  2013-05-12 23:51:34 UTC (rev 90518)
+++ keepalived.service  2013-05-12 23:53:57 UTC (rev 90519)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/sbin/keepalived --dont-fork
+ExecStart=/usr/bin/keepalived --dont-fork
 
 [Install]
 WantedBy=multi-user.target



[arch-commits] Commit in keepalived/trunk (PKGBUILD keepalived.service)

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:57:00
  Author: seblu
Revision: 83709

upgpkg: keepalived 1.2.7-2

Modified:
  keepalived/trunk/PKGBUILD
  keepalived/trunk/keepalived.service

+
 PKGBUILD   |4 ++--
 keepalived.service |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 14:56:52 UTC (rev 83708)
+++ PKGBUILD2013-02-04 14:57:00 UTC (rev 83709)
@@ -14,7 +14,7 @@
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
 md5sums=('8551a34ee048895dbe5350a031ff29c1'
- 'dd0a003a24057eba1e4dc09f372aaa52')
+ 'edbeda8c8777cf36110c1623e49bc5c9')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,7 +26,7 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   # clean pacakge init scripts
-  rm -r "$pkgdir/etc/rc.d/init.d" "$pkgdir/etc/sysconfig"
+  rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig"
   # move examples to /usr/share
   install -d -m 755 "$pkgdir/usr/share/$pkgname"
   mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"

Modified: keepalived.service
===
--- keepalived.service  2013-02-04 14:56:52 UTC (rev 83708)
+++ keepalived.service  2013-02-04 14:57:00 UTC (rev 83709)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Keepalive Daemon
+After=network.target
 
 [Service]
 ExecStart=/usr/sbin/keepalived --dont-fork