aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk/Makefile
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>
* netatalk: fix compile error in mac osLiangbin Lian2020-08-03
| | | | | | fix compile error in mac os when dtrace installed. Signed-off-by: Liangbin Lian <jjm2473@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>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* netatalk: bump to version 3.1.12Alexandru Ardelean2019-01-02
| | | | | | This change upgrades the package to version 3.1.12. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* netatalk: don't use bundled libeventEneas U de Queiroz2018-12-06
| | | | | | | | libevent2 bundled with netatalk is not compatible with openssl 1.1.x. The binary that links to it, netatalk, is not included in the final package, so there's no dependency to add. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* netatalk: remove librpc dependsAndy Walsh2018-08-13
| | | | | | * disable nfsquota for now, since libtirpc misses some headers for it Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* netatalk: fix config files permissionsAlexandru Ardelean2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | After checking in the ipkg-install dir of netatalk, it seems that the permissions it sets to the conf-files are 644. # ls -la lede/build_dir/target-mips_24kc_musl/netatalk-3.1.11/ipkg-install/etc -rw-r--r-- 1 sandu sandu 226 iun 5 20:53 afp.conf -rw-r--r-- 1 sandu sandu 1948 iun 5 20:53 dbus-session.conf -rw-r--r-- 1 sandu sandu 25037 iun 5 20:53 extmap.conf While the Package/netatalk/install build rule overrides them to 600. According to * https://github.com/openwrt/packages/issues/4318 * https://forum.lede-project.org/t/help-with-apple-filesharing-protocol-for-time-machine/3259/5 this is a problem in some setups. So, this patch changes them to what the netatalk package creators intended initially (i.e. 644). Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* netatalk: switch maintainer to meAlexandru Ardelean2017-06-05
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* netatalk: upgrade to version 3.1.11Alexandru Ardelean2017-05-29
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@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: fix dependency: libattr instead of attrMaxim Storchak2015-11-08
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* netatalk: disable acl (fix the build)Etienne CHAMPETIER2014-08-08
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* netatalk: depend on attrW. Michael Petullo2014-08-07
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Copy netatalk package from old repositoryW. Michael Petullo2014-08-07
Signed-off-by: W. Michael Petullo <mike@flyn.org>