From: Maniacikarus Date: Sat, 1 Nov 2008 13:49:55 +0000 (+0100) Subject: Upgraded postfix and fixed issue X-Git-Tag: v2.3-final~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9376fdfc8dd229624e1b5dd8de167738446fbb6;p=ipfire-2.x.git Upgraded postfix and fixed issue --- diff --git a/lfs/postfix b/lfs/postfix index 3d2749e996..e9f5530dc6 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@ include Config -VER = 2.4.6 +VER = 2.5.5 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 = 2 +PAK_VER = 3 DEPS = "amavisd mysql" @@ -40,11 +40,14 @@ DEPS = "amavisd mysql" # Top-level Rules ############################################################################### -objects = $(DL_FILE) +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 -$(DL_FILE)_MD5 = 303327f66c13ff9631734651ee184a88 +$(DL_FILE)_MD5 = 6b4b848bdd2239dddfc9d385e57e19ef +postfix-2.5.5.patch_MD5 = 36cb54665d95016af4ce0cd5f85c20a8 install : $(TARGET)