]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/postfix
Updated postfix to latest 2.6 stable release.
[people/pmueller/ipfire-2.x.git] / lfs / postfix
index b1557e6b34e819582c901bb46e2f680381fb86bc..bbb9b0ca41250d259c3f8f685849e16a3e919b31 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.5.5
+VER        = 2.6.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    = 4
+PAK_VER    = 6
 
 DEPS       = "amavisd mysql"
 
@@ -40,14 +40,11 @@ DEPS       = "amavisd mysql"
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) \
-       postfix-2.5.5.patch
+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
-postfix-2.5.5.patch_MD5 = 36cb54665d95016af4ce0cd5f85c20a8
+$(DL_FILE)_MD5 = 6b954cfb3eb6141dac1e773281211717
 
 install : $(TARGET)