<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-webadmin, branch krogoth-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2016-02-25T16:45:50+00:00</updated>
<entry>
<title>webmin: adjust mysql module default config</title>
<updated>2016-02-25T16:45:50+00:00</updated>
<author>
<name>Diego Rondini</name>
<email>diego.ml@zoho.com</email>
</author>
<published>2016-02-19T10:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d80a1a9a9a6d27edd55cd0f4aa2d3ff81238bd0e'/>
<id>urn:sha1:d80a1a9a9a6d27edd55cd0f4aa2d3ff81238bd0e</id>
<content type='text'>
Default config of the mysql Webmin module uses paths of a manually installed
MySQL. This commit adjusts paths to the ones used by MariaDB in OE.

Signed-off-by: Diego Rondini &lt;diego.ml@zoho.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>webmin: remove perl-module-sdbm from RDEPENDS</title>
<updated>2015-10-23T10:53:24+00:00</updated>
<author>
<name>Qi.Chen@windriver.com</name>
<email>Qi.Chen@windriver.com</email>
</author>
<published>2015-10-15T02:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=14ea1edc5d113c5d557ea1c6f6d6e2580722d761'/>
<id>urn:sha1:14ea1edc5d113c5d557ea1c6f6d6e2580722d761</id>
<content type='text'>
Remove 'perl-module-sdbm' from RDEPENDS as perl don't build out this module.
This also fixes the following warning.

  WARNING: QA Issue: webmin rdepends on perl-module-sdbm, but it isn't a build dependency? [build-deps]

Signed-off-by: Chen Qi &lt;Qi.Chen@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>webmin: fix QA host-user-contaminated</title>
<updated>2015-10-23T10:53:23+00:00</updated>
<author>
<name>Anders Darander</name>
<email>anders@chargestorm.se</email>
</author>
<published>2015-10-13T13:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=55fb2d1b25482f661242814532672b8f820b3b06'/>
<id>urn:sha1:55fb2d1b25482f661242814532672b8f820b3b06</id>
<content type='text'>
Due to the way most files were installed, using cp ..., during packaging we got spammed
with messages like:

WARNING: QA Issue: webmin: /webmin-module-fail2ban/usr/lib/webmin/webmin/fail2ban/lang/no is owned by gid 100, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
WARNING: QA Issue: webmin: /webmin-module-system-status/usr/lib/webmin/webmin/system-status/lang/no is owned by gid 100, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]

Do the install in a similar way as is done in bin_package.bbclass.
By doing that, we're not getting any QA-errors from host-user-contaminated.

Signed-off-by: Anders Darander &lt;anders@chargestorm.se&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>webmin: upgrade to 1.750</title>
<updated>2015-06-08T12:15:23+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2015-06-01T05:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b3e16dfaf9c700bd52b5e26092901f1ab789e92c'/>
<id>urn:sha1:b3e16dfaf9c700bd52b5e26092901f1ab789e92c</id>
<content type='text'>
1. Upgrade to fix the CVE:
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-1377
2. update the patch remove-startup-option.patch

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>webmin: remove init script for gentoo</title>
<updated>2014-10-31T11:35:26+00:00</updated>
<author>
<name>Chong.Lu@windriver.com</name>
<email>Chong.Lu@windriver.com</email>
</author>
<published>2014-10-31T10:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2f99ea7223ef0485d68b3b714c494e8c8985cb61'/>
<id>urn:sha1:2f99ea7223ef0485d68b3b714c494e8c8985cb61</id>
<content type='text'>
The configure.initd.gentoo script is used for gentoo, it is invalid for oe. So
remove it to solve the following warning:

webmin-1.700: webmin-module-ajaxterm requires /sbin/runscript, but no providers
in its RDEPENDS [file-rdeps]

Signed-off-by: Chong Lu &lt;Chong.Lu@windriver.com&gt;
</content>
</entry>
<entry>
<title>webmin: fix hardcode of python2.3</title>
<updated>2014-09-26T03:41:51+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2014-09-02T07:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=61b5d70f8fa96b076ee1635b7fd0c9a5c0875494'/>
<id>urn:sha1:61b5d70f8fa96b076ee1635b7fd0c9a5c0875494</id>
<content type='text'>
Use "/usr/bin/env python" to fix it.

Signed-off-by: Robert Yang &lt;liezhi.yang@windriver.com&gt;
</content>
</entry>
<entry>
<title>webmin: uprev from 1.620 to 1.700</title>
<updated>2014-08-23T11:18:06+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2014-08-20T06:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bb4fedff5f6f74165c52f3c978ed98c7f3f5539e'/>
<id>urn:sha1:bb4fedff5f6f74165c52f3c978ed98c7f3f5539e</id>
<content type='text'>
Changed:

- Adjust or remake the following patches based on 1.700:
  init-exclude.patch
  exports-lib.pl.patch

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>webmin: explicitly list some packages, drop perl-module-timelocal rdep</title>
<updated>2014-08-11T09:00:41+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-08-10T13:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7514ff3c9379562477e7046a5ed25fabcf142651'/>
<id>urn:sha1:7514ff3c9379562477e7046a5ed25fabcf142651</id>
<content type='text'>
* perl-module-time-local is already in RDEPENDS (I guess it's the
  same thing as perl-module-timelocal without the last dash)
* list some packages explicitly so that bitbake finds their
  RDEPENDS correctly
* fixes following warnings:
  webmin-1.620: webmin-module-raid rdepends on mdadm, but it isn't a build dependency? [build-deps]
  webmin-1.620: webmin-module-proc rdepends on procps, but it isn't a build dependency? [build-deps]
  webmin-1.620: webmin rdepends on perl-module-timelocal, but it isn't a build dependency? [build-deps]

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>webmin: make reconfigure webmin be able to work</title>
<updated>2014-07-24T13:31:50+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2014-07-22T08:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c1c5442ee4c0100e8b368ed58efb13c796c5dc05'/>
<id>urn:sha1:c1c5442ee4c0100e8b368ed58efb13c796c5dc05</id>
<content type='text'>
when move a file, test if this file exist or not

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>webmin: drop allarch</title>
<updated>2014-07-21T21:49:09+00:00</updated>
<author>
<name>Anders Darander</name>
<email>anders@chargestorm.se</email>
</author>
<published>2014-06-24T07:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=44344c266c5c375ed939405367bad2486f4599f5'/>
<id>urn:sha1:44344c266c5c375ed939405367bad2486f4599f5</id>
<content type='text'>
* runtime dependencies are TUNE_PKGARCH causing do_package_write_*
  task to have different signature for MACHINEs with different
  TUNE_PKGARCH

Signed-off-by: Anders Darander &lt;anders@chargestorm.se&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
