Package Details: netatalk 4.0.5-1

Git Clone URL: https://aur.archlinux.org/netatalk.git (read-only, click to copy)
Package Base: netatalk
Description: Open-source implementation of the Apple Filing Protocol
Upstream URL: https://netatalk.io
Keywords: afp apple mac macos
Licenses: GPL-2.0-or-later
Conflicts: netatalk-ddp, netatalk2
Submitter: Snowman
Maintainer: denn
Last Packager: denn
Votes: 99
Popularity: 0.22
First Submitted: 2007-03-31 06:19 (UTC)
Last Updated: 2024-11-10 20:38 (UTC)

Dependencies (26)

Required by (0)

Sources (1)

Pinned Comments

denn commented on 2024-10-07 09:59 (UTC) (edited on 2024-10-20 12:31 (UTC) by denn)

As version 4.0.0-1 switched to db5.3 as suggested by product documentation. This will make cnid_bdb to re-create all db files after upgrade.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »

<deleted-account> commented on 2013-06-28 11:08 (UTC)

Please add `pkg-config` to the dependencies. If that package is not installed, autoconf will fail building the appropriate files.

<deleted-account> commented on 2013-06-05 11:22 (UTC)

sorry, my mistake, I compiled it while I had tcp_wrappers installed, and after the last update intervention on arch I removed it and didnt re-install. great job by the way, works like a charm usually :)

SJ_UnderWater commented on 2013-06-04 20:57 (UTC)

there is no explicit tcp_wrappers dependency, the website itself lists it under "optional". It was explicitly included in earlier versions of this package, but was removed when it dropped from Extra to Unsupported.

<deleted-account> commented on 2013-06-04 20:41 (UTC)

so is it just me or is this thing dependent of the tcp_wrappers package?

SJ_UnderWater commented on 2013-06-04 18:32 (UTC)

the description pre-dates my involvement as the maintainer, I've kept it. if by build flags you mean CFLAGS, -Wno-unused-result cleans up the compilation warnings, and -O2 is a recent addition to prevent another "# warning _FORTIFY_SOURCE requires compiling with optimization (-O)"

fauno commented on 2013-06-04 14:25 (UTC)

hey, could you explain what the build flags for? it works ok without them though i haven't done intensive testing. here's a modified version of your pkgbuild: https://projects.parabolagnulinux.org/abslibre.git/tree/pcr/netatalk (also the description doesn't seem right "kernel level"?)

SJ_UnderWater commented on 2013-06-03 19:48 (UTC)

thank you for calling my attention to the usrbin changes, new version up.

WonderWoofy commented on 2013-06-03 16:16 (UTC)

All that you need to do is add "--sbindir=/usr/bin" to the ./configure line to make it compatible with the /usr/bin move.

<deleted-account> commented on 2013-06-03 12:58 (UTC)

In regards to the latest update: https://www.archlinux.org/news/binaries-move-to-usrbin-requiring-update-intervention/ It appears that the netatalk binary is installed to /usr/sbin. It should now be installed to /usr/bin.

<deleted-account> commented on 2013-04-19 08:36 (UTC)

Can you please add --enable-krbV-uam to configure options? It's needed to get netatalk work with kerberos.