From patchwork Fri Jun 11 11:33:15 2021 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: 4420 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G1dyC4CxRz3ws5 for ; Fri, 11 Jun 2021 11:33:23 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G1dyB3lFGz12R; Fri, 11 Jun 2021 11:33:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G1dyB2Ffxz2xfm; Fri, 11 Jun 2021 11:33:22 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G1dy84WFcz2xG5 for ; Fri, 11 Jun 2021 11:33:20 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4G1dy547VwzyY for ; Fri, 11 Jun 2021 11:33:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623411197; 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=vrMDKGMvpTIoKpBTUjetaA2+YXWpSb4zhyAFj/GYhcw=; b=XRy0TpU39ehEwFp7f8TkYclsnsJyroikexYBhXJncZpoQAyJG/tspk8cSQB1rCKl5znF5X yOm2ogIsJzZIUsBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623411197; 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=vrMDKGMvpTIoKpBTUjetaA2+YXWpSb4zhyAFj/GYhcw=; b=v8vwLi/PUtSR4H3T3ncVO6X38aCN6srjx0iIhgXthD8Mvuj2+r8NJ/6jUDMPHjDRC5kAw0 PGxika/wzBJ4+1GXav73SpmA/imeI7vUJQRF1mmcZ1ph9xaHCmWFiLsK4L1b+/1sVT+8SM 1WVgsjBQQ3pfQHmStWAqFn6RwfXoOk9mm9PikwtnWVojUUTUGjahNXGmGECSHcEHH2L8dD Sknm+kuax1oFqKRIRfb92Fzm976ZC8KemsiEYQqOcREvcNBli8IGC50+0UwGFubrp3JL/s DjmIVtNa/zzwojqztIximxjpVHysnM3JAA6oW2KdBpKP/nGTIHJQAF3Py4xoPA== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Postfix: update to 3.6.0 Message-ID: <7483bbad-b82b-1fbe-a104-f9c35d621a8c@ipfire.org> Date: Fri, 11 Jun 2021 13:33:15 +0200 MIME-Version: 1.0 Content-Language: en-US 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.6.0.html for this versions' release announcements. Signed-off-by: Peter Müller Reviewed-by: Adolf Belka --- lfs/postfix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index 628704152..5ea0e4955 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@ include Config -VER = 3.5.9 +VER = 3.6.0 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 = 29 +PAK_VER = 30 DEPS = @@ -66,7 +66,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a4d1b2df03a500cf8f9759d5fca1c1f6 +$(DL_FILE)_MD5 = 75cfd03f0cf4c35876d630d2a04bd6f4 install : $(TARGET)