Commit Graph

57 Commits

Author SHA1 Message Date
sturm
dd499e1e98 fix LIB_DEPENDS 2006-10-12 06:46:42 +00:00
pvalchev
69e49a8551 Update to netatalk-2.0.3 and get rid of old directory structure.
A long due update with important features such as long filenames,
unicode, etc.
From new maintainer "Arnaud Bergeron" <abergeron@gmail.com>
2006-09-22 05:54:33 +00:00
sturm
e84cb5a44a explicitly mention startup code, it's goint to be removed from rc.local 2006-07-28 20:17:52 +00:00
naddy
848593e57e now that librpcsvc is dynamic, it needs to go into WANTLIB 2005-11-17 02:28:39 +00:00
naddy
fedfc3867f SIZE 2005-01-05 17:14:37 +00:00
alek
2344f6d18c Add WANTLIB markers 2004-12-16 00:31:20 +00:00
brad
4affd83ea1 Fix insecure tempfile creation in etc2ps.
http://marc.theaimsgroup.com/?l=bugtraq&m=109655739113230&w=2
2004-10-24 20:26:55 +00:00
espie
4b317cea0c kill INSTALL/DEINSTALL 2004-09-22 23:03:47 +00:00
espie
52b24f12ea new plists, kill a few INSTALL scripts. 2004-09-15 18:17:38 +00:00
pvalchev
8e26876078 service already in /etc/services; no need to tell people to add it
from Ian McWilliam <ian@dodo.com.au>
2004-08-24 17:14:16 +00:00
pvalchev
090f0e8759 strlcpy is good, but not when used incorrectly.
remove patches that break renaming of files (filedir.c) and cause
incorrect directory creation date (directory.c)
from John.Benninghoff@rbcdain.com

if someone (who can actually test this) wants to, feel free to fix
2004-08-12 00:07:32 +00:00
xsa
cf90df2b06 Yes, that's yet another @extra round ... 2004-04-14 18:59:07 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
naddy
42026b1894 update to 1.6.3; from Ian McWilliam <ianm@cit.uws.edu.au> 2003-08-22 11:18:19 +00:00
naddy
f9b05de009 Remove old netatalk reference port. Obsolete, broken, no longer useful.
Suggested by Ian McWilliam <ianm@cit.uws.edu.au>, who was the last person
interested in this.
2003-08-11 00:14:43 +00:00
sturm
ca4bae8577 - don't hardcode /etc, use SYSCONFDIR instead
- don't change SYSCONFDIR, use CONFDIR/SUBST_VARS instead and if neccessary
  use "CONFIGURE_STYLE=gnu old" and explicitly set --sysconfdir=${CONFDIR}
a few more to come...
2003-05-12 18:02:44 +00:00
naddy
7fbde767f9 Maintainer asked to be removed. 2002-12-14 14:32:37 +00:00
naddy
c53eb436cb No regression tests available. 2002-10-28 01:38:44 +00:00
naddy
fc41820ea3 Remove hunks with $Id keywords that accidentally sneaked in.
Thanks jakob@
2002-07-26 17:54:49 +00:00
naddy
11edd48bbd Fix a lot of problem with afpd.
From maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.
2002-07-26 15:12:17 +00:00
naddy
25affa0205 Finish netatalk reorganization and update.
Submitted by maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.
2002-07-23 11:54:37 +00:00
naddy
0b83cedc44 Import netatalk 1.5.3.1.
Submitted by Ian McWilliam <i.mcwilliam@uws.edu.au>.

AFP file and print services for AppleTalk/IP networks
2002-07-23 11:52:12 +00:00
naddy
d7260847a5 Re-import netatalk-990130 into subdirectory.
Submitted by maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.
2002-07-23 11:47:35 +00:00
pvalchev
1254f69abe End sentence with a period. (some people copied/pasted too much) 2002-04-26 03:35:33 +00:00
espie
5b37289c23 md5->distinfo 2002-03-21 19:59:18 +00:00
naddy
3ce80ea142 Not for archs that have unsigned chars by default.
From maintainer Ian McWilliam <ianm@cit.uws.edu.au>
2002-02-21 12:34:57 +00:00
brad
cbe1a9a9d1 copy file from files/ dir instead of patching it into existence 2001-08-16 03:23:21 +00:00
brad
31355b4571 patch-etcafpd-authc
more syslogging of login failures so we have have more info on why.

patch-etcafpd-volumec
Update to partially resolve the current problem with afpd not behaving
correctly with permisions on /etc/netatalk.

Log correctly to /var/log/daemon when we can't access configuration files.
Put in place proper error checking when reading them. Would be nice if the
origional programmers actually checked for failure for anything.
People can now see just why things are not working as they like.

Mar 29 18:08:38 kashmir afpd[6210]: session from 39148.187:250 on
39148.169:129
Mar 29 18:08:38 kashmir afpd[6210]: login dingo (uid 1002, gid 10)
Mar 29 18:08:38 kashmir afpd[6210]: unable to access
/etc/netatalk/AppleVolumes.system: Permission denied
Mar 29 18:08:40 kashmir afpd[6210]: done
Mar 29 18:08:40 kashmir afpd[21593]: asp_chld 6210 done

Pass the CORRECT arguments to creatvol. from "Benninghoff, John"
<JABenninghoff@dainrauscher.com>

Return AFPERR_PARAM when we can't access configuration files to
the appleshare client requesting access. This stops possible DOS under
MacOS. In it's current form the Appleshare client has to be killed on the
MAC side by killing the "CHOOSER" Application. By returning proper errors
the appleshare client exits gracefully with error: "An Appleshare system
error occured."

patch-etcpapd-lpc
cosmetic change: remove an unused variable.

patch-version
changes made bump version.
--
From: maintainer
2001-04-18 13:17:43 +00:00
brad
c92b3b5132 - integrate COMMENT
- bump NEED_VERSION
- hardcoded /etc/netatalk -> ${SYSCONFDIR}
--
Ok'd by: maintainer
2001-04-18 13:00:26 +00:00
wilfried
de006f5e67 bump the version. from maintainer 2001-03-19 13:51:21 +00:00
wilfried
721c65541e fix so papd can read lpd's /etc/printcap a little better.
from maintainer
2001-03-19 13:50:57 +00:00
wilfried
b8543e49b9 Fix the way in which the atalkd routing daemon handles startup with
repect to non-allowable zero appletalk zone range.
from maintainer
2001-03-19 13:50:01 +00:00
wilfried
a3122bc352 fix the example printcap settings in psf(8) so we use the correct paths.
from maintainer
2001-03-19 13:47:37 +00:00
brad
559c1d5a4a add support for colour volume icons; From: maintainer 2001-01-19 14:34:43 +00:00
espie
94a69d5e21 MAINTAINER 2000-10-23 16:08:12 +00:00
brad
7be1e8c24d Fake 2000-08-10 18:06:01 +00:00
brad
f22b2212e6 - Fake
- add HOMEPAGE, another distsite, NEED_VERSION and some more docs
- respect CC and CFLAGS
- move RESDIR from share to share/netatalk
- move examples from lib/netatalk to share/examples/netatalk
- remove the need for having the source tree installed, just use the
headers in /usr/include/netatalk
2000-08-10 17:53:31 +00:00
brad
0c7a16985e add #!/bin/sh 2000-07-19 09:31:17 +00:00
espie
7647d31acf Various clean ups, from Ian McWilliam. 2000-06-12 17:27:33 +00:00
turan
9a4169326c more missing licenses 2000-04-18 10:34:08 +00:00
espie
233ac49af6 explicit FAKE=No, so that we can turn FAKE on by default. 2000-04-09 17:35:57 +00:00
brad
cb22a8a827 check for the existance of ${CONFIG_DIR}/rc.atalk instead of the
${CONFIG_DIR} when trying to determine whether the config files should
be installed as if this was a first time install of netatalk.
--
suggestion from: sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-01-31 05:38:43 +00:00
brad
5984bfc15f remove deprecated variables 1999-12-15 03:29:29 +00:00
kevlo
e9d4b2d678 The port should now compile and run better on fussy archs like the alpha. 1999-12-15 02:59:48 +00:00
kevlo
78685ce836 Remove that file. 1999-12-15 02:57:16 +00:00
kevlo
ca76526b11 95% of the warnings are fixed. Port no longer destroys /etc/netatalk/rc.atalk
if it exists.
1999-12-15 02:54:39 +00:00
maja
97e4a04757 don't check for netatalk kernel source when doing a make mirror-distfiles. -moj 1999-08-28 10:27:10 +00:00
brad
df88a996c3 fix INSTALL script so the sample config files actually get installed 1999-05-30 22:51:10 +00:00
brad
bc0ad62a91 fix typo in INSTALL script 1999-05-30 22:28:35 +00:00
brad
144878d5ff make the port install and de-install properly in a package situation. 1999-05-25 14:39:42 +00:00