Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 417323

Summary: net-analyzer/nagios-core version bump to 3.4.1
Product: Gentoo Linux Reporter: Josh G <joshin>
Component: Current packagesAssignee: Sysadmin Bugs <sysadmin>
Status: RESOLVED OBSOLETE    
Severity: normal CC: drescherjm, edgeman, gregorcy, kbonner
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild for 3.4.1

Description Josh G 2012-05-23 23:39:38 UTC
New version released 3.4.1
Comment 1 Brian De Wolf 2012-06-07 00:39:14 UTC
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"
 }
Comment 2 John Stile 2012-09-03 19:50:07 UTC
Created attachment 322848 [details]
Ebuild for 3.4.1

new ebuild, drived form nagios-core-3.3.1.ebuild
Comment 3 Michael Orlitzky gentoo-dev 2014-09-08 01:00:52 UTC
*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