luasocket: update version
authorColby Whitney <redacted>
Thu, 25 Jul 2019 15:25:43 +0000 (09:25 -0600)
committerRafał Miłecki <redacted>
Mon, 29 Jul 2019 21:32:15 +0000 (23:32 +0200)
commit5de3d6c2208a50a6ef2717884390aa1263808e1f
treefe586c3cc22608d94eb9a651c01d325d1073cc04
parente38f2d78ec9c27f67fee59481fff3b1584594c6e
luasocket: update version

I made the following modifications:

Makefile - Updated the upstream version. Set the LUAV environment
variable in the build variant. Set an include path in the lua build so
that that lua headers could be found.  Set source date version to
identify the source.

0001-Add-interface-support.patch - ported this patch which included
replacing one deprecated call for 5.3. Validated that the interface
functionality added by the patch is working and functional. The
following lua script line was functional: print(socket.iface.indextoname(2))

0301-Fix-mpc85xx-build.patch - Just fixed the offsets and fuzz in the
patch

040-remove-fpic-and-warnings.patch - ported this patch. I did make one
change. The patch name is called remove fpic and warnings, but the
patch was also removing optimization. I ported the removal of fpic and
warnings, however I left optimization in.

Built and tested on BCM5301X.

Signed-off-by: Colby Whitney <redacted>
[ rmilecki: fix whitespaces in 040-remove-fpic-and-warnings.patch ]
Signed-off-by: Rafał Miłecki <redacted>
lang/luasocket/Makefile
lang/luasocket/patches/0001-Add-interface-support.patch
lang/luasocket/patches/0301-Fix-mpc85xx-build.patch
lang/luasocket/patches/040-remove-fpic-and-warnings.patch
git clone https://git.99rst.org/PROJECT