summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Durán Domínguez <wurt@wurt.eu>2026-02-25 05:18:16 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-25 14:16:28 +0100
commit2d8c8b2a57274a26d4f056a00902fd3b82d3fc44 (patch)
treec7e9e57dac739fd19d969d5686be8503def2b5e9
parentd8c19e13e30c895f1092d2db5c6c06a35fac83cb (diff)
gnu: burp: Update to 3.2.0.
* gnu/packages/backup.scm (burp): Update to 3.2.0. [inputs]: Add libxcrypt. Fixes: guix/guix#6534 Change-Id: If5b9fdb1eada5598b63252072f425d152e5803ba Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/backup.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index b303c5cde13..73df7e61ee2 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1190,7 +1190,7 @@ additional snapshots).")
(define-public burp
(package
(name "burp")
- (version "2.3.38")
+ (version "3.2.0")
(source
(origin
(method git-fetch)
@@ -1198,7 +1198,7 @@ additional snapshots).")
(url "https://github.com/grke/burp")
(commit version)))
(sha256
- (base32 "0m0s6rrgxn3l6bad45vyhks6iz6bwvd0f3rzdsc7l28gar79wsj6"))
+ (base32 "0wxn59h6685swmr410l08k8baxsc0f2r6djixxddcbyxmlgap54d"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -1213,6 +1213,8 @@ additional snapshots).")
(string-append prefix " 3600" suffix "\n"))))))))
(inputs
(list acl
+ libxcrypt ; it is needed to pass utest/server/test_auth.c:53 and
+ ; utest/builders/build_asfd_mock.c:54
librsync
ncurses ; for the live status monitor
openssl