./net/netatalk, Netatalk appletalk file and print services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q1, Version: 2.2.1nb5, Package name: netatalk-2.2.1nb5, Maintainer: markd

Netatalk is a freely-available, kernel level implementation of the AppleTalk
Protocol Suite, originally for BSD-derived systems. A *NIX/*BSD system
running netatalk is capable of serving many macintosh clients simultaneously
as an AppleTalk router, AppleShare file server (AFP), *NIX/*BSD print server,
and for accessing AppleTalk printers via Printer Access Protocol (PAP).
Included are a number of minor printing and debugging utilities.

MESSAGE.pam [+/-]

Required to run:
[security/libgcrypt] [lang/perl5] [databases/db4]

Required to build:
[devel/libtool-base] [devel/gmake]

Master sites:

SHA1: e588b89eced7769f65e213bc4b1b1e4f8035c8b3
RMD160: bc55a591fe134d3bf05ca442aa5b5246fd766b8c
Filesize: 1198.83 KB

Version history: (Expand)


CVS history: (Expand)


   2012-05-14 14:24:22 by Matthias Scheler | Files touched by this commit (5)
Log message:
Pullup ticket #3783 - requested by dholland
net/netatalk: quota support fix

Revisions pulled up:
- net/netatalk/Makefile                                         1.83
- net/netatalk/distinfo                                         1.45
- net/netatalk/patches/patch-aa                                 1.24
- net/netatalk/patches/patch-etc_afpd_quota_c                   1.2
- net/netatalk/patches/patch-macros_quota-check.m4              1.2

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sat May 12 21:53:20 UTC 2012

   Modified Files:
   	pkgsrc/net/netatalk: Makefile distinfo
   	pkgsrc/net/netatalk/patches: patch-aa patch-etc_afpd_quota_c
   	    patch-macros_quota-check.m4

   Log message:
   PR 46072: netatalk broken with netbsd-6 quotas

   Add support for the new libquota. Drop support for the proplib
   libquota; it's not worth the configure-time hassle.

   Fix some moderately serious bugs in the original/previous libquota
   patches; it's clear for example they were never tested with group
   quotas.
   2012-04-18 16:06:58 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #3745 - requested by hauke
net/netatalk: build fix

Revisions pulled up:
- net/netatalk/Makefile                                         1.82

---
   Module Name:    pkgsrc
   Committed By:   hauke
   Date:           Tue Apr 17 16:14:54 UTC 2012

   Modified Files:
           pkgsrc/net/netatalk: Makefile

   Log message:
   As a workaround to PR pkg/46072, build Netatalk explicitely without
   quota support for NetBSD 5.99.62 and newer, until we have patches
   supporting the new quota interface.