aboutsummaryrefslogtreecommitdiff
path: root/lang/luaposix
Commit message (Collapse)AuthorAge
* luaposix: update to 36.2.1Maxim Storchak2023-07-10
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* luaposix: update to 36.1Maxim Storchak2023-05-28
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* luaposix: update to 35.1Maxim Storchak2021-09-18
| | | | Signed-off-by: Maxim Storchak <maxim.storchak@hpe.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* luaposix: update to v35.0Maxim Storchak2020-07-26
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* luaposix: use fake uname script to fix OS detectionFelix Fietkau2020-01-31
| | | | | | | Avoid picking up the host OS for detecting the build type Fixes build on macOS Signed-off-by: Felix Fietkau <nbd@nbd.name>
* luaposix: disable documentation buildKarl Palsson2019-10-12
| | | | | | | | Lost when luaposix converted their upstream build system. Required to prevent the build from attempting to invoke "ldoc" on the host and also simply to speed it up. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* luaposix: update to v34.1.1Maxim Storchak2019-08-15
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* luaposix: remove eglibc remnantsEneas U de Queiroz2019-07-17
| | | | | | As a side-effect, this adds the getlogin function back when using glibc. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* luaposix: musl compatibility with XOPEN_REALTIMEKarl Palsson2018-01-25
| | | | | | | | | | | | | | | | musl-libc doesn't define _XOPEN_REALTIME as it doesn't implement the full set of the realtime operations. However, it _does_ implement POSIX_TIMERS, which is what luaposix _should_ be checking for in the posix.time module. I've filed https://github.com/luaposix/luaposix/issues/295 to track this upstream, but this is a simpler, verified fix for our older version of luaposix. This restores functions like posix.time.clock_gettime(CLOCK_MONOTONIC) for instance, which was available with pre-musl builds of luaposix. Signed-off-by: Karl Palsson <karlp@etactica.com>
* luaposix: move PKG_BUILD_DEPENDS to generic part of MakefileMatthias Schiffer2018-01-07
| | | | | | | Also remove the superfluous + sign in PKG_BUILD_DEPENDS (a + sign does not have meaning in build depends). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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>
* luaposix: suppress docs compilation errorsAlexander Ryzhov2015-12-21
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* luaposix: fix compatibility with muslMaxim Storchak2015-06-22
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* global: change all instances of USE_EGLIBC to USE_GLIBCJohn Crispin2015-03-12
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* luaposix: remove deprecated/compatibility modules, remove dependency on luabitopMaxim Storchak2015-02-03
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* luaposix: disable detection of ldocNicolas Thill2015-01-30
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* luaposix: add missing libs to .ipkMaxim Storchak2015-01-30
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* luaposix: update to v33.2.1Maxim Storchak2015-01-06
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* luaposix: update to v33.0.0Maxim Storchak2014-12-14
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, ↵Maxim Storchak2014-08-09
| | | | | | haserl, smartmontools, tmux Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* luaposix: bump to v32Steven Barth2014-06-11
|
* luabitop, luaposix, tgt: add missing maintainerSteven Barth2014-06-11
|
* luaposix: import from packagesMaxim Storchak2014-06-11
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>