mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/ldb: upgrade to 1.3.3
This commit is contained in:
parent
69cf09dbbc
commit
4bbe88c147
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=ldb
|
||||
pkgver=1.3.2
|
||||
pkgrel=1
|
||||
pkgver=1.3.3
|
||||
pkgrel=0
|
||||
pkgdesc="A schema-less, ldap like, API and database"
|
||||
url="http://ldb.samba.org/"
|
||||
arch="all"
|
||||
@ -67,6 +67,6 @@ tools() {
|
||||
mv "$pkgdir"/usr/lib/ldb/libldb-cmdline.* "$subpkgdir"/usr/lib/ldb/
|
||||
}
|
||||
|
||||
sha512sums="31b29a2a991038910830cb47b02b7f08e1958638d073d5f1602a2657c4005c7e5f5f2c2f7972eeddef462d8c70aaad7f02ddf901cb50f1b1bbafa0c22498973d ldb-1.3.2.tar.gz
|
||||
sha512sums="ad272a1fd82d5138d9a056c1d81cfcd6167886719852b41447b9e6fb6acd926b137fd76e16f476d68bc0991943142ea1482666dc48155e9a1ef09f13b041c350 ldb-1.3.3.tar.gz
|
||||
7524e23ff8fe378fc4e24ac9e93bfa27012a2a646c5411d419d0181ffd4192fdbb0c3b28f4e2a2e43cf93a1340eeaf526699ac16d846b616612d922abd2595aa fix-memory-leak-on-module-context.patch
|
||||
49b68f36caebbad8d36682f4a342644bc9df6ebb39c625a6aec6d197d63e52bff137c1b9c188a0c7e8365fdc0ac936f56e761cf8677034a7a70fd5717a130bbb disable-python-tests.patch"
|
||||
4b65362539ad169997b437b4b3444693ff318892931a827e220583e6c5114472a2029e90681be942c3a3ec76db82dedc23300d82e094c8fa8e9f24814756f8f9 disable-python-tests.patch"
|
||||
|
@ -10,7 +10,7 @@ Do not run python tests, they take eternity to finish.
|
||||
- if not os.path.exists(tmp_dir):
|
||||
- os.mkdir(tmp_dir)
|
||||
- pyret = samba_utils.RUN_PYTHON_TESTS(
|
||||
- ['tests/python/api.py'],
|
||||
- ['tests/python/api.py', 'tests/python/index.py'],
|
||||
- extra_env={'SELFTEST_PREFIX': test_prefix})
|
||||
- print("Python testsuite returned %d" % pyret)
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user