Created attachment 428108 [details, diff] webmin-1.791.ebuild.diff There is a new upstream version of Webmin - 1.791 (See it's changelog in the bug's URL link) There is a very slight change upstream in the install procedure, that makes sure the SSL cipher order is honoured when it comes to new installations or already existing but not explicitly set. So the new ebuild and the gentoo-setup script reflects this change... Nothing else has changed in terms of required modules, setup, install etc. As always I advise removing all other old ebuilds from portage tree... The new bumped =app-admin/webmin-1.791 has been tested on x86 and amd64 and works ok... Thanks
Created attachment 428110 [details, diff] gentoo-setup.diff The updated to upstream 1.791 version of Webmin Gentoo setup script
I have committed the ebuild with the following minor changes: - updated copyright to correct year - added REQUIRED_USE as some DEPEND flags not checked if USE=minimal - added version to gentoo-setup script so later changes don't break old versions I also note that this ebuild uses a lot of external utilties (cp and rm) without "|| die". I have committed this as-is for now given the old versions were the same, however you may wish to consider improving the ebuild by catching any failures (where relevant) from these. commit 7aa1bbb5fce131be0685b81a3d6d46e428d401b6 Author: Sam Jorna <wraeth@gentoo.org> Date: Sun Mar 20 23:13:04 2016 +1100 app-admin/webmin: bump to 1.791, bug #577268 Version bump to 1.791, adds support for honouring cipher order. Ebuild by maintainer PhobosK. commit 54e9b0751494b05273ac1ec0db428de232122b6e Author: Sam Jorna <wraeth@gentoo.org> Date: Sun Mar 20 23:14:46 2016 +1100 app-admin/webmin: clean old versions, #bug 577268 Removes old versions per maintainer request.