summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-23 21:37:18 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-23 21:37:18 (GMT)
commitd50b31c7b63bb611f83587632de804fa00f05600 (patch)
treeb47692579abf2d9414ecdbd10fb32615361dd714
parent087120741dd15a9c2ddf22d596ffec76de2ee047 (diff)
downloadlinhes_pkgbuild-d50b31c7b63bb611f83587632de804fa00f05600.zip
linhes_pkgbuild-d50b31c7b63bb611f83587632de804fa00f05600.tar.gz
linhes_pkgbuild-d50b31c7b63bb611f83587632de804fa00f05600.tar.bz2
talloc: update to 2.1.11
-rw-r--r--abs/core/talloc/PKGBUILD8
-rw-r--r--abs/core/talloc/fix_test_path.patch6
2 files changed, 7 insertions, 7 deletions
diff --git a/abs/core/talloc/PKGBUILD b/abs/core/talloc/PKGBUILD
index 15dfc1b..c477aba 100644
--- a/abs/core/talloc/PKGBUILD
+++ b/abs/core/talloc/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=talloc
-pkgver=2.1.5
+pkgver=2.1.11
pkgrel=1
pkgdesc="Hierarchical pool based memory allocator with destructors"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('GPL3')
url="http://talloc.samba.org/"
depends=('glibc')
@@ -14,9 +14,9 @@ makedepends=('python2' 'docbook-xsl')
optdepends=('python2: for python bindings')
source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
fix_test_path.patch)
-sha1sums=('bdf3b3d8449e2c354f1ebc43d3e1058160eb4adb'
+sha1sums=('01b57d8f72ec85f4f2a7be9a5176dfbb3461808c'
'SKIP'
- '34132be289f9ce1c38c8b367def8d91ac7dbb706')
+ '6117e3dffb24bf03d54325c13b7db3b8a7eb2850')
validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-bugs@samba.org
prepare() {
diff --git a/abs/core/talloc/fix_test_path.patch b/abs/core/talloc/fix_test_path.patch
index 37ed604..2405ec8 100644
--- a/abs/core/talloc/fix_test_path.patch
+++ b/abs/core/talloc/fix_test_path.patch
@@ -2,12 +2,12 @@ diff --git a/wscript b/wscript
index 9cedbbf..4432a9a 100644
--- a/wscript
+++ b/wscript
-@@ -158,7 +158,7 @@ def test(ctx):
- cmd = os.path.join(Utils.g_module.blddir, 'talloc_testsuite')
+@@ -159,7 +159,7 @@ def test(ctx):
ret = samba_utils.RUN_COMMAND(cmd)
print("testsuite returned %d" % ret)
+ magic_helper_cmd = os.path.join(Utils.g_module.blddir, 'talloc_test_magic_differs_helper')
- magic_cmd = os.path.join(srcdir, 'lib', 'talloc',
+ magic_cmd = os.path.join(srcdir,
'test_magic_differs.sh')
- magic_ret = samba_utils.RUN_COMMAND(magic_cmd)
+ magic_ret = samba_utils.RUN_COMMAND(magic_cmd + " " + magic_helper_cmd)