* [Buildroot] [PATCH] package/monit: bump to version 5.16.1
@ 2016-02-09 13:46 Jörg Krause
2016-02-21 21:05 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Jörg Krause @ 2016-02-09 13:46 UTC (permalink / raw)
To: buildroot
Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
package/monit/monit.hash | 4 ++--
package/monit/monit.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/monit/monit.hash b/package/monit/monit.hash
index 3724490..5d527c2 100644
--- a/package/monit/monit.hash
+++ b/package/monit/monit.hash
@@ -1,2 +1,2 @@
-# From https://mmonit.com/monit/dist/monit-5.12.2.tar.gz.sha256:
-sha256 8ab0296d1aa2351b1573481592d7b5e06de1edd49dff1b5552839605a450914c monit-5.12.2.tar.gz
+# From https://mmonit.com/monit/dist/monit-5.16.1.tar.gz.sha256:
+sha256 b729b8345f5b85311c7f05751fc5d009128fd4a95fc4929a04b43bd15ab3b23f monit-5.16.1.tar.gz
diff --git a/package/monit/monit.mk b/package/monit/monit.mk
index 9f0a29a..0843ee5 100644
--- a/package/monit/monit.mk
+++ b/package/monit/monit.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MONIT_VERSION = 5.12.2
+MONIT_VERSION = 5.16.1
MONIT_SITE = http://mmonit.com/monit/dist
MONIT_LICENSE = AGPLv3 with OpenSSL exception
MONIT_LICENSE_FILES = COPYING
--
2.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/monit: bump to version 5.16.1
2016-02-09 13:46 [Buildroot] [PATCH] package/monit: bump to version 5.16.1 Jörg Krause
@ 2016-02-21 21:05 ` Thomas Petazzoni
2016-02-22 9:27 ` Jörg Krause
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2016-02-21 21:05 UTC (permalink / raw)
To: buildroot
Dear J?rg Krause,
On Tue, 9 Feb 2016 14:46:32 +0100, J?rg Krause wrote:
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
> package/monit/monit.hash | 4 ++--
> package/monit/monit.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
This doesn't build, as there is no 5.16.1 release upstream:
>>> monit 5.16.1 Downloading
--2016-02-21 21:54:17-- http://mmonit.com/monit/dist/monit-5.16.1.tar.gz
Resolving mmonit.com (mmonit.com)... 62.109.39.247
Connecting to mmonit.com (mmonit.com)|62.109.39.247|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://mmonit.com/monit/dist/monit-5.16.1.tar.gz [following]
--2016-02-21 21:54:17-- https://mmonit.com/monit/dist/monit-5.16.1.tar.gz
Connecting to mmonit.com (mmonit.com)|62.109.39.247|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-02-21 21:54:17 ERROR 404: Not Found.
Looking at https://mmonit.com/monit/dist/, the last version is 5.16.
How did you find a 5.16.1 version ?
Best regards,
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
* [Buildroot] [PATCH] package/monit: bump to version 5.16.1
2016-02-21 21:05 ` Thomas Petazzoni
@ 2016-02-22 9:27 ` Jörg Krause
0 siblings, 0 replies; 3+ messages in thread
From: Jörg Krause @ 2016-02-22 9:27 UTC (permalink / raw)
To: buildroot
Dear Thomas,
On So, 2016-02-21 at 22:05 +0100, Thomas Petazzoni wrote:
> Dear J?rg Krause,
>
> On Tue,??9 Feb 2016 14:46:32 +0100, J?rg Krause wrote:
> >
> > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> > ---
> > ?package/monit/monit.hash | 4 ++--
> > ?package/monit/monit.mk???| 2 +-
> > ?2 files changed, 3 insertions(+), 3 deletions(-)
> This doesn't build, as there is no 5.16.1 release upstream:
>
> >
> > >
> > > >
> > > > monit 5.16.1 Downloading
> --2016-02-21 21:54:17--??http://mmonit.com/monit/dist/monit-5.16.1.ta
> r.gz
> Resolving mmonit.com (mmonit.com)... 62.109.39.247
> Connecting to mmonit.com (mmonit.com)|62.109.39.247|:80... connected.
> HTTP request sent, awaiting response... 302 Found
> Location: https://mmonit.com/monit/dist/monit-5.16.1.tar.gz
> [following]
> --2016-02-21 21:54:17--??https://mmonit.com/monit/dist/monit-5.16.1.t
> ar.gz
> Connecting to mmonit.com (mmonit.com)|62.109.39.247|:443...
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2016-02-21 21:54:17 ERROR 404: Not Found.
>
> Looking at https://mmonit.com/monit/dist/, the last version is 5.16.
>
> How did you find a 5.16.1 version ?
Looks like it was removed meanwhile:
$ ls dl/monit-*.tar.gz
dl/monit-5.16.1.tar.gz
I'll prepare a new patch for this package.
Best regards
J?rg Krause
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-22 9:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 13:46 [Buildroot] [PATCH] package/monit: bump to version 5.16.1 Jörg Krause
2016-02-21 21:05 ` Thomas Petazzoni
2016-02-22 9:27 ` Jörg Krause
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox