All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0
@ 2019-05-24 14:44 Nicola Lunghi
  2019-05-24 14:44 ` [oe][meta-webserver][PATCH 2/2] nginx: update stable version to 1.16.0 Nicola Lunghi
  2019-05-24 16:14 ` [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0 Randy MacLeod
  0 siblings, 2 replies; 4+ messages in thread
From: Nicola Lunghi @ 2019-05-24 14:44 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
---
 meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb | 6 ------
 meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
 create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb

diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
deleted file mode 100644
index 5e6dc33e9..000000000
--- a/meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require nginx.inc
-
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3691402cc54ce09f800ca348634a2dfe"
-
-SRC_URI[md5sum] = "719b2e3d416f111fecc9db6625553658"
-SRC_URI[sha256sum] = "8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93"
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb
new file mode 100644
index 000000000..8774a87ff
--- /dev/null
+++ b/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb
@@ -0,0 +1,6 @@
+require nginx.inc
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=52e384aaac868b755b93ad5535e2d075"
+
+SRC_URI[md5sum] = "56767fd62302508295b31adc48b99a59"
+SRC_URI[sha256sum] = "e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab"
-- 
2.20.1



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

* [oe][meta-webserver][PATCH 2/2] nginx: update stable version to 1.16.0
  2019-05-24 14:44 [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0 Nicola Lunghi
@ 2019-05-24 14:44 ` Nicola Lunghi
  2019-05-24 16:14 ` [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0 Randy MacLeod
  1 sibling, 0 replies; 4+ messages in thread
From: Nicola Lunghi @ 2019-05-24 14:44 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
---
 meta-webserver/recipes-httpd/nginx/nginx_1.14.2.bb | 10 ----------
 meta-webserver/recipes-httpd/nginx/nginx_1.16.0.bb | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.14.2.bb
 create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.16.0.bb

diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.14.2.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.14.2.bb
deleted file mode 100644
index d0613ffeb..000000000
--- a/meta-webserver/recipes-httpd/nginx/nginx_1.14.2.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require nginx.inc
-
-# 1.14.x branch is the current stable branch, the recommended default
-# 1.15.x is the current mainline branches containing all new features
-DEFAULT_PREFERENCE = "-1"
-
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3691402cc54ce09f800ca348634a2dfe"
-
-SRC_URI[md5sum] = "239b829a13cea1d244c1044e830bd9c2"
-SRC_URI[sha256sum] = "002d9f6154e331886a2dd4e6065863c9c1cf8291ae97a1255308572c02be9797"
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.16.0.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.16.0.bb
new file mode 100644
index 000000000..cad0db6fc
--- /dev/null
+++ b/meta-webserver/recipes-httpd/nginx/nginx_1.16.0.bb
@@ -0,0 +1,10 @@
+require nginx.inc
+
+# 1.16.x branch is the current stable branch, the recommended default
+# 1.17.x is the current mainline branches containing all new features
+DEFAULT_PREFERENCE = "-1"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=52e384aaac868b755b93ad5535e2d075"
+
+SRC_URI[md5sum] = "97207283f30cd90cdba638c3ea30323a"
+SRC_URI[sha256sum] = "4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345"
-- 
2.20.1



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

* Re: [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0
  2019-05-24 14:44 [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0 Nicola Lunghi
  2019-05-24 14:44 ` [oe][meta-webserver][PATCH 2/2] nginx: update stable version to 1.16.0 Nicola Lunghi
@ 2019-05-24 16:14 ` Randy MacLeod
  2019-05-27  9:54   ` nick83ola
  1 sibling, 1 reply; 4+ messages in thread
From: Randy MacLeod @ 2019-05-24 16:14 UTC (permalink / raw)
  To: Nicola Lunghi, openembedded-core

Nicola,

Please re-send to:
    openembedded-devel@lists.openembedded.org
rather than:
    openembedded-core@lists.openembedded.org

Did you read:
  https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
If so maybe we need to improve the howto.

Thanks.
../Randy

On 5/24/19 10:44 AM, Nicola Lunghi wrote:
> Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
> ---
>   meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb | 6 ------
>   meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb | 6 ++++++
>   2 files changed, 6 insertions(+), 6 deletions(-)
>   delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
>   create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb
> 
> diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
> deleted file mode 100644
> index 5e6dc33e9..000000000
> --- a/meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
> +++ /dev/null
> @@ -1,6 +0,0 @@
> -require nginx.inc
> -
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=3691402cc54ce09f800ca348634a2dfe"
> -
> -SRC_URI[md5sum] = "719b2e3d416f111fecc9db6625553658"
> -SRC_URI[sha256sum] = "8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93"
> diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb
> new file mode 100644
> index 000000000..8774a87ff
> --- /dev/null
> +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb
> @@ -0,0 +1,6 @@
> +require nginx.inc
> +
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=52e384aaac868b755b93ad5535e2d075"
> +
> +SRC_URI[md5sum] = "56767fd62302508295b31adc48b99a59"
> +SRC_URI[sha256sum] = "e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab"
> 


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0
  2019-05-24 16:14 ` [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0 Randy MacLeod
@ 2019-05-27  9:54   ` nick83ola
  0 siblings, 0 replies; 4+ messages in thread
From: nick83ola @ 2019-05-27  9:54 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: openembedded-core

Done

Thanks
Nicola Lunghi

On Fri, 24 May 2019 at 17:14, Randy MacLeod <randy.macleod@windriver.com> wrote:
>
> Nicola,
>
> Please re-send to:
>     openembedded-devel@lists.openembedded.org
> rather than:
>     openembedded-core@lists.openembedded.org
>
> Did you read:
>   https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded
> If so maybe we need to improve the howto.
>
> Thanks.
> ../Randy
>
> On 5/24/19 10:44 AM, Nicola Lunghi wrote:
> > Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
> > ---
> >   meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb | 6 ------
> >   meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb | 6 ++++++
> >   2 files changed, 6 insertions(+), 6 deletions(-)
> >   delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
> >   create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb
> >
> > diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
> > deleted file mode 100644
> > index 5e6dc33e9..000000000
> > --- a/meta-webserver/recipes-httpd/nginx/nginx_1.15.7.bb
> > +++ /dev/null
> > @@ -1,6 +0,0 @@
> > -require nginx.inc
> > -
> > -LIC_FILES_CHKSUM = "file://LICENSE;md5=3691402cc54ce09f800ca348634a2dfe"
> > -
> > -SRC_URI[md5sum] = "719b2e3d416f111fecc9db6625553658"
> > -SRC_URI[sha256sum] = "8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93"
> > diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb
> > new file mode 100644
> > index 000000000..8774a87ff
> > --- /dev/null
> > +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.17.0.bb
> > @@ -0,0 +1,6 @@
> > +require nginx.inc
> > +
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=52e384aaac868b755b93ad5535e2d075"
> > +
> > +SRC_URI[md5sum] = "56767fd62302508295b31adc48b99a59"
> > +SRC_URI[sha256sum] = "e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab"
> >
>
>
> --
> # Randy MacLeod
> # Wind River Linux


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

end of thread, other threads:[~2019-05-27  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24 14:44 [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0 Nicola Lunghi
2019-05-24 14:44 ` [oe][meta-webserver][PATCH 2/2] nginx: update stable version to 1.16.0 Nicola Lunghi
2019-05-24 16:14 ` [oe][meta-webserver][PATCH 1/2] nginx: update to version 1.17.0 Randy MacLeod
2019-05-27  9:54   ` nick83ola

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.