[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: ldb: Update to 1.4.3.
From: |
guix-commits |
Subject: |
05/07: gnu: ldb: Update to 1.4.3. |
Date: |
Tue, 4 Dec 2018 15:14:28 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit bdf161251aa45882a5919d4814303ca619d47a79
Author: Marius Bakke <address@hidden>
Date: Tue Dec 4 16:21:56 2018 +0100
gnu: ldb: Update to 1.4.3.
* gnu/packages/samba.scm (ldb): Update to 1.4.3.
[inputs]: Add LMDB.
---
gnu/packages/samba.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index f1145fd..b4a01b1 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -345,14 +345,14 @@ many event types, including timers, signals, and the
classic file descriptor eve
(define-public ldb
(package
(name "ldb")
- (version "1.3.6")
+ (version "1.4.3")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
version ".tar.gz"))
(sha256
(base32
- "16lkz3gyvsm9als1wyimsl573hclr72xy6454mshwjanncs33lji"))
+ "07vacwr941y2x31yl9knsr2rpffz5pqabvqds6sbyngqxy4r785c"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -385,7 +385,8 @@ many event types, including timers, signals, and the
classic file descriptor eve
`(("talloc" ,talloc)
("tdb" ,tdb)))
(inputs
- `(("popt" ,popt)
+ `(("lmdb" ,lmdb)
+ ("popt" ,popt)
("tevent" ,tevent)))
(synopsis "LDAP-like embedded database")
(home-page "https://ldb.samba.org/")
- branch master updated (69a64ec -> b4c684c), guix-commits, 2018/12/04
- 06/07: gnu: samba.scm: Sort module imports., guix-commits, 2018/12/04
- 04/07: gnu: samba: Update to 4.9.3., guix-commits, 2018/12/04
- 07/07: gnu: mbedtls-apache: Update to 2.14.1 [fixes CVE-2018-19608]., guix-commits, 2018/12/04
- 03/07: gnu: re2: Update to 2018-12-01., guix-commits, 2018/12/04
- 01/07: gnu: python-django: Update to 1.11.17., guix-commits, 2018/12/04
- 05/07: gnu: ldb: Update to 1.4.3.,
guix-commits <=
- 02/07: gnu: re2: Download sources from git., guix-commits, 2018/12/04