<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-httpd, branch zeus</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2019-09-10T13:54:01+00:00</updated>
<entry>
<title>apache-websocket: fix module path</title>
<updated>2019-09-10T13:54:01+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2019-09-10T09:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=540df694e4093cec392bac36b4553e8b9db6ac93'/>
<id>urn:sha1:540df694e4093cec392bac36b4553e8b9db6ac93</id>
<content type='text'>
The apache2 module's path has been changed from ${libdir} to
${libexecdir} in commit 8d4d608b4e937bb3b8e3b260bd75338c3ff7e8fd.

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>apache2: fix multilib file conflicts</title>
<updated>2019-09-06T01:13:44+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2019-09-05T22:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8d4d608b4e937bb3b8e3b260bd75338c3ff7e8fd'/>
<id>urn:sha1:8d4d608b4e937bb3b8e3b260bd75338c3ff7e8fd</id>
<content type='text'>
There are errors of apache2 about files conflicts when multilib enabled:

| Error: Transaction check error:
|   file /etc/apache2/extra/httpd-ssl.conf conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64
|   file /etc/apache2/httpd.conf conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64
|   file /usr/sbin/envvars conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64
|   file /usr/sbin/envvars-std conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64

It makes libexecdir point to ${libdir}. Reset to ${libexecdir} which could
eliminate file conflicts of the conf files. And remove /usr/sbin/envvars and
/usr/sbin/envvars-std which only used by apachectl. They only add standard
library path ${libdir} to LD_LIBRARY_PATH, so remove them to avoid multilib
file conflicts.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>apache2: upgrade 2.4.39 -&gt; 2.4.41</title>
<updated>2019-08-20T16:31:16+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2019-08-20T08:44:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=992f4bd5704a9dc4e89af9d440ee1bebf15a82c5'/>
<id>urn:sha1:992f4bd5704a9dc4e89af9d440ee1bebf15a82c5</id>
<content type='text'>
Security fixes:
  CVE-2019-10081
  CVE-2019-9517
  CVE-2019-10098
  CVE-2019-10092
  CVE-2019-10097
  CVE-2019-10082

See: http://www.apache.org/dist/httpd/CHANGES_2.4.41

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>sthttpd: Use git SRC_URI instead of github archive</title>
<updated>2019-07-21T16:40:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-07-21T01:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=659ce8b3758c5a1e791a760484a31293f787b21d'/>
<id>urn:sha1:659ce8b3758c5a1e791a760484a31293f787b21d</id>
<content type='text'>
Fixes
SRC_URI uses unstable GitHub archives [src-uri-bad]

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>apache2: add all extra/*.conf to conffiles</title>
<updated>2019-05-23T15:26:15+00:00</updated>
<author>
<name>Alejandro del Castillo</name>
<email>alejandro.delcastillo@ni.com</email>
</author>
<published>2019-05-22T16:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2e59ec2d28aac7384257033ea5ab68ded9d6423d'/>
<id>urn:sha1:2e59ec2d28aac7384257033ea5ab68ded9d6423d</id>
<content type='text'>
Signed-off-by: Alejandro del Castillo &lt;alejandro.delcastillo@ni.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>apache2: add back patch for set perlbin</title>
<updated>2019-04-29T17:13:56+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2019-04-25T07:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a687e017604db0f00a2c486b52825e75f9dd48ee'/>
<id>urn:sha1:a687e017604db0f00a2c486b52825e75f9dd48ee</id>
<content type='text'>
Add back this patch. Without this patch, apxs's shebang will use
perl under hosttools, which can be too long for shebang, and cause
error:
bad interpreter: No such file or directory

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
