]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
postfix: Update to 3.2.4
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Nov 2017 13:07:00 +0000 (13:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Feb 2018 11:15:55 +0000 (11:15 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/postfix
lfs/postfix

index bc4739d0b781f902b595b9cb7f27a279a2632f62..c35f38201c23459f5630db2e024d8158e612c60b 100644 (file)
@@ -9,11 +9,15 @@ etc/postfix/canonical
 etc/postfix/generic
 etc/postfix/header_checks
 etc/postfix/main.cf
+etc/postfix/main.cf.proto
 #etc/postfix/makedefs.out
 etc/postfix/master.cf
+etc/postfix/master.cf.proto
 etc/postfix/mysql-canonical.cf
 etc/postfix/mysql-mydestination.cf
 etc/postfix/mysql-virtual.cf
+etc/postfix/postfix-files
+etc/postfix/postfix-files.d
 etc/postfix/relocated
 etc/postfix/transport
 etc/postfix/virtual
@@ -30,16 +34,14 @@ usr/lib/postfix/error
 usr/lib/postfix/flush
 usr/lib/postfix/lmtp
 usr/lib/postfix/local
-usr/lib/postfix/main.cf
 usr/lib/postfix/master
-usr/lib/postfix/master.cf
 usr/lib/postfix/nqmgr
 usr/lib/postfix/oqmgr
 usr/lib/postfix/pickup
 usr/lib/postfix/pipe
 usr/lib/postfix/post-install
-usr/lib/postfix/postfix-files
 usr/lib/postfix/postfix-script
+usr/lib/postfix/postfix-tls-script
 usr/lib/postfix/postfix-wrapper
 usr/lib/postfix/postmulti-script
 usr/lib/postfix/postscreen
@@ -75,6 +77,7 @@ usr/sbin/sendmail.postfix
 #usr/share/man/man1/postcat.1
 #usr/share/man/man1/postconf.1
 #usr/share/man/man1/postdrop.1
+#usr/share/man/man1/postfix-tls.1
 #usr/share/man/man1/postfix.1
 #usr/share/man/man1/postkick.1
 #usr/share/man/man1/postlock.1
@@ -93,6 +96,7 @@ usr/sbin/sendmail.postfix
 #usr/share/man/man5/generic.5
 #usr/share/man/man5/header_checks.5
 #usr/share/man/man5/ldap_table.5
+#usr/share/man/man5/lmdb_table.5
 #usr/share/man/man5/master.5
 #usr/share/man/man5/memcache_table.5
 #usr/share/man/man5/mysql_table.5
@@ -103,6 +107,7 @@ usr/sbin/sendmail.postfix
 #usr/share/man/man5/postfix-wrapper.5
 #usr/share/man/man5/regexp_table.5
 #usr/share/man/man5/relocated.5
+#usr/share/man/man5/socketmap_table.5
 #usr/share/man/man5/sqlite_table.5
 #usr/share/man/man5/tcp_table.5
 #usr/share/man/man5/transport.5
index 3758b9cbeecadec97c4d9b03f063a652edf25e83..302b68f5d6c6c47ef20edf8bf1f73b9e91218872 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.10.0
+VER        = 3.2.4
 
 THISAPP    = postfix-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = postfix
-PAK_VER    = 9
+PAK_VER    = 10
 
 DEPS       = "amavisd mysql"
 
@@ -69,7 +69,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b2a563b2d5c53462952886e6fc4e4b7b
+$(DL_FILE)_MD5 = 60d8418278ef9f3c7d1251480ea84a42
 
 install : $(TARGET)