svnno****@sourc*****
svnno****@sourc*****
2008年 4月 4日 (金) 15:46:16 JST
Revision: 568 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=568 Author: tach Date: 2008-04-04 15:46:16 +0900 (Fri, 04 Apr 2008) Log Message: ----------- * Change from Apache::PerlRun to Apache::Registry in Slash/Apache/User/PasswordSalt/PasswordSalt.pm Modified Paths: -------------- slashjp/trunk/Slash/Apache/User/PasswordSalt/PasswordSalt.pm slashjp/trunk/debian/changelog -------------- next part -------------- Modified: slashjp/trunk/Slash/Apache/User/PasswordSalt/PasswordSalt.pm =================================================================== --- slashjp/trunk/Slash/Apache/User/PasswordSalt/PasswordSalt.pm 2008-04-04 05:37:13 UTC (rev 567) +++ slashjp/trunk/Slash/Apache/User/PasswordSalt/PasswordSalt.pm 2008-04-04 06:46:16 UTC (rev 568) @@ -106,7 +106,7 @@ my($package, $filename, $line, $subroutine) = @c; # If we go back up the call chain to a package we know we can # trust, then we can stop looking. - last if $package =~ /^(main|Apache::PerlRun|Apache::ROOT::.*)$/; + last if $package =~ /^(main|Apache::Registry|Apache::ROOT::.*)$/; if ($package =~ /^Template/ || $subroutine eq '(eval)') { # This exits the entire script immediately. confess(scalar(gmtime) . " $$ SuspiciousCaller for salt at package '$package'"); Modified: slashjp/trunk/debian/changelog =================================================================== --- slashjp/trunk/debian/changelog 2008-04-04 05:37:13 UTC (rev 567) +++ slashjp/trunk/debian/changelog 2008-04-04 06:46:16 UTC (rev 568) @@ -4,8 +4,10 @@ * Fix variable name for new Slash/Utility/Comments/Comments.pm * Add imagemagick to Depends: for slash-backend package - task process_file_queue.pl uses /usr/bin/convert command + * Change from Apache::PerlRun to Apache::Registry in + Slash/Apache/User/PasswordSalt/PasswordSalt.pm - -- Taku YASUI <tach****@osdn*****> Fri, 04 Apr 2008 14:09:27 +0900 + -- Taku YASUI <tach****@osdn*****> Fri, 04 Apr 2008 15:45:45 +0900 slash (2.5.0.196-1) unstable; urgency=low