aboutsummaryrefslogtreecommitdiff
path: root/libs/avahi/patches
Commit message (Collapse)AuthorAge
* avahi: Changed the target file for the patchHirokazu MORIKAWA2022-02-12
| | | | | | | | Fixed the affected issue in the latest commit daemon.err avahi-daemon[xxx]: mkdir("/run/avahi-daemon/"): No such file or directory Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* avahi: incorrectly requires IFF_MULTICAST on point-to-point (tunnel) interfacesPhilip Prindeville2020-11-24
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* avahi: remove these pkgconfig workaroundsRosen Penev2020-04-26
| | | | | | Backported the upstream patch instead. Less error prone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* avahi: update to 0.8Rosen Penev2020-02-25
| | | | | | | | | | | | | | Clean up Makefile slightly. Update configure options for the new version. Remove first patch and update the other one. Use a different solution for the stack protector on certain platforms. Run script through shellcheck. Small quote fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* avahi: patch systemd runtime_dir change in 0.7Jeremiah McConnell2018-06-15
| | | | | | | | In avahi 0.7 the runtime_dir was updated to be /run instead of /var/run for better systemd compatibility. Patch out that change to fix avahi-daemon. Signed-off-by: Jeremiah McConnell <miah@miah.com>
* avahi: Update to 0.7Rosen Penev2018-06-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libs/avahi: fix warning with poll.h include on muslAlexandru Ardelean2016-01-06
| | | | | | | | | | Warning is: #warning redirecting incorrect #include <sys/poll.h> to <poll. Not a big issue. But it can be annoying when building with -Werror set. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Import avahi from oldpackagesTed Hess2014-07-16