svnno****@sourc*****
svnno****@sourc*****
2008年 2月 8日 (金) 02:43:06 JST
Revision: 497 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=497 Author: tach Date: 2008-02-08 02:43:05 +0900 (Fri, 08 Feb 2008) Log Message: ----------- * Fix: Undefined subroutine &Slash::Apache::User::PasswordSalt::getSalts called at /usr/lib/perl5/Slash/Utility/Data.pm line 872. Modified Paths: -------------- slashjp/trunk/Slash/Utility/Data/Data.pm slashjp/trunk/debian/changelog -------------- next part -------------- Modified: slashjp/trunk/Slash/Utility/Data/Data.pm =================================================================== --- slashjp/trunk/Slash/Utility/Data/Data.pm 2008-02-07 16:35:43 UTC (rev 496) +++ slashjp/trunk/Slash/Utility/Data/Data.pm 2008-02-07 17:43:05 UTC (rev 497) @@ -869,7 +869,7 @@ return 1 if md5_hex($passwd) eq $md5; my $slashdb = getCurrentDB(); my $vu = $slashdb->{virtual_user}; - my $salt_ar = Slash::Apache::User::PasswordSalt::getSalts($vu); + my $salt_ar = Slash::Apache::User::PasswordSalt::getPwSalts($vu); for my $salt (reverse @$salt_ar) { return 1 if md5_hex("$salt$passwd") eq $md5; } Modified: slashjp/trunk/debian/changelog =================================================================== --- slashjp/trunk/debian/changelog 2008-02-07 16:35:43 UTC (rev 496) +++ slashjp/trunk/debian/changelog 2008-02-07 17:43:05 UTC (rev 497) @@ -1,3 +1,10 @@ +slash (2.5.0.192-2) unstable; urgency=low + + * Fix: Undefined subroutine &Slash::Apache::User::PasswordSalt::getSalts + called at /usr/lib/perl5/Slash/Utility/Data.pm line 872. + + -- Taku YASUI <tach****@osdn*****> Fri, 08 Feb 2008 02:41:59 +0900 + slash (2.5.0.192-1) unstable; urgency=low * New upstream CVS release