From d7588dfb2c0258efd62bbeec5edb5af77f381713 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Wed, 7 Nov 2018 19:40:59 +0000 Subject: * Fix runtime PHP errors that stop the code working if short_opentag is 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 --- net/rtg/files/patch-man_rtgpoll.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/rtg/files/patch-man_rtgpoll.1 (limited to 'net/rtg/files/patch-man_rtgpoll.1') diff --git a/net/rtg/files/patch-man_rtgpoll.1 b/net/rtg/files/patch-man_rtgpoll.1 new file mode 100644 index 000000000000..1c15b64d830c --- /dev/null +++ b/net/rtg/files/patch-man_rtgpoll.1 @@ -0,0 +1,12 @@ +--- man/rtgpoll.1.orig 2003-09-24 17:26:57 UTC ++++ man/rtgpoll.1 +@@ -31,6 +31,9 @@ Disable database inserts. + .IR "\-m" + Skip checking for multiple instances. + .TP ++.IR "\-p file" ++PID file. Process ID file. ++.TP + .IR "\-z" + Force database insertion of zero deltas. + .TP -- cgit v1.2.3