<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-httpd/nginx, branch gatesgarth-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=gatesgarth-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-05-06T19:51:39+00:00</updated>
<entry>
<title>nginx: remove /var/log/nginx when do_install</title>
<updated>2020-05-06T19:51:39+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2020-05-06T07:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6e9f393605eed1e5f4e317536b1463b83b978bad'/>
<id>urn:sha1:6e9f393605eed1e5f4e317536b1463b83b978bad</id>
<content type='text'>
Remove directory /var/log/nginx when do_install because it is created by
volatiles file.

Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: fix error during service startup</title>
<updated>2020-02-26T15:17:58+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2020-02-25T07:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fc8f28c61122950d25ebacffecbb582ac038c725'/>
<id>urn:sha1:fc8f28c61122950d25ebacffecbb582ac038c725</id>
<content type='text'>
fix below error:
nginx.service: failed to parse pid from file /run/nginx/nginx.pid:
invalid argument

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: update to the latest development version (1.17.8)</title>
<updated>2020-02-10T06:31:31+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2020-02-09T16:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4cc894ad99f750500f57925ffc3042fe83431443'/>
<id>urn:sha1:4cc894ad99f750500f57925ffc3042fe83431443</id>
<content type='text'>
See Changelog: https://nginx.org/en/CHANGES

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: update to the latest stable version (1.16.1)</title>
<updated>2020-02-10T06:31:31+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2020-02-09T16:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7e37a79e24cdb52a1ac57d89ee87ae56cef746bc'/>
<id>urn:sha1:7e37a79e24cdb52a1ac57d89ee87ae56cef746bc</id>
<content type='text'>
See changlog here: https://nginx.org/en/CHANGES-1.16
  * Fixes CVE-2019-9511, CVE-2019-9513, CVE-2019-9516

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: fix install paths</title>
<updated>2019-11-17T20:34:21+00:00</updated>
<author>
<name>Gaylord Charles</name>
<email>gaylord.charles@veo-labs.com</email>
</author>
<published>2019-09-25T09:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=35dddf62f59fb87a9a888f7e3ff7493f94375830'/>
<id>urn:sha1:35dddf62f59fb87a9a888f7e3ff7493f94375830</id>
<content type='text'>
This patch fixes Nginx install paths. I tried to build the native variant
for testing purpose and had errors.

- Use path variable instead of /usr
- Replace the absolute path symlink with a relative one

Signed-off-by: Gaylord CHARLES &lt;gaylord.charles@veo-labs.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: fix kill path in nginx systemd unit file</title>
<updated>2019-05-27T16:48:07+00:00</updated>
<author>
<name>nick83ola</name>
<email>nick83ola@gmail.com</email>
</author>
<published>2019-05-27T15:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=dd5622ef2b4065dc80ee549c57a2ec5010d0b4d1'/>
<id>urn:sha1:dd5622ef2b4065dc80ee549c57a2ec5010d0b4d1</id>
<content type='text'>
the kill utility is located in /bin/kill -&gt; use base_bindir instead of bindir

Signed-off-by: Nicola Lunghi &lt;nick83ola@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: add PACKAGECONFIG[http-auth-request]</title>
<updated>2019-05-27T16:48:07+00:00</updated>
<author>
<name>nick83ola</name>
<email>nick83ola@gmail.com</email>
</author>
<published>2019-05-27T11:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=acb604775efa93c245b5f696e4f2d27b006c4351'/>
<id>urn:sha1:acb604775efa93c245b5f696e4f2d27b006c4351</id>
<content type='text'>
Signed-off-by: Nicola Lunghi &lt;nick83ola@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: update stable version to 1.16.0</title>
<updated>2019-05-27T16:48:07+00:00</updated>
<author>
<name>nick83ola</name>
<email>nick83ola@gmail.com</email>
</author>
<published>2019-05-27T15:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=17f6abb6229818961edeb643122e0948a84e0864'/>
<id>urn:sha1:17f6abb6229818961edeb643122e0948a84e0864</id>
<content type='text'>
The LIC_FILES_CHKSUM needs also to be updated due to the updated year in the
LICENSE file

  - * Copyright (C) 2002-2018 Igor Sysoev
  - * Copyright (C) 2011-2018 Nginx, Inc.
  + * Copyright (C) 2002-2019 Igor Sysoev
  + * Copyright (C) 2011-2019 Nginx, Inc.

Signed-off-by: Nicola Lunghi &lt;nick83ola@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: update to version 1.17.0</title>
<updated>2019-05-27T16:48:07+00:00</updated>
<author>
<name>nick83ola</name>
<email>nick83ola@gmail.com</email>
</author>
<published>2019-05-27T15:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0ea5589b404aeaf1ecea9e9330be1268b87fb0ee'/>
<id>urn:sha1:0ea5589b404aeaf1ecea9e9330be1268b87fb0ee</id>
<content type='text'>
The LIC_FILES_CHKSUM needs also to be updated due to the updated year in the
LICENSE file

  - * Copyright (C) 2002-2018 Igor Sysoev
  - * Copyright (C) 2011-2018 Nginx, Inc.
  + * Copyright (C) 2002-2019 Igor Sysoev
  + * Copyright (C) 2011-2019 Nginx, Inc.

Signed-off-by: Nicola Lunghi &lt;nick83ola@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: add default proxy_params</title>
<updated>2019-01-19T18:06:20+00:00</updated>
<author>
<name>André Draszik</name>
<email>andre.draszik@jci.com</email>
</author>
<published>2019-01-18T15:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eaedfa5e0e92e20065a2f95a4dc40311edc686fa'/>
<id>urn:sha1:eaedfa5e0e92e20065a2f95a4dc40311edc686fa</id>
<content type='text'>
As per Debian packaging - to use it, see
    https://wiki.debian.org/Nginx/DirectoryStructure#Extra_Parameters

    This file is most commonly included when Nginx is acting
    as a reverse proxy:
        include /etc/nginx/proxy_params;
        proxy_pass http://localhost:8000;

Signed-off-by: André Draszik &lt;andre.draszik@jci.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
