* [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream
@ 2017-09-02 17:03 Bernd Kuhls
2017-09-02 17:03 ` [Buildroot] [PATCH 2/2] package/netatalk: bump version to 3.1.11 Bernd Kuhls
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-09-02 17:03 UTC (permalink / raw)
To: buildroot
Link to upstream commit:
https://sourceforge.net/p/netatalk/code/ci/d48ecb55ac4c916cd78bbaf4de53a04abf6d47fb/
Fixes
http://autobuild.buildroot.net/results/0a7/0a7c94e074da5a4944f2046cd33fdcc51d3884e5/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/netatalk/0002-no-acl.patch | 15 ---------------
1 file changed, 15 deletions(-)
delete mode 100644 package/netatalk/0002-no-acl.patch
diff --git a/package/netatalk/0002-no-acl.patch b/package/netatalk/0002-no-acl.patch
deleted file mode 100644
index 165141b47..000000000
--- a/package/netatalk/0002-no-acl.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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 */
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH 2/2] package/netatalk: bump version to 3.1.11
2017-09-02 17:03 [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream Bernd Kuhls
@ 2017-09-02 17:03 ` Bernd Kuhls
2017-09-02 17:44 ` [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream Yann E. MORIN
2017-09-02 18:12 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-09-02 17:03 UTC (permalink / raw)
To: buildroot
Building 3.1.9 still fails after removing patch 0002:
volume.c:383:26: error: 'ldap_config_valid' undeclared (first use in this function)
if (!ldap_config_valid || vol->v_flags & AFPVOL_NONETIDS)
Bumping to 3.1.11 solves the problem.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/netatalk/netatalk.hash | 6 +++---
package/netatalk/netatalk.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/netatalk/netatalk.hash b/package/netatalk/netatalk.hash
index 1b974f5b6..ce78373ae 100644
--- a/package/netatalk/netatalk.hash
+++ b/package/netatalk/netatalk.hash
@@ -1,3 +1,3 @@
-# From http://sourceforge.net/projects/netatalk/files/netatalk/3.1.9/
-md5 d1d385ae6c3dc45eef4c923472f8fa5f netatalk-3.1.9.tar.bz2
-sha1 ac746efc00e8cfbe5042a7835b27480bb83505cd netatalk-3.1.9.tar.bz2
+# From http://sourceforge.net/projects/netatalk/files/netatalk/3.1.11/
+md5 8f79ce2a275b128ebb07188766f088fc netatalk-3.1.11.tar.bz2
+sha1 5aa7900e6f7de3c7ee812aa1130c1245d1974586 netatalk-3.1.11.tar.bz2
diff --git a/package/netatalk/netatalk.mk b/package/netatalk/netatalk.mk
index e0085db74..28a87509e 100644
--- a/package/netatalk/netatalk.mk
+++ b/package/netatalk/netatalk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NETATALK_VERSION = 3.1.9
+NETATALK_VERSION = 3.1.11
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
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream
2017-09-02 17:03 [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream Bernd Kuhls
2017-09-02 17:03 ` [Buildroot] [PATCH 2/2] package/netatalk: bump version to 3.1.11 Bernd Kuhls
@ 2017-09-02 17:44 ` Yann E. MORIN
2017-09-02 18:12 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2017-09-02 17:44 UTC (permalink / raw)
To: buildroot
Bernd, All,
On 2017-09-02 19:03 +0200, Bernd Kuhls spake thusly:
> Link to upstream commit:
> https://sourceforge.net/p/netatalk/code/ci/d48ecb55ac4c916cd78bbaf4de53a04abf6d47fb/
>
> Fixes
> http://autobuild.buildroot.net/results/0a7/0a7c94e074da5a4944f2046cd33fdcc51d3884e5/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Usually, I like that the person that sent a patch that broke the build
is in Cc of the fix. That'll teach them! Hehe! ;-)
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/netatalk/0002-no-acl.patch | 15 ---------------
> 1 file changed, 15 deletions(-)
> delete mode 100644 package/netatalk/0002-no-acl.patch
>
> diff --git a/package/netatalk/0002-no-acl.patch b/package/netatalk/0002-no-acl.patch
> deleted file mode 100644
> index 165141b47..000000000
> --- a/package/netatalk/0002-no-acl.patch
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -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 */
> --
> 2.11.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream
2017-09-02 17:03 [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream Bernd Kuhls
2017-09-02 17:03 ` [Buildroot] [PATCH 2/2] package/netatalk: bump version to 3.1.11 Bernd Kuhls
2017-09-02 17:44 ` [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream Yann E. MORIN
@ 2017-09-02 18:12 ` Thomas Petazzoni
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-09-02 18:12 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 2 Sep 2017 19:03:12 +0200, Bernd Kuhls wrote:
> Link to upstream commit:
> https://sourceforge.net/p/netatalk/code/ci/d48ecb55ac4c916cd78bbaf4de53a04abf6d47fb/
>
> Fixes
> http://autobuild.buildroot.net/results/0a7/0a7c94e074da5a4944f2046cd33fdcc51d3884e5/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/netatalk/0002-no-acl.patch | 15 ---------------
> 1 file changed, 15 deletions(-)
> delete mode 100644 package/netatalk/0002-no-acl.patch
Both applied to master. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-09-02 18:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-02 17:03 [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream Bernd Kuhls
2017-09-02 17:03 ` [Buildroot] [PATCH 2/2] package/netatalk: bump version to 3.1.11 Bernd Kuhls
2017-09-02 17:44 ` [Buildroot] [PATCH 1/2] package/netatalk: remove patch applied upstream Yann E. MORIN
2017-09-02 18:12 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox