]> TLD Linux GIT Repositories - packages/postfix.git/commitdiff
- up to 3.6.2
authorBartosz Świątek <shadzik@tld-linux.org>
Fri, 27 Aug 2021 12:46:29 +0000 (14:46 +0200)
committerBartosz Świątek <shadzik@tld-linux.org>
Fri, 27 Aug 2021 12:46:29 +0000 (14:46 +0200)
postfix-scache_clnt.patch
postfix.spec

index 729638146bdc415ad9ee752ca5c5ccafdceccf1c..f09ca02fb47b59d485e4412dfebcf79b29984e57 100644 (file)
@@ -1,12 +1,11 @@
-diff -ur postfix-3.0.2.orig/src/global/scache_clnt.c postfix-3.0.2/src/global/scache_clnt.c
---- postfix-3.0.2.orig/src/global/scache_clnt.c        2014-12-14 18:22:05.000000000 +0000
-+++ postfix-3.0.2/src/global/scache_clnt.c     2015-07-25 18:31:06.208826277 +0000
-@@ -414,7 +414,7 @@
+--- postfix-3.6.2/src/global/scache_clnt.c.orig        2021-08-27 14:41:51.981598457 +0200
++++ postfix-3.6.2/src/global/scache_clnt.c     2021-08-27 14:44:13.138605407 +0200
+@@ -428,7 +428,7 @@
      sp->scache->size = scache_clnt_size;
      sp->scache->free = scache_clnt_free;
  
--    service = concatenate("local:private/", server, (char *) 0);
-+    service = concatenate("local:private/", var_scache_service, (char *) 0);
+-    service = concatenate("local:" MAIL_CLASS_PRIVATE "/", server, (char *) 0);
++    service = concatenate("local:" MAIL_CLASS_PRIVATE "/", var_scache_service, (char *) 0);
      sp->auto_clnt = auto_clnt_create(service, timeout, idle_limit, ttl_limit);
-     myfree(service);
+     auto_clnt_control(sp->auto_clnt,
+                     AUTO_CLNT_CTL_HANDSHAKE, scache_clnt_handshake,
index 033851e6f2285c8b3099aece9c02e3f042efb09c..66d2f4c52620346acce1d44360579efa894a5a56 100644 (file)
@@ -17,13 +17,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.5.12
+Version:       3.6.2
 Release:       1
 Epoch:         2
 License:       distributable
 Group:         Networking/Daemons/SMTP
 Source0:       ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
-# Source0-md5: d161378d87b83cea855ed5dfa47a728d
+# Source0-md5: 4718b498fa4285cf275f506c169f4746
 Source1:       %{name}.aliases
 Source2:       %{name}.cron
 Source3:       %{name}.init