]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- up to 3.6.6 auto/th/postfix-3.6.6-1
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Mon, 25 Apr 2022 11:36:09 +0000 (11:36 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Mon, 25 Apr 2022 11:36:09 +0000 (11:36 +0000)
postfix-dictname.patch
postfix.spec

index e4d45a06dfb0c0c5e2bed6ea035c68c121734e36..77ff967ca27f9bf50da709f9942b781bd8fcf0d2 100644 (file)
@@ -1,14 +1,15 @@
---- postfix-3.3.1/src/global/dynamicmaps.c~    2018-09-15 23:09:41.000000000 +0200
-+++ postfix-3.3.1/src/global/dynamicmaps.c     2018-09-15 23:10:31.630800874 +0200
-@@ -171,14 +171,14 @@ static MKMAP_OPEN_FN dymap_mkmap_lookup(
-      */
-     if ((dp = (DYMAP_INFO *) htable_find(dymap_info, dict_type)) == 0)
+--- postfix-3.6.6/src/global/dynamicmaps.c~    2022-04-25 11:26:46.269075376 +0000
++++ postfix-3.6.6/src/global/dynamicmaps.c     2022-04-25 11:29:51.989068585 +0000
+@@ -182,7 +182,7 @@
+                         "bulk-mode creation.", dict_type);
+       }
        msg_fatal("unsupported dictionary type: %s. "
 -                "Is the postfix-%s package installed?",
 +                "Is the postfix-dict-%s package installed?",
                  dict_type, dict_type);
+     }
      if (!dp->mkmap_name)
-       msg_fatal("unsupported dictionary type: %s does not support "
+@@ -190,7 +190,7 @@
                  "bulk-mode creation.", dict_type);
      if (stat(dp->soname, &st) < 0)
        msg_fatal("unsupported dictionary type: %s (%s: %m). "
index 18918d11a0b8e96d70ede86ef63ee791027a2197..fd7eb85aecefa233a8b2a69c89815e00ecd97695 100644 (file)
@@ -30,13 +30,13 @@ Summary(pl.UTF-8):  Serwer SMTP Postfix
 Summary(pt_BR.UTF-8):  Postfix - Um MTA (Mail Transport Agent) de alto desempenho
 Summary(sk.UTF-8):     Agent prenosu pošty Postfix
 Name:          postfix
-Version:       3.6.2
-Release:       2
+Version:       3.6.6
+Release:       1
 Epoch:         2
 License:       IBM Public License or Eclipse Public License v2.0
 Group:         Networking/Daemons/SMTP
 Source0:       ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
-# Source0-md5: 4718b498fa4285cf275f506c169f4746
+# Source0-md5: 891ea3d4e2d7a9a82c0363ce9de2abda
 Source1:       %{name}.aliases
 Source2:       %{name}.cron
 Source3:       %{name}.init
@@ -73,7 +73,8 @@ BuildRequires:        db-devel
 BuildRequires: glibc-devel >= 6:2.3.4
 BuildRequires: libicu-devel
 BuildRequires: libnsl-devel
-%{?with_lmbd:BuildRequires:    lmdb-devel}
+BuildRequires: m4
+%{?with_lmdb:BuildRequires:    lmdb-devel}
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_ldap:BuildRequires:    openldap-devel >= 2.0.12}
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7l}
This page took 0.254499 seconds and 4 git commands to generate.