From patchwork Mon Aug 17 19:30:21 2020 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: 3369 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4BVkfY0pdBz3x1D for ; Mon, 17 Aug 2020 19:30:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4BVkfW65qBzmL; Mon, 17 Aug 2020 19:30:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4BVkfW5Dgyz2xmg; Mon, 17 Aug 2020 19:30:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4BVkfV1MdJz2xBM for ; Mon, 17 Aug 2020 19:30:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4BVkfT02XtzmL for ; Mon, 17 Aug 2020 19:30:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1597692641; h=from:from: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; bh=ZuMQSx9T/fbcsi0hDmGj88LtiLc2XwY3q3sMXQml1Sg=; b=+MC1D9SKPQmutWxQr6WFuo2oognocW8ZG0eAGmyd7LQYQUb34Z59QpGNKTsgvtfGphfgNZ FvaGB+ILdTU0rgDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1597692641; h=from:from: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; bh=ZuMQSx9T/fbcsi0hDmGj88LtiLc2XwY3q3sMXQml1Sg=; b=b52GSVILtTSuNFrerCzqgcoGx+EaQ3ZI6qC3E8SVfJX6gTinapY7+tIdNi7bu2iJtjHvgh 6S4vXR2vMtkYmBuk6VMHwPzxrVeteZy5UalAuLMMIfFSOqYEKVu+qhh++tPOxNXV7NEhRo gbDBWgfDlnCiNs8jm/WbsB6gi9+SmJWjbzZ77xgvIGNzH8xAECvIfGbnrArdbH+6TxqNhT iCOeFqdjkheeC1sMqlMHe+W1EcVegWanAuAcOEqm8Be+VFA/sE7yYLy5KN/OZB9qwDAyiz LzeQF/MJlp/HuUjLF/3N5VnniGFImgekeQ0VunA/ipnc+sdJfLHoRXXT5KShZg== To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Postfix: update to 3.5.6 Message-ID: <55b1f26f-1b2b-9f8c-1fe9-1eb0ddf4a31b@ipfire.org> Date: Mon, 17 Aug 2020 19:30:21 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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" Please refer to http://www.postfix.org/announcements/postfix-3.5.6.html for release announcements. 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 e5f812d8e..d75f2a949 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@ include Config -VER = 3.5.4 +VER = 3.5.6 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 = 25 +PAK_VER = 26 DEPS = @@ -66,7 +66,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9a781213330e9aa9d0ccd81ea45ed598 +$(DL_FILE)_MD5 = c5819f40ffbe22bc785a30905b1f1c7a install : $(TARGET)