Path to this page:
./
net/lua-socket,
Network support for the Lua language
Branch: CURRENT,
Version: 3.0rc1nb5,
Package name: lua54-socket-3.0rc1nb5,
Maintainer: pkgsrc-usersLua extension library that is composed by two parts: a C core that provides
support for the TCP and UDP transport layers, and a set of Lua modules that
add support for functionality commonly needed by applications that deal
with the Internet.
Required to run:[
lang/lua53]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 320.896 KB
Version history: (Expand)
- (2024-02-05) Updated to version: lua54-socket-3.0rc1nb5
- (2020-07-02) Updated to version: lua53-socket-3.0rc1nb5
- (2017-11-23) Package has been reborn
- (2016-06-05) Updated to version: lua52-socket-3.0rc1nb5
- (2014-10-20) Updated to version: lua52-socket-3.0rc1nb4
- (2014-05-03) Updated to version: lua52-socket-3.0rc1nb3
CVS history: (Expand)
2024-11-04 16:54:00 by Nia Alarie | Files touched by this commit (2) |
Log message:
lua-socket: Fix shell portability
|
2024-02-05 14:23:16 by Thomas Merkel | Files touched by this commit (5) |
Log message:
lua-socket: Build missing unix.so und serial.so files
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-07-11 17:14:30 by Nia Alarie | Files touched by this commit (8) |
Log message:
Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin,
as should probably have been done to begin with. Remove per-package hacks.
|
2020-07-11 16:51:03 by Nia Alarie | Files touched by this commit (1) |
Log message:
lua-socket: Attempt to fix Darwin build
|
2020-07-02 12:26:19 by Nia Alarie | Files touched by this commit (29) |
Log message:
Add 'lua' category to Lua modules.
While here, normalize some packages with strange variable order.
|
2016-06-05 01:08:13 by Alexander Nasonov | Files touched by this commit (3) |
Log message:
Fix 'Undefined symbol "luaL_checkint"' in Lua 5.3.
From: https://github.com/diegonehab/luasocket/issues/122
https://github.com/diegonehab/luasocket/issues/123 (duplicate)
|