[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: keepalived: Update to 2.0.4.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/08: gnu: keepalived: Update to 2.0.4. |
Date: |
Fri, 29 Jun 2018 09:48:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 36de28ffddd5f09852db7c534c48e71e25f3557b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jun 28 16:38:15 2018 +0200
gnu: keepalived: Update to 2.0.4.
* gnu/packages/cluster.scm (keepalived): Update to 2.0.4.
[arguments]: Remove ‘patch-configure’ phase (bug fixed in 2.0.3).
---
gnu/packages/cluster.scm | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/cluster.scm b/gnu/packages/cluster.scm
index 7cfd04f..6d508f1 100644
--- a/gnu/packages/cluster.scm
+++ b/gnu/packages/cluster.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Sou Bunnbu <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,7 +31,7 @@
(define-public keepalived
(package
(name "keepalived")
- (version "2.0.1")
+ (version "2.0.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -38,18 +39,11 @@
version ".tar.gz"))
(sha256
(base32
- "0hp8i56zkf0398bmpi32a85f05cv2fy9wizkdfbxk7gav4z6yx18"))))
+ "0qf46bfxv4w7qx7d73qq26pp72cvbyfjvna3hxn208vynvapalh0"))))
(build-system gnu-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
- (add-before 'configure 'patch-configure
- (lambda _
- ;; XXX: The 'configure' script doesn't handle '-L' flags in the
- ;; output of 'pkg-config'.
- (substitute* "configure"
- (("PKG_CONFIG --libs") "PKG_CONFIG --libs-only-l"))
- #t))
(add-after 'build 'build-info
(lambda _
(invoke "make" "-C" "doc" "texinfo")
- branch master updated (ed615bc -> 12a96d4), Tobias Geerinckx-Rice, 2018/06/29
- 02/08: gnu: r-ddalpha: Update to 1.3.4., Tobias Geerinckx-Rice, 2018/06/29
- 03/08: gnu: keepalived: Update to 2.0.4.,
Tobias Geerinckx-Rice <=
- 04/08: gnu: keepalived: Edit synopsis & description., Tobias Geerinckx-Rice, 2018/06/29
- 08/08: gnu: mame: Update to 0.199., Tobias Geerinckx-Rice, 2018/06/29
- 05/08: gnu: sxhkd: Update to 0.5.9., Tobias Geerinckx-Rice, 2018/06/29
- 06/08: gnu: teckit: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/06/29
- 07/08: gnu: teckit: Update to 2.5.8., Tobias Geerinckx-Rice, 2018/06/29
- 01/08: gnu: tlsdate: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/29