From patchwork Sat Apr 6 17:04:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2185 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id A6D3C861F37 for ; Sat, 6 Apr 2019 07:05:06 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44bmPF54Dpz5D0PB; Sat, 6 Apr 2019 07:05:05 +0100 (BST) Received: from [127.0.0.1] (tor22.quintex.com [IPv6:2620:7:6001::ffff:c759:e64b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44bmP94KStz5Lcyt for ; Sat, 6 Apr 2019 07:05:00 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1554530703; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=6VdJfjVNKaJxO0g4f33iv/RzU/QfwGKzw3w7PdSUHS8=; b=kxUczap2mi0K4tbv/0r+LTDdd9puJcnZ7vAWFvIV1aMjFCmb4f+TgC6HaHniuJRv6MIguI +dDlL7Ar1dPtYA1qqIFPiYuJEHuPwDuUjm9b6mwGpws4/tcN8sF/zU1oo4jmospysDZ4LB w4Sj4aouYV4k2RbJSpEWeTxKb9DSAuBIQAzlvC23gTrTarncAcuKvLXTBZXKgTULEsMKKf y2Ixf/UHeii5VqQHaNlgJrVYbLvsTiqYTWrt67cMW7CMGv8GPUnzN4mL+geCayG31tvWGU B7NQckgwYjYO2X46e2Z3Z9Ya/nYxpqS1a5Oz07NFSxM03SWKcfz+Hdv4NINJXg== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Postfix: update to 3.4.5 Organization: IPFire.org Message-ID: Date: Sat, 06 Apr 2019 06:04:00 +0000 MIME-Version: 1.0 Content-Language: en-US X-Spamd-Result: default: False [-2.46 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM(0.64)[0.212,0]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; DKIM_SIGNED(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; BAYES_HAM(-3.00)[99.99%] Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=pmueller smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" See http://www.postfix.org/announcements/postfix-3.4.5.html for release notes. Signed-off-by: Peter Müller --- lfs/postfix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index c34162d41..41ac90879 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@ include Config -VER = 3.4.3 +VER = 3.4.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 = 19 +PAK_VER = 20 DEPS = "" @@ -66,7 +66,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7f539d5497f4cb0c3f5b66227aaeb561 +$(DL_FILE)_MD5 = 093109941095390562166de766d4720d install : $(TARGET)