* [Buildroot] [PATCH 1/1] monit: bump to version 3.12.2
@ 2015-04-15 20:23 Sebastien Bourdelin
2015-04-16 3:25 ` Baruch Siach
2015-04-16 5:59 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Sebastien Bourdelin @ 2015-04-15 20:23 UTC (permalink / raw)
To: 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 <sebastien.bourdelin@savoirfairelinux.com>
---
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
--
1.8.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] monit: bump to version 3.12.2
2015-04-15 20:23 [Buildroot] [PATCH 1/1] monit: bump to version 3.12.2 Sebastien Bourdelin
@ 2015-04-16 3:25 ` Baruch Siach
2015-04-16 5:59 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Baruch Siach @ 2015-04-16 3:25 UTC (permalink / raw)
To: buildroot
Hi Sebastien,
On Wed, Apr 15, 2015 at 04:23:10PM -0400, Sebastien Bourdelin wrote:
> 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 <sebastien.bourdelin@savoirfairelinux.com>
> ---
> 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
Since we have an upstream hash that is also sha256, there is no need to add
locally calculated hashes.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 3+ messages in thread* [Buildroot] [PATCH 1/1] monit: bump to version 3.12.2
2015-04-15 20:23 [Buildroot] [PATCH 1/1] monit: bump to version 3.12.2 Sebastien Bourdelin
2015-04-16 3:25 ` Baruch Siach
@ 2015-04-16 5:59 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-04-16 5:59 UTC (permalink / raw)
To: buildroot
Dear Sebastien Bourdelin,
On Wed, 15 Apr 2015 16:23:10 -0400, Sebastien Bourdelin wrote:
> 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 <sebastien.bourdelin@savoirfairelinux.com>
> ---
> package/monit/monit.hash | 6 ++++++
> package/monit/monit.mk | 8 +-------
> 2 files changed, 7 insertions(+), 7 deletions(-)
> create mode 100644 package/monit/monit.hash
Applied after keeping only the upstream sha256 in the hash file, as
suggested by Baruch, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-04-16 5:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15 20:23 [Buildroot] [PATCH 1/1] monit: bump to version 3.12.2 Sebastien Bourdelin
2015-04-16 3:25 ` Baruch Siach
2015-04-16 5:59 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox