aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/virt-viewer: add missing libvirt-glib dependencynovel2016-10-041-0/+1
| | | | Pointy hat to: novel
* net-mgmt/virt-viewer: update to 4.0novel2016-10-043-11/+6
|
* net-mgmt/zabbix3: add missing patches for the PID fixpi2016-10-034-1/+34
| | | | | | | PR: 209893 Pointy hat to: pi Submitted by: pg@pakhom.spb.ru (maintainer) MFH: 2016Q3
* net-mgmt/collectd5: update write_riemann and fix zfs_arc pluginsjbeich2016-10-022-3/+13
| | | | | PR: 213124 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
* net-mgmt/riemann-c-client: add new portjbeich2016-10-025-0/+60
| | | | | | | | | | | PR: 210545 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> Riemann-C-client is a C client library for the Riemann monitoring system, providing a convenient and simple API, high test coverage and a copyleft license, along with API and ABI stability. https://github.com/algernon/riemann-c-client/#readme
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-011-1/+1
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* net-mgmt/py-snmp_passpersist: SNMP passpersist backend for Net-SNMPwg2016-10-014-0/+29
| | | | | | WWW: http://github.com/nagius/snmp_passpersist Submitted by: Suraj Ravichandran (via email)
* Update to 1.0.1girgen2016-09-302-7/+7
|
* Also, you can't set SSL_DEFAULT, and don't give bad advices to people,mat2016-09-283-3/+3
| | | | | | | it should never be set directly, but always through DEFAULT_VERSIONS. With hat: portmgr Sponsored by: Absolight
* net-mgmt/collectd5: fix disk plugin issue for FreeBSD versions 10+jrm2016-09-281-1/+2
| | | | | | | | | | The file lib/collectd/disk.so was being commented out in pkg-plist for all FreeBSD versions instead of just for versions less than 10. Reported by: pierre@guinoiseau.eu (via ports-committers@) Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8042
* Update net-mgmt/collectd5 to version 5.6.0jrm2016-09-2615-292/+86
| | | | | | | | | | | | - new port options CHRONY and MQTT - disable disk plugin on FreeBSD 9.x due to missing OS files - various patch changes PR: 212832 Submitted by: ports@bsdserwis.com (maintainer) Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8028
* - New ports: Zabbix 3.2.0.danilo2016-09-2617-0/+1395
| | | | | | | | | | Zabbix is an enterprise-class open source distributed monitoring platform. Release notes: https://www.zabbix.com/documentation/3.2/manual/introduction/whatsnew320 PR: 212799 Submitted by: danilo Reviewed by: Pakhom Golynga <pg@pakhom.spb.ru>
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-231-1/+0
| | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor)
* Update to release 1.0.0girgen2016-09-232-10/+10
|
* lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-211-1/+0
| | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor)
* net-mgmt/unifi5: Update to 5.2.7feld2016-09-214-85/+202
| | | | | | - Also simplify rc script PR: 212865
* net-mgmt/unifi4: Simplify rc scriptfeld2016-09-212-40/+7
|
* net-mgmt/zabbix3-server: unbreak buildpi2016-09-211-2/+1
| | | | | | PR: 209893 Submitted by: antoine MFH: 2016Q3
* net-mgmt/p5-SNMP_Session: new fedora MASTER_SITE to unbreakmarino2016-09-201-3/+1
| | | | At least 14 ports depend on p5-SNMP_Session so let's get it up again.
* net-mgmt/zabbix3-server: fix database selectionpi2016-09-181-3/+3
| | | | | | | - stop having all databases as dependencies all the time PR: 209893 Submitted by: chris@chrullrich.net
* - change MAINTAINERohauer2016-09-181-1/+1
| | | | | PR: 212102 Approved by: alexander.4mail@gmail.com (old maintainer)
* net-mgmt/zabbix3-{server|agent|proxy|frontend}: update to 3.0.4 and many fixespi2016-09-177-62/+88
| | | | | | | | | | | | | | | | | | | | | - Fix default path to PID - Fix rc.d scripts to correct use PID file - Fix some error in the Makefile - Fix OPENSSL_USE -> USES=ssl - Fix WANT_PHP_WEB -> USES=php:web - Fix MYSQL_USE -> USES+= mysql - Fix PGSQL_USES -> USES+= pgsql - Fix SQLITE_USES -> USES+= sqlite - Change default options for -server and -frontend - Fix CONFLICTS - fixed SQL injection vulnerability in "Latest data" page; thanks to 1N3 at Early Warning Services, LLC PR: 209893 MFH: 2016Q3 Security: https://support.zabbix.com/browse/ZBX-11023 Changes: http://www.zabbix.com/rn3.0.4.php Submitted by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)
* net-mgmt/icingaweb2:lme2016-09-161-1/+6
| | | | | | | | | - Fix NLS option - Add PDF option using graphics/pecl-imagick (off by default) - Bump PORTREVISION PR: 212653 Submitted by: mat
* net-mgmt/icinga2:lme2016-09-163-5/+9
| | | | | | | | - Update to 2.5.4 - Install vim syntax files [1] PR: 212660 [1] Submitted by: mat
* Update to 2.1.3.mat2016-09-153-6/+6
| | | | | | PR: 212679 Submitted by: Adrian Murphy Sponsored by: Absolight
* Unmark broken on powerpc64swills2016-09-158-16/+0
| | | | These ports built successfully
* GOOGLE_CODE has gone away.mat2016-09-146-2/+11
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* net-mgmt/zabbix22-server: Update from 2.2.12 to 2.2.14tz2016-09-149-59/+109
| | | | | | | | | | | | | | | - http://www.zabbix.com/rn2.2.13.php - http://www.zabbix.com/rn2.2.14.php Also: - Fix default path to PID - Fix rc.d scripts to correct use PID file - Remove IGNORE_WITH_PHP and IGNORE_WITH_MYSQL because the ignored versions no longer exists PR: 209891 Submitted by: pg@pakhom.spb.ru (maintainer) Approved by: pi (mentor)
* net-mgmt/nsca-ng(-client): IGNORE FreeBSD 9 base openSSLmarino2016-09-141-0/+4
| | | | | | I think the original makefile was starting that the FreeBSD 9 base OpenSSL isn't good enough. My previous commit lost that information, so put the equivalent check back again.
* net-mgmt/zabbix3-server: Simplify FreeBSD 9 SSL check, ignore LibreSSLmarino2016-09-141-2/+6
| | | | | | | | Zabbix3-server can't be built by LibreSSL because it uses PSK. It also can't be built by FreeBSD 9 base OpenSSL. The latter was documented, but the solution in the notification was incorrect, so improve all that. Approved by: SSL blanket
* net-mgmt/nsca-ng(-client): Configure any SSL base, IGNORE LibreSSLmarino2016-09-141-8/+8
| | | | | | | | These ports currently utilize PSK which is not supported by LibreSSL, so detect that SSL_DEFAULT and set IGNORE accordingly. The obsolete USE_OPENSSL_PORT logic was also removed. Approved by: SSL blanket
* net-mgmt/snmp++: Document SSL build requirement, patch for LibreSSLmarino2016-09-123-3/+128
| | | | | | | This allows for ports SSL libraries to be used for the build, including LibreSSL ports. Approved by: SSL blanket
* - Add LICENSEamdmi32016-09-123-5/+8
| | | | | - Switch to USES=tar - Cosmetic fixes
* net-mgmt/ndpmon: USES+=SSL and port options overhaulmarino2016-09-112-36/+20
| | | | | | | | | | | | | | | The py4suite option probably didn't work even before the py4suite dependency was removed from the tree 2 years ago. The MACRESOLV option fetches during the build which is illegal and maybe is hitting a bad URL because it freezes as well. The py4suite has been removed completed and the MACRESOL option has been marked broken. This is after I rearranged the port to make them even work as intended. I cleaned up the port a lot after documenting the SSL requirement with USES=ssl. Approved by: just-fit-it and SSL blankets
* net-mgmt/nagircbot: Add SSL build flagsmarino2016-09-111-2/+3
|
* net-mgmt/hastmon: document SSL requirement and sed in SSL flagsmarino2016-09-111-0/+8
| | | | Approved by: SSL blanket
* net-mgmt/cowpatty: sed in SSL flags (CFLAGS/LDFLAGS not honored)marino2016-09-111-3/+7
| | | | | | While here, unsupress installation command Approved by: SSL blanket
* net-mgmt/aircrack-ng: Add SSL build flagsmarino2016-09-111-0/+2
| | | | Approved by: SSL blanket
* net-mgmt/rancid3: Update to 3.5.1feld2016-09-114-22/+15
| | | | | | | | | | | | | | | - The hardecoded 3des cipher for ssh has been removed upstream - Remove a patch that automatically attempts to "svn up" before checking in changes. This patch may have been committed accidentally a couple years ago and deviates from upstream's behavior. If it is possible for your rancid svn repository to be updated outside of rancid's control it is up to you to resolve these potential conflicts and modify your scheduled rancid process to "svn up" beforehand. By instructing rancid to do this automatically it is possible for an administrator to make device config changes that rancid will not detect and will not show up in the automatic emails dispatched to the device administrators.
* Mark NO_ARCHehaupt2016-09-111-0/+1
|
* Mark NO_ARCHehaupt2016-09-101-0/+1
|
* Most commonly used build systems support silent builds, when theyamdmi32016-09-103-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* Register conflictsehaupt2016-09-091-1/+3
|
* Add gnu-ipcalc 0.1.8, modern network address calculation tool for IPv4ehaupt2016-09-094-0/+58
| | | | and IPv6.
* - Remove dependency on p5-Net-Ping: Net::Ping is bundled with perlamdmi32016-09-081-3/+2
| | | | Approved by: portmgr (bapt)
* - Actually install configuration file and use @sample.tijl2016-09-073-63/+18
| | | | | - Use @sample for the sample database. - Set NO_ARCH.
* - Update to 2.2.2amdmi32016-09-072-3/+4
| | | | | PR: 212094 Submitted by: joneum@bsdproject.de
* net-mgmt/zabbix2-server: Update from 2.0.17 to 2.0.18tz2016-09-018-46/+95
| | | | | | | | | | | | | | | | | | | | - updated French translation; thanks to Zabbix translators - enforced bash usage in mysql.size user parameter configuration script to avoid issues with different default shells; thanks to Timo Lindfors for reporting it - fixed timeout being too low when sending configuration data to active proxy - fixed loss of trailing whitespace in unquoted function parameters when creating calculated items with low level discovery Also: - Fix default path to PID - Fix rc.d scripts to correct use PID file - Remove IGNORE_WITH_MYSQL because referenced version was removed long ago PR: 209890 Submitted by: pg@pakhom.spb.ru (maintainer) Approved by: pi (mentor)
* net-mgmt/seafile: Properly exclude FUSE option from DragonFlymarino2016-09-011-3/+1
|
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-301-1/+1
| | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor)
* net-mgmt/arpwatch: add flag -v to ignore VRRP/CARP trafficpi2016-08-285-9/+39
| | | | | | | | - The -v flag disables reporting on VRRP/CARP ethernet prefixes as described in RFC5798 (00:00:5e:00:01:xx) PR: 202548 Submitted by: paul@dokas.name
* net-mgmt/icinga2:lme2016-08-271-2/+2
| | | | | | | - Remove USES=ssl again. The last approach did not fix the problem with unresolved symbols. Upstream now has symbol versioning in development, so once the new version is released, all should be fine. - Bump PORTREVISION
* net-mgmt/icinga2:lme2016-08-261-3/+7
| | | | | | | | | | | | | | | | | | | | | Remove bogus dependency on devel/libconfig. Some time ago I added this because the ports tree's Q/A check warned that the icinga2 binary is linked against libconfig. However this is a private library shipped with Icinga 2. With version 2.5.1 USES=ssl was added to the port's Makefile which added rpath=${LOCALBASE}/openssl when Icinga 2 gets built and {Open,Libre}SSL from ports was installed. The result was that ld picked up libconfig.so from the devel/libconfig port instead of Icinga 2's private library. To prevent this, the following CMAKE_ARGS were added: CMAKE_{EXE,MODULE,SHARED,STATIC}_LINKER_FLAGS=${PREFIX}/lib/icinga2 At the moment only EXE_ and SHARED_ linker flags are really needed, to be prepared for future changes the other flags were also set. Thanks to mat and Gunnar Beutner (upstream developer) for the insights on the ports and Icinga 2's build system. - Re-add USES=ssl - Bump PORTREVSION
* net-mgmt/icinga2:lme2016-08-252-5/+5
| | | | | | | - Update to Bugfix release 2.5.3 - Remove USES=ssl to workaround a missing symbol error on startup [1] Noticed by: many [1]
* Use distversion instead of portversoin + gh_tagnamegirgen2016-08-242-5/+4
|
* Update telegraf to 1.0.0-rc1girgen2016-08-243-189/+174
|
* net-mgmt/bpft: document and fix ncurses requirementmarino2016-08-241-1/+3
|
* net-mgmt/ap-utils: document ncurses requirementmarino2016-08-241-1/+1
| | | | Approved by: ncurses blanket
* net-mgmt/icinga2:lme2016-08-2414-57/+78
| | | | | | | | | | | - Update to 2.5.1 - Install a log rotation configuration file for newsyslog(8) in EXAMPLESDIR - Add dependencies on SSL and libconfig - Display pkg-message - the file already existed but was not shown - Regenerate some patches with makepatch - Pet portlint Changelog and upstream upgrading instructions: https://www.icinga.org/2016/08/23/icinga-2-v2-5-released/
* Make stage-qa happy, and make sure the files are in the right group.mat2016-08-232-12/+13
| | | | Sponsored by: Absolight
* Revert the update to 4.2.mat2016-08-2315-31/+53
| | | | | | | It currently exits with a bus error, which is, not good. Reported by: many Sponsored by: Absolight
* net-mgmt/cdpd: Fix runtime on armv6marino2016-08-232-1/+16
| | | | | | | While here, pet portlint and define the 2-clause BSD license PR: 208216 Submitted by: Mikael Urankar (gmail)
* Fails to build with CCACHE on 11:mat2016-08-231-0/+2
| | | | | | ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Sponsored by: Absolight
* Update to 4.2.0.mat2016-08-2215-51/+31
| | | | | | | | MFH: 2016Q3 Security: CVE-2008-4796 Security: CVE-2013-4214 Changes: https://github.com/NagiosEnterprises/nagioscore/blob/nagios-4.2.0/Changelog Sponsored by: Absolight
* Reset sem@'s ports per his request.rene2016-08-212-2/+2
| | | | With hat: portmgr-secretary
* - Switch to options helpersamdmi32016-08-191-7/+12
| | | | | - Add NO_ARCH - Cosmetic fixes
* Remove expired port:rene2016-08-187-278/+0
| | | | 2016-08-18 net-mgmt/netams: unmaintained, broken on most FreeBSD platforms
* net-mgmt/rancid: Mark DEPRECATED, provide an EXPIRATION_DATEfeld2016-08-181-0/+3
| | | | | PR: 211718 MFH: 2016Q3
* net-mgmt/rancid3: Add experimental support for Comware devicesfeld2016-08-185-1/+1641
| | | | | | | | Comware support has been added via a port option. It is not enabled by default as upstream has not been able to validate the reliability of this enhancement. PR: 209361
* net-mgmt/rancid3: Fix SSH on FreeBSD 11.0feld2016-08-171-1/+3
| | | | | | | | | | | RANCID by default attempts to ssh to devices with 3des as the cipher. This no longer works with OpenSSH in FreeBSD 11 as you need to be more specific. Changing this to 3des-cbc works for now, but future versions of OpenSSH will break this as well. Unfortunately this will break RANCID as many network devices do not support modern ciphers, but we will have to deal with that when the time comes. MFH: 2016Q3
* Update to version 0.0.2pawel2016-08-122-4/+4
| | | | | PR: 211632 Submitted by: Neel Chauhan (maintainer)
* net-mgmt/argus3: Fix rc.d scriptbofh2016-08-092-1/+2
| | | | | PR: 203597 Submitted by: peter.thoenen@yahoo.com
* net-mgmt/seafile-gui: 5.1.3 -> 5.1.4pi2016-08-092-4/+4
| | | | | | | | | | | This is an small bugfix release for seafile-gui. - Fixed bugs in auto completion for private shares - Fix bug in Mingw64 - Updated login dialog PR: 211635 Submitted by: Ultima1252@gmail.com (maintainer)
* net-mgmt/seafile: 5.1.4 -> 6.0.0pi2016-08-093-4/+7
| | | | | | | | | | | | | | | | | | | This is an update for seafile to the latest version, 6.0.0. This major version update has only minor fixes. Recently they're was a debate regarding Seafile Ltd. being forked by GmbH. After reading several articles and exchanging emails, I have determined that the best path for FreeBSD to take would be that of Ltd. I'm sorry if this upsets anyone. - Updated to 6.0.0 o add replace parameter to move_file api o [setup-script] check user host when check user exist for mysql o add progress for download dir/multi o add remove_group_repos api PR: 211634 Submitted by: Ultima1252@gmail.com (maintainer)
* net-mgmt/ccnet: 5.1.4 -> 6.0.0pi2016-08-092-4/+4
| | | | | | | | | - There isn't anything that would change functionality, but it is a major version update, and it needs to line up with the rest of the stack so people aren't confused. PR: 211633 Submitted by: Ultima1252@gmail.com (maintainer)
* Update net-mgmt/collectd5 to 5.5.2brd2016-08-084-14/+13
| | | | | | | PR: 211613 Submitted by: brd Approved by: ports-secteam (feld) Security: 6da45e38-5b55-11e6-8859-000c292ee6b8
* Pacify portlint and stage-qa.ehaupt2016-08-082-6/+7
|
* Update to version 0.8.8hskreuzer2016-08-083-7/+5
| | | | Reported by: Robert Blayzor <rblayzor@inoc.net>
* net-mgmt/yaf: Fix dependency on libpcapmarino2016-08-061-1/+2
| | | | | | | | The WITH_DAG knob implies that the ports version of libpcap is desired for yaf, not the base version as it is currently configured. Fix the dependency specification accordingly. PR: 211578
* net-mgmt/ndoutils: Update version 2.0.0=>2.1.0bofh2016-08-065-43/+43
| | | | | | | - Convert to USES - Mark JOBS safe - Convert to OPTIONSNG - Make patches makepatch compatible
* Add a slave port of net-mgmt/pnp for use with net-mgmt/icinga2 and ↵lme2016-08-062-0/+19
| | | | | | net-mgmt/icingaweb2 Suggested by: mr
* Update to beta3girgen2016-08-053-164/+208
| | | | | | Clean up telegraf.conf [1] PR: 210622 [1]
* net-mgmt/icinga2: Fix LIB_DEPENDS with USES=execinfomarino2016-08-051-3/+2
| | | | | | | | The unconditional specification of libexecinfo.so is redundant on most plaforms that have libexecinfo.so in base. The helper USES=execinfo was created just to avoid this issue, so convert port to that. Approved by: just-fix-it
* net-mgmt/netams: reset maintainer, expire, make less brokenmarino2016-08-041-12/+11
| | | | | | | | | | | | | | | | | First, the port already has 3 maintainer timeouts going back years, so go ahead and reset maintainership. Second, it's broken on FreeBSD 10 and newer. Third, the options were broken (e.g. USES defined after <options>, <pre> and <post> also used with options. I tweaked this some (untested) Fourth: The pcap specification is ambiguous. (I removed it). [1] The entire port is in really bad shape so set it for removal in two weeks. PR: 211578 [1]
* net-mgmt/cdpsnarf: remove unneeded LIB_DEPEND pcappi2016-08-041-3/+2
| | | | | PR: 206841 Reported by: marino
* Add an option for building with BIND9 9.11.mat2016-08-031-2/+6
| | | | Sponsored by: Absolight
* Update to 2.1.2.mat2016-08-0310-81/+28
| | | | | Reported by: portscout Sponsored by: Absolight
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-033-0/+3
| | | | | | | | | | | | | | | | | | | | | file, so the order remains the same. Every PHP (or Zend) extension now installs its own .ini file in /usr/local/etc/php. A PHP extension will be automatically activated when installed. The order into which extensions are loaded is automatically guessed. In some very rare cases, the guess will be wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php section of the Porter's Handbook for more information. Convert ports touching etc/php/extensions.ini manually, or telling the OP to do it. And finally, bump PORTREVISION for all php extensions. PR: 210697 Submitted by: mat Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D7022
* net-mgmt/nagvis: fix Makefile commentpi2016-07-311-1/+0
| | | | | PR: 202151 Reported by: mat
* net-mgmt/nagvis: fix plistpi2016-07-301-1/+1
| | | | | PR: 202151 Submitted by: ohauer
* net-mgmt/nagvis: 1.7.2 -> 1.8.5pi2016-07-303-201/+97
| | | | | | | | | | - For changes see the links to all changelogs on http://www.nagvis.org/ PR: 202151 Submitted by: w.schwarzenfeld@utanet.at Reported by: peo@bsdlabs.com Approved by: derfi@vei.ru (maintainer timeout)
* net-mgmt/librenms: Update version 201605=>201607bofh2016-07-282-4/+4
|
* - Update to version 0.26 [1]pawel2016-07-283-4/+5
| | | | | | | - Fix capitalization in pkg-descr PR: 210925 [1] Submitted by: maintainer [1]
* net-mgmt/seafile: 5.1.3 -> 5.1.4pi2016-07-253-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added py-urllib3 to runtime depends - Added upgrading reminder in pkg-message.in - [fix] Fix seaf-fsck.sh --export fails without database - [fix] Fix users with Umlauts in their display name breaks group management and api2/account/info on some special Linux distribution - Remove user from groups when a user is deleted. - [fix] Fix can't generate shared link for read-only shared library - [fix] Fix can still view file history after library history is set to "no history". - [fix] Fix after moving or deleting multiple selected items in the webinterface, the buttons are lost until reloading - Check user before start seafile. The user must be the owner of seafile-data directory - Don't allow emails with very special characters that may containing XSS string to register - [fix] During downloading multiple files/folders, show "Total size exceeds limits" instead of "internal server error" when selected items exceeds limits. - [fix] When delete a share, only check whether the be-shared user exist or not. This is to avoid the situation that share to a user can't be deleted after the user be deleted. - Add a notificition to a user if he/she is added to a group - Improve UI for password change page when forcing password change after admin reset a user's password - [fix] Fix duplicated files show in Firefox if the folder name contains single quote ' PR: 211340 Submitted by: Ultima1252@gmail.com (maintainer)
* net-mgmt/ccnet: 5.1.3 -> 5.1.4pi2016-07-252-6/+5
| | | | | | | - remove user_name param for remove_group api PR: 211339 Submitted by: Ultima1252@gmail.com (maintainer)
* Mark broken on FreeBSD 9.xlme2016-07-241-0/+2
|
* Cleanup $() variables in ports Makefiles.mat2016-07-201-1/+1
| | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
* - update libgd to 2.2.2dinoex2016-07-205-5/+5
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* When there is a do-install target, do not use a post-install target, domat2016-07-199-15/+4
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* - Mark BROKEN: does not fetchamdmi32016-07-191-0/+2
| | | | | | tux.org does not resolve, apache.uasw.edu gives 404 Reported by: pkg-fallout
* net-mgmt/phpipam: 1.0 -> 1.2.1pi2016-07-173-348/+632
| | | | | | | | PR: 211151 Changes: http://phpipam.net/phpipam-1-2-1-bugfix-released/ http://phpipam.net/phpipam-v1-2-released/ Requested by: Brandon McCorkle <Brandon.McCorkle@gahanna.gov> Approved by: jake@xz.cx (maintainer)
* OnionLauncher is a launcher for Tor written in Python and PyQt5.pawel2016-07-144-0/+34
| | | | | | | WWW: https://www.github.com/neelchauhan/OnionLauncher PR: 210743 Submitted by: Neel Chauhan <neel@neelc.org>
* Fix build on head (freebsd 12)antoine2016-07-111-1/+2
| | | | Reported by: pkg-fallout
* net-mgmt/unifi3: Remove from ports treefeld2016-07-106-386/+0
| | | | Unifi3 is EoL. Please upgrade to net-mgmt/unifi4.
* net-mgmt/unifi4: Update to 4.8.20feld2016-07-103-12/+13
| | | | Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-4-8-20-is-released/ba-p/1612634
* - Update to 1.2-RC4lme2016-07-1010-123/+374
| | | | | | - Remove my distfile mirror - Switch to USES ssl - Provide working versions of airmon-ng and airodump-ng-oui-update
* net-mgmt/nfsen: Improve default directory permissionsfeld2016-07-083-14/+22
| | | | | | Also make it easier to install/run as another user. PR: 210368
* Remove expired ports without open PRs:rene2016-07-0518-3330/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Update to 2.3.4lme2016-07-043-4/+8
|
* net-mgmt/kismet: 2013-03-R1b -> 2016-07-R1, take maintainerpi2016-07-039-50/+74
| | | | | | | | | | | | | | | | - Turn on FCS validation by default for all sources - support for recent autotools - fixes for crashes when alert backlog was set to zero - fixes for failures in some VIF situations - fixes to resizing windows - fixes to GPS averaging - add WPS state parsing - handle BSSTimestamp parsing - other assorted bug fixes and behavior improvements. - nl8011 support is fixed so finding the vif device works again - full 5GHz channel discovery works now - memory leaks in the drone are fixed - some ncurses compile bugs are resolved.
* net-mgmt/seafile-gui: 5.1.2 -> 5.1.3pi2016-07-012-5/+4
| | | | | | | | | | - Support syncing any sub-folder with a community server - [fix, pro] Fix auto-completion in sharing a folder to a user - auto-login for open file history in web - Prevent generating too many "case conflict" files PR: 210728 Submitted by: Ultima1252@gmail.com (maintainer)
* net-mgmt/seafile-gui: 5.1.1 -> 5.1.2 with additional fixes in depspi2016-06-303-8/+16
| | | | | | | | | | | | | | | devel/libsearpc: add USES=gettext net-mgmt/seafile: add deps devel/libevent2, misc/e2fsprogs-libuuid, devel/jansson, USES=gettext www/libevhtp: remove option REGEX - Add context menu to view file history in web - Fix user auto-completion in folder sharing dialog - Fix tray icon not shown in KDE 5 https://github.com/haiwen/seafile-client/issues/697 PR: 210165 Submitted by: Ultima1252@gmail.com (maintainer)
* Convert USE_PHP*=yes into USES=php*mat2016-06-283-6/+3
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-281-1/+1
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* net-mgmt/lldpd: update 0.9.2 -> 0.9.4junovitch2016-06-265-3/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix lldpd(8) in post-patch to show correct lldpd config file/directory path. - Apply extra patches taken from upstream right after 0.9.4 was released: * Fix build issues with 9.3's older cpp not supporting mutiple files as input. (likely Tier 2 archs with GCC 4.2 too) * Fix a regression which was caused by importing/adding support for new OpenBSD ifmediareq changes* and the use of typeof in 0.9.4 lldpd (0.9.3) * Do not rely on support of constructors for liblldpctl. * Always log to stderr (even in addition to syslog). * `lldpcli watch` accepts a limit on the number of received events. * `lldpcli -f {xml,json} watch` should work now. * Consider `veth` interfaces as physical interfaces. lldpd (0.9.4) * Make lldpd accepts a `-p` option to specify the PID file. * Ability to change multicast MAC address to two additional values to reach customer bridges. * lldpcli will now display chassis TTL when detailed view is enabled. * Fix setting of local value for port ID. * Fix compilation with BSD make. * Ensure lldpcli returns an error code on invalid commands. PR: 210390 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
* Update to 0.25.mat2016-06-212-3/+4
| | | | Sponsored by: Absolight
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-213-23/+25
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* Rename all files containing a : in their filename.mat2016-06-182-1/+1
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* Add docbook stuff to BUILD_DEPEND, otherwise build may die, whenmi2016-06-181-1/+3
| | | | | | generating the utility's man-page. Notified by: pkg-fallout
* Add port of adcli -- a command-line tool to interact withmi2016-06-166-0/+597
| | | | | | Microsoft's Active Directory servers. WWW: https://www.freedesktop.org/software/realmd/adcli/adcli.html
* Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.mat2016-06-162-5/+7
| | | | | | | | | | | WITH_OPENSSL_* can't be set after bsd.port.pre.mk. Fold all other usage into using SSL_DEFAULT == foo PR: 210149 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6577
* net-mgmt/unifi5: Update to 5.0.7feld2016-06-142-4/+5
| | | | https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-0-7-is-released/ba-p/1587040
* net-mgmt/librenms: Update version 201604=>201605bofh2016-06-122-4/+4
|
* net-mgmt/p5-Net-Abuse-Utils-Spamhaus: Update version 0.07=>0.09bofh2016-06-102-3/+5
| | | | - Mark NO_ARCH
* net-mgmt/argus3-clients: Update version 3.0.8=>3.0.8.2bofh2016-06-102-21/+23
| | | | | | - Add EXAMPLES - Change USE_MYSQL to USES - Move to OPTIONSNG based do-install methods
* net-mgmt/argus3: Update version 3.0.8.1=>3.0.8.2bofh2016-06-103-3/+17
| | | | | | | - Fix rc.d script [1] PR: 203597 [1] Submitted by: peter.thoenen@yahoo.com [1]
* Add kapacitor to the ports tree.girgen2016-06-096-0/+116
| | | | | | | | | | | Kapacitor is InfluxDB's native data processing engine. It can process both stream and batch data from InfluxDB. Kapacitor lets you plug in your own custom logic or user defined functions to process alerts with dynamic thresholds, match metrics for patterns or compute statistical anomalies. WWW: https://influxdata.com/time-series-platform/kapacitor/ PR: 210094 Submitted by: Stefan Lambrev
* Update to latest version.girgen2016-06-082-132/+141
|
* Deprecate ports broken for more than 6 monthsantoine2016-06-042-0/+4
|
* The UniFi Controller allows you to manage Wireless, Routing & Switching,feld2016-06-036-0/+469
| | | | | | VoIP and Video of Ubiquiti Networks. WWW: http://wiki.ubnt.com/UniFi_FAQ
* Remove port. Needs to be re-added as a copy of unifi4.feld2016-06-036-469/+0
| | | | Reported by: mat
* The UniFi Controller allows you to manage Wireless, Routing & Switching,feld2016-06-036-0/+469
| | | | | | VoIP and Video of Ubiquiti Networks. WWW: http://wiki.ubnt.com/UniFi_FAQ
* Github cleanup.mat2016-06-012-4/+0
| | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
* Fix build if the MYSQL option is enabled with any other option.mat2016-06-011-8/+26
| | | | Sponsored by: Absolight
* - Add OPTION to pass --disable-snmptrapd-subagent to configurezi2016-05-311-1/+6
| | | | | PR: 209885 Submitted by: emz@norma.perm.ru
* net-mgmt/seafile: 5.1.2 -> 5.1.3pi2016-05-312-3/+4
| | | | | | | | | | - [security] Fix permission checking for generating share links - Add an option (ENABLE_SETTINGS_VIA_WEB) to ignore settings via Web UI (system admin->settings) - [fix] Making user search (used in auto-completion) case insensitive PR: 209857 Submitted by: Ultima1252@gmail.com (maintainer)
* net-mgmt/ccnet: 5.1.2 -> 5.1.3pi2016-05-312-3/+4
| | | | | | | | | | - [security] Fix permission checking for generating share links - Add an option (ENABLE_SETTINGS_VIA_WEB) to ignore settings via Web UI (system admin->settings) - [fix] Making user search (used in auto-completion) case insensitive PR: 209859 Submitted by: Ultima1252@gmail.com (maintainer)
* - Update to 5.1.1amdmi32016-05-294-34/+43
| | | | | | | - Multiple port improvements PR: 203934 Submitted by: Ultima1252@gmail.com (maintainer)
* - Update to 5.1.2amdmi32016-05-2919-153/+381
| | | | | | | - Multiple port improvements PR: 203933 Submitted by: Ultima1252@gmail.com (maintainer)
* Update to upstream release 5.1.2riggs2016-05-293-10/+10
| | | | | PR: 208979 Submitted by: Ultima1252@gmail.com (maintainer)
* net-mgmt/cacti: 0.8.8g -> 0.8.8hpi2016-05-295-8/+31
| | | | | | | | | | | | | | This is a security update for cacti to resolve SQL exploits. - upgrade to 0.8.8h codebase from vendor - fix SQL vulnerabilities including CVE-2016-3659 - fix USE_MYSQL -> USES:mysql - fix deprecated mysql php module requirement (use mysqli instead) - fix overwriting of failure/recovery dates after outages PR: 209809 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Security: CVE-2016-3659 MFH: 2016Q2
* Update to latest versiongirgen2016-05-262-127/+141
| | | | | PR: 209601 Submitted by: Stefan Lambrev
* net-mgmt/torrus: 2.07 -> 2.09pi2016-05-265-37/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Torrus/Renderer/RPC.pm (rpc_timeseries): TIMESERIES RPC call now returns title, labels, and vertical_label - init.d/torrus.in: utilize the new launcher in init script - bin/launcher.in: new utility for starting-stopping daemons - bin/action_snmptrap.in: TORRUS_NPCOMMENT is deliverd in .10 in SNMP traps - Torrus/DevDiscover/RFC2670_DOCS_IF.pm: new discovery parameter: RFC2670_DOCS_IF::disable-downstreams - Torrus/Collector/SNMP_Params.pm: "aes128cfb" is invalid value for snmp-privprotocol, should be "aes" - Torrus/Collector/SNMP.pm: DNS errors treated as host unreachable; reachability statistics more accurate - Torrus/Renderer/RPC.pm (rpc_timeseries): added DATAONLY parameter for TIMESERIES RPC call - Torrus/Renderer/RPC.pm: AGGREGATE_DS RPC call now works for leaves without MAX RRA - Torrus/Renderer/RRDtool.pm (rrd_make_hrules): using skipscale for horizontal rules (requires rrdtool-1.4.8 or newer) - Torrus/DevDiscover/F5BigIp.pm: added system performance statistics and 64-bit interface counters - Torrus/DevDiscover/RFC2863_IF_MIB.pm: new discovery parameter: RFC2863_IF_MIB::disable-all - Torrus/Renderer/RRDtool.pm: now hrules are drawn with semi-transparent LINE1 - xmlconfig/defaults.xml: two new horizontal rules: warn-level, crit-level - xmlconfig/defaults.xml: moved monitor-period and monitor-timeoffset from snmp-defs.xml - bin/monitor.in: new CLI option: --runalways - configs/torrus-config.pl: new configuration parameters: $Torrus::Collector::runAlways = 0; $Torrus::Monitor::runAlways = 0; - Torrus/DevDiscover/CiscoGeneric.pm: added support for CISCO-SYSTEM-EXT-MIB (mainly needed for Cisco Nexus) - Torrus/DevDiscover/Albis_ULAF.pm (discover): new discovery parameter: Albis_ULAF::mp-name-filter - Torrus/DevDiscover/CiscoIOS.pm: support for Cisco Nexus; persistent ifIndex for Nexus - Torrus/DevDiscover/Fortinet.pm: new discovery module for Fortinet products - Torrus/DevDiscover/CiscoIOS.pm: Bugfix in discovery sequence. This bug was invisible up to perl v5.18.0. Now Perl randomizes hash keys on every loop. - Torrus/Renderer/RPC.pm: new RPC method: TIMESERIES - Torrus/DevDiscover/UcdSnmp.pm: Loopback interfaces filtered out - Torrus/DevDiscover/RFC4293_IP_MIB.pm: New params: RFC4293_IP_MIB::tokenset-members, RFC4293_IP_MIB::ipv4-external-serviceid, RFC4293_IP_MIB::ipv6-external-serviceid, New selector action: TokensetMember - Torrus/DevDiscover/RFC2863_IF_MIB.pm: Improved interface indexing for unknown devices. New parameters: RFC2863_IF_MIB::name-hint RFC2863_IF_MIB::comment-hint - Torrus/DevDiscover/CiscoIOS.pm: new discovery parameter: CiscoIOS::ifindex-persist - Torrus/DevDiscover/RFC4293_IP_MIB.pm: new discovery module for IPv4/IPv6 traffic stats - Torrus/DevDiscover/CiscoGeneric.pm (discover): 64-bit gauges for Cisco memory pools - Torrus/ConfigTree/Writer.pm (initRoot): new parameter: tree-name automatically inserted to the top of the tree PR: 209745 Submitted by: corsmith@gmail.com (maintainer)
* net-mgmt/xymon-client: Modernize portfeld2016-05-242-9/+7
| | | | | | Remove @exec and unnecessary @dir from plist Reported by: bapt
* net-mgmt/xymon-server: Modernize portfeld2016-05-242-51/+36
| | | | | | | Clean up pkg-plist Move @exec to post-install Reported by: bapt
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-2416-16/+13
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-247-7/+7
| | | | Approved by: portmgr blanket
* - Update to 3.33jadawin2016-05-233-3/+8
|
* - Update to 2.4.10lme2016-05-203-5/+7
| | | | - Switch to USES= mysql
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-1919-29/+29
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1953-144/+144
| | | | Approved by: portmgr blanket
* Update to upstream release 6.0SP2riggs2016-05-166-9/+8
| | | | | PR: 208813 Submitted by: koichiro@rworks.jp (maintainer)
* - Fix shebangsamdmi32016-05-141-2/+6
| | | | | | - Add NO_ARCH Approved by: portmgr blanket
* net-mgmt/yaf: 2.8.1 -> 2.8.4pi2016-05-132-11/+3
| | | | | | | | | | - Fixes a bug in decoding specific TCP Options headers. - Fix application labeling bug introduced in 2.8.0 which incorrectly labels particular REGEX labels PR: 209021 Submitted by: Chris Inacio <nacho319+freebsdZilla@gmail.com> Approved by: dikshie@sfc.wide.ad.jp (maintainer timeout)
* - Added USES sqlite instead LIB_DEPENDS by sqlitevg2016-05-111-3/+2
|
* - Update to 2.0vg2016-05-114-24/+23
|
* - Fix syntax in newsyslog config fileamdmi32016-05-112-14/+12
| | | | | | | | - While here, switch to options helpers PR: 208944 Submitted by: sohgo@sohgo.more.jp Approved by: maintainer timeout (koichiro@rworks.jp, 2 weeks)
* net-mgmt/unifi4: Update to 4.8.18feld2016-05-063-8/+9
| | | | Changelog: http://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-4-8-18-is-released/ba-p/1555743
* net-mgmt/netdisco: update 2.033004 -> 2.033006robak2016-05-033-5/+5
| | | | | PR: 209070 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
* Update databases/rrdtool to 1.6.0zeising2016-05-0318-15/+18
| | | | | | | | | | | | Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168
* - Fix NCURSES option: USE_NCURSES has been replaced by USES=ncursessunpoet2016-05-012-6/+6
| | | | - Fix PLIST
* - Fix PLIST with DESKTOP option enabledsunpoet2016-04-302-0/+12
| | | | Reported by: Ivan Klymenko <fidaj@ukr.net>
* Update to 0.2.11.vanilla2016-04-302-4/+3
| | | | | PR: 209119 Submitted by: maintainer
* Update to 2.3.2lme2016-04-292-3/+3
| | | | | | Changelog: https://www.icinga.org/2016/04/28/icinga-web-2-v2-3-2-v2-2-0-and-v2-1-3-hotfix-releases/ MFH: 2016Q2
* net-mgmt/resource-agents: Change from GH_TAGNAME to DISTVERSIONPREFIX=vpi2016-04-282-3/+3
| | | | | PR: 209005 Submitted by: mat
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-283-3/+3
|
* create USES=gem and update rubygem- ports to use itswills2016-04-283-6/+3
| | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070
* net-mgmt/zabbix3-server: update 3.0.1 -> 3.0.2robak2016-04-274-7/+6
| | | | | | | - Update MAINTAINER email PR: 209028 Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
* net-mgmt/zabbix22-server: update 2.2.11 -> 2.2.12robak2016-04-272-5/+5
| | | | | | | - Update MAINTAINER email PR: 209031 Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
* net-mgmt/zabbix24-server: update 2.4.7 -> 2.4.8robak2016-04-273-6/+6
| | | | | | | - Update MAINTAINER email PR: 209030 Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
* Update to version 0.8.8gskreuzer2016-04-273-4/+9
|
* net-mgmt/unifi4: Add a LOCAL mirror for the distfilesfeld2016-04-271-1/+2
| | | | | | | | | Sometimes Ubiquiti updates and pulls old versions for no obvious reason and this causes the quarterly branch build process to repeatedly email me with errors. The license for Unifi does not restrict hosting copies of the distfile, so I will use a backup mirror will solve this. MFH: 2016Q2
* net-mgmt/zabbix2-server: update 2.0.16 -> 2.0.17robak2016-04-262-5/+5
| | | | | | | - Update MAINTAINER email PR: 209032 Submitted by: Pakhom Golynga <pakhom@pakhom.spb.ru> (maintainer)
* New port: net-mgmt/resource-agentspi2016-04-269-0/+435
| | | | | | | | | | | | | | | | These resource agents are used by two cluster resource management implementations: - Pacemaker - rgmanager More information about OCF resource agents is available in the OCF Resource Agent Developer's guide, in the doc/dev-guides subdirectory. WWW: http://www.linux-ha.org/wiki/Resource_agents PR: 209005 Submitted by: David Shane Holden <dpejesh@yahoo.com>
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.mat2016-04-261-2/+1
| | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-266-6/+6
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* - Update to 2.4.7lme2016-04-253-23/+29
| | | | | | | | | | | - Introduce new rc.conf variable "icinga2_mkvar" defaulting to "NO". The variable controls the creation and chown'ing of missing files and directories in /var. [1] - Add an UPDATING entry for this PR: 206022 [1] Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Sponsored by: Essen Linuxhotel Hackathon 2016
* - Fixes in {agent,proxy,server} rc start scripts:lme2016-04-2416-36/+354
| | | | | | | | | | | | | - SysV IPC leak - Restart race - Allow to specify a custom PATH in rc.conf - Bump PORTREVISION PR: 207896 Submitted by: kbowling Approved by: maintainer MFH: 2016Q2 Sponsored by: Essen Linuxhotel Hackathon 2016
* - update to 3.7.4.1flo2016-04-233-6/+6
| | | | | | | - use PLIST_FILES - don't use USE_AUTOTOOLS Sponsored by: Essen Linuxhotel Hackathon 2016
* Remove ${PORTSDIR}/ from *_DEPENDS lines.mat2016-04-221-4/+4
| | | | Sponsored by: Absolight
* - Enable write_tsdb output pluginlwhsu2016-04-222-2/+7
| | | | | | PR: 208738 Submitted by: Davide D'Amico <davide.damico@gmail.com> Approved by: Krzysztof <ports@bsdserwis.com> (maintainer)
* net-mgmt/lldpd: 0.9.1 -> 0.9.1pi2016-04-222-3/+3
| | | | | | | | | | | | | | | | | | | Change: - Ability to add/remove/replace custom TLV from lldpcli. - LLDP-MED capabilities are displayed differently in lldpcli. - Limit the maximum depth (5) when trying to apply a VLAN. - Change JSON output format when using json-c to match Jansson output. - Integration tests for the major parts of lldpd, including use of address and leak sanitizer. Fix: - LLDP-MED POE TLV are now displayed in lldpcli. - Ignore lower link when it is in another namespace. - Fix various problems with interfaces being enslaved. - Fix a memory leak when modifying port-related settings. PR: 208960 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
* many ports: mark broken on powerpc64swills2016-04-2211-0/+22
|
* net-mgmt/p0f: 3.08b -> 3.09bpi2016-04-202-4/+3
| | | | | | | | - Fixed a likely only cosmetic bug with a one-byte overread of the pcap packet buffer, which would cause an error under ASAN. Spotted by Xavid Pretzer. - Added a new signature for Chrome. - Updated another signature for Chrome.
* telegraf_flags will be applied to /usr/bin/daemongirgen2016-04-192-0/+7
| | | | unless we force it empty there and used it explicitally.
* Update to 2.3.1.mat2016-04-182-3/+3
| | | | | Requested by: lme (via irc) Sponsored by: Absolight
* - Update to 5.1.1amdmi32016-04-179-42/+45
| | | | | | | | | - Added LICENCE_FILE - Sorted USES for portlint - Regenerated patches for portlint PR: 203930 Submitted by: Ultima1252@gmail.com (maintainer)
* Update to 2.3.0lme2016-04-163-12/+15
|
* Update to 0.12.1girgen2016-04-162-18/+34
|
* net-mgmt/librenms: Update version 201601=>201604bofh2016-04-152-7/+13
| | | | | | | - Fix circular dependency of x11 and nox11 [1] PR: 208356 [1] Submitted by: daniel@blodan.se [1]
* Remove ${PORTSDIR}/ from DEPENDS.mat2016-04-141-1/+1
| | | | Sponsored by: Absolight
* net-mgmt/tornova: add new portjbeich2016-04-134-0/+32
| | | | | | | | | PR: 207953 Submitted by: Neel Chauhan TorNova is a frontend to Tor written in Python, GTK 3, and Stem. https://www.github.com/neelchauhan/TorNova
* telegraf does not build on i386girgen2016-04-121-1/+1
|
* Add Influxdata's telegraf to the ports treegirgen2016-04-126-0/+343
| | | | | | | | | Telegraf is an open source agent written in Go for collecting metrics and data on the system it's running on or from other services. Telegraf then writes the data to InfluxDB in the correct format. The port was originally created by Stefan Lambrev and he approved that I take maintainership.
* Fix IPV6 optionbapt2016-04-102-2/+2
| | | | Bump portrevision
* net/mgmt/unifi4: Update to 4.8.15feld2016-04-093-11/+15
| | | | Changelog: http://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-4-8-15-is-released/ba-p/1531713
* net-mgmt/xymon-client & xymon-server: Update to 4.3.27feld2016-04-094-6/+6
| | | | Changelog: http://lists.xymon.com/archive/2016-March/043283.html
* net-mgmt/nagiosgraph: 1.4.4 -> 1.5.2pi2016-04-074-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Added ART20 LICENSE - ensure that insert.pl works with nagios embedded perl - use embedded images for show/hide toggle buttons (thanks to matt perry) - ensure graph controls float above other elements - zoom when zoom rectangle drags to right or left - added hourly interval - generate text and html readme files from README.pod (thanks to matt perrry) - fix map rule for PROCS (thanks to matt perry) - increase variety of colors (thanks to matt perry) - improved controls layout (thanks to matt perry) - block right-click menu on graphs (thanks to matt perry) - fixed escaping of urls - isolate date/time formatting for graph mouseovers - include pid when logging to help isolate multi-core/multi-thread issues. - fixed debian6 packaging problems. - change authentication behavior when nagios default_user_name is defined. behavior is now aligned to that defined in nagios. - use more precise values for graph zoom bounds. - specify explicitly the default graph height. - strip leading and trailing whitespace from tuples (heartbeats, stepsizes, resolutions, steps, xffs, plotasLINE1, plotasLINE2, etc). - added fixedscale as a per host/service/database/source parameter. for backward compatibility it still works when specified as a cgi argument. note that it affects the vertical axis and the values in the legend. - handle # in database and data source names - ensure the directory containing perfdata log is writeable by nagios user. - added export.cgi to dump rrd data in csv or xml format. - automatically determine groups from the Nagios servicegroup definitions. - fixed heartbeats/stepsizes/resolutions bug. this time for real. really. - retain a copy of any modifications made to nagios.cfg and commands.cfg when removing rpm or deb packages. - fixed install.pl to work with icinga. - renamed upgrade.pl to flat2hier.pl - fixed install option typo for --check-prerequisites in install instructions. - encourage standalone installations rather than overlays unless installing from rpm or deb package. - encourage nagios pre-flight checks before restarting nagios. PR: 208483 Approved by: hizel@vyborg.ru (maintainer)
* net-mgmt/zabbix3-server: IGNORE for 9.3 with explainationpi2016-04-061-4/+2
| | | | | PR: 208029 Submitted by: mat
* net-mgmt/zabbix3-{server,proxy,agent}: Add SSL/TLS supportpi2016-04-063-4/+34
| | | | | | PR: 208029 Submitted by: Martin Waschbuesch <martin@waschbuesch.de> Approved by: pakhom@pakhom.spb.ru (maintainer)
* Remove expired port:rene2016-04-056-93/+0
| | | | 2016-04-04 net-mgmt/weathermap: Distfile unavailable, website no longer exists
* Fix props.mat2016-04-021-1/+1
| | | | Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-01209-890/+890
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-013-9/+9
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup dependencies on lang/p5-Scalar-List-Utils.mat2016-03-313-8/+5
| | | | | | | | | | | | | | | The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight
* net-mgmt/arpwatch: add missing files for -z flagpi2016-03-292-0/+18
| | | | | PR: 208361 Reported by: ohartman@zedat.fu-berlin.de
* net-mgmt/arpwatch: some patchespi2016-03-2811-53/+88
| | | | | | - take maintainer - add -z flag to not send mail for 0.0.0.0 IPs from busy dhcp networks - makepatch conform patchfiles
* Bump PORTREVISION for last commit.tijl2016-03-271-0/+1
| | | | Reported by: rm
* New port net-mgmt/nagios-check_zpoolstj2016-03-274-0/+37
| | | | | | | A Nagios/Icinga plugin to monitor ZFS Pools (zpools). It is based on "Check Solaris ZFS Pools" but is completely rewritten. WWW: https://github.com/Napsty/check_zpools
* - Fix RUN_DEPENDS.tijl2016-03-271-5/+3
| | | | | | | - Remove docbook-xsl dependency now that asciidoc pulls it in. PR: 208222 Submitted by: David Shane Holden <dpejesh@yahoo.com> (maintainer)
* - Update to 3.2.1sunpoet2016-03-272-3/+3
| | | | Changes: https://github.com/rfinnie/2ping/blob/master/ChangeLog
* Add net-mgmt/crmsh.tijl2016-03-256-0/+383
| | | | | | | | | | | Configure, manage and troubleshoot clusters from the command line, with full tab completion and extensive help. crmsh also provides advanced features like low-level cluster configuration, cluster scripting, package management, and history exploration tools giving you a complete insight into the state of your cluster. PR: 208222 Submitted by: David Shane Holden <dpejesh@yahoo.com>
* - Fix plist for WITHOUT=APPLABEL caseamdmi32016-03-252-120/+121
| | | | | | PR: 207869 Submitted by: nacho319+freebsdZilla@gmail.com Approved by: maintainer timeout (dikshie@sfc.wide.ad.jp, 2 weeks)
* Cisco::CopyConfig provides methods for manipulating theamdmi32016-03-245-0/+31
| | | | | | | | | | | running-config of devices running Cisco IOS via SNMP directed TFTP. This module is essentially a wrapper for Net::SNMP and the CISCO-CONFIG-COPY-MIB-V1SMI.my MIB schema. WWW: http://search.cpan.org/dist/Cisco-CopyConfig/ PR: 208236 Submitted by: rihaz.jerrin@gmail.com
* net-mgmt/routers2: 2.19 -> 2.23, also for -extras and -extensionspi2016-03-2215-107/+49
| | | | | | | | - Approx. 200 lines of changelog in approx. 5 years PR: 206902 Submitted by: Dan Lukes <dan@obluda.cz> Approved by: kiwi@oav.net (maintainer)
* net-mgmt/mrtg-ping-probe: New mastersitepi2016-03-211-1/+1
| | | | | | PR: 207716 Submitted by: pi Approved by: sanpei (maintainer timeout)
* net-mgmt/guifi-snpservices: Update to 0.2.2.8feld2016-03-217-41/+40
| | | | PR: 206405
* - Add NO_ARCHsunpoet2016-03-211-0/+1
| | | | Approved by: portmgr (blanket)
* - Cleanup Makefilesunpoet2016-03-211-2/+1
|
* net-mgmt/victorops-nagios: Unbreak portfeld2016-03-2112-170/+32
| | | | | | | | - Update to 1.4.20 - Port modernization PR: 206350 MFH: 2016Q1
* net-mgmt/bandwidthd: back out r411165 and disable png checkjbeich2016-03-201-3/+8
| | | | | | | libpng is dependency of libgd, bandwidthd doesn't use it directly PR: 208014 Tested by: md5 **/*.o
* Install net/libnet headers and libraries back in the location where othertijl2016-03-207-52/+15
| | | | | | | | | ports expect it. The files were put in a different location to avoid a conflict with net/libnet10 but this port has been removed a while ago now. PR: 208122 Exp-run by: antoine Approved by: portmgr (antoine)
* lang/expect: update to 5.45.3, bump PORTREVISION on dependent portsgahr2016-03-192-2/+2
|
* Update to 2.4.4lme2016-03-182-3/+3
|
* net-mgmt/super_mediator: Update to 1.3.0feld2016-03-182-7/+3
| | | | PR: 207862
* net-mgmt/nfsen: Unbreak with newer versions of rrdtoolfeld2016-03-172-1/+12
|
* - port links against libpng, so add png as dependencyohauer2016-03-151-3/+5
| | | | | PR: 208014 Submitted by: Franco Fichtner
* net-mgmt/zabbix24 -> zabbix3feld2016-03-1514-0/+1208
| | | | | | Welcome zabbix3 to the ports tree PR: 207616
* net-mgmt/collectd5: enable interface plugin by defaultfeld2016-03-152-9/+4
| | | | | | | The interface plugin no longer requires libstatgrab. PR: 207564 Approved by: maintainer
* Update to 1.3.1 and unbreak.mat2016-03-143-24/+18
| | | | Sponsored by: Absolight
* These ports do not build with PHP 7.0, make them as such.mat2016-03-145-0/+9
| | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight
* Update to 4.078, which removes the need for the patch. Also, USE_PERL5=patchadamw2016-03-133-15/+7
| | | | | | | is not necessary so remove that. While here, strip the XS file. PR: 207523 Approved by: maintainer timeout (> 2 weeks)
* Simplify the Makefile a bit.rakuco2016-03-122-3/+9
| | | | | | | Set LICENSE and NO_ARCH and use shebangfix. PR: 207766 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
* - update to 0.4.2trociny2016-03-122-10/+6
| | | | | - remove `make depend` hack (the issue is fixed in 0.4.2) - remove '#include <sys/queue.h>' patch (was needed for 8.X)
* Set PORTSCOUT=ignore:1.rakuco2016-03-111-1/+1
| | | | | | | Yet another attempt at shutting portscout up. This time use the right syntax. Thanks to zi@ for pointing it out. PR: 207696
* - Update to 0.24jadawin2016-03-102-4/+3
|
* Update to 0.9.14mat2016-03-088-39/+61
| | | | | | PR: 207164 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* net-mgmt/yaf: 2.8.0 -> 2.8.1, with many new OPTIONspi2016-03-063-11/+62
| | | | | | | | | | | - Fix compile error when configured with --disable-payload - Force buffer emit with IPFIX Options record when inactive Please report if you find OPTION combinations that cause problems. PR: 202611 Submitted by: Chris Inacio <nacho319+freebsdZilla@gmail.com> Approved by: dikshie@sfc.wide.ad.jp
* - Update to 3.2.0sunpoet2016-03-062-3/+3
| | | | Changes: https://github.com/rfinnie/2ping/blob/master/ChangeLog
* net-mgmt/bgpuma: fix licensepi2016-03-061-1/+1
|
* New port: net-mgmt/bgpumapi2016-03-064-0/+38
| | | | | | | | | | | | | | bgpuma is a program for searching BGP update files created by MRT or Zebra/Quagga for CIDR blocks and/or Autonomous Systems. Given a list of CIDR blocks, it looks for those CIDR blocks which match the list, are contained in the list, or are contained by the list. For Autonomous Systems, it looks for routes that are announced by the given system. It is based on the library created by RIPE called bgpdump and SiLK, created by CERT. WWW: https://github.com/cmu-sei/bgpuma
* Set PORTSCOUT=ignore.rakuco2016-03-061-0/+2
| | | | | | | Unfortunately portscout still emails the ports mailing list with bogus version updates, so give it another try at shutting it up. PR: 207696
* Be explicit and provide the full path to the perl binary when installing.rakuco2016-03-051-1/+2
| | | | | | | | | The default value of the PERL variable in the port's Makefile is "/usr/bin/perl", be explicit and provide the path to the binary on FreeBSD. PR: 197131 Submitted by: web@umich.edu Approved by: Nick Hilliard <nick@foobar.org>
* Fixup for r409685 (Fix build on recent 11.0-CURRENT)trociny2016-03-051-1/+1
| | | | | | These commits add 'make depend' to pre-build in order to force making ucd_oid.h and ucd_tree.h before compiling other files, which includes those.
* Deprecate and expire in 1 month.rakuco2016-03-041-1/+3
| | | | | | | | | | | | | The port has been unfetchable for a while now, marked BROKEN since November 2015 and unmaintained. While here, switch MASTER_SITES to the https version to try to silence portscout: accessing broken links with the http version results in an HTTP 302 response that I think causes portscout to report that new versions are available even though they are not. Since broken links in the https version result in HTTP 404, hopefully this will make portscout quiet again. PR: 207696
* net-mgmt/unifi4: Update to 4.8.14feld2016-03-023-443/+444
| | | | Also try to use BUILDVERSION variable to cut down on pkg-plist churn
* Update to 2.2.0lme2016-03-013-11/+15
|
* New port: net-mgmt/super_mediator.rakuco2016-02-295-0/+69
| | | | | | | | | | | | | | super_mediator is an IPFIX mediator designed to split IPFIX sensing flows and distribute the network telemetry information to multiple sources. It can export the network telemetry data gathered into formats designed for bulk loading into databases (e.g. MySQL) or as JSON outputs, as well as directly loading MySQL tables. super_mediator is primarily designed to get network telemetry data from YAF. WWW: http://tools.netsa.cert.org/super_mediator/ PR: 207530 Submitted by: Chris Inacio <nacho319+freebsdZilla@gmail.com>
* Update to 0.9.1.rakuco2016-02-282-3/+3
| | | | | PR: 207439 Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
* - Ignore php7miwi2016-02-281-0/+1
|