]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Postfix: update to 3.3.2
authorPeter Müller <peter.mueller@link38.eu>
Wed, 23 Jan 2019 20:34:13 +0000 (21:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Jan 2019 05:41:33 +0000 (05:41 +0000)
See http://www.postfix.org/announcements/postfix-3.3.2.html for release
note. This makes Postfix TLS 1.3/OpenSSL 1.1.1a ready.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/postfix

index 2054c68cf398429d156d9ae3f3c66abd4b8a5b88..b22eca13842e7f74be636bd5a5a4e933c13e099b 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  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.3.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    = 16
+PAK_VER    = 17
 
 DEPS       = ""
 
@@ -66,7 +66,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4381c6492f415e4a69cf5099d4acea76
+$(DL_FILE)_MD5 = 4e6ed7056576e0c54cfce6040a0bb0ad
 
 install : $(TARGET)