From patchwork Tue Apr 28 14:47:01 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: 3020 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 49BPcc1DZZz3yC1 for ; Tue, 28 Apr 2020 14:47: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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49BPcZ2tK3zj3; Tue, 28 Apr 2020 14:47:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49BPcY6K6fz2xxQ; Tue, 28 Apr 2020 14:47:09 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49BPcX0PTdz2xmg for ; Tue, 28 Apr 2020 14:47: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) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49BPcT70ZWzj3 for ; Tue, 28 Apr 2020 14:47:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1588085226; 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=JCmYk4BMfXCkVIYmZgTGYcggt9CIbJfV3t+4/TWXUwI=; b=Dy0tcE6ZMWaV8skpvfKeZ43qtXqjFBMka1yckSbjpDwlRTkULNvcEZ+H/dkkKPnQHDm6ZI KvlZn4NMneGVWlBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1588085226; 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=JCmYk4BMfXCkVIYmZgTGYcggt9CIbJfV3t+4/TWXUwI=; b=CvFHUjqozvfSUjoW9DYonu8Kz4BU8jWDUiEGdfRCpTnkmCb161YWVJ2Mx0nXuQGzWgLwPs vYgsUYM1QTctkTysam8Z7lGVwExPv2VjDNoxKi+fOMHInGwOtVzt+ZeWn5wQ+IT8mcb3gu IgolUg+JcRYhhxIbDhFrUKVtLEkXlJP6scSRa4fsWscOBVjBkJkiWeuRSkOAkDAbdOJJFY +YLQebowytyRxY+puMeXpv0C0+icXfS2EW1kraROgsey4JIdYBXzdE05b2V1triS/VZVz4 QtE4gNXON66j7iUajWFD28koB84pm5LUqQBfb9LVI3eCaxmTto0/zCiK5SsdTA== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Postfix: update to 3.5.1 Message-ID: Date: Tue, 28 Apr 2020 16:47:01 +0200 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.1.html for further information. Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- lfs/postfix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/postfix b/lfs/postfix index 55dd21e93..6ca3b23e9 100644 --- a/lfs/postfix +++ b/lfs/postfix @@ -24,7 +24,7 @@ include Config -VER = 3.5.0 +VER = 3.5.1 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 = 23 +PAK_VER = 24 DEPS = @@ -66,7 +66,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f6a48f369cf8d693d7b0f8ab51f0fc9b +$(DL_FILE)_MD5 = fa051727f524d03b460833ead22c7004 install : $(TARGET)