From patchwork Wed Apr 15 20:23:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastien Bourdelin X-Patchwork-Id: 461639 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id E1E251402E1 for ; Thu, 16 Apr 2015 06:23:25 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C87B197037; Wed, 15 Apr 2015 20:23:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 431xuW2Oa+bm; Wed, 15 Apr 2015 20:23:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D3A4A9703A; Wed, 15 Apr 2015 20:23:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D291D1C0E5F for ; Wed, 15 Apr 2015 20:23:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CFF7D92371 for ; Wed, 15 Apr 2015 20:23:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yOuyP11tDRoX for ; Wed, 15 Apr 2015 20:23:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [209.172.62.77]) by whitealder.osuosl.org (Postfix) with ESMTP id 4FD1B92340 for ; Wed, 15 Apr 2015 20:23:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 5AB9E620486 for ; Wed, 15 Apr 2015 16:23:20 -0400 (EDT) Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id fLscti3Mm9w6; Wed, 15 Apr 2015 16:23:19 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id E2DDB620548; Wed, 15 Apr 2015 16:23:18 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id eyBR1R4wvb-w; Wed, 15 Apr 2015 16:23:18 -0400 (EDT) Received: from localhost (mtl.savoirfairelinux.net [208.88.110.46]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id B959B620486; Wed, 15 Apr 2015 16:23:18 -0400 (EDT) From: Sebastien Bourdelin To: buildroot@busybox.net Date: Wed, 15 Apr 2015 16:23:10 -0400 Message-Id: <1429129390-28278-1-git-send-email-sebastien.bourdelin@savoirfairelinux.com> X-Mailer: git-send-email 1.8.3.4 Subject: [Buildroot] [PATCH 1/1] monit: bump to version 3.12.2 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" Also add hash file and remove the m4 directory creation from the monit.mk which is now in the source tree. Signed-off-by: Sebastien Bourdelin --- package/monit/monit.hash | 6 ++++++ package/monit/monit.mk | 8 +------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 package/monit/monit.hash diff --git a/package/monit/monit.hash b/package/monit/monit.hash new file mode 100644 index 0000000..9313c7a --- /dev/null +++ b/package/monit/monit.hash @@ -0,0 +1,6 @@ +# From https://mmonit.com/monit/dist/monit-5.12.2.tar.gz.sha256: +sha256 8ab0296d1aa2351b1573481592d7b5e06de1edd49dff1b5552839605a450914c monit-5.12.2.tar.gz + +# Locally calculated: +md5 5f5cf4c18b42e8091b49b4e07cf972ce monit-5.12.2.tar.gz +sha1 5ffdcc0c5dfbc12bfe2e35dd33d2626a038771fc monit-5.12.2.tar.gz diff --git a/package/monit/monit.mk b/package/monit/monit.mk index 1a81349..9f0a29a 100644 --- a/package/monit/monit.mk +++ b/package/monit/monit.mk @@ -4,7 +4,7 @@ # ################################################################################ -MONIT_VERSION = 5.7 +MONIT_VERSION = 5.12.2 MONIT_SITE = http://mmonit.com/monit/dist MONIT_LICENSE = AGPLv3 with OpenSSL exception MONIT_LICENSE_FILES = COPYING @@ -12,12 +12,6 @@ MONIT_LICENSE_FILES = COPYING # Touching Makefile.am: MONIT_AUTORECONF = YES -# Missing m4/ directory in the source tree -define MONIT_M4 - mkdir $(@D)/m4 -endef -MONIT_POST_PATCH_HOOKS += MONIT_M4 - MONIT_CONF_ENV = \ libmonit_cv_setjmp_available=yes \ libmonit_cv_vsnprintf_c99_conformant=yes