X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpostfix;h=503f243b34e17b75996545c310dcf490d9f6f51c;hp=ed923e2371e53fed60bb244aa7bcb8cb789c6ce2;hb=de57f399915f89a3aadf97c440a370211983c71f;hpb=bcf4b2e2f5846c95605aa368dd40fbb1578a31c3 diff --git a/lfs/postfix b/lfs/postfix index ed923e2371..503f243b34 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -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" @@ -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 = 6b4b848bdd2239dddfc9d385e57e19ef +$(DL_FILE)_MD5 = 1f0edbd521d2b0473626f4d61e8bb4eb postfix-2.5.5.patch_MD5 = 36cb54665d95016af4ce0cd5f85c20a8 install : $(TARGET) @@ -89,7 +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 /var/lib/postfix + mkdir -p /var/lib/postfix chown postfix.root /var/lib/postfix @rm -rf $(DIR_APP) @$(POSTBUILD)