Skip to content
Snippets Groups Projects
Commit 4498bd80 authored by Sukru Senli's avatar Sukru Senli
Browse files

Update feed [ openwrt_packages ]

-------------------------------------------------------------------------------
* 322255128 RM#34747 - Add reload function to init.d ntp service script
* 097f7c662 mosquitto: Make sure to respawn the process
* a29061a5f avahi: fix DNS-SD related NULL pointer issues
-------------------------------------------------------------------------------
commit 322255128b7f23a0ea8e5244908f54577df341de
Author: Orr Mazor <o.mazor@genexis.eu>
Date: 2021-12-13 17:19:57 +0100

    RM#34747 - Add reload function to init.d ntp service script

    Signed-off-by: Orr Mazor <o.mazor@genexis.eu> Change-Id:
    I32eedba698e529ad100542bf440b4b853285bb7d

Base directory -> feeds/openwrt_packages/
 net/ntpd/files/ntpd.init | 5 +++++
 1 file changed, 5 insertions(+)
-------------------------------------------------------------------------------
commit 097f7c662c479a633be887f9877ed08932390b7e
Author: Markus Gothe <markus.gothe@genexis.eu>
Date: 2021-07-08 14:29:36 +0200

    mosquitto: Make sure to respawn the process

    Make sure that mosquitto is respawned if it crashes. We want to have process
    supervision and this commit adds it to mosquitto.

    Change-Id: I6d92f3c6166a41c510d7c8032d84e37f5b1fb70d

Base directory -> feeds/openwrt_packages/
 net/mosquitto/files/etc/init.d/mosquitto | 1 +
 1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit a29061a5ff50bf42cd7aef0cc4466432752d2c3b
Author: Erik Karlsson <erik.karlsson@genexis.eu>
Date: 2021-12-13 19:16:05 +0100

    avahi: fix DNS-SD related NULL pointer issues

    Backport from Avahi master fix for NULL pointer issue that causes crash when
    malformed DNS-SD entries are encountered.

Base directory -> feeds/openwrt_packages/
 .../200-Fix-NULL-pointer-crashes-from-175.patch    | 148 +++++++++++++++++++++
 1 file changed, 148 insertions(+)
-------------------------------------------------------------------------------
parent 02cc34c2
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ src-git-full targets https://dev.iopsys.eu/feed/targets.git^d88cc5e7bc3dd1d8c91c ...@@ -11,7 +11,7 @@ src-git-full targets https://dev.iopsys.eu/feed/targets.git^d88cc5e7bc3dd1d8c91c
# iopsysWrt override # iopsysWrt override
src-git-full openwrt_core https://dev.iopsys.eu/feed/openwrt-core.git^165cc54cd2989331c577401ea5fc84510e8362b1 src-git-full openwrt_core https://dev.iopsys.eu/feed/openwrt-core.git^165cc54cd2989331c577401ea5fc84510e8362b1
src-git-full openwrt_packages https://dev.iopsys.eu/feed/openwrt-packages.git^fd6bcf4a49a2e5bd870b093367af8a495fa8ea43 src-git-full openwrt_packages https://dev.iopsys.eu/feed/openwrt-packages.git^322255128b7f23a0ea8e5244908f54577df341de
src-git-full openwrt_luci https://dev.iopsys.eu/feed/openwrt-luci.git^a60c18c152abc62ca16c68fe2ebb0a31d8765cbf src-git-full openwrt_luci https://dev.iopsys.eu/feed/openwrt-luci.git^a60c18c152abc62ca16c68fe2ebb0a31d8765cbf
src-git-full openwrt_routing https://dev.iopsys.eu/feed/openwrt-routing.git^92f9b699dc0466b907af83749ff987365c446a18 src-git-full openwrt_routing https://dev.iopsys.eu/feed/openwrt-routing.git^92f9b699dc0466b907af83749ff987365c446a18
src-git-full openwrt_telephony https://dev.iopsys.eu/feed/openwrt-telephony.git^0755a8c4739ff8c36254cee4900f665487ede591 src-git-full openwrt_telephony https://dev.iopsys.eu/feed/openwrt-telephony.git^0755a8c4739ff8c36254cee4900f665487ede591
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment