[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/18: gnu: ldb: Downgrade to 1.3.3.
From: |
Marius Bakke |
Subject: |
10/18: gnu: ldb: Downgrade to 1.3.3. |
Date: |
Thu, 12 Jul 2018 11:21:40 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 041f84edf3a91834026d85f4a3829fdeaa6c7311
Author: Marius Bakke <address@hidden>
Date: Thu Jul 12 16:29:33 2018 +0200
gnu: ldb: Downgrade to 1.3.3.
LDB 1.4 and above does not support Samba < 4.9; see
<https://bugzilla.samba.org/show_bug.cgi?id=13519>.
* gnu/packages/samba.scm (ldb): Downgrade to 1.3.3.
[inputs]: Remove LMDB.
[arguments]: Remove #:tests.
---
gnu/packages/samba.scm | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index f81c586..6401722 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -341,14 +341,14 @@ many event types, including timers, signals, and the
classic file descriptor eve
(define-public ldb
(package
(name "ldb")
- (version "1.4.0")
+ (version "1.3.3")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/ldb/ldb-"
version ".tar.gz"))
(sha256
(base32
- "1d591ny4j4s409s2afjv4fn7inqlclr0zlyclw3619rkbaixlzm8"))
+ "14gsrm7dvyjpbpnc60z75j6fz2p187abm2h353lq95kx2bv70c1b"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -361,10 +361,7 @@ many event types, including timers, signals, and the
classic file descriptor eve
#t))))
(build-system gnu-build-system)
(arguments
- '(;; LMDB is only supported on 64-bit systems, yet the test suite
- ;; requires it.
- #:tests? (assoc-ref %build-inputs "lmdb")
- #:phases
+ '(#:phases
(modify-phases %standard-phases
(replace 'configure
;; ldb use a custom configuration script that runs waf.
@@ -384,10 +381,7 @@ many event types, including timers, signals, and the
classic file descriptor eve
`(("talloc" ,talloc)
("tdb" ,tdb)))
(inputs
- `(,@(if (target-64bit?)
- `(("lmdb" ,lmdb))
- '())
- ("popt" ,popt)
+ `(("popt" ,popt)
("tevent" ,tevent)))
(synopsis "LDAP-like embedded database")
(home-page "https://ldb.samba.org/")
- 04/18: gnu: libzip: Update to 1.5.1., (continued)
- 04/18: gnu: libzip: Update to 1.5.1., Marius Bakke, 2018/07/12
- 01/18: gnu: xapian: Update to 1.4.6 [fixes CVE-2018-0499]., Marius Bakke, 2018/07/12
- 05/18: gnu: appstream-glib: Update to 0.7.10., Marius Bakke, 2018/07/12
- 12/18: gnu: lsof: Update to 4.91., Marius Bakke, 2018/07/12
- 13/18: gnu: lsof: Return #t from all phases., Marius Bakke, 2018/07/12
- 14/18: gnu: oniguruma: Update to 6.8.2., Marius Bakke, 2018/07/12
- 16/18: gnu: php: Build with an older oniguruma., Marius Bakke, 2018/07/12
- 11/18: gnu: xf86-input-libinput: Update to 0.28.0., Marius Bakke, 2018/07/12
- 18/18: gnu: psmisc: Update to 23.1., Marius Bakke, 2018/07/12
- 09/18: gnu: tdb: Update to 1.3.16., Marius Bakke, 2018/07/12
- 10/18: gnu: ldb: Downgrade to 1.3.3.,
Marius Bakke <=
- 15/18: gnu: iso-codes: Update home page., Marius Bakke, 2018/07/12