summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-analyzer/netperf: stable 2.7.0-r2 for ppc, bug #659286Sergei Trofimovich2018-07-011-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659286 Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc"
* net-analyzer/metasploit: fix rex-arch dependencyHans de Graaff2018-07-011-0/+335
| | | | | | | Remove the specific version requirement also in the gemspec file. Closes: https://bugs.gentoo.org/659688 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/netperf: stable 2.7.0-r2 for ppc64, bug #659286Sergei Trofimovich2018-06-301-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659286 Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64"
* net-analyzer/metasploit: unversion rex-arch like other rex depsHans de Graaff2018-06-302-4/+4
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/gnu-netcat: EAPI bump.Jeroen Roovers2018-06-291-0/+32
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* net-analyzer/netperf: stable 2.7.0-r2 for sparcRolf Eike Beer2018-06-281-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659286 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* net-analyzer/wireshark: Fix install to avoid calling doins per-fileMichał Górny2018-06-281-24/+17
| | | | | | | | | | Call doins per-directory rather than per-file. doins accept multiple arguments, so it's entirely silly to iterate and call it separately for each file; not to mention that thanks to new Python implementation in Portage it is veeeeery slow. This patch reduces install time by around 10 minutes. Closes: https://bugs.gentoo.org/656834
* net-analyzer/net-snmp: mark s390 stableMikle Kolyada2018-06-281-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/netperf-2.7.0-r2: arm64 stable (bug #659286)Mart Raudsepp2018-06-281-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/netperf: stable 2.7.0-r2 for ia64, bug #659286Sergei Trofimovich2018-06-271-2/+2
| | | | | | Bug: https://bugs.gentoo.org/659286 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* net-analyzer/netperf-2.7.0-r2: alpha stableTobias Klausmann2018-06-271-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/659286
* net-analyzer/fail2ban-0.10.3.1-r0: alpha stableTobias Klausmann2018-06-271-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/658760
* net-analyzer/smokeping: Old.Jeroen Roovers2018-06-273-226/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/fail2ban: stable 0.10.3.1 for sparcRolf Eike Beer2018-06-271-1/+1
| | | | | | Bug: https://bugs.gentoo.org/658760 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* net-analyzer/w3af: Maintainer retiredJonas Stein2018-06-271-8/+2
| | | | | | Proxied maintainer retired due to inactivity. Bug: https://bugs.gentoo.org/633218 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/rrdtool: Support python3.6Pacho Ramos2018-06-261-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nagios-check_openvpn-simple: Support python3.6Pacho Ramos2018-06-261-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/flent: Support python3.6Pacho Ramos2018-06-261-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/carl: Support python3.6Pacho Ramos2018-06-261-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/ostinato: add missing depZero_Chaos2018-06-261-1/+2
| | | | | | still doesn't build though Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/ostinato: Add Qt5-based snapshotAndreas Sturmlechner2018-06-264-0/+66
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* net-analyzer/graphite-web: fix deps, re-add USE=ldap, misc.Louis Sautier2018-06-253-121/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sort dependencies. * Do not require python[sqlite], it is never directly used. * Do not require twisted or txAMQP, they are not directly used by graphite-web. * Do not require zope-interface, it was removed in https://github.com/graphite-project/graphite-web/commit/bed2d5b82d128b751ea080d86a4ccb9c27bb6c58 * Do not require whisper. It is optional and in the future we could probably use carbon with ceres instead of whisper. * pytz and pyparsing are not bundled any more, remove the call to rm. * Use python_prepare_all instead of src_prepare. * Install examples only once in the _all function. Use dodoc instead of doins. Do not compress them. * Use the recommended way to configure the app instead of re-creating manage.py. * Do not remove build-index from install but rename it. * Run build-index during pkg_config() instead of just creating an empty file. This allows us to drop the complex python file parsing. * Mention build-index in the postinst message. Only display the message for new installs. Use elog instead of einfo. * Create the /var/{lib,log}/graphite-web directories which are referenced in local_settings.py. * Add the example database location to the FHS-style settings patch. * Fix STATIC_ROOT in the FHS-style settings patch. * Add missing || die to the ln call. * bump to EAPI=7. Closes: https://github.com/gentoo/gentoo/pull/8962 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/graphite-web: update HOMEPAGE, add GitHub to metadata.xmlLouis Sautier2018-06-253-3/+5
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/speedtest-cli: version bump to 2.0.2Tim Harder2018-06-252-0/+28
|
* 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/fail2ban: Stable for AMD64 HPPA x86 too.Jeroen Roovers2018-06-241-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --ignore-arches
* net-analyzer/nagios: bump to 4.4.0Tomas Mozes2018-06-231-0/+15
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* 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/pnp4nagios: remove unused files.Michael Orlitzky2018-06-193-151/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/pnp4nagios: remove "unused" vulnerable versions.Michael Orlitzky2018-06-196-505/+0
| | | | | Bug: https://bugs.gentoo.org/637640 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/wireshark-2.6.1-r0: alpha stableTobias Klausmann2018-06-191-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/656806
* net-analyzer/nagios-plugins: x86 stable (bug #626430)Thomas Deutschmann2018-06-191-1/+1
| | | | 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: remove "unused" nagios-4.3.1.ebuild.Michael Orlitzky2018-06-191-15/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/monitoring-plugins: remove "unused" versions 2.1.2 and 2.2.Michael Orlitzky2018-06-183-201/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/zabbix: BumpPatrick Lauer2018-06-173-0/+662
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/tcpdump: Added sub-slot dep to ssl packages.Lars Wendler2018-06-132-6/+6
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/graphite-web: remove false-positive unneeded empty lineFabian Groffen2018-06-121-1/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/graphite-web: version bump to 1.1.3Fabian Groffen2018-06-123-0/+174
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/wireshark: arm stable, bug #656806Markus Meier2018-06-111-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="arm"
* net-analyzer/nagios: use HTTPsMichael Mair-Keimberger2018-06-113-6/+6
|
* net-analyzer/nagios-core: use HTTPsMichael Mair-Keimberger2018-06-114-7/+7
|
* net-analyzer/suricata: remove vulnerable 4.0.3Marek Szuba2018-06-112-168/+0
| | | | | Bug: https://bugs.gentoo.org/647664 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/suricata: bump to 4.0.4 + fix Lua USE flagsMarek Szuba2018-06-113-0/+185
| | | | | | | Invoking maintainer timeout on both issues. Closes: https://bugs.gentoo.org/652344 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/testssl: version bump 2.9.5_p5Michael Palimaka2018-06-112-0/+66
| | | | | Closes: https://bugs.gentoo.org/651242 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/zmap: Drop oldAndreas Sturmlechner2018-06-092-39/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/ntopng: Depend on sys-libs/binutils-libs:=.Jeroen Roovers2018-06-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/wireshark: x86 stable (bug #656806)Thomas Deutschmann2018-06-071-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9