Bug 145635 - [patch] port security/base update to 1.4.5
Summary: [patch] port security/base update to 1.4.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-11 23:50 UTC by Olli Hauer
Modified: 2010-05-09 12:30 UTC (History)
1 user (show)

See Also:


Attachments
patch_security_base.txt (11.97 KB, text/plain)
2010-04-11 23:50 UTC, Olli Hauer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer 2010-04-11 23:50:00 UTC
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!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-11 23:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-05-09 12:23:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-05-09 12:24:36 UTC
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"