2023-05-28 12:05:36 by Benny Siegert | Files touched by this commit (1) |
Log message:
lua-luv: unset LUA_LINKER_MAGIC
Reported by Jonathan Buschmann in PR pkg/57412.
No conditional around the setting, since it has only an effect on Darwin
and Cygwin.
|
2022-04-20 18:15:01 by Nia Alarie | Files touched by this commit (3) |
Log message:
lua-luv: Install headers and other files required by neovim.
Unfortnately this requires we add a self-conflict.
|
2022-02-19 09:18:22 by Nia Alarie | Files touched by this commit (2) | |
Log message:
lua-luv: update to 1.43.0
1.43.0-0
* Change the call to acquire_vm_cb() in luv.new_therad() to be made
before the thread is created in luv_new_thread().
* simplify vm management in thread and threadpool
|
2022-02-13 11:30:19 by Nia Alarie | Files touched by this commit (1) |
Log message:
lua-luv: Only attempt to copy the compat5.3 headers when they're
actively required.
|
2021-12-27 10:45:40 by Nia Alarie | Files touched by this commit (1) |
Log message:
lua-luv: Fix 5.1 and 5.2 builds.
|
2021-12-20 21:53:12 by Nia Alarie | Files touched by this commit (1) |
Log message:
lua-luv: Needs lua-compat53
|
2021-12-19 11:56:37 by Nia Alarie | Files touched by this commit (2) | |
Log message:
lua-luv: update to 1.42.0.1
1.42.0-1
* Use uv_handle_size/uv_req_size instead of sizeof
* LuaJIT: add missing LJ_ENDIAN and LJ_NO_UNWIND checks for DASM
[this fixes building on aarch64]
1.42.0-0
* Update to Libuv 1.42.0
* New function: uv.try_write2
* Fix uninitialized memory reads when work_fn in uv.new_work returns no
values
* Luv C API: Add function to run thread in protected mode
* Change luv_work_cb() to run in protected mode and throw an error in
luv_thread_arg_set() if an argument of an impermissible type is passed
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-13 12:23:10 by Nia Alarie | Files touched by this commit (4) | |
Log message:
lua-luv: update to 1.41.0
Changes:
Updated Libuv to 1.41.0
Fix/add support for Lua 5.4
CMake: Only require finding Lua libs via find_package on Windows
fs_{read,write}: make offset argument optional and default it to -1
Add udp_set_source_membership binding + improve udp_set_membership
Add pipe_chmod binding
Add process_get_pid binding
Add handle_get_type and req_get_type
Add method form of uv.cancel: req:cancel()
Add loop_configure binding
Fix garbage collection-related memory bug with threads
fix install path for make install with Luajit 2.1
Fix args potentially being garbage collected before use in luv_spawn
fix bug in luv_check_fs
Add uv.loop_mode function
Add BUILD_STATIC_LIBS to Makefile
fix a memry bug in thread pool work callback
Fix possible memory leak in lhandle.c
fix memleaks in luv_cpu_info
fs: Print destination paths in error messages for the relevant functions
Make symlink/copyfile bindings more user-friendly
Fix shared library build failure on macOS
|