[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: keepalived: Update to 2.0.18.
From: |
guix-commits |
Subject: |
02/11: gnu: keepalived: Update to 2.0.18. |
Date: |
Tue, 24 Sep 2019 14:18:17 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit ce6db0fa7ce76cc05480ede1cc3789c55848efbd
Author: Marius Bakke <address@hidden>
Date: Thu Sep 5 13:50:04 2019 +0200
gnu: keepalived: Update to 2.0.18.
* gnu/packages/cluster.scm (keepalived): Update to 2.0.18.
---
gnu/packages/cluster.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index c4a26e9..177017c 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -35,7 +35,7 @@
(define-public keepalived
(package
(name "keepalived")
- (version "2.0.5")
+ (version "2.0.18")
(source (origin
(method url-fetch)
(uri (string-append
@@ -43,7 +43,7 @@
version ".tar.gz"))
(sha256
(base32
- "021a7c1lq4aqx7dbwhlm5km6w039hapfzp5hf6wb5bfq79s25g38"))))
+ "1l2g0bzzbah9svfpwa0b9dgvwfv85r2y3qdr54822hg5p2qs48ql"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (3e7518b -> aa0e28b), guix-commits, 2019/09/24
- 03/11: gnu: keepalived: Update home page., guix-commits, 2019/09/24
- 05/11: gnu: openvswitch: Update to 2.12.0., guix-commits, 2019/09/24
- 06/11: gnu: re2: Update to 2019-09-01., guix-commits, 2019/09/24
- 10/11: gnu: OpenEXR: Update home page., guix-commits, 2019/09/24
- 11/11: gnu: p11-kit: Update to 0.23.17., guix-commits, 2019/09/24
- 09/11: gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444]., guix-commits, 2019/09/24
- 01/11: gnu: keepalived: Fix documentation generation., guix-commits, 2019/09/24
- 02/11: gnu: keepalived: Update to 2.0.18.,
guix-commits <=
- 04/11: gnu: fmt: Update to 6.0.0., guix-commits, 2019/09/24
- 07/11: gnu: ffmpeg: Update to 4.2.1., guix-commits, 2019/09/24
- 08/11: gnu: varnish: Update to 6.3.0., guix-commits, 2019/09/24