Update security/base to version 1.4.5. base r1.4.4 is broken with php5-5.3.x, I spend some time patching 1.4.4 but recognized there is a new version ;) the new version is not perfect, has many deprecated calls to ereg/ereg_replace which I replaced with preg/preg_replace. additional I replaced the adodb port with adodb5, since adodb is even more or less broken with php5-5.3. since graphics/pear-Image_Graph does not work correct with php5-5.3.x graphs can not be created. Note: I have not found all issues until now, but the basic functionality is working again (for me). Please confirm the patches, I'm not a PHP coder!
Responsible Changed From-To: freebsd-ports-bugs->miwi Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
miwi 2010-05-09 11:22:35 UTC FreeBSD ports repository Modified files: security/base Makefile distinfo Added files: security/base/files patch-base_graph_display.php patch-base_qry_common.php patch-base_qry_sqlcalls.php patch-base_stat_ipaddr.php patch-includes__base_db.inc.php patch-includes__base_net.inc.php patch-includes__base_signature.inc.php patch-includes__base_state_citems.inc.php patch-includes__base_state_common.inc.php patch-includes__base_state_criteria.inc.php Log: - Update to 1.4.5 PR: 145635 Submitted by: olli hauer <ohauer@gmx.de> Revision Changes Path 1.29 +2 -2 ports/security/base/Makefile 1.23 +3 -3 ports/security/base/distinfo 1.1 +35 -0 ports/security/base/files/patch-base_graph_display.php (new) 1.1 +16 -0 ports/security/base/files/patch-base_qry_common.php (new) 1.1 +14 -0 ports/security/base/files/patch-base_qry_sqlcalls.php (new) 1.1 +38 -0 ports/security/base/files/patch-base_stat_ipaddr.php (new) 1.1 +11 -0 ports/security/base/files/patch-includes__base_db.inc.php (new) 1.1 +11 -0 ports/security/base/files/patch-includes__base_net.inc.php (new) 1.1 +11 -0 ports/security/base/files/patch-includes__base_signature.inc.php (new) 1.1 +11 -0 ports/security/base/files/patch-includes__base_state_citems.inc.php (new) 1.1 +11 -0 ports/security/base/files/patch-includes__base_state_common.inc.php (new) 1.1 +11 -0 ports/security/base/files/patch-includes__base_state_criteria.inc.php (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"