Update to talloc-2.1.10
No header changes.
This commit is contained in:
parent
6f86e3ba91
commit
440126aded
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2016/08/26 20:54:47 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2017/11/20 00:32:02 jca Exp $
|
||||
|
||||
COMMENT= hierarchical memory pool system with destructors
|
||||
|
||||
# Keep in sync with the version bundled in net/samba
|
||||
DISTNAME= talloc-2.1.8
|
||||
DISTNAME= talloc-2.1.10
|
||||
PKGNAME= lib${DISTNAME}
|
||||
|
||||
SHARED_LIBS+= talloc 1.1
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (talloc-2.1.8.tar.gz) = ItFJERZNTeZ/92tSafpSUNAfeMlVvHfihhU1CZaHcTA=
|
||||
SIZE (talloc-2.1.8.tar.gz) = 438490
|
||||
SHA256 (talloc-2.1.10.tar.gz) = yYXpS+vW7C9q89ldzD/LGSot23eBoCHXDuiZ4mIh9hk=
|
||||
SIZE (talloc-2.1.10.tar.gz) = 441645
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-wscript,v 1.1 2016/04/22 11:44:48 jca Exp $
|
||||
|
||||
- fix path to tests helper script
|
||||
|
||||
--- wscript.orig Sun Apr 17 19:47:33 2016
|
||||
+++ wscript Sun Apr 17 19:47:35 2016
|
||||
@@ -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_helper_cmd)
|
Loading…
Reference in New Issue
Block a user