From patchwork Tue Dec 22 11:21:00 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: 3740 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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4D0Yn448HTz3wx8 for ; Tue, 22 Dec 2020 11:21:12 +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 4D0Yn11jD6z389; Tue, 22 Dec 2020 11:21:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4D0Yn05BV8z2yJx; Tue, 22 Dec 2020 11:21:08 +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 RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4D0Yn01YKrz2xMk for ; Tue, 22 Dec 2020 11:21:08 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4D0Ymv6s7sz2nx for ; Tue, 22 Dec 2020 11:21:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1608636065; 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=6wiQLJF0cUJSNVNuxnp8rGciggYakOxmu2uK8Vddijg=; b=xF7tLsB2pq99fvtXicYrqp0WDaKLPEFNT0+lYdp3gQ2Uu9LgZTBTcqeddJHDnKksB6HLdP hdMvgLgGGBlNxmBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1608636065; 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=6wiQLJF0cUJSNVNuxnp8rGciggYakOxmu2uK8Vddijg=; b=XTsncugAONvUjZAoiuVnnIz2YhhbYlUjDMh6Gc8fd97RwZq9aL16BMx857Yq7yJDHA8Tb5 gvLH6GcIfO8dPCyOgYa+byS3yXz1VZ7HRDxFCIASGhxCJYe/QgrHuMdffF65PMn3QaqC7e U1NUdyGfGwaql4jilP4Ut/s6zfG/YatBNfzgNDoL6lK1fZ9xWal5Pmh+znPX/o6okcIL9a O5mnbRGFCWwckV9m8r2H5LBgtkGUv3WpCPUWPVEuswi+sSBQnvYPv9meppDP8cTHFV1fPD cvUKv2IPNFPJXX5pQ7bhmQH9BRMr23H2TQhavOL/s+FP7svWpcUNuZjLyigeUA== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Postfix: update to 3.5.8 Message-ID: <389996d1-c39c-64d3-4a4f-acff5ec1a11f@ipfire.org> Date: Tue, 22 Dec 2020 12:21:00 +0100 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.5.8.html for the release announcement of this version. 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 56b3aaaec..7160a0192 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@ include Config -VER = 3.5.7 +VER = 3.5.8 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 = 27 +PAK_VER = 28 DEPS = @@ -66,7 +66,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = cc727f7a332765199ce67bf14753ff08 +$(DL_FILE)_MD5 = c7c55ccc1db2a30d35c3867c21fe7109 install : $(TARGET)