aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk/patches/010-gcc10.patch
Commit message (Collapse)AuthorAge
* netatalk: drop packageAlexandru Ardelean2021-06-15
| | | | | | | | | | | | | | | | | Link to abandoned packages PR: https://github.com/openwrt/packages-abandoned/pull/18 AppleShare products have been unused for a while now (since Mac OS 9.2.2) around 2002. So, there should be fewer users requiring this package. Last update of netatalk was in December 2018. Not sure if newer updates will be created. It's time to cut the cord on our end and move it to the abandoned packages. Info: https://en.wikipedia.org/wiki/AppleShare Signed-off-by: Alexandru Ardelean <ardeleanalex@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>
* netatalk: fix compilation with GCC10Rosen Penev2020-07-02
Upstream patch: https://github.com/Netatalk/Netatalk/pull/125 Signed-off-by: Rosen Penev <rosenp@gmail.com>