summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/nagios-core: bring back the 3.x ebuild to save pnp4nagios.Michael Orlitzky2017-01-146-0/+485
| | | | | | | | | | | | | I tried removing the old versions of nagios to address a CVE, but net-analyzer/pnp4nagios on three arches requires nagios-3.x. I've filed a keyword request for icinga (which can also satisfy the dependency), and after those keywords are added and everything is stabilized we can try this again. Gentoo-Bug: 602216 Gentoo-Bug: 605724 Package-Manager: portage-2.3.0
* net-analyzer/nagios-core: remove the rest of the unused files.Michael Orlitzky2017-01-149-504/+0
| | | | | | | | With nagios-3.x (and older 4.x versions) removed from the tree, we now have a bunch of unused files sitting in $FILESDIR. Get rid of them. Gentoo-Bug: 602216 Package-Manager: portage-2.3.0
* net-analyzer/nagios-core: remove unused patchesMichael Mair-Keimberger (asterix)2017-01-143-130/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-analyzer/nagios-core: remove old vulnerable versions.Michael Orlitzky2017-01-144-750/+0
| | | | | | Gentoo-Bug: 602216 Package-Manager: portage-2.3.0
* net-analyzer/nagios-core: Stable for HPPA (bug #602216).Jeroen Roovers2017-01-141-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* net-analyzer/nagios-core: Add slot operator to perl dependency, bug 593788Andreas K. Hüttel2017-01-054-8/+8
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-analyzer/nagios-core: ppc64 stable wrt bug #602216Agostino Sarubbo2016-12-221-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nagios-core: ppc stable wrt bug #602216Agostino Sarubbo2016-12-201-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nagios-core: sparc stable wrt bug #602216Agostino Sarubbo2016-12-191-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nagios-core: x86 stable wrt bug #602216Agostino Sarubbo2016-12-131-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nagios-core: amd64 stable wrt bug #602216Agostino Sarubbo2016-12-131-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nagios-core-4.2.4-r0: stable on alphaTobias Klausmann2016-12-121-1/+1
| | | | Gentoo-Bug: 602216
* net-analyzer/nagios-core: remove proxy maintainers from the metadata.Michael Orlitzky2016-12-111-15/+1
| | | | | | | | | | We haven't heard from this package's proxy maintainer in a while, but new bugs are still being assigned to him. As long as I'm the de-facto maintainer, I would prefer that they be assigned to me. This commit removes both the proxied and proxy maintainers, as well as the proxy-maint project (who gave the OK for this removal). Package-Manager: portage-2.3.0
* net-analyzer/nagios-core: new version 4.2.4 to fix CVE-2016-9566.Michael Orlitzky2016-12-112-0/+249
| | | | | | Gentoo-Bug: 602216 Package-Manager: portage-2.3.0
* net-analyzer/nagios-core: x86 stable wrt bug #600864Agostino Sarubbo2016-12-061-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nagios-core: amd64 stable wrt bug #600864Agostino Sarubbo2016-12-061-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/nagios-core-4.2.3-r1: stable on alphaTobias Klausmann2016-12-051-1/+1
| | | | Gentoo-Bug: 600864
* net-analyzer/nagios-core: new revision and init script to fix CVE-2016-8641.Michael Orlitzky2016-12-042-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new version 4.2.3 was added to fix CVE-2016-8641 in commit c9f880e. However, the root privilege exploit results from the use of "chown" in the init script. We don't use upstream's init script, so a proper fix requires an update to our init script as well. The following changes were made to the init script: * We no longer attempt to delete the external command file before starting or stopping the daemon. It's not clear why this was done, and that file should not exist unless the user intentionally creates it. * We do not create or change ownership of /var/nagios/nagios.log or /var/nagios/status.sav when starting the daemon. The log file path is defined in the config file, so the hard-coded path in the init script might not have referred to the true location of the log file. And when the nagios daemon creates these files on its own, they should already have the correct permissions and ownership. By removing the "chown", we have actually fixed the root privilege exploit in CVE-2016-8641. * The two files /var/nagios/status.log and /var/nagios/nagios.tmp are not deleted after the daemon has shut down. I can come up with no compelling argument to do so. Gentoo-Bug: 600864 Package-Manager: portage-2.3.0
* net-analyzer/nagios{,-core}: new version 4.2.3 to fix CVE-2016-8641.Michael Orlitzky2016-12-032-1/+1
| | | | | | Gentoo-Bug: 600864 Package-Manager: portage-2.3.0
* Revert "Temporarily remove Manifest files that were at risk of having broken ↵Michael Palimaka2016-10-311-0/+4
| | | | | | ChangeLog entries." This reverts commit 48b59c28052dbc9a1c410a8a5d93c1cc3c8c8d4b.
* Temporarily remove Manifest files that were at risk of having broken ↵Michael Palimaka2016-10-311-4/+0
| | | | | | | | | ChangeLog entries. This commit will be immediately reverted. The intention is to force the mtime to be bumped causing the updated Manifest to be propagated to mirrors. Gentoo-bug: 577722
* net-analyzer/nagios-core: remove older versions not stabilized anywhere.Michael Orlitzky2016-10-283-518/+0
| | | | Package-Manager: portage-2.3.0
* net-analyzer/nagios-core: new version 4.2.2 with a fix for CVE-2008-4796.Michael Orlitzky2016-10-282-0/+249
| | | | | | | Gentoo-Bug: 598104 Reported-By: Tomáš Mózes Package-Manager: portage-2.3.0
* net-analyzer/nagios-core: new version v4.2.1 with security fixes.Michael Orlitzky2016-09-262-0/+249
| | | | | | | | | | | | | | This new version adds fixes for CVE-2008-4796 and CVE-2013-4214. The ebuild itself was updated to EAPI=6. That required dropping the depend.apache eclass, but that eclass was only used to define the $APACHE2_MODULES_CONFDIR variable, and it was easily inlined. The eutils and multilib eclasses were also dropped; the former because our patches are now obsolete, and the latter because get_libdir() is in EAPI=6. Gentoo-Bug: 595194 Package-Manager: portage-2.2.28
* net-analyzer/nagios-core-4.0.8-r2: add alpha keywordTobias Klausmann2016-05-231-2/+2
| | | | | | Gentoo-Bug: 532744 Package-Manager: portage-2.3.0_rc1
* net-analyzer/nagios-core: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-183-3/+3
|
* net-analyzer/nagios-core: new patch and revision to fix logo installation.Michael Orlitzky2016-04-252-3/+68
| | | | | | | | | | | | | | The fix for bug 388321 required a patch, but that patch broke the installation of the theme logos (which live in their own directory). That patch has been updated as a new revision, use-INSTALL-to-install-themes-r1.patch, to avoid impacting nagios-core-4.0.8-r2.ebuild which is stable on amd64. The new revision nagios-4.1.1-r1 should pick up the new patch. Gentoo-Bug: 388321 Gentoo-Bug: 581148 Package-Manager: portage-2.2.26
* net-analyzer/nagios-core: remove old revision nagios-core-4.0.8-r1.Michael Orlitzky2016-04-251-270/+0
| | | | Package-Manager: portage-2.2.26
* net-analyzer/nagios-core: amd64 stable wrt bug #532744Agostino Sarubbo2016-03-151-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-5/+5
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-2/+8
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* net-analyzer/nagios-core: version bump to v4.1.1.Michael Orlitzky2015-08-312-0/+269
| | | | | | | | | | In addition to the version bump, we now have to make the "html" target in src_compile. This requires DEPEND="app-arch/unzip" to unpack AngularJS. The perf data warnings patch has been applied upstream, so the corresponding epatch has been removed. "Any slot" operators were also added to the dev-lang/php deps to appease repoman. Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-243-3/+3
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0819-0/+1423
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed