Commit Graph

13 Commits

Author SHA1 Message Date
Rosen Penev 449c3a0c34 libtalloc: update to 2.3.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-11-07 17:30:21 -08:00
Sergey V. Lobanov a8f875da0e libtalloc: fix build on macos
This commit adds patch to fix the issue with 'echo -n' on macos

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-02-09 16:04:35 -08:00
Alexander Ryzhov d9879cb200
libtalloc: add Python3/host dependency
Otherwise, Package/Configure won't find distutils module from python3/host

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
2021-04-18 13:57:14 +03:00
Jeffery To eab7addaeb libtalloc: Remove Python 2 host build depends
This should not be needed and was probably added by mistake.

See https://github.com/openwrt/packages/pull/9686#discussion_r371552924

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-01 02:05:11 +08:00
Leon M. George ad7aaf8f47 talloc: update to version 2.3.1
Signed-off-by: Leon M. George <leon@georgemail.eu>
2020-01-25 23:16:54 +01:00
Sven Eckelmann bbb1ea7345 treewide: Change .*GPL.*+ licenses to SPDX compatible identifier
The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2019-09-10 07:45:15 +02:00
Ted Hess 72a46ce355 libtalloc: Remove libbsd dependencies. Add myself as maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-08-28 18:21:14 -04:00
Rosen Penev 79b4a9b334
libtalloc: Update to 2.1.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-15 19:47:50 -07:00
Rosen Penev 89ea575406
libtalloc: Update to 2.1.13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-08 19:05:43 -07:00
BangLang Huang 3ac7d06f19 libtalloc: bump to latest version
Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
2018-01-21 22:49:02 +08:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Etienne CHAMPETIER 3cc6a8200d libtalloc: add libattr dependency
When libattr is selected, libtalloc links to this shared library and
the build fails with:
"Package libtalloc is missing dependencies for the following libraries:
libattr.so.1"

This commit adds libattr dependency, so that libtalloc systematically
links to this library.

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
[Lucile: replace attr with libattr, edit commit message]
Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
2016-11-08 09:14:45 -05:00
Lucile Quirion a1f073774a libtalloc: add package
libtalloc is a memory allocator used in Samba4 and freeradius-server
version 3.0.x and higher.

Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
2016-07-11 17:22:26 -04:00