<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis/package/utils, branch master</title>
<subtitle>lynxis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/lynxis/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/lynxis/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/'/>
<updated>2019-08-03T09:29:40Z</updated>
<entry>
<title>mdadm: Fix compile with musl 1.1.23</title>
<updated>2019-08-03T09:29:40Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2019-08-03T09:27:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=ba8aeb02eae26771b89390403462e6841621069e'/>
<id>urn:sha1:ba8aeb02eae26771b89390403462e6841621069e</id>
<content type='text'>
This adds missing includes for sys/sysmacros.h which are needed with
musl libc 1.1.23.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>lua5.3: build shared library</title>
<updated>2019-07-11T16:38:51Z</updated>
<author>
<name>Colby Whitney</name>
</author>
<published>2019-07-02T17:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=c52ca08d40086c6f5aff168178dc1948eae19b4a'/>
<id>urn:sha1:c52ca08d40086c6f5aff168178dc1948eae19b4a</id>
<content type='text'>
Update the lua5.3 package to build a shared object just like the old lua
package. Ported / recreated the same patch number as the other lua
package. Built and tested library / interpreter on BCM5301X.

Signed-off-by: Colby Whitney &lt;colby.whitney@luxul.com&gt;
</content>
</entry>
<entry>
<title>usbreset: Add missing header</title>
<updated>2019-07-08T15:01:54Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-07-07T21:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=653e05d27f13fee2ab925031c5162ddb34b755f0'/>
<id>urn:sha1:653e05d27f13fee2ab925031c5162ddb34b755f0</id>
<content type='text'>
Fixes undefined reference to strtoul

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>util-linux: Update to 2.34</title>
<updated>2019-07-08T14:42:26Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2019-06-15T10:20:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=d51f53b5badd684af702b946dea47cf5501ead6d'/>
<id>urn:sha1:d51f53b5badd684af702b946dea47cf5501ead6d</id>
<content type='text'>
Update util-linux to 2.34
Refresh patch

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>busybox: enable swapon/off by default to make it consistent with mkswap</title>
<updated>2019-07-07T11:02:06Z</updated>
<author>
<name>Emil Muratov</name>
</author>
<published>2018-11-01T18:53:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=afa5ce2493505dc0a0de4cefa9ccbf3a6389bdbc'/>
<id>urn:sha1:afa5ce2493505dc0a0de4cefa9ccbf3a6389bdbc</id>
<content type='text'>
  No size increase on busybox binary.
  Since busybox mkswap is already enabled by default it seems reasonable
  to enable swapon/off too. For ex. this obsoletes installing block-mount
  dependency for zram-swap.

Signed-off-by: Emil Muratov &lt;gpm@hotplug.ru&gt;
</content>
</entry>
<entry>
<title>lua5.3: stage Lua headers in proper location</title>
<updated>2019-07-03T05:21:52Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-07-03T05:19:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=47a984477b1d300047b3001971f0af0e371ea9ee'/>
<id>urn:sha1:47a984477b1d300047b3001971f0af0e371ea9ee</id>
<content type='text'>
Fix wrong paths in InstallDev which cause Lua 5.3 headers to be staged
in /usr/include/, overwriting Lua 5.1 headers and leading to widespread
build failures in all Lua related packages.

Fixes: FS#2348
Fixes: 6b161bb8d5 ("lua5.3: package Lua 5.3 version")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>lua5.3: drop unwanted &amp; unneeded PROVIDES</title>
<updated>2019-06-30T08:16:08Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2019-06-30T08:16:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=17ae3eb9ff9dd96dc320dbe1b110e667b8b54c2a'/>
<id>urn:sha1:17ae3eb9ff9dd96dc320dbe1b110e667b8b54c2a</id>
<content type='text'>
The plan for packaging Lua is to have "lua5.1" and "lua5.3" packages
with only the first one having "lua" alias (PROVIDES) for backward
compatibility with existing packages.

Putting PROVIDES in lua5.3 was a copy &amp; paste mistake.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>lua5.3: fix build with MacOS's make</title>
<updated>2019-06-28T10:04:16Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2019-06-28T10:04:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=1cd46d2e4ff20c0643e95740a0f42ed643358cc2'/>
<id>urn:sha1:1cd46d2e4ff20c0643e95740a0f42ed643358cc2</id>
<content type='text'>
It apparently requires passing V variable explicitly.

Fixes: 6b161bb8d528 ("lua5.3: package Lua 5.3 version")
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>lua: fix build with MacOS's make</title>
<updated>2019-06-28T09:40:08Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2019-06-28T09:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=24645c0ee1103235338737fb3c4478f3c4109bc1'/>
<id>urn:sha1:24645c0ee1103235338737fb3c4478f3c4109bc1</id>
<content type='text'>
It apparently requires passing V variable explicitly.

Fixes: fe59b46ca7e0 ("lua: include version number in installed files")
Reported-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>lua5.3: package Lua 5.3 version</title>
<updated>2019-06-28T07:25:59Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2019-06-22T12:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=6b161bb8d528663b78c2314d9f1e1c9217dacba2'/>
<id>urn:sha1:6b161bb8d528663b78c2314d9f1e1c9217dacba2</id>
<content type='text'>
This package provides an interpreter and compiler for Lua 5.3.5. It has
been decided to use separated package due to a backward incompatibility
of Lua 5.2 and 5.3.

This package/version:
1) Does not include lnum patch as its author didn't decide to port it to
   the new version.
2) Does not provide shared library as the old patch doesn't apply
   anymore. It can be added later if needed.
3) Does not come with examples package as tests were dropped by upstream
   developers.

That said there is definitely a room for improvement and any further
work is highly appreciated. It works however and can be safely pushed as
a basic/early package release.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
</feed>
