aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk/patches
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>
* netatalk: update to version 3.1.10Daniel Golle2016-09-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* netatalk: update to version 3.1.9Daniel Golle2016-09-12
| | | | | | | | | * now a single config file in /etc/afp.conf * convert services to procd while at it * take over maintainership as the original maintainer is unresponsive (see #1550) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* netatalk: prevent use of LD_LIBRARY_PATHNicolas Thill2014-09-05
| | | | | | | Add a patch to prevent use of LD_LIBRARY_PATH when checking for BDB libs This caused build failure when host = target Signed-off-by: Nicolas Thill <nico@openwrt.org>
* netatalk: refresh patchNicolas Thill2014-09-05
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Copy netatalk package from old repositoryW. Michael Petullo2014-08-07
Signed-off-by: W. Michael Petullo <mike@flyn.org>