From d3e035ae7b8aa23cbf55a72dfc9f755d2c25beac8f91b11ec5269947be88a79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 5 Sep 2014 07:49:43 +0000 Subject: [PATCH] Accepting request 246861 from home:rusjako:branches:server:mail the original dynamics_maps patch breaks memcache support. The changed patch fixes that. OBS-URL: https://build.opensuse.org/request/show/246861 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=197 --- dynamic_maps.patch | 5 +++-- postfix.changes | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dynamic_maps.patch b/dynamic_maps.patch index 94a43f3..1ce251a 100644 --- a/dynamic_maps.patch +++ b/dynamic_maps.patch @@ -179,11 +179,12 @@ diff -rNu postfix-2.11.0/src/global/mail_dict.c postfix-2.11.0-patched/src/globa #ifdef HAS_LDAP DICT_TYPE_LDAP, dict_ldap_open, #endif -@@ -60,6 +61,7 @@ +@@ -59,6 +60,7 @@ + #ifdef HAS_SQLITE DICT_TYPE_SQLITE, dict_sqlite_open, #endif - DICT_TYPE_MEMCACHE, dict_memcache_open, +#endif /* MAX_DYNAMIC_MAPS */ + DICT_TYPE_MEMCACHE, dict_memcache_open, 0, }; diff --git a/postfix.changes b/postfix.changes index db2aa58..c1cd8df 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 29 15:40:00 UTC 2014 - rusjako@rus.uni-stuttgart.de + +- fix dynamic_maps patch to enable memcache support, which does not + need any libraries + ------------------------------------------------------------------- Thu Jul 31 12:44:59 UTC 2014 - dimstar@opensuse.org