All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] monkey: new v1.5.1 release (v2).
@ 2014-06-17 21:58 Eduardo Silva
  2014-06-18  8:12 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Eduardo Silva @ 2014-06-17 21:58 UTC (permalink / raw)
  To: openembedded-devel

This patch add the minor release fix of Monkey HTTP Server v1.5.1. It fixes
some problems when switching user when started as root.

monkey/yocto: 7a702d00c5e48d1e03d8bbd2c7bd93a0d26f701e

Signed-off-by: Eduardo Silva <eduardo@monkey.io>
---
 .../recipes-httpd/monkey/{monkey_1.5.0.bb => monkey_1.5.1.bb}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-webserver/recipes-httpd/monkey/{monkey_1.5.0.bb => monkey_1.5.1.bb} (88%)

diff --git a/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb b/meta-webserver/recipes-httpd/monkey/monkey_1.5.1.bb
similarity index 88%
rename from meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb
rename to meta-webserver/recipes-httpd/monkey/monkey_1.5.1.bb
index 6fa1b77..172d4f7 100644
--- a/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb
+++ b/meta-webserver/recipes-httpd/monkey/monkey_1.5.1.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
 SECTION = "net"
 
 SRC_URI = "http://monkey-project.com/releases/1.5/monkey-${PV}.tar.gz"
-SRC_URI[md5sum] = "9123fc371334621fde1c060ab17adcd3"
-SRC_URI[sha256sum] = "f7a5e4839822750930a723f63a4edbf700e0fb8299a4b3637bd8bab5b1d098a7"
+SRC_URI[md5sum] = "2fe04135728f5c3a86c3a412059e0da3"
+SRC_URI[sha256sum] = "28dfc5e57bbcd305727e7af6a1a0587868db1c1286498757bfeb72edddf457e7"
 
 EXTRA_OECONF = " \
              --plugdir=${libdir}/monkey/ \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] monkey: new v1.5.1 release (v2).
  2014-06-17 21:58 [PATCH] monkey: new v1.5.1 release (v2) Eduardo Silva
@ 2014-06-18  8:12 ` Martin Jansa
  2014-06-18  9:18   ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2014-06-18  8:12 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1994 bytes --]

On Tue, Jun 17, 2014 at 03:58:53PM -0600, Eduardo Silva wrote:
> This patch add the minor release fix of Monkey HTTP Server v1.5.1. It fixes
> some problems when switching user when started as root.

(v2) belongs to subject tag (so it's stripped in "git am") , subject should be

[PATCHv2][meta-webserver] monkey: upgrade to 1.5.1

> monkey/yocto: 7a702d00c5e48d1e03d8bbd2c7bd93a0d26f701e

^ what's this?

> Signed-off-by: Eduardo Silva <eduardo@monkey.io>
> ---
>  .../recipes-httpd/monkey/{monkey_1.5.0.bb => monkey_1.5.1.bb}         | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-webserver/recipes-httpd/monkey/{monkey_1.5.0.bb => monkey_1.5.1.bb} (88%)
> 
> diff --git a/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb b/meta-webserver/recipes-httpd/monkey/monkey_1.5.1.bb
> similarity index 88%
> rename from meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb
> rename to meta-webserver/recipes-httpd/monkey/monkey_1.5.1.bb
> index 6fa1b77..172d4f7 100644
> --- a/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb
> +++ b/meta-webserver/recipes-httpd/monkey/monkey_1.5.1.bb
> @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
>  SECTION = "net"
>  
>  SRC_URI = "http://monkey-project.com/releases/1.5/monkey-${PV}.tar.gz"
> -SRC_URI[md5sum] = "9123fc371334621fde1c060ab17adcd3"
> -SRC_URI[sha256sum] = "f7a5e4839822750930a723f63a4edbf700e0fb8299a4b3637bd8bab5b1d098a7"
> +SRC_URI[md5sum] = "2fe04135728f5c3a86c3a412059e0da3"
> +SRC_URI[sha256sum] = "28dfc5e57bbcd305727e7af6a1a0587868db1c1286498757bfeb72edddf457e7"
>  
>  EXTRA_OECONF = " \
>               --plugdir=${libdir}/monkey/ \
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] monkey: new v1.5.1 release (v2).
  2014-06-18  8:12 ` Martin Jansa
@ 2014-06-18  9:18   ` Paul Eggleton
  2014-06-18 10:01     ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2014-06-18  9:18 UTC (permalink / raw)
  To: openembedded-devel

On Wednesday 18 June 2014 10:12:56 Martin Jansa wrote:
> On Tue, Jun 17, 2014 at 03:58:53PM -0600, Eduardo Silva wrote:
> > This patch add the minor release fix of Monkey HTTP Server v1.5.1. It
> > fixes
> > some problems when switching user when started as root.
> 
> (v2) belongs to subject tag (so it's stripped in "git am") , subject should
> be
> 
> [PATCHv2][meta-webserver] monkey: upgrade to 1.5.1

I will correct this on merging, but if you could remember this for future 
patches Eduardo that would be great.

> > monkey/yocto: 7a702d00c5e48d1e03d8bbd2c7bd93a0d26f701e
> 
> ^ what's this?

I suspect it corresponds with the layer that Eduardo is maintaining on github. 
For meta-webserver I'm not too concerned if these sorts of things are in the 
commit message if it helps for future reference, so I'm happy for it to stay.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] monkey: new v1.5.1 release (v2).
  2014-06-18  9:18   ` Paul Eggleton
@ 2014-06-18 10:01     ` Paul Eggleton
  2014-06-18 23:43       ` Eduardo Silva
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2014-06-18 10:01 UTC (permalink / raw)
  To: Eduardo Silva; +Cc: openembedded-devel

On Wednesday 18 June 2014 10:18:56 Paul Eggleton wrote:
> On Wednesday 18 June 2014 10:12:56 Martin Jansa wrote:
> > On Tue, Jun 17, 2014 at 03:58:53PM -0600, Eduardo Silva wrote:
> > > This patch add the minor release fix of Monkey HTTP Server v1.5.1. It
> > > fixes
> > > some problems when switching user when started as root.
> > 
> > (v2) belongs to subject tag (so it's stripped in "git am") , subject
> > should
> > be
> > 
> > [PATCHv2][meta-webserver] monkey: upgrade to 1.5.1
> 
> I will correct this on merging, but if you could remember this for future
> patches Eduardo that would be great.
> 
> > > monkey/yocto: 7a702d00c5e48d1e03d8bbd2c7bd93a0d26f701e
> > 
> > ^ what's this?
> 
> I suspect it corresponds with the layer that Eduardo is maintaining on
> github. For meta-webserver I'm not too concerned if these sorts of things
> are in the commit message if it helps for future reference, so I'm happy
> for it to stay.

Actually, I just tested this it seems clear that this recipe has not actually 
been build-tested - the issue pointed out earlier with the errant space in 
EXTRA_OECONF (between "--datadir=" and "${localstatedir}/www/monkey/" is still 
present, so do_configure fails immediately.

Eduardo could you please fix this as part of this upgrade, test it and send a 
v3?

Thanks,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] monkey: new v1.5.1 release (v2).
  2014-06-18 10:01     ` Paul Eggleton
@ 2014-06-18 23:43       ` Eduardo Silva
  0 siblings, 0 replies; 5+ messages in thread
From: Eduardo Silva @ 2014-06-18 23:43 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel

hi everybody,

> I suspect it corresponds with the layer that Eduardo is maintaining on
> > github. For meta-webserver I'm not too concerned if these sorts of things
> > are in the commit message if it helps for future reference, so I'm happy
> > for it to stay.
>
> Actually, I just tested this it seems clear that this recipe has not
> actually
> been build-tested - the issue pointed out earlier with the errant space in
> EXTRA_OECONF (between "--datadir=" and "${localstatedir}/www/monkey/" is
> still
> present, so do_configure fails immediately.
>
> Eduardo could you please fix this as part of this upgrade, test it and
> send a
> v3?
>

my apologizes for the problem and noise, i have submitted PATCHv4 with the
proper fix,

best regards,


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-06-18 23:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-17 21:58 [PATCH] monkey: new v1.5.1 release (v2) Eduardo Silva
2014-06-18  8:12 ` Martin Jansa
2014-06-18  9:18   ` Paul Eggleton
2014-06-18 10:01     ` Paul Eggleton
2014-06-18 23:43       ` Eduardo Silva

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.