mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:14:37 +08:00
talloc: update to 2.1.5 to fix security issues.
This commit is contained in:
parent
0ef31fdc89
commit
a5472d904a
@ -1,8 +1,7 @@
|
|||||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
|
||||||
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/talloc/
|
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/talloc/
|
||||||
|
|
||||||
pkgname=talloc
|
pkgname=talloc
|
||||||
pkgver=2.1.3
|
pkgver=2.1.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A hierarchical pool based memory allocator with destructors"
|
pkgdesc="A hierarchical pool based memory allocator with destructors"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
@ -11,13 +10,16 @@ url="http://talloc.samba.org/"
|
|||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
makedepends=('python2' 'docbook-xsl')
|
makedepends=('python2' 'docbook-xsl')
|
||||||
optdepends=('python2: for python bindings')
|
optdepends=('python2: for python bindings')
|
||||||
source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc})
|
source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.{gz,asc}
|
||||||
sha1sums=('75f6a09a7199d0d952ebde6fc605dc0f2046b41c'
|
fix_test_path.patch)
|
||||||
'SKIP')
|
sha1sums=('bdf3b3d8449e2c354f1ebc43d3e1058160eb4adb'
|
||||||
|
'SKIP'
|
||||||
|
'34132be289f9ce1c38c8b367def8d91ac7dbb706')
|
||||||
validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-bugs@samba.org
|
validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-bugs@samba.org
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
patch -p1 < ../fix_test_path.patch
|
||||||
sed -i -e 's#python#python2#g' buildtools/bin/waf
|
sed -i -e 's#python#python2#g' buildtools/bin/waf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
13
talloc/fix_test_path.patch
Normal file
13
talloc/fix_test_path.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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')
|
||||||
|
ret = samba_utils.RUN_COMMAND(cmd)
|
||||||
|
print("testsuite returned %d" % ret)
|
||||||
|
- 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)
|
Loading…
Reference in New Issue
Block a user