[packages/postfix] - up to 3.6.6

mrozowik mrozowik at pld-linux.org
Mon Apr 25 13:36:52 CEST 2022


commit e2cdde2630d53f33e58450c321294bfc2198491c
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date:   Mon Apr 25 11:36:09 2022 +0000

    - up to 3.6.6

 postfix-dictname.patch | 13 +++++++------
 postfix.spec           |  9 +++++----
 2 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/postfix.spec b/postfix.spec
index 18918d1..fd7eb85 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -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}
diff --git a/postfix-dictname.patch b/postfix-dictname.patch
index e4d45a0..77ff967 100644
--- a/postfix-dictname.patch
+++ b/postfix-dictname.patch
@@ -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). "
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/postfix.git/commitdiff/e2cdde2630d53f33e58450c321294bfc2198491c



More information about the pld-cvs-commit mailing list