X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpostfix;h=56b3aaaec4156a4b036fd4cdbebea6a26a997c62;hb=1dd31d858ecc4d37fa9c895b59e2b752cc124818;hp=42e626c8f628ee0a0fc8ca20d9fa3b5a08814ad1;hpb=302dba205bf58b3def6163b85b4decfce4538fac;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/postfix b/lfs/postfix index 42e626c8f6..56b3aaaec4 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.2.4 +VER = 3.5.7 THISAPP = postfix-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = postfix -PAK_VER = 14 +PAK_VER = 27 -DEPS = "" +DEPS = CCARGS = `getconf LFS_CFLAGS` \ -DDEF_DAEMON_DIR="'\"/usr/lib/postfix\"'" \ @@ -54,7 +54,7 @@ AUXLIBS += -lpcre CCARGS += -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl AUXLIBS += -L/usr/lib/sasl2 -lsasl2 -# SSL +# TLS CCARGS += -DUSE_TLS `pkg-config --cflags openssl` AUXLIBS += `pkg-config --libs openssl` @@ -66,7 +66,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 60d8418278ef9f3c7d1251480ea84a42 +$(DL_FILE)_MD5 = cc727f7a332765199ce67bf14753ff08 install : $(TARGET)