diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-11-07 19:40:59 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-11-07 19:40:59 +0000 |
commit | d7588dfb2c0258efd62bbeec5edb5af77f381713 (patch) | |
tree | 3b705599c0d7b4175a5d486db48aed673ea86368 /net/rtg/files/patch-config_config.h.in | |
parent | devel/clixon: Update to 3.8.0 (diff) |
* 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
Notes
Notes:
svn path=/head/; revision=484406
Diffstat (limited to 'net/rtg/files/patch-config_config.h.in')
-rw-r--r-- | net/rtg/files/patch-config_config.h.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/rtg/files/patch-config_config.h.in b/net/rtg/files/patch-config_config.h.in new file mode 100644 index 000000000000..3c624c4c1b14 --- /dev/null +++ b/net/rtg/files/patch-config_config.h.in @@ -0,0 +1,27 @@ +--- config/config.h.in.orig 2003-09-25 15:21:14 UTC ++++ config/config.h.in +@@ -91,19 +91,19 @@ + #undef PACKAGE + + /* Define to the address where bug reports for this package should be sent. */ +-#undef PACKAGE_BUGREPORT ++#undef RTG_PACKAGE_BUGREPORT + + /* Define to the full name of this package. */ +-#undef PACKAGE_NAME ++#undef RTG_PACKAGE_NAME + + /* Define to the full name and version of this package. */ +-#undef PACKAGE_STRING ++#undef RTG_PACKAGE_STRING + + /* Define to the one symbol short name of this package. */ +-#undef PACKAGE_TARNAME ++#undef RTG_PACKAGE_TARNAME + + /* Define to the version of this package. */ +-#undef PACKAGE_VERSION ++#undef RTG_PACKAGE_VERSION + + /* Define as the return type of signal handlers (`int' or `void'). */ + #undef RETSIGTYPE |