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:
parent
a340b21300
commit
834da4d454
15
package/netatalk/0002-no-acl.patch
Normal file
15
package/netatalk/0002-no-acl.patch
Normal 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 */
|
3
package/netatalk/netatalk.hash
Normal file
3
package/netatalk/netatalk.hash
Normal 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
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user