netatalk: bump to version 3.1.7

Rename patch to new standard and add hash file as well.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-12-03 17:53:48 -03:00 committed by Peter Korsgaard
parent a340b21300
commit 834da4d454
4 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,15 @@
Fix builds without acl, from http://sourceforge.net/p/netatalk/bugs/574/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
diff -Nura netatalk-3.1.7.orig/include/atalk/acl.h netatalk-3.1.7/include/atalk/acl.h
--- netatalk-3.1.7.orig/include/atalk/acl.h 2014-12-03 17:34:49.895524464 -0300
+++ netatalk-3.1.7/include/atalk/acl.h 2014-12-03 17:34:58.735243283 -0300
@@ -61,6 +61,7 @@
#else /* HAVE_ACLS=no */
#define O_NETATALK_ACL 0
+#define O_IGNORE 0
#define chmod_acl chmod
#endif /* HAVE_ACLS */

View File

@ -0,0 +1,3 @@
# From http://sourceforge.net/projects/netatalk/files/netatalk/3.1.7/
md5 831ec8bf9e084b64f965d16c528af299 netatalk-3.1.7.tar.bz2
sha1 d4077a9496beae766ab1e4f28afa22e5c96514f0 netatalk-3.1.7.tar.bz2

View File

@ -4,9 +4,10 @@
#
################################################################################
NETATALK_VERSION = 3.1.2
NETATALK_VERSION = 3.1.7
NETATALK_SITE = http://downloads.sourceforge.net/project/netatalk/netatalk/$(NETATALK_VERSION)
NETATALK_SOURCE = netatalk-$(NETATALK_VERSION).tar.bz2
# For 0001-Fix-setting-of-LD_LIBRARY_FLAGS-shlibpath_var.patch
NETATALK_AUTORECONF = YES
NETATALK_CONFIG_SCRIPTS = netatalk-config
NETATALK_DEPENDENCIES = host-pkgconf openssl berkeleydb libgcrypt libgpg-error \