summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* net-analyzer/wireshark: Fix USE=-editcapJeroen Roovers2018-09-061-1/+17
| | | | | Fixes: https://bugs.gentoo.org/665250 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* net-analyzer/wireshark: Stable for HPPA too.Jeroen Roovers2018-09-041-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --ignore-arches
* net-analyzer/wireshark: amd64 stable wrt bug #664852Mikle Kolyada2018-09-041-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/icinga2: add missing depMatthew Thode2018-09-032-1/+166
| | | | | Fixes: https://bugs.gentoo.org/652384 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/sec: Old.Jeroen Roovers2018-09-032-28/+0
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/sec: Version 2.8.0.Jeroen Roovers2018-09-032-0/+28
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/nagios: bump to 4.4.2Tomas Mozes2018-09-031-0/+15
| | | | | 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.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/wireshark: Hopefully fix docbook/Jeroen Roovers2018-09-022-0/+41
| | | | | Bug: https://bugs.gentoo.org/665080 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/zabbix: BumpPatrick Lauer2018-09-023-0/+662
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/wireshark: stable 2.6.3 for ia64, bug #664852Sergei Trofimovich2018-09-021-1/+1
| | | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* net-analyzer/wireshark: x86 stable (bug #664852)Thomas Deutschmann2018-09-011-1/+1
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* Drop arm-linux keyword from tree.Benda Xu2018-08-3111-11/+11
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* net-analyzer/wireshark: Version 2.6.3.Jeroen Roovers2018-08-292-0/+243
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/wireshark: Tweak patch.Jeroen Roovers2018-08-291-7/+0
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/check_mk_agent: bump 1.2.8 to p27, add 1.4.0_p31Ian Stakenvicius2018-08-274-29/+85
| | | | | | | | | | Upstream has changed packaging to now include yet another layer of tarball, so ebuilds now install check_mk_agent out of the full "Raw" OMD release. Other than that, the only new thing is that the inventory plugin can be auto-installed via the new 'inventory' use flag. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/zmap: Fix mongodb dep in -9999Michał Górny2018-08-261-2/+2
|
* net-analyzer/smokeping: Remove support for non-existent depsMichał Górny2018-08-263-3/+3
|
* net-analyzer/scapy: Remove support for non-existent depsMichał Górny2018-08-262-3/+1
|
* net-analyzer/nagios-plugin-check_raid: Remove support for non-existent depsMichał Górny2018-08-267-19/+12
|
* net-analyzer/nload: don't compress the man-pageAndrey Mazo2018-08-262-0/+66
| | | | | | | | | | | | | | | As pointed out by @mgorny [1], packages should not compress their man pages on their own. Instead, Portage needs to handle the compression. Currently, `ecompressdir` is smart enough to recompress the man-pages as needed. However, this is not a fully PMS-compliant behavior. So, patch the Makefile.am not to compress the man-page. A corresponding pull request is submitted upstream [2]. [1] https://github.com/gentoo/gentoo/pull/9543#issuecomment-415662844 [2] https://github.com/rolandriegel/nload/pull/4 Closes: https://github.com/gentoo/gentoo/pull/9543
* net-analyzer/nload: patch to fix text sliding effectAndrey Mazo2018-08-262-0/+27
| | | | | | | | | | | | | Apply the following patch from upstream: 8a93886 "Eliminate flicker on some terminals like rxvt (thanks to Alex Wilson)" This fixes network utilization graph rendering issue. (the text on the right side of the screen slides to the left together with graph updates) Closes: https://bugs.gentoo.org/663402 Closes: https://github.com/gentoo/gentoo/pull/9543 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nload: migrate to EAPI=7, shorten descriptionAndrey Mazo2018-08-261-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add -r1 ebuild to fix the following repoman warnings: """ DESCRIPTION.toolong 1 net-analyzer/nload/nload-0.7.4.ebuild: DESCRIPTION is 83 characters (max 80) repo.eapi-deprecated 1 net-analyzer/nload/nload-0.7.4.ebuild: 5 """ The description string is suggested by @jonasstein. Correct the package license in the ebuild as pointed out by @mgorny. The source code says: """ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ """ Link: https://github.com/gentoo/gentoo/pull/9543#discussion_r209724049 Link: https://github.com/gentoo/gentoo/pull/9543#discussion_r212440187 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nload: add myself as a proxied maintainerAndrey Mazo2018-08-261-0/+8
| | | | Link: https://github.com/gentoo/gentoo/pull/9543
* net-analyzer/cacti: Version 1.1.38.Jeroen Roovers2018-08-222-0/+50
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/cacti-spine: Version 1.1.38.Jeroen Roovers2018-08-222-0/+48
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/mbrowse: EAPI bump.Jeroen Roovers2018-08-221-0/+31
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/net-snmp: Set sub-SLOT.Jeroen Roovers2018-08-221-1/+1
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/testssl: add x86Zero_Chaos2018-08-221-1/+1
| | | | | | builds, runs, yields expected results Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-analyzer/net-snmp: Version 5.8.Jeroen Roovers2018-08-203-0/+208
| | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10
* net-analyzer/icinga2: 2.9.1 stable amd64 and x86Matthew Thode2018-08-171-1/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* net-analyzer/nagios-icinga-openvpn: new package to monitor OpenVPN.Michael Orlitzky2018-08-163-0/+46
| | | | | | | | | | | | | This package is intended to be a full-featured replacement for the existing net-analyzer/nagios-check_openvpn-simple plugin. The "simple" version lacked several important features, the most important of which was the ability to use a TLS-auth key in the default UDP configuration. The new plugin is largely a drop-in replacement, but the executable name is different, so your configuration will need to be updated. Bug: https://bugs.gentoo.org/663774 Package-Manager: Portage-2.3.44, Repoman-2.3.9
* net-analyzer/graphite-web: add stronger hint about wsgi installFabian Groffen2018-08-161-0/+2
| | | | | Closes: https://bugs.gentoo.org/618030 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nmbscan: fix SRC_URI and HOMEPAGEMichael Mair-Keimberger2018-08-151-3/+3
|
* net-analyzer/nmbscan: EAPI7, improve ebuildMichael Mair-Keimberger2018-08-152-2/+29
|
* net-analyzer/kapacitor: 1.5.1 version bumpWilliam Hubbs2018-08-152-0/+49
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/2ping: version bump to 4.2Anthony G. Basile2018-08-122-0/+28
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/wireshark: Drop PPC64 keyword from 2.4.5.Jeroen Roovers2018-08-121-1/+1
| | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10
* net-analyzer/wireshark: stable 2.6.2 for ppc64, bug #661578Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64"
* net-analyzer/testssl: remove 2.9.5Michael Palimaka2018-08-102-64/+0
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* net-analyzer/testssl: stabilise 2.9.5_p5 for amd64Michael Palimaka2018-08-101-1/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* net-analyzer/2ping: version bump to 4.1.2Anthony G. Basile2018-08-102-0/+28
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* net-analyzer/nagios: bump to 4.4.1Tomas Mozes2018-08-081-0/+15
| | | | | Package-Manager: Portage-2.3.44, 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/icinga2: remove broken versionMatthew Thode2018-08-072-164/+0
| | | | | Closes: https://bugs.gentoo.org/661852 Package-Manager: Portage-2.3.44, Repoman-2.3.10
* profiles: Last-rited media-sound/mu{mble,rmur}, net-analyzer/ostinatoAndreas Sturmlechner2018-08-074-80/+0
| | | | | | | Closes: https://bugs.gentoo.org/644374 Closes: https://bugs.gentoo.org/656826 Closes: https://bugs.gentoo.org/655382 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* net-analyzer/icinga2: fix postinst linkMatthew Thode2018-08-042-2/+2
| | | | | | | Fixed in place as no on disk data changed. Closes: https://bugs.gentoo.org/661850 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* net-analyzer/zabbix: BumpPatrick Lauer2018-08-044-0/+1004
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* net-analyzer/netdata: Drop old versionCraig Andrews2018-08-011-107/+0
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* net-analyzer/netdata: keep /var/{log,lib}/netdataCraig Andrews2018-08-012-2/+115
| | | | | Closes: https://bugs.gentoo.org/655930 Package-Manager: Portage-2.3.44, Repoman-2.3.10