postfix: Update to 3.2.4

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-11-28 13:07:00 +00:00
parent 4e3ef51629
commit 2e615d2bb7
2 changed files with 11 additions and 6 deletions

View File

@@ -9,11 +9,15 @@ etc/postfix/canonical
etc/postfix/generic etc/postfix/generic
etc/postfix/header_checks etc/postfix/header_checks
etc/postfix/main.cf etc/postfix/main.cf
etc/postfix/main.cf.proto
#etc/postfix/makedefs.out #etc/postfix/makedefs.out
etc/postfix/master.cf etc/postfix/master.cf
etc/postfix/master.cf.proto
etc/postfix/mysql-canonical.cf etc/postfix/mysql-canonical.cf
etc/postfix/mysql-mydestination.cf etc/postfix/mysql-mydestination.cf
etc/postfix/mysql-virtual.cf etc/postfix/mysql-virtual.cf
etc/postfix/postfix-files
etc/postfix/postfix-files.d
etc/postfix/relocated etc/postfix/relocated
etc/postfix/transport etc/postfix/transport
etc/postfix/virtual etc/postfix/virtual
@@ -30,16 +34,14 @@ usr/lib/postfix/error
usr/lib/postfix/flush usr/lib/postfix/flush
usr/lib/postfix/lmtp usr/lib/postfix/lmtp
usr/lib/postfix/local usr/lib/postfix/local
usr/lib/postfix/main.cf
usr/lib/postfix/master usr/lib/postfix/master
usr/lib/postfix/master.cf
usr/lib/postfix/nqmgr usr/lib/postfix/nqmgr
usr/lib/postfix/oqmgr usr/lib/postfix/oqmgr
usr/lib/postfix/pickup usr/lib/postfix/pickup
usr/lib/postfix/pipe usr/lib/postfix/pipe
usr/lib/postfix/post-install usr/lib/postfix/post-install
usr/lib/postfix/postfix-files
usr/lib/postfix/postfix-script usr/lib/postfix/postfix-script
usr/lib/postfix/postfix-tls-script
usr/lib/postfix/postfix-wrapper usr/lib/postfix/postfix-wrapper
usr/lib/postfix/postmulti-script usr/lib/postfix/postmulti-script
usr/lib/postfix/postscreen usr/lib/postfix/postscreen
@@ -75,6 +77,7 @@ usr/sbin/sendmail.postfix
#usr/share/man/man1/postcat.1 #usr/share/man/man1/postcat.1
#usr/share/man/man1/postconf.1 #usr/share/man/man1/postconf.1
#usr/share/man/man1/postdrop.1 #usr/share/man/man1/postdrop.1
#usr/share/man/man1/postfix-tls.1
#usr/share/man/man1/postfix.1 #usr/share/man/man1/postfix.1
#usr/share/man/man1/postkick.1 #usr/share/man/man1/postkick.1
#usr/share/man/man1/postlock.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/generic.5
#usr/share/man/man5/header_checks.5 #usr/share/man/man5/header_checks.5
#usr/share/man/man5/ldap_table.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/master.5
#usr/share/man/man5/memcache_table.5 #usr/share/man/man5/memcache_table.5
#usr/share/man/man5/mysql_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/postfix-wrapper.5
#usr/share/man/man5/regexp_table.5 #usr/share/man/man5/regexp_table.5
#usr/share/man/man5/relocated.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/sqlite_table.5
#usr/share/man/man5/tcp_table.5 #usr/share/man/man5/tcp_table.5
#usr/share/man/man5/transport.5 #usr/share/man/man5/transport.5

View File

@@ -24,7 +24,7 @@
include Config include Config
VER = 2.10.0 VER = 3.2.4
THISAPP = postfix-$(VER) THISAPP = postfix-$(VER)
DL_FILE = $(THISAPP).tar.gz DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP) DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)
PROG = postfix PROG = postfix
PAK_VER = 9 PAK_VER = 10
DEPS = "amavisd mysql" DEPS = "amavisd mysql"
@@ -69,7 +69,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = b2a563b2d5c53462952886e6fc4e4b7b $(DL_FILE)_MD5 = 60d8418278ef9f3c7d1251480ea84a42
install : $(TARGET) install : $(TARGET)