<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/luasec/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-11-17T06:46:33Z</updated>
<entry>
<title>lua: move Lua packages under lang/lua sub-folder</title>
<updated>2025-11-17T06:46:33Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2025-11-16T10:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7eebedcdfc0d17e610a123fdff4d8edb21e8b098'/>
<id>urn:sha1:7eebedcdfc0d17e610a123fdff4d8edb21e8b098</id>
<content type='text'>
There are roughly 50 Lua packages.
It's about time we consider a proposal for moving all of them
under a lang/lua sub-folder.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>luasec: update to 1.3.2</title>
<updated>2024-01-02T22:53:09Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2024-01-01T23:34:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ab262a75dad66f2a490c09879bced9660b37bf18'/>
<id>urn:sha1:ab262a75dad66f2a490c09879bced9660b37bf18</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>luasec: update to 1.3.1</title>
<updated>2023-05-20T05:16:26Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2023-05-19T16:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e24a92498ea3d680b0eb9bb337111f690b3f4df8'/>
<id>urn:sha1:e24a92498ea3d680b0eb9bb337111f690b3f4df8</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>luasec: update to 1.2.0</title>
<updated>2022-12-23T00:26:16Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2022-12-20T02:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=38f2618c783f59b904abb0a1a9138d915c147782'/>
<id>urn:sha1:38f2618c783f59b904abb0a1a9138d915c147782</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>luasec: Update to 0.9</title>
<updated>2020-01-01T05:27:14Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-01T05:27:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=71f82ad771b8c258942dd051f0ab7fb5e0b26765'/>
<id>urn:sha1:71f82ad771b8c258942dd051f0ab7fb5e0b26765</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>luasec: update to 0.8.2</title>
<updated>2019-10-13T20:43:02Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2019-10-13T20:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b9e7e3c98e9c16b136ddee44ab6f1e406b0189ba'/>
<id>urn:sha1:b9e7e3c98e9c16b136ddee44ab6f1e406b0189ba</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>luasec: update to 0.8</title>
<updated>2019-04-28T03:22:12Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2019-04-28T03:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d9c2669fc05040d028c716a58ae927464e1e736f'/>
<id>urn:sha1:d9c2669fc05040d028c716a58ae927464e1e736f</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>luasec: cleanup Makefile</title>
<updated>2019-04-03T21:00:23Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-04-03T20:58:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aa2f0987d6a1a08c8a8e34c7f4eb075c2a027b06'/>
<id>urn:sha1:aa2f0987d6a1a08c8a8e34c7f4eb075c2a027b06</id>
<content type='text'>
The LIBDIR and INCDIR assignments are duplicate of the original
Makefile, changing LIB_PATH and INC_PATH to LDFLAGS and CPPFLAGS.

Setting LIB_PATH and INC_PATH to empty strings will do the same
without duplicating the flags.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>luasec: use gcc to link instead of ld</title>
<updated>2019-04-03T18:10:10Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2019-04-03T17:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e3f1532297bdc0fb1fb9bacd1a51405753d332f9'/>
<id>urn:sha1:e3f1532297bdc0fb1fb9bacd1a51405753d332f9</id>
<content type='text'>
Linking with ld is not portable and was causing problems for some
targets, e.g. i386_pentium4:
i486-openwrt-linux-musl-ld: x509.o: in function `push_asn1_objname':
x509.c:(.text+0x61): undefined reference to `__stack_chk_fail_local'
...

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>luasec: Replace -fPIC with $(FPIC)</title>
<updated>2019-04-02T20:02:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-04-02T04:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cf23dd2eb0944a9a64ecec37344d04bc0c66eb4e'/>
<id>urn:sha1:cf23dd2eb0944a9a64ecec37344d04bc0c66eb4e</id>
<content type='text'>
Currently i386 and the PPC targets have issues linking issues.

https://github.com/openwrt/packages/issues/3319

says that replacing -fPIC with -fpic works.

Patch added to avoid package overriding settings set by toolchain and make
compilation less noisy

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
