Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417323 - net-analyzer/nagios-core version bump to 3.4.1
Summary: net-analyzer/nagios-core version bump to 3.4.1
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal with 2 votes (vote)
Assignee: Sysadmin Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 23:39 UTC by Josh G
Modified: 2014-09-08 01:00 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for 3.4.1 (nagios-core-3.4.1.ebuild,6.02 KB, text/plain)
2012-09-03 19:50 UTC, John Stile
Details

Note You need to log in before you can comment on or make changes to this bug.
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