From patchwork Tue Mar 12 06:28: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: 2144 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 62D0488B006 for ; Mon, 11 Mar 2019 19:28:15 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44J7Ry2WnCz55gQF; Mon, 11 Mar 2019 19:28:14 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1552332494; h=from:from:sender: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:list-id:list-unsubscribe:list-subscribe:list-post; bh=xTvxI750ABHaou7S4CIV+Yp9bzfLMKy6a0dypK3vtW4=; b=HzWnxBWMO5JwWGhIGoEq8wTujNwaQp9Ijp4rR0JqS0mYSfPMSxEyKWqoW02gJnpZIh/xYK 4fFfgOaO4XqCv1ojldWTwoR+IbDFuZqMz/1p0fnLZg/V6r1ocQC/KgY3aiH8N+D3AqUM2H j8imcjUoOiTS+MNzwAX2WxxfR5d7t3Pwcct99x89OkRmp4NjVFI+Sv8zJm8o3No4P0GmbS CW4lNUfIql6TuY0d4gZ+MHu9a42rW3c0XKpcQ4/C0yTZ2LZBIWuiEJXeXnRYqN6cVR7+Ra Y0IJBRi5bzwBWmwpeDzB0J9yhicNAQN1IPwjLcxitFONvAudJ108sKbKEORBWw== Received: from [127.0.0.1] (189.ip-51-38-134.eu [51.38.134.189]) (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 44J7Rt4Gwyz55gQ8 for ; Mon, 11 Mar 2019 19:28:10 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1552332491; 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=xTvxI750ABHaou7S4CIV+Yp9bzfLMKy6a0dypK3vtW4=; b=scJkyDyBborI4nqxNIlSBHusyCmRt3K0E3H/3DuBIVHV+fxQVRg2//c6nNbsv2eC4e8goW zzNtao7yiMK5CXxoxKkc+1HE8tgmYNuXw5wSjCaMRlf31QQSPTr/LoHmZhDUrKG+6c2Nkh vLZ3PeLmOa1XGmljrQMVpNf361jqd9CR97MWn59Z8Y7zJ2TnE5vN1kg4cwWNQ3iROtCaz2 jFb7sEdSzMzCXZih7UW0RwZ/BytswW617LNfxQD0CA3hAKs0PRQ1/UfoeVWu7JUYxWgh1g 1rB8fBRUvrYByd4OcLXYtUEyce0TipnqB8o3Y/kDhqM1qZ7yIh2epo98UrJAWw== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Postfix: update to 3.4.3 Organization: IPFire.org Message-ID: <4bb55569-a277-586a-f702-2bd0501c8743@ipfire.org> Date: Mon, 11 Mar 2019 19:28:00 +0000 MIME-Version: 1.0 Content-Language: en-US X-Spamd-Result: default: False [-5.28 / 11.00]; ARC_NA(0.00)[]; BAYES_HAM(-3.00)[100.00%]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; DKIM_SIGNED(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM(-2.18)[-0.726,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:51.38.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[] 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" 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 acadacbeb..c34162d41 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@ include Config -VER = 3.4.1 +VER = 3.4.3 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 = 18 +PAK_VER = 19 DEPS = "" @@ -66,7 +66,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d292bb49a1c79ff6d2eb9c5e88c51425 +$(DL_FILE)_MD5 = 7f539d5497f4cb0c3f5b66227aaeb561 install : $(TARGET)