]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/postfix
samba: Link against avahi
[people/pmueller/ipfire-2.x.git] / lfs / postfix
index 07a869594fa1d51dc02e9e122e19d68ef4a16df2..56b3aaaec4156a4b036fd4cdbebea6a26a997c62 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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.3.1
+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    = 16
+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 = 4381c6492f415e4a69cf5099d4acea76
+$(DL_FILE)_MD5 = cc727f7a332765199ce67bf14753ff08
 
 install : $(TARGET)