<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/package/system, branch v18.06.4</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v18.06.4</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v18.06.4'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2019-06-21T12:17:25Z</updated>
<entry>
<title>fstools: block-mount: fix restart of fstab service</title>
<updated>2019-06-21T12:17:25Z</updated>
<author>
<name>Karel Kočí</name>
</author>
<published>2019-06-05T11:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=97ae9e0ccbaf3627c51588b1e940407935e1c361'/>
<id>urn:sha1:97ae9e0ccbaf3627c51588b1e940407935e1c361</id>
<content type='text'>
Restarting service causes file-systems to be unmounted without being
mounted back. When this service was obsoleted it should have been
implemented in a way that all actions are ignored. Up to this commit
default handler was called when restart was requested. This default
handler just simply calls stop and start. That means that stop called
unmount but start just printed that this service is obsoleted.

This instead implements restart that just prints same message like start
does. It just calls start in reality. This makes restart unavailable for
call.

Signed-off-by: Karel Kočí &lt;karel.koci@nic.cz&gt;
(cherry picked from commit 3ead9e7b743b1fbd3b07f5a72a16999abbec9347)
</content>
</entry>
<entry>
<title>fstools: update to the latest master branch</title>
<updated>2019-06-21T12:17:23Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2019-03-28T11:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=25fc20db8b2aa587c146bee7b3f86bdbefd127f5'/>
<id>urn:sha1:25fc20db8b2aa587c146bee7b3f86bdbefd127f5</id>
<content type='text'>
ff1ded6 libfstools: Fix overflow of F2FS_MINSIZE constant
bc2c876 libfstools: Print error in case of loop blkdev failure

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
(cherry picked from commit 1e55171a1213472e180e9320d8b1d08621d2b8d5)
</content>
</entry>
<entry>
<title>fstools: media change detection (eg:sdcard) using kernel polling</title>
<updated>2019-06-21T12:17:22Z</updated>
<author>
<name>Matthias Badaire</name>
</author>
<published>2018-05-15T22:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=fc39d5fc4500c512bd7e0427000f72b324486e5e'/>
<id>urn:sha1:fc39d5fc4500c512bd7e0427000f72b324486e5e</id>
<content type='text'>
Linux kernel has a polling mechanism that can be activated by changing
the parameter /sys/module/block/parameters/events_dfl_poll_msecs which
is deactivated by default or the /sys/block/[device]/events_poll_msecs
for one device.

This patch set the events_poll_msecs when a disk is inserted.
Once the media disk change event is sent by the kernel then we force a
re-read of the devices using /sbin/block info.

With this patch, insertion and ejection of sd card will automatically
generate partition devices in /dev.

Signed-off-by: Matthias Badaire &lt;mbadaire@gmail.com&gt;
[rewrap commit message, fix bashisms, fix non-matching condition,
 bump pkg release]
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;

(cherry picked from commit cf8483cb4ffc99bf3f512bb134860ccc8c099abe)
</content>
</entry>
<entry>
<title>rpcd: fix init script reload action</title>
<updated>2019-06-06T09:29:15Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-06-06T09:27:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=5d27e87de78bdc9967796aa4a1e4a149e0d85c52'/>
<id>urn:sha1:5d27e87de78bdc9967796aa4a1e4a149e0d85c52</id>
<content type='text'>
Drop the legacy start() and stop() procedures and define a proper
reload signal action instead.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
(cherry picked from commit f664d560df8e59f8d368273990462bba85a09668)
</content>
</entry>
<entry>
<title>uci: fix heap use after free (FS#2288)</title>
<updated>2019-05-23T20:09:09Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2019-05-23T20:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e9a73445505593896e5967e1a414747129ad388e'/>
<id>urn:sha1:e9a73445505593896e5967e1a414747129ad388e</id>
<content type='text'>
f199b96 uci: fix options list of section after type change

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>ca-certificates: update to version 20190110</title>
<updated>2019-04-20T11:03:40Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2019-03-13T23:53:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=ecfe0f1cc4add5d8e54910651c58538f6dfce8a3'/>
<id>urn:sha1:ecfe0f1cc4add5d8e54910651c58538f6dfce8a3</id>
<content type='text'>
- Tested on Turris MOX, OpenWrt master
- Removed PKG_BUILD_DIR
In build_dir there were two folders
ca-certificates and ca-certificates-20190110 and it failed as files
were in ca-certificates-20190110

Signed-off-by: Josef Schlehofer &lt;josef.schlehofer@nic.cz&gt;
(cherry picked from commit f22c33b40cc7b542b3b31fa0d873d28d3a3482b5)
</content>
</entry>
<entry>
<title>opkg: update to latest Git head</title>
<updated>2019-01-22T12:14:33Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-01-18T17:43:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=fafd7691e6bfe645e86168e5cfa98e1de863d2c5'/>
<id>urn:sha1:fafd7691e6bfe645e86168e5cfa98e1de863d2c5</id>
<content type='text'>
This update fixes some cosmetical issues and a number of segmentation
faults when parsing lists having Conflicts or Replaces tags.

d217daf libopkg: fix replacelist parsing and writing
9dd9a07 libopkg: fix segmentation fault when traversing conflicts
34571ba libopkg: consider provided packages in pkg_vec_mark_if_matches()
18740e6 opkg_download: print error when fork() fails
e3d7330 libopkg: don't print unresolved dependencies twice

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
(cherry picked from commit 1bd18f2b5cbf1c9c384e9725eff7804decf88c90)
</content>
</entry>
<entry>
<title>opkg: drop argument from check_signature in opkg.conf</title>
<updated>2019-01-22T12:14:14Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2018-09-10T09:42:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e789bd2243d029ffd8b2f85c0eac9e65f5716909'/>
<id>urn:sha1:e789bd2243d029ffd8b2f85c0eac9e65f5716909</id>
<content type='text'>
check_signature is a bool option and doesn't take any arguments. The
presence of the 1 falsely suggests setting it to 0 disables the check,
while the option actually needs to be removed or commented out to be
disabled. So remove the argument to make it more clear.

Fixes: beca028bd6bb ("build: add integration for managing opkg package feed keys")
Signed-off-by: Jonas Gorski &lt;jonas.gorski@gmail.com&gt;
(cherry picked from commit d3bf5ff9bc7b55b2a3dab93853b33a0cd2c4ca47)
</content>
</entry>
<entry>
<title>fstools: update to the latest master branch</title>
<updated>2019-01-10T06:16:42Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2019-01-02T06:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=069fda746e3c407a2f61ee9368f264700bea20cd'/>
<id>urn:sha1:069fda746e3c407a2f61ee9368f264700bea20cd</id>
<content type='text'>
This is a big block(d) cleanup with new feature of generating "mount"
hotplug.d events.

It's an important update for those who were using mountd in the
pre-18.06 releases. Due to the mountd being replaced with blockd a
support for "mountd" hotplug.d events has been lost. It broke all kind
of shell scripts that were e.g. managing services depending on an
external USB drive availability.

This basically (re-)adds support for calling /etc/hotplug.d/mount/
scripts with ACTION ("add" or "remove") and DEVICE set.

af93f4b block(d): improve hotplug.d "mount" events for the autofs
3bb3352 blockd: unmount device explicitly when it disappears
28753b3 block: remove target directory after unmounting
c8c7ca5 block: cleanup handling "start" action of the "autofs" command
f1bb762 block: make blockd_notify() return an int instead of void
71c2bde block: generate hotplug.d mount events
30f5096 block: validate amount of arguments for the "autofs" command
dc6a462 blockd: don't reparse blob msg in the vlist callbacks
f6a9686 blockd: don't unmount device when removing it from the list
1913fea block: don't duplicate unmounting code in the mount_action()
6b445fa block: make umount_device() function more generic
a778468 block: don't duplicate mounting code in the mount_device()
5dc631d block: simplify code picking mount target directory
2971779 block: move blockd_notify() call out of the conditional blocks
b86bd6e block: fix formatting &amp; indent in the mount_device()
e12c0d6 fstools: use EXIT_FAILURE when indicating error on exit
091aa3d fstools: guard usage of WEXITSTATUS

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit 5c4277ec376541b10f1acbea734aa29900eb5722)
</content>
</entry>
<entry>
<title>fstools: update to git HEAD</title>
<updated>2019-01-10T06:16:42Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2018-10-21T18:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=3b4e779e93dea90f910e7974769c5208e4c0a0ad'/>
<id>urn:sha1:3b4e779e93dea90f910e7974769c5208e4c0a0ad</id>
<content type='text'>
29e53af fstools: add ntfs support

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
(cherry picked from commit 59db98d0f216b2de1472bcde0d87ae871625052c)
</content>
</entry>
</feed>
