]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Updated postfix to current stable
authorroot <root@daedalus.homeip.net>
Sat, 20 Jun 2009 22:28:46 +0000 (00:28 +0200)
committerroot <root@daedalus.homeip.net>
Sat, 20 Jun 2009 22:28:46 +0000 (00:28 +0200)
config/rootfiles/packages/postfix
lfs/postfix

index e8f4890282f47bd48ea06499b9d1f8676ccc6977..b01832e7c2b06028e6816ac8b4483be977b39727 100644 (file)
@@ -14,10 +14,6 @@ etc/postfix/master.cf
 etc/postfix/mysql-canonical.cf
 etc/postfix/mysql-mydestination.cf
 etc/postfix/mysql-virtual.cf
-etc/postfix/post-install
-etc/postfix/postfix-files
-etc/postfix/postfix-script
-etc/rc.d/init.d/postfix
 etc/postfix/relocated
 etc/postfix/transport
 etc/postfix/virtual
@@ -32,11 +28,18 @@ 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-wrapper
+usr/lib/postfix/postmulti-script
 usr/lib/postfix/proxymap
 usr/lib/postfix/qmgr
 usr/lib/postfix/qmqpd
@@ -58,6 +61,7 @@ usr/sbin/postkick
 usr/sbin/postlock
 usr/sbin/postlog
 usr/sbin/postmap
+usr/sbin/postmulti
 usr/sbin/postqueue
 usr/sbin/postsuper
 usr/sbin/sendmail
@@ -72,6 +76,7 @@ usr/sbin/sendmail
 #usr/share/man/man1/postlock.1
 #usr/share/man/man1/postlog.1
 #usr/share/man/man1/postmap.1
+#usr/share/man/man1/postmulti.1
 #usr/share/man/man1/postqueue.1
 #usr/share/man/man1/postsuper.1
 #usr/share/man/man1/sendmail.1
@@ -90,6 +95,7 @@ usr/sbin/sendmail
 #usr/share/man/man5/pcre_table.5
 #usr/share/man/man5/pgsql_table.5
 #usr/share/man/man5/postconf.5
+#usr/share/man/man5/postfix-wrapper.5
 #usr/share/man/man5/regexp_table.5
 #usr/share/man/man5/relocated.5
 #usr/share/man/man5/tcp_table.5
@@ -137,3 +143,4 @@ var/spool/postfix/private
 var/spool/postfix/public
 var/spool/postfix/saved
 var/spool/postfix/trace
+etc/rc.d/init.d/postfix
index c9f58b438cf5d6509ef92823539cff07f40879eb..503f243b34e17b75996545c310dcf490d9f6f51c 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.5.6
+VER        = 2.6.2
 
 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    = 4
+PAK_VER    = 5
 
 DEPS       = "amavisd mysql"
 
@@ -46,7 +46,7 @@ objects = $(DL_FILE) \
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 postfix-2.5.5.patch = $(DL_FROM)/postfix-2.5.5.patch
 
-$(DL_FILE)_MD5 = ec2cb63b53f5f36c3ca91da8f3bc9407
+$(DL_FILE)_MD5 = 1f0edbd521d2b0473626f4d61e8bb4eb
 postfix-2.5.5.patch_MD5 = 36cb54665d95016af4ce0cd5f85c20a8
 
 install : $(TARGET)