aboutsummaryrefslogtreecommitdiffstats
path: root/net/termshark
ModeNameSize
-rw-r--r--Makefile4200logstatsplainblame
-rw-r--r--distinfo7155logstatsplainblame
d---------files88logstatsplain
-rw-r--r--pkg-descr223logstatsplainblame
s='column1'>| | | | | | * Updated to latest cgilib (0.7) * Removed old GD/PNG/ZLIB bundled libraries for ease of upgrading * Added -b (background/daemonise) flag to rtgpoll * Added -p <file> (PID file) flag to rtgpoll * Added graph titles and legends to rtgplot * Updated PHP scripts from ancient mysql to newer mysqli library * Fixed many potential SQL injection and other vulnerabilities * Updated MySQL support to compile against MySQL 8.0+ * Updated MySQL support to use mysql_config to pull in CFLAGS/LDFLAGS required depending on MySQL build * Updated MySQL table schemas to support clustered MySQL setups * Updated MySQL table schemas to improve speed (indexes) * Added MySQL option to auto-reconnect if MySQL server goes away * Changed default SNMP version to 2 * Removed deprecated SNMP library options * Added 'Update_desc' option to rtg.con to auto-update interface descriptions * Fixed all compilation warnings, even when compiling with -pedantic -Wall -Werror * Push config into sysconfdir and web utils into htmldir * Added -u <user> -g <group> options for rtgpoll to run as user instead of root * Added -r <path> chroot option No changelog, only NEWS file PR: 253311 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D28523 * Fix build with -fno-commonStefan Eßer2020-09-225-17/+64 | * Add more missing USES=phpTobias Kortkamp2019-11-181-2/+2 | * Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6 | | | | (and missed 3 missed files from previous categories.) * Patch createdb script to avoid race condition / file tamperingRodrigo Osorio2019-07-232-9/+23 | | | | | | | | | | | | | | | | | | During the initialization net/rtg uses the /tmp/mysql.sql and /tmp/rtg.sql to store the SQL commands executed in the database with special user privileges. Using well known files can lead to a race condition between two process who uses the same file names and allow file tampering by a malicious user. This fix uses mktemp command to create temporary files in a safe way PR: 238262 Submitted by: rodrigo Approved by: freebsd-ports@dan.me.uk (maintainer timeout) MFH: 2019Q3 * Fix net/rtg with modern perl and phpRodrigo Osorio2019-05-3125-352/+1353 | | | | | | | | | | | | | | | | * Fix runtime PHP errors if short_opentag is disabled (default) * Remove most PHP warnings/notices that go to error_log * Fix HTML output to be valid * Fix quoting of SQL objects * Fix escaping of user-provided SQL data (potential sql injection) * Widen fields in 95.php and 95.pl for interface and router names * Fix warnings in perl modules in newer perl versions * Fix createdb script to use CREATE USER/GRANT not manipulate user db directly * Add "Update_desc" config entry to auto-update port descriptions from snmp * Update default SNMP version to 2 PR: 227376 Submitted by: <freebsd-ports@dan.me.uk> (maintainer) * net/rtg: Drop nop WANT_PERLTobias Kortkamp2019-05-281-3/+2 | | | | Perl seems to be wanted so add USES=perl5 instead. * Revert r484406, it was never approved.Mathieu Arnold2018-11-0825-1366/+359 | | | | | Pointy hat: mfechner With hat: portmgr * * Fix runtime PHP errors that stop the code working if short_opentag is ↵Matthias Fechner2018-11-0825-359/+1366 | | | | | | | | | | | | | | | | | | | | | | | | disabled (default!) * Remove most PHP warnings/notices that go to error_log * Convert patches to new format where needed * Fix HTML output to be valid * Fix quoting of SQL objects * Fix escaping of user-provided SQL data (potential sql injection) * Widen fields in 95.php and 95.pl for interface and router names * Fix warnings in perl modules in newer perl versions * Fix createdb script to use CREATE USER/GRANT not manipulate user db directly * Add "Update_desc" config entry to auto-update port descriptions from snmp * Update default SNMP version to 2 * Although this doesn't reference any CVE's, it does contain fixes for potential security issues PR: 227376 Submitted by: freebsd-ports@dan.me.uk (maintainer) Reported by: freebsd-ports@dan.me.uk (maintainer) Reviewed by: mfechner Approved by: mentors (timeout), portmgr (timeout) MFC after: 2 days Differential Revision: https://reviews.freebsd.org/D17637 * Patch based off of revision 434135Matthew Seaman2017-04-115-3/+62 | | | | | | | | | | | | | Fix configuration paths in CGIs and reports to include /usr/local/etc/rtg. Affects common.php, reports.pl, and 95.pl. This will fix the CGIs to almost work out of the box. Improve rtgtargmkr.pl to skip unresponsive routers rather than dying. Add USES=ssl PR: 217108 Submitted by: andrew.fengler@scaleengine.com Approved by: maintainer timeout (15 days) * Improve RTG portMatthew Seaman2016-10-2614-69/+82 | | | | | | | | | | | | | | | Summary: Add 'rtg' user and group in UIDs/GIDs. Use daemon(8) to daemonize rtgpoll. Add prestart commands to set correct permissions for RTG's files. Reviewers: swills, allanjude, xmj, andrew.fengler_scaleengine.com, #contributor_reviewers_ports, matthew Reviewed By: #contributor_reviewers_ports, matthew Subscribers: matthew, mat Differential Revision: https://reviews.freebsd.org/D7486 * Unmark broken on powerpc64Steve Wills2016-09-151-2/+0 | | | | These ports built successfully * - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-8/+8 | | | | Approved by: portmgr blanket * many ports: mark broken on powerpc64Steve Wills2016-04-221-0/+2 | * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3 | | | | | With hat: portmgr Sponsored by: Absolight * - Fix shebangsDmitry Marakasov2015-07-141-2/+2 | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) * Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-5/+1 | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 * net category: Remove $PTHREAD_LIBSJohn Marino2015-03-261-3/+0 | | | | | | | | openafs did not pass check-plist (pre-existing) so fixed and bumped. Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks but they weren't fixed. approved by: PTHREAD blanket * Cleanup plistAntoine Brodin2014-11-221-3/+0 | * Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1 | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) * - Update to use PHP mysqli extensions (as mysql extension is deprecatedRaphael Kubo da Costa2014-06-234-11/+258 | | | | | | | | | | | these days) - Fix runtime dependencies to pull in perl's DBI and DBD::mysql modules for target maker. - Add some options to pull in dependencies for mysql server and php web modules if needed. PR: 191276 Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (maintainer) * - Add a backup mirrorMartin Wilke2014-06-151-1/+2 | | | | PR: 191013