diff options
author | Eray Aslan <eras@gentoo.org> | 2021-01-05 12:35:39 +0300 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2021-01-05 12:35:39 +0300 |
commit | 1ddd164e2402c15e598eb8ae615dfaa7a52b08a9 (patch) | |
tree | 51e260d004efbab8530e2bcd84281a1c42d2517f /net-mail/dovecot/files | |
parent | dev-python/parameterized: Bump to 0.7.5 (diff) | |
download | gentoo-1ddd164e2402c15e598eb8ae615dfaa7a52b08a9.tar.gz gentoo-1ddd164e2402c15e598eb8ae615dfaa7a52b08a9.tar.bz2 gentoo-1ddd164e2402c15e598eb8ae615dfaa7a52b08a9.zip |
net-mail/dovecot: security bump to 2.3.13
Bug: https://bugs.gentoo.org/763525
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'net-mail/dovecot/files')
-rw-r--r-- | net-mail/dovecot/files/dovecot-autoconf-lua-version.patch | 17 | ||||
-rw-r--r-- | net-mail/dovecot/files/dovecot-socket-name-too-long.patch | 11 |
2 files changed, 28 insertions, 0 deletions
diff --git a/net-mail/dovecot/files/dovecot-autoconf-lua-version.patch b/net-mail/dovecot/files/dovecot-autoconf-lua-version.patch new file mode 100644 index 000000000000..5572271929ef --- /dev/null +++ b/net-mail/dovecot/files/dovecot-autoconf-lua-version.patch @@ -0,0 +1,17 @@ +--- a/m4/want_lua.m4 ++++ b/m4/want_lua.m4 +@@ -13,13 +13,12 @@ + AC_MSG_RESULT([$with_lua]) + + AS_IF([test "x$with_lua" != "xno"], +- [for LUAPC in lua5.3 lua-5.3 lua53 lua5.2 lua-5.2 lua52 lua5.1 lua-5.1 lua51 lua; do ++ [ + PKG_CHECK_MODULES([LUA], $LUAPC >= 5.1, [ + AC_DEFINE([HAVE_LUA], [1], [Define to 1 if you have lua]) + with_lua=yes + ], [LUAPC=""]) # otherwise pkg_check will fail + if test "x$LUA_LIBS" != "x"; then break; fi +- done + ]) + + AS_IF([test "x$with_lua" = "xyes"], [ diff --git a/net-mail/dovecot/files/dovecot-socket-name-too-long.patch b/net-mail/dovecot/files/dovecot-socket-name-too-long.patch new file mode 100644 index 000000000000..64c17f367b99 --- /dev/null +++ b/net-mail/dovecot/files/dovecot-socket-name-too-long.patch @@ -0,0 +1,11 @@ +--- a/src/imap/test-imap-client-hibernate.c 2021-01-05 11:42:53.073912808 +0300 ++++ b/src/imap/test-imap-client-hibernate.c 2021-01-05 11:43:49.790616213 +0300 +@@ -19,7 +19,7 @@ + + #include <sys/stat.h> + +-#define TEMP_DIRNAME ".test-imap-client-hibernate" ++#define TEMP_DIRNAME ".t-ic-h" /* test-imap-client-hibernate */ + + #define EVILSTR "\t\r\n\001" + |