summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/inxi: Drop old versionsJonas Stein2017-11-053-58/+0
| | | | | | Drop two of the old ebuilds Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-analyzer/pnp4nagios: use group permissions for writable directories.Michael Orlitzky2017-11-041-3/+6
| | | | | | | | | | The past few revisions have made some directories owned by the "nagios user" so that the nagios/icinga daemon can write stuff there. Instead of giving ownership of those directories to the nagios user, it's a little bit more secure to give group-rwx permissions to the "nagios group." This new revision does that instead. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: drop USE=icinga2 in a new revision.Michael Orlitzky2017-11-042-11/+7
| | | | | | | | | Now that pnp4nagios doesn't rely on the localstatedir of Nagios or Icinga, the two implementations of Icinga are actually suitable for an "or" dependency. We therefore do away with USE=icinga2, and let USE=icinga mean "either icinga or icinga2." Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: tighten permissions on process_perfdata.cfg.Michael Orlitzky2017-11-041-5/+0
| | | | | | | With USE=apache2, we used to set the group of process_perfdata.cfg to "apache2", but that appears unnecessary. This revision doesn't do it. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: fix the default stats directory.Michael Orlitzky2017-11-041-8/+13
| | | | | | | | | | | The process_perfdata.cfg file refers to a STATS_DIR that is set to "@localstatedir@/stats" at build-time. However, the build system doesn't create that directory nor ensure that it is writable. This latest revision passes --localstatedir to econf, and then creates the associated directory with the desired permissions. The "bulk mode" without NPCD now works out-of-the-box! Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: use consistent perfdata directories.Michael Orlitzky2017-11-041-17/+15
| | | | | | | | | | Past revisions have stored the RRDtool data and the process_perdata.pl logs in (for example) /var/nagios or /var/icinga, depending on whether or you had Nagios or Icinga installed. That's silly: the data format doesn't change, so it makes more sense to choose one location (now: /var/lib/pnp) and stick with it. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: new revision to fix apache2 conf file.Michael Orlitzky2017-11-041-1/+1
| | | | | | | | | | | | | The last few revisions have done, insinto "${APACHE_MODULES_CONFDIR}" but the depend.apache eclass was removed in pnp4nagios-0.6.25-r3, which means that the conf file wound up installed to ${ROOT}. The new revision specifies the path explicitly without using the eclass variable. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: drop pointless rrdtool lower bound.Michael Orlitzky2017-11-041-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: change "-DPHP5" to "-DPHP" in pkg_postinst().Michael Orlitzky2017-11-041-1/+1
| | | | | | | | The apache "define" changed a while ago from "PHP5" to simply "PHP". This commit fixes the latest revision, in place, to output the correct instructions. Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: new revision to fix insecure config permissions.Michael Orlitzky2017-11-041-1/+3
| | | | | | | | | | | | Previous revisions of pnp4nagios install /etc/pnp owned by the "nagios user," and the npcd daemon also runs as that user. That configuration is insecure: the unprivileged user can edit /etc/pnp/npcd.cfg, and escalate his own privileges by setting "user = root". To avoid the problem, we set INSTALL_OPTS="" while running "emake install". That leaves all of /etc/pnp with the default (root:root) ownership. Bug: https://github.com/lingej/pnp4nagios/issues/140 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: new revision with a better fix for CVE-2012-3457.Michael Orlitzky2017-11-041-14/+7
| | | | | | | | | | In CVE-2012-3457, it was reported that one particular file should not be world-readable. To fix that, our ebuild made all of /etc/pnp unreadable; that made other permissions issues difficult to work around. This r2 sets o-rwx only on /etc/pnp/process_perfdata.cfg. Bug: https://bugs.gentoo.org/430358 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: new revision to fix nagios/icinga "or" dependency.Michael Orlitzky2017-11-042-9/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous revisions of pnp4nagios have an "or" dependency on either Nagios or Icinga, || ( net-analyzer/nagios-core net-analyzer/icinga ... The way "or" dependencies work is that they are considered satisfied if any elements of the associated group are installed. Thus the above stanza allows Nagios and Icinga to be swapped out without rebuilding pnp4nagios. That is incorrect, since later in the ebuild, nagios- or icinga-specific paths are compiled into pnp4nagios. The usual solution to that problem is to choose a default package that satisfies the "one of these" dependency, but to allow the user to specify one with a USE flag. This new revision adds three USE flags: icinga, icinga2, and nagios. The "nagios" flag is enabled by default, and builds pnp4nagios against net-analyzer/nagios. The other flags build against the associated package. In the process, the dependency on nagios-3.x was loosened to accept nagios-4.x as well. The nagios-3.x series has been end-of-life'd, and has multiple open security bugs. Bug: https://bugs.gentoo.org/628086 Bug: https://bugs.gentoo.org/629380 Bug: https://bugs.gentoo.org/636234 Closes: https://bugs.gentoo.org/600424 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/pnp4nagios: new version 0.6.26.Michael Orlitzky2017-11-042-0/+99
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* www-client/qutebrowser: remove oldJustin Bronder2017-11-042-77/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* www-client/qutebrowser: bump 1.0.3Justin Bronder2017-11-042-0/+77
| | | | | | | Note that SRC_URI is a one-off due to a bad pack initially: https://lists.schokokeks.org/pipermail/qutebrowser-announce/2017-November/000029.html Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-vim/pfsyntax: new ebuild.Patrice Clement2017-11-043-0/+25
| | | | | | | Plugin to add Packet Filter syntax file highlighting to Vim. Closes: https://bugs.gentoo.org/279943 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-apps/inxi: Bump to 2.3.43 and add use flagsJonas Stein2017-11-042-0/+34
| | | | | | | Version bump to 2.3.43 Support the global use flags bluetooth, hddtemp and opengl. Package-Manager: Portage-2.3.13, Repoman-2.3.4
* www-client/chromium: dev channel bump (64.0.3253.3)Mike Gilbert2017-11-044-0/+700
| | | | Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81
* app-backup/tsm: Retirement of proxied maintainerJonas Stein2017-11-041-11/+0
| | | | | | | Retirement of proxied maintainer as requested per bug. Closes: https://bugs.gentoo.org/633162 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* app-crypt/libscrypt: stable 1.21 for sparc, bug #623388 (thanks to Rolf Eike ↵Sergei Trofimovich2017-11-041-1/+1
| | | | | | | Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* app-text/ps2pkm: stable 1.8_p20170524 for sparc, bug #624440 (thanks to Rolf ↵Sergei Trofimovich2017-11-041-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* dev-util/mingw64-runtime: version bumpAlon Bar-Lev2017-11-043-0/+150
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* net-analyzer/iftop: stable 1.0_pre4-r2 for sparc, bug #615812 (thanks to ↵Sergei Trofimovich2017-11-041-1/+1
| | | | | | | Rolf Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* sci-mathematics/why3-for-spark: Add ocamlopt use flagTupone Alfredo2017-11-041-2/+10
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* mail-filter/spamassassin: stable 3.4.1-r19 for sparc, bug #636544 (thanks to ↵Sergei Trofimovich2017-11-041-1/+1
| | | | | | | Rolf Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* dev-util/debootstrap: stable 1.0.89 for sparc, bug #616536 (thanks to Rolf ↵Sergei Trofimovich2017-11-041-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="sparc"
* media-video/rtmpdump: Drop polarssl supportThomas Deutschmann2017-11-044-22/+12
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/4895 Closes: https://bugs.gentoo.org/618360 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* net-nds/yp-tools: stable 4.2.2-r1 for ia64, bug #635886Sergei Trofimovich2017-11-041-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* sys-apps/fakeroot: stable 1.22 for ia64, bug #635850Sergei Trofimovich2017-11-041-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* mail-filter/spamassassin: stable 3.4.1-r19 for ia64, bug #636544Sergei Trofimovich2017-11-041-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* dev-perl/Data-Validate-IP: stable 0.270.0 for hppa/sparc, bug #636488 ↵Sergei Trofimovich2017-11-041-1/+1
| | | | | | | (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa sparc"
* app-portage/elt-patches: Stabilizing remaining exp. ARCHESThomas Deutschmann2017-11-041-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* app-portage/elt-patches: stable for x86. Mark stable for the remaining ↵Raymond Jennings2017-11-041-1/+1
| | | | | | | | | arches using the ALLARCHES policy (bug Closes: https://github.com/gentoo/gentoo/pull/6009 Package-Manager: Portage-2.3.13, Repoman-2.3.4 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sci-mathematics/why3-for-spark: Install librariesTupone Alfredo2017-11-041-0/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-apps/logwatch: Live ebuild addedThomas Deutschmann2017-11-041-0/+95
| | | | | Closes: https://github.com/gentoo/gentoo/pull/6062 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* sys-apps/logwatch: Bump to v7.4.3_p20171025 (snapshot release)Thomas Deutschmann2017-11-044-0/+126
| | | | | | | | | | - We are now creating /var/cache/logwatch via tmpfile (bug #607668) - Snapshot release should address missed dovecot log entires (bug #633916) Closes: https://bugs.gentoo.org/607668 Closes: https://bugs.gentoo.org/633916 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* media-sound/xmms2: adapt to mac-3 -> mac-4 API changeSergei Trofimovich2017-11-042-0/+53
| | | | | | | Picked patch sas-is from: https://github.com/xmms2/xmms2-devel/pull/2 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* package.use.mask: Mask jack useflag of ↵Andreas K. Hüttel2017-11-041-0/+4
| | | | media-libs/freeverb3-3.1.2_pre20151102-r1, needs audacious
* dev-java/icedtea: Remove vulnerable 3.5.1 wrt security bug #636522James Le Cuirot2017-11-042-407/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.2
* dev-java/icedtea-bin: Version bump to 3.6.0 wrt security bug #636522James Le Cuirot2017-11-042-0/+168
| | | | | | | Unfortunately the ppc64(le) build systems are both down right now for reasons unknown. Package-Manager: Portage-2.3.13, Repoman-2.3.2
* dev-java/icedtea: Version bump to 3.6.0 wrt security bug #636522James Le Cuirot2017-11-042-0/+433
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.2
* net-nds/yp-tools: disable tests, bug #636328Sergei Trofimovich2017-11-041-0/+2
| | | | | | Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/636328 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* use.mask: add bug number to audacious maskAndreas K. Hüttel2017-11-041-1/+1
|
* package.mask: add bug number to audacious maskAndreas K. Hüttel2017-11-041-1/+1
|
* use.mask: mask audacious use flagAndreas K. Hüttel2017-11-041-0/+4
|
* package.mask: mask audacious for removalAndreas K. Hüttel2017-11-041-0/+10
|
* dev-ml/ppx_optcomp: Revbump to fix missing transitive := dep on stdio.Alexis Ballier2017-11-041-0/+1
| | | | | Closes: https://bugs.gentoo.org/636518 Package-Manager: Portage-2.3.13, Repoman-2.3.4
* profiles: update chromium mask for M64Mike Gilbert2017-11-041-5/+5
|
* www-client/chromium: beta channel bump (63.0.3239.30)Mike Gilbert2017-11-043-13/+50
| | | | | | Closes: https://bugs.gentoo.org/633452 Closes: https://bugs.gentoo.org/633858 Package-Manager: Portage-2.3.13_p1, Repoman-2.3.3_p81
* dev-lang/perl: Darwinism: Survival of the fittest command line switches. Bug ↵Andreas K. Hüttel2017-11-043-3/+18
| | | | | | | 636370 Closes: https://bugs.gentoo.org/636370 Package-Manager: Portage-2.3.13, Repoman-2.3.4