summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/nagios-core: add keepdirs to fix QA warnings.Michael Orlitzky2019-08-311-0/+6
| | | | | | | | You will never convince me that warning about the correct behavior and forcing developers to manually affirm that it's correct is wise. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: move localstatedir to /var/lib/nagios.Michael Orlitzky2019-08-311-1/+14
| | | | | | | | | | | | | | | | | For whatever reason, the local state directory for nagios was historically set to /var/nagios. The FHS (v3) states that local application state should live under /var/lib instead, so this revision sets it to /var/lib/nagios. This could potentially be annoying to upgraders but is probably non- fatal. The state directory holds logs and service status information that can be regenerated if necessary. Doing so could lead to "extra" service notifications, though. To mitigate this, a warning is emitted telling upgraders how to migrate the state information if they choose to do so. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: use default homedir/shell for "nagios" user.Michael Orlitzky2019-08-311-1/+1
| | | | | | | | | | | | | | | | | | With GLEP81 approved, we're finally going to be able to (properly) share the "nagios" user between the packages that require it. As part of the migration process, I'd like to clean up its home directory and shell usage: I'm fairly sure that the default (/dev/null and /sbin/nologin) will work, at least for nagios-core. Whether or not this will affect any other packages is harder to discern. I'm using this new ~arch version of nagios-core to test things out. In this and later versions, we'll use the default "enewuser" arguments. If this causes a problem, it should appear only in new installs (enewuser is a no-op on upgrades), and with any luck someone will file a bug to say it doesn't work. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: drop oldTomas Mozes2019-08-313-374/+0
| | | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: bump to 4.4.5Tomas Mozes2019-08-312-0/+214
| | | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: new revision fixing zombie process bug.Michael Orlitzky2019-08-192-0/+160
| | | | | | | Bug: https://bugs.gentoo.org/692092 Reported-by: Tomáš Mózes <hydrapolic@gmail.com> Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: remove old nagios-core-4.4.3-r1.ebuild.Michael Orlitzky2019-08-142-214/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: new version 4.4.4.Michael Orlitzky2019-08-142-0/+214
| | | | | | Bug: https://bugs.gentoo.org/692092 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: remove a now-unused patch.Michael Orlitzky2019-03-011-42/+0
| | | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-analyzer/nagios-core: remove unused patchMichael Mair-Keimberger2019-03-011-209/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: remove "unused" nagios-core-4.4.2.ebuild.Michael Orlitzky2019-03-012-219/+0
| | | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-analyzer/nagios-core: new revision to fix CGI install path.Michael Orlitzky2019-01-191-3/+3
| | | | | | | | | | | | | | | Upstream commit 37da6f39c8 fixes an old bug in the build system, where CGIDIR was set to @sbindir@ (rather than to @cgibindir@), and HTMLDIR was set to @datarootdir@ (rather than to @webdir@). Now that the bug is fixed, the ebuild has been revisioned to use the right configure flags: we pass --with-cgibindir the old argument of --sbindir, and --with-webdir the old argument of --datadir. Thanks to Tomáš Mózes for the report and the fix. Closes: https://bugs.gentoo.org/675872 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-analyzer/nagios-core: new version 4.4.3.Michael Orlitzky2019-01-182-0/+214
| | | | | | | | | | | | This is a standard version bump, but also fixes a dependency on sys-devel/libtool that should have been dev-libs/libltdl all along. Since "--enable-event-broker" is enabled by default, the configure script looks for and links against libltdl. Thanks are due to Sławomir Nizio for noticing the bug. Closes: https://bugs.gentoo.org/675226 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-analyzer/nagios-core: remove nagios-core-4.3.3 to fix CVE-2017-14312.Michael Orlitzky2018-12-022-247/+0
| | | | | | Bug: https://bugs.gentoo.org/629380 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-analyzer/nagios-core: remove "unused" nagios-core-4.4.{0,1} ebuilds.Michael Orlitzky2018-12-023-434/+0
| | | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-analyzer/nagios-core: Drop hppa keywordMikle Kolyada2018-10-125-10/+10
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* net-analyzer/nagios-core: bump to 4.4.2Tomas Mozes2018-09-033-0/+261
| | | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: bump to 4.4.1Tomas Mozes2018-08-083-0/+428
| | | | | | Closes: https://bugs.gentoo.org/662194 Package-Manager: Portage-2.3.44, Repoman-2.3.10 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: ppc stable wrt bug #629380Mikle Kolyada2018-07-121-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nagios-core: stable 4.3.4 for ppc64, bug #629380Sergei Trofimovich2018-06-241-1/+1
| | | | | | Bug: https://bugs.gentoo.org/629380 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* net-analyzer/nagios-core: bump to 4.4.0Tomas Mozes2018-06-232-0/+215
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nagios-core: clean up unused files.Michael Orlitzky2018-06-197-341/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nagios-core: finally drop nagios-3.x from the tree.Michael Orlitzky2018-06-192-217/+0
| | | | | | | | | | | | | | | | A bunch of security bugs (and my own personal happiness) were blocked on this because nagios-3.x was sometimes required by an old version of net-analyzer/pnp4nagios. Now that a version of pnp4nagios has been stabilized with more reasonable dependencies, we can finally get rid of nagios-3.x. This leaves a bunch of unused files in FILESDIR that I'll clean up in another commit. Bug: https://bugs.gentoo.org/636234 Bug: https://bugs.gentoo.org/628086 Bug: https://bugs.gentoo.org/629380 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nagios-core: remove "unused" nagios-core-4.3.1-r1.ebuild.Michael Orlitzky2018-06-192-250/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nagios-core: use HTTPsMichael Mair-Keimberger2018-06-114-7/+7
|
* net-analyzer/nagios-core-4.3.4-r0: alpha stableTobias Klausmann2018-05-141-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/629380
* net-analyzer/nagios-core: stable 4.3.4 for sparcRolf Eike Beer2018-05-081-1/+1
| | | | | | Bug: https://bugs.gentoo.org/629380 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* net-analyzer/nagios-core: x86 stable (bug #629380)Thomas Deutschmann2018-04-251-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* net-analyzer/nagios-core: amd64 stable wrt bug #629380Aaron Bauman2018-04-221-2/+2
| | | | | Bug: https://bugs.gentoo.org/629380 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* net-analyzer/*: Update Manifest hashesMichał Górny2017-12-101-5/+5
|
* net-analyzer/nagios-core: amd64 stable wrt bug #628086Aaron Bauman2017-10-131-1/+1
|
* net-analyzer/nagios-core: stable 4.3.3 for hppa, bug #628086Sergei Trofimovich2017-10-131-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa"
* net-analyzer/nagios-core: x86 stable (bug #628086)Thomas Deutschmann2017-10-031-1/+1
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* net-analyzer/nagios-core: stable 4.3.3 for ppc, bug #628086Sergei Trofimovich2017-09-241-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* net-analyzer/nagios-core: stable 4.3.3 for ppc64, bug #628086Sergei Trofimovich2017-09-241-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
* net-analyzer/nagios-core: stable 4.3.3 for sparc, bug #628086 (thanks to Dakon)Sergei Trofimovich2017-09-071-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* net-analyzer/nagios-core-4.3.3: alpha stable, bug 628086Matt Turner2017-08-311-1/+1
|
* net-analyzer/nagios-core: new version 4.3.4 for testing.Michael Orlitzky2017-08-302-0/+215
| | | | | | | | | | | This new version comes with few upstream changes, but I took a flaming sword to the ebuild. Upstream defaults to installing everything as nagios:nagios, and this creates a few easy-to-exploit scenarios. The ebuild will now install everything as root:root where I think we can get away with it, but this is all an experiment. I'll mask this version and ask for help testing. Package-Manager: Portage-2.3.6, Repoman-2.3.1
* net-analyzer/nagios-core: new version 4.3.3 using upstream's init script.Michael Orlitzky2017-08-162-4/+3
| | | | | | | | | | | | | This new upstream version includes an OpenRC init script that makes use of the build system for the nagios user and runtime paths. As a result, we are able to drop the init/conf files that we've been using in FILESDIR. The new version also writes its PID file before dropping privileges, and combined with the new init script, that constitutes a fix for CVE-2017-12847. Gentoo-Bug: 621114 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* net-analyzer/nagios-core: update apache define for current eselect-phpTomas Mozes2017-08-082-2/+2
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: bump to 4.3.2Tomas Mozes2017-06-072-0/+248
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* net-analyzer/nagios-core: remove vulnerable 4.x versions.Michael Orlitzky2017-03-082-248/+0
| | | | | | Gentoo-Bug: 585914 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/nagios-core: Stable for HPPA (bug #585914).Jeroen Roovers2017-03-081-1/+1
| | | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2 RepoMan-Options: --ignore-arches
* net-analyzer/nagios-core: sparc stable wrt bug #585914Agostino Sarubbo2017-03-041-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nagios-core: Rev bump to fix upstream issue #337Thomas Deutschmann2017-03-022-0/+23
| | | | | | | | | | | | Ebuild changes: =============== - Cherry picked commit e03e4fd470 to stop nagios-core from flooding syslog every 15 seconds due to debug leftovers [Upstream Issue #337]. Upstream Issue #337: https://github.com/NagiosEnterprises/nagioscore/issues/337 Acked-by: Michael Orlitzky <mjo@gentoo.org> Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/nagios-core: x86 stable wrt bug #585914Agostino Sarubbo2017-03-021-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nagios-core: amd64 stable wrt bug #585914Agostino Sarubbo2017-03-021-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-283-3/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>