Here is an update to netatalk 2.2.5. A few small bug fixes in the last
two releases.
Looking for any testing.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/netatalk/Makefile,v
retrieving revision 1.50
diff -u -p -r1.50 Makefile
--- Makefile 20 Jun 2013 06:54:37 -0000 1.50
+++ Makefile 23 Aug 2013 15:07:08 -0000
@@ -4,8 +4,7 @@ SHARED_ONLY= Yes
COMMENT= AFP file and print services for IP networks
-DISTNAME= netatalk-2.2.3
-REVISION= 5
+DISTNAME= netatalk-2.2.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netatalk/}
EXTRACT_SUFX= .tar.bz2
@@ -29,7 +28,6 @@ CONFIGURE_ARGS= --disable-cups \
--enable-krbV-uam \
--with-ssl-dir=/usr \
--with-uams-path=${PREFIX}/lib/netatalk/uams \
- --without-acls \
--without-ldap \
--without-pam
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/netatalk/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo 9 Jan 2013 23:06:24 -0000 1.7
+++ distinfo 23 Aug 2013 15:07:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (netatalk-2.2.3.tar.bz2) = sIjmzGI3962Yr2WBKnS8yDCi1K6+6nHP2TKs6O+TEyw=
-SIZE (netatalk-2.2.3.tar.bz2) = 1288642
+SHA256 (netatalk-2.2.5.tar.bz2) = dlivx5OrNvHNp99XGVmKy/Nm4hPie+HLvC2TYxw2iGk=
+SIZE (netatalk-2.2.5.tar.bz2) = 1290761
Index: patches/patch-include_atalk_acl_h
===================================================================
RCS file: patches/patch-include_atalk_acl_h
diff -N patches/patch-include_atalk_acl_h
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-include_atalk_acl_h 23 Aug 2013 15:07:08 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- include/atalk/acl.h.orig Fri Aug 23 10:35:30 2013
++++ include/atalk/acl.h Fri Aug 23 10:36:11 2013
+@@ -53,7 +53,7 @@ extern int remove_acl_vfs(const char *name);
+
+ #else /* HAVE_ACLS=no */
+
+-#define O_NETATALK_ACL
++#define O_NETATALK_ACL 0
+ #define chmod_acl chmod
+
+ #endif /* HAVE_ACLS */
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.