Path to this page:
./
net/lua-socket,
Network support for the Lua language
Branch: CURRENT,
Version: 3.1.0,
Package name: lua54-socket-3.1.0,
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: 328.654 KB
Version history: (Expand)
- (2025-11-25) Updated to version: lua54-socket-3.1.0
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (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
CVS history: (Expand)
2025-11-25 16:35:26 by Stephen Borrill | Files touched by this commit (4) |  |
Log message:
lua-socket: update to 3.1.0, fix repo location, fix unit socket naming
New github repo and home page.
Fix unix socket naming on BSD-derived operating systems.
Changes since 3.0-rc1:
3.1.0:
Add support for TCP Defer Accept
Add support for TCP Fast Open
Fix Windows (mingw32) builds
Avoid build warnings on 64-bit Windows
3.0.0:
Lua 5.4.3+ support
Cleanup minor issues to get a code linter to pass
Update Visual Studio build rules for Lua 5.1
Set http transfer-encoding even without content-length
|
| 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.
|