aboutsummaryrefslogtreecommitdiffstats
path: root/main/ldb/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-17 17:14:58 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-17 17:54:21 +0100
commitfc98e032106714f3f528eb43bd928b76883bb05d (patch)
tree89bb68d0da264a07f2cbcc780eccd98ff073a26b /main/ldb/APKBUILD
parent92707c6a2fd1ee70b342d0339db319c05b0a3591 (diff)
downloadaports-fc98e032106714f3f528eb43bd928b76883bb05d.tar.bz2
aports-fc98e032106714f3f528eb43bd928b76883bb05d.tar.xz
main/ldb: fix memory leak on module context (ported from Fedora)
Diffstat (limited to 'main/ldb/APKBUILD')
-rw-r--r--main/ldb/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/ldb/APKBUILD b/main/ldb/APKBUILD
index fa26c9095a..6829f9b995 100644
--- a/main/ldb/APKBUILD
+++ b/main/ldb/APKBUILD
@@ -9,7 +9,8 @@ license="LGPL-3.0-or-later"
makedepends="libtirpc-dev tevent-dev py2-tevent tdb-dev py-tdb talloc-dev
python2-dev python3-dev popt-dev cmocka-dev"
subpackages="$pkgname-dev py2-$pkgname:_py2 py3-$pkgname:_py3 $pkgname-tools"
-source="https://www.samba.org/ftp/pub/ldb/$pkgname-$pkgver.tar.gz"
+source="https://www.samba.org/ftp/pub/ldb/$pkgname-$pkgver.tar.gz
+ fix-memory-leak-on-module-context.patch"
builddir="$srcdir/$pkgname-$pkgver"
build() {
@@ -60,4 +61,5 @@ tools() {
mv "$pkgdir"/usr/lib/ldb/libldb-cmdline.* "$subpkgdir"/usr/lib/ldb/
}
-sha512sums="31b29a2a991038910830cb47b02b7f08e1958638d073d5f1602a2657c4005c7e5f5f2c2f7972eeddef462d8c70aaad7f02ddf901cb50f1b1bbafa0c22498973d ldb-1.3.2.tar.gz"
+sha512sums="31b29a2a991038910830cb47b02b7f08e1958638d073d5f1602a2657c4005c7e5f5f2c2f7972eeddef462d8c70aaad7f02ddf901cb50f1b1bbafa0c22498973d ldb-1.3.2.tar.gz
+7524e23ff8fe378fc4e24ac9e93bfa27012a2a646c5411d419d0181ffd4192fdbb0c3b28f4e2a2e43cf93a1340eeaf526699ac16d846b616612d922abd2595aa fix-memory-leak-on-module-context.patch"