<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-httpd/nginx/nginx.inc, branch mickledore-net</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-net</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=mickledore-net'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-04-04T20:39:46+00:00</updated>
<entry>
<title>redirect unwanted error message in nginx install</title>
<updated>2023-04-04T20:39:46+00:00</updated>
<author>
<name>Johannes Kirchmair</name>
<email>johannes.kirchmair@sigmatek.at</email>
</author>
<published>2023-03-16T15:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=356b224344ecb5d509318b9dd6a67bab6f03a8ff'/>
<id>urn:sha1:356b224344ecb5d509318b9dd6a67bab6f03a8ff</id>
<content type='text'>
if we run opkg install nginx on our system (without systemd)
we end up getting the following message in the install process

$ opkg install nginx_1.20.1-r0_core2-64.ipk 
...
//var/lib/opkg/info/nginx.postinst: line 3: type: systemd-tmpfiles: not found

this confused some of my coworkers.
as installation also finishes correctly without sytemd-tmpfiles
and not having systemd-tempfiles is not really a problem, I think
we should redirect the message also to /dev/NULL

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: added packagegroup for webdav module</title>
<updated>2023-03-31T17:42:43+00:00</updated>
<author>
<name>Peter Johennecken</name>
<email>pjohennecken@rosen-group.com</email>
</author>
<published>2023-03-31T08:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9937ffa5d2ae3af7377958405f0dc3720a749028'/>
<id>urn:sha1:9937ffa5d2ae3af7377958405f0dc3720a749028</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: Add ipv6 support</title>
<updated>2022-10-27T17:44:16+00:00</updated>
<author>
<name>Joshua Watt</name>
<email>jpewhacker@gmail.com</email>
</author>
<published>2022-10-27T17:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fe4c5cb101161286065ed8e238bb6b26bed06b4f'/>
<id>urn:sha1:fe4c5cb101161286065ed8e238bb6b26bed06b4f</id>
<content type='text'>
Adds a PACKAGECONFIG to enable ipv6 in nginx

Signed-off-by: Joshua Watt &lt;JPEWhacker@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: add gunzip PACKAGECONFIG</title>
<updated>2022-03-29T15:33:41+00:00</updated>
<author>
<name>Stefan Herbrechtsmeier</name>
<email>stefan.herbrechtsmeier@weidmueller.com</email>
</author>
<published>2022-03-29T11:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ef3cc6e87bd63d682b548b43dd8087c930093d4d'/>
<id>urn:sha1:ef3cc6e87bd63d682b548b43dd8087c930093d4d</id>
<content type='text'>
The nginx gunzip module is a filter that decompresses responses with
'Content-Encoding: gzip' for clients that do not support 'gzip' encoding
method. The module will be useful when it is desirable to store data
compressed to save space and reduce I/O costs.

Signed-off-by: Stefan Herbrechtsmeier &lt;stefan.herbrechtsmeier@weidmueller.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: use ln -rs</title>
<updated>2021-11-11T14:36:53+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross@burtonini.com</email>
</author>
<published>2021-11-10T16:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ef4f5c1f3395f871b951cf03dd38993a101ab0e3'/>
<id>urn:sha1:ef4f5c1f3395f871b951cf03dd38993a101ab0e3</id>
<content type='text'>
lnr is deprecated, use ln -rs directly instead.

Signed-off-by: Ross Burton &lt;ross.burton@arm.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nginx: Fix off_t size passed in configure</title>
<updated>2021-08-31T16:05:43+00:00</updated>
<author>
<name>Nathan Rossi</name>
<email>nathan@nathanrossi.com</email>
</author>
<published>2021-08-31T10:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=967fe6730c6b0ab9fa8f350adef7bffea0aeb67b'/>
<id>urn:sha1:967fe6730c6b0ab9fa8f350adef7bffea0aeb67b</id>
<content type='text'>
For linux, nginx will always compile with '-D_FILE_OFFSET_BITS=64'. This
means that off_t will always be 8 bytes long, even on 32-bit targets.

This configuration change resolves some issues with nginx and handling
range headers.

Signed-off-by: Nathan Rossi &lt;nathan@nathanrossi.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-08-03T17:21:25+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T15:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c61dc077bbd81260e4f167fa2251643ba0ba6974'/>
<id>urn:sha1:c61dc077bbd81260e4f167fa2251643ba0ba6974</id>
<content type='text'>
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<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: 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>
</feed>
