<feed xmlns='http://www.w3.org/2005/Atom'>
<title>routing/vis/patches, branch master</title>
<subtitle>Mirror of routing feed</subtitle>
<id>https://git.openwrt.org/feed/routing/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/routing/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/'/>
<updated>2022-03-07T13:56:01Z</updated>
<entry>
<title>vis: update it, refactor Makefile and refresh patch due to fuzz</title>
<updated>2022-03-07T13:56:01Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-02-25T23:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=fe7f1936d120fa671e94afca7e8d0b660b08d8ee'/>
<id>urn:sha1:fe7f1936d120fa671e94afca7e8d0b660b08d8ee</id>
<content type='text'>
- Switch to AUTORELEASE in PKG_RELEASE
This avoids cases when someone forgets to bump PKG_RELEASE

- Fixed SPDX License Identifier

- Changed package versioning
Before: vis_1440-2_arm_cortex-a9_vfpv3-d16.ipk
After: vis_2013-04-07-7710cce4-1_arm_cortex-a9_vfpv3-d16.ipk

- Drop not necessary rows
(Some of them were overwritting defaults and it is not necessary)
Downloaded tarball is ~2kB smaller

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>vis: Convert to procd based init script</title>
<updated>2019-07-27T22:17:42Z</updated>
<author>
<name>Sven Eckelmann</name>
</author>
<published>2019-07-27T21:33:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/routing/commit/?id=aa050789feab2da5c2ab4565e2a470d306b78e2f'/>
<id>urn:sha1:aa050789feab2da5c2ab4565e2a470d306b78e2f</id>
<content type='text'>
The legacy init script had various problems in comparison with procd based
init scripts. It wasn't able to correctly track the running process
instance and thus could:

* accidentally kill another (non init controlled) daemon instance when stop
  is used
* not restart the daemon depending on config changes when reload is used
* not automatically start/restart daemon when the used netdev was
  created/recreated

The information about a running instance and its parameters can now be
handled by a global controller (procd). The process must not fork anymore
and leave the control to procd. The process with its parameters can then be
used by procd to trigger the stop/start of the process at the right time.

Signed-off-by: Sven Eckelmann &lt;sven@narfation.org&gt;
</content>
</entry>
</feed>
