]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/postfix
Change PACKFIRE_CORE to 34.
[people/pmueller/ipfire-2.x.git] / lfs / postfix
index e9f5530dc6ee0a1a849b46cc943a1d4a6901f425..503f243b34e17b75996545c310dcf490d9f6f51c 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.5.5
+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    = 3
+PAK_VER    = 5
 
 DEPS       = "amavisd mysql"
 
@@ -44,9 +44,9 @@ objects = $(DL_FILE) \
        postfix-2.5.5.patch
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-postfix-2.5.5.patch = $(DL_FROM)/ postfix-2.5.5.patch
+postfix-2.5.5.patch = $(DL_FROM)/postfix-2.5.5.patch
 
-$(DL_FILE)_MD5 = 6b4b848bdd2239dddfc9d385e57e19ef
+$(DL_FILE)_MD5 = 1f0edbd521d2b0473626f4d61e8bb4eb
 postfix-2.5.5.patch_MD5 = 36cb54665d95016af4ce0cd5f85c20a8
 
 install : $(TARGET)
@@ -89,5 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        rm -vf /etc/postfix/main.cf.default
        cp -vf $(DIR_CONF)/postfix/* /etc/postfix
        mv -vf /etc/postfix/aliases /etc/aliases
+       mkdir -p /var/lib/postfix
+       chown postfix.root /var/lib/postfix
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)