From patchwork Mon Mar 6 19:35:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 735911 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vcVPY2TQPz9sN5 for ; Tue, 7 Mar 2017 06:35:29 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 651C2835CC; Mon, 6 Mar 2017 19:35:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jMKSMzrxMvCW; Mon, 6 Mar 2017 19:35:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id DCC9E88F4C; Mon, 6 Mar 2017 19:35:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 84B071C1F5A for ; Mon, 6 Mar 2017 19:35:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6826683630 for ; Mon, 6 Mar 2017 19:35:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lar_5-NixAax for ; Mon, 6 Mar 2017 19:35:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by fraxinus.osuosl.org (Postfix) with ESMTPS id DC9C2835D3 for ; Mon, 6 Mar 2017 19:35:17 +0000 (UTC) Received: from fwd12.aul.t-online.de (fwd12.aul.t-online.de [172.20.26.241]) by mailout09.t-online.de (Postfix) with SMTP id 631AF425D14D for ; Mon, 6 Mar 2017 20:35:15 +0100 (CET) Received: from fli4l.lan.fli4l (Gn3GG+ZQghcJ+bUKW1Vpooe2SsmhKHm9T0jQC3+uqGd2xKlu7kBq1LE8eW5rutAwBb@[79.222.103.59]) by fwd12.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ckyPZ-1Dus9A0; Mon, 6 Mar 2017 20:35:13 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:41390 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.88) (envelope-from ) id 1ckyPZ-0000Rb-2e for buildroot@buildroot.org; Mon, 06 Mar 2017 20:35:13 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 6 Mar 2017 20:35:11 +0100 Message-Id: <20170306193512.4916-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: Gn3GG+ZQghcJ+bUKW1Vpooe2SsmhKHm9T0jQC3+uqGd2xKlu7kBq1LE8eW5rutAwBb X-TOI-MSGID: 96142fd9-02c6-4bd4-bee1-b08b14a2d137 Subject: [Buildroot] [PATCH 1/2] package/dovecot: bump version to 2.2.28 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/dovecot/dovecot.hash | 2 +- package/dovecot/dovecot.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/dovecot/dovecot.hash b/package/dovecot/dovecot.hash index e7b9c3375..b52ea8dc0 100644 --- a/package/dovecot/dovecot.hash +++ b/package/dovecot/dovecot.hash @@ -1,2 +1,2 @@ # Locally computed after checking signature -sha256 897f92a87cda4b27b243f8149ce0ba7b7e71a2be8fb7994eb0a025e54cde18e9 dovecot-2.2.27.tar.gz +sha256 e0288f59e326ab87cb3881fdabadafe542f4dc7ab9996db13863a439ebbc1f25 dovecot-2.2.28.tar.gz diff --git a/package/dovecot/dovecot.mk b/package/dovecot/dovecot.mk index fe0afa506..caa6bbaee 100644 --- a/package/dovecot/dovecot.mk +++ b/package/dovecot/dovecot.mk @@ -5,7 +5,7 @@ ################################################################################ DOVECOT_VERSION_MAJOR = 2.2 -DOVECOT_VERSION = $(DOVECOT_VERSION_MAJOR).27 +DOVECOT_VERSION = $(DOVECOT_VERSION_MAJOR).28 DOVECOT_SITE = http://www.dovecot.org/releases/$(DOVECOT_VERSION_MAJOR) DOVECOT_INSTALL_STAGING = YES DOVECOT_LICENSE = LGPLv2.1