[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [333] trunk



Revision: 333
          http://svn.sourceforge.net/ledger-smb/?rev=333&view=rev
Author:   einhverfr
Date:     2006-10-27 09:45:31 -0700 (Fri, 27 Oct 2006)

Log Message:
-----------
Fixed case issue in Build.PL

Modified Paths:
--------------
    trunk/Build.PL
    trunk/Changelog

Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL	2006-10-27 16:36:29 UTC (rev 332)
+++ trunk/Build.PL	2006-10-27 16:45:31 UTC (rev 333)
@@ -12,7 +12,7 @@
 		'Data::Dumper'			=> 0,
 		'Locale::Maketext'		=> 0,
 		'Locale::Maketext::Lexicon'	=> '>= 0.56',
-		'Mime::Base64'			=> 0,
+		'MIME::Base64'			=> 0,
 		'Digest::MD5'			=> 0,
 		'HTML::Entities'		=> 0,
 		'DBI'				=> 0,

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2006-10-27 16:36:29 UTC (rev 332)
+++ trunk/Changelog	2006-10-27 16:45:31 UTC (rev 333)
@@ -7,7 +7,7 @@
 
 Security:
 * Added whitelist of allowed directories to file editor (Seneca)
-* Audited OE.pm and AM.pm for SQL injection problems. (Chris T)
+* Audited OE.pm, AA.pm, and AM.pm for SQL injection problems. (Chris T)
 * Forced edited files to have whitelisted extensions and no .. strings (Chris T)
 * Audited Form.pm for SQL-injection problems and move to new API (Chris T)
 * Audited BP.pm for SQL injection and moved to new API. (Chris T)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.