summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin kuster <akuster808@gamil.com>2021-12-27 21:22:03 +0000
committerArmin Kuster <akuster808@gmail.com>2021-12-27 13:23:37 -0800
commit95969f0f5f4264644a5dbfb6d4fb66e2ac3a2cde (patch)
treecd25d924aef102fdf3cb2ca6b7e599a50f4f5431
parent197453e127c7a30b2b3ef0c24180e2d31c2fb572 (diff)
downloadmeta-openembedded-stable/dufell-nut.tar.gz
dovecot: refresh patchesstable/dufell-nut
Signed-off-by: Armin kuster <akuster808@gamil.com>
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch19
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot/0001-doveadm-Fix-parallel-build.patch13
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot/0004-lib-mail-message-parser-Optimize-appending-new-part-.patch8
3 files changed, 18 insertions, 22 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch b/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
index f86235076..3f87714dc 100644
--- a/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
+++ b/meta-networking/recipes-support/dovecot/dovecot/0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch
@@ -13,11 +13,11 @@ Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
13 configure.ac | 15 +++++---------- 13 configure.ac | 15 +++++----------
14 1 file changed, 5 insertions(+), 10 deletions(-) 14 1 file changed, 5 insertions(+), 10 deletions(-)
15 15
16diff --git a/configure.ac b/configure.ac 16Index: dovecot-2.2.36.4/configure.ac
17index 3b32614..94ec002 100644 17===================================================================
18--- a/configure.ac 18--- dovecot-2.2.36.4.orig/configure.ac
19+++ b/configure.ac 19+++ dovecot-2.2.36.4/configure.ac
20@@ -519,13 +519,10 @@ have_ioloop=no 20@@ -490,13 +490,10 @@ have_ioloop=no
21 21
22 if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then 22 if test "$ioloop" = "best" || test "$ioloop" = "epoll"; then
23 AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[ 23 AC_CACHE_CHECK([whether we can use epoll],i_cv_epoll_works,[
@@ -34,7 +34,7 @@ index 3b32614..94ec002 100644
34 ], [ 34 ], [
35 i_cv_epoll_works=yes 35 i_cv_epoll_works=yes
36 ], [ 36 ], [
37@@ -653,7 +650,7 @@ fi 37@@ -596,7 +593,7 @@ fi
38 dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it. 38 dnl * Old glibcs have broken posix_fallocate(). Make sure not to use it.
39 dnl * It may also be broken in AIX. 39 dnl * It may also be broken in AIX.
40 AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[ 40 AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[
@@ -43,7 +43,7 @@ index 3b32614..94ec002 100644
43 #define _XOPEN_SOURCE 600 43 #define _XOPEN_SOURCE 600
44 #include <stdio.h> 44 #include <stdio.h>
45 #include <stdlib.h> 45 #include <stdlib.h>
46@@ -662,7 +659,7 @@ AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[ 46@@ -605,7 +602,7 @@ AC_CACHE_CHECK([whether posix_fallocate(
47 #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7) 47 #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
48 possibly broken posix_fallocate 48 possibly broken posix_fallocate
49 #endif 49 #endif
@@ -52,7 +52,7 @@ index 3b32614..94ec002 100644
52 int fd = creat("conftest.temp", 0600); 52 int fd = creat("conftest.temp", 0600);
53 int ret; 53 int ret;
54 if (fd == -1) { 54 if (fd == -1) {
55@@ -671,8 +668,6 @@ AC_CACHE_CHECK([whether posix_fallocate() works],i_cv_posix_fallocate_works,[ 55@@ -614,8 +611,6 @@ AC_CACHE_CHECK([whether posix_fallocate(
56 } 56 }
57 ret = posix_fallocate(fd, 1024, 1024) < 0 ? 1 : 0; 57 ret = posix_fallocate(fd, 1024, 1024) < 0 ? 1 : 0;
58 unlink("conftest.temp"); 58 unlink("conftest.temp");
@@ -61,6 +61,3 @@ index 3b32614..94ec002 100644
61 ], [ 61 ], [
62 i_cv_posix_fallocate_works=yes 62 i_cv_posix_fallocate_works=yes
63 ], [ 63 ], [
64--
651.8.4.2
66
diff --git a/meta-networking/recipes-support/dovecot/dovecot/0001-doveadm-Fix-parallel-build.patch b/meta-networking/recipes-support/dovecot/dovecot/0001-doveadm-Fix-parallel-build.patch
index 65ae9bf91..3170ae865 100644
--- a/meta-networking/recipes-support/dovecot/dovecot/0001-doveadm-Fix-parallel-build.patch
+++ b/meta-networking/recipes-support/dovecot/dovecot/0001-doveadm-Fix-parallel-build.patch
@@ -18,11 +18,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 src/doveadm/Makefile.am | 4 ++-- 18 src/doveadm/Makefile.am | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-) 19 1 file changed, 2 insertions(+), 2 deletions(-)
20 20
21diff --git a/src/doveadm/Makefile.am b/src/doveadm/Makefile.am 21Index: dovecot-2.2.36.4/src/doveadm/Makefile.am
22index c644646..6ae9144 100644 22===================================================================
23--- a/src/doveadm/Makefile.am 23--- dovecot-2.2.36.4.orig/src/doveadm/Makefile.am
24+++ b/src/doveadm/Makefile.am 24+++ dovecot-2.2.36.4/src/doveadm/Makefile.am
25@@ -180,8 +180,8 @@ test_libs = \ 25@@ -182,8 +182,8 @@ test_libs = \
26 ../lib/liblib.la 26 ../lib/liblib.la
27 test_deps = $(noinst_LTLIBRARIES) $(test_libs) 27 test_deps = $(noinst_LTLIBRARIES) $(test_libs)
28 28
@@ -33,6 +33,3 @@ index c644646..6ae9144 100644
33 test_doveadm_util_DEPENDENCIES = $(test_deps) 33 test_doveadm_util_DEPENDENCIES = $(test_deps)
34 34
35 check: check-am check-test 35 check: check-am check-test
36--
372.14.2
38
diff --git a/meta-networking/recipes-support/dovecot/dovecot/0004-lib-mail-message-parser-Optimize-appending-new-part-.patch b/meta-networking/recipes-support/dovecot/dovecot/0004-lib-mail-message-parser-Optimize-appending-new-part-.patch
index c35bf883e..ba6667fa9 100644
--- a/meta-networking/recipes-support/dovecot/dovecot/0004-lib-mail-message-parser-Optimize-appending-new-part-.patch
+++ b/meta-networking/recipes-support/dovecot/dovecot/0004-lib-mail-message-parser-Optimize-appending-new-part-.patch
@@ -14,10 +14,12 @@ CVE: CVE-2020-12100
14Upstream-Status: Backport [http://archive.ubuntu.com/ubuntu/pool/main/d/dovecot/dovecot_2.2.33.2-1ubuntu4.7.debian.tar.xz] 14Upstream-Status: Backport [http://archive.ubuntu.com/ubuntu/pool/main/d/dovecot/dovecot_2.2.33.2-1ubuntu4.7.debian.tar.xz]
15Comment: No change in any hunk 15Comment: No change in any hunk
16 16
17--- a/src/lib-mail/message-parser.c 17Index: dovecot-2.2.36.4/src/lib-mail/message-parser.c
18+++ b/src/lib-mail/message-parser.c 18===================================================================
19--- dovecot-2.2.36.4.orig/src/lib-mail/message-parser.c
20+++ dovecot-2.2.36.4/src/lib-mail/message-parser.c
19@@ -1,7 +1,7 @@ 21@@ -1,7 +1,7 @@
20 /* Copyright (c) 2002-2017 Dovecot authors, see the included COPYING file */ 22 /* Copyright (c) 2002-2018 Dovecot authors, see the included COPYING file */
21 23
22 #include "lib.h" 24 #include "lib.h"
23-#include "buffer.h" 25-#include "buffer.h"