New version released 3.4.1
I tried making an ebuild for this locally, it looks like the only change is to remove a patch that was incorporated upstream. After removing the patch the ebuild worked fine: --- nagios-core-3.3.1.ebuild 2011-08-27 10:38:06.000000000 -0700 +++ nagios-core-3.4.1.ebuild 2012-06-06 17:11:06.000000000 -0700 @@ -38,7 +38,6 @@ } src_prepare() { - epatch "${FILESDIR}/nagios-3.3.1-htmlmakefile.patch" local strip="$(echo '$(MAKE) strip-post-install')" sed -i -e "s:${strip}::" {cgi,base}/Makefile.in || die "sed failed in Makefile.in" }
Created attachment 322848 [details] Ebuild for 3.4.1 new ebuild, drived form nagios-core-3.3.1.ebuild
*nagios-core-3.5.1 (02 Sep 2014) 02 Sep 2014; Chris Reffett <creffett@gentoo.org> +files/nagios-core-3.5.1-process_cgivars.patch, +nagios-core-3.5.1.ebuild: Bump to 3.5.1 and add patch wrt security bugs 501200, 495132, 447802