bugWebSTUMP - Bugs: bug #59358, Update for use with modern...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #59358: Update for use with modern versions of Perl

Submitter:  Tristan Miller <psychonaut>
Submitted:  Mon 26 Oct 2020 04:49:43 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  rayner
Open/Closed:  Closed

Wed 08 Dec 2021 11:10:21 AM UTC, comment #3: 

I am closing this as fixed because it works with perl v5.30.0. The current latest is v5.34.0 but I think any new issues should be given specific bugs.

Owen Rees <owenrees>
Group Member
Tue 23 Nov 2021 11:03:56 PM UTC, comment #2: 

The problem in mime-parsing.lib is fixed in the fix-mime branch - it was the only thing preventing MIME from working on my test system. That branch also has a fix to allow .png image as well as the other types. Using any of that will require allowing binary so the charter check in STUMP needs to be adjusted to make it work.

I could not find any other examples of broken imports and I now have MIME and PGPMoose working on my perl v5.30.0 system.

Owen Rees <owenrees>
Group Member
Fri 30 Apr 2021 03:37:37 AM UTC, comment #1: 

Fixed a problem that was stopping WebSTUMP from running at all: webstump.pl was using 'defined' to check if the web request hash was populated, but Perl doesn't support using 'defined' on a hash any more.

Replacing 'if ( defined %request)' with 'if ( %request )' should do what was originally intended.

Rayner Lucas <rayner>
Group Member
Mon 26 Oct 2020 04:49:43 PM UTC, original submission:  

The code needs to be updated to run with modern versions of Perl.  For example, the script file-message.pl refuses to run, I think because the way the dependent library mime-parsing.lib imports uudecode from Convert:UU is not recognized as valid by Perl 5.  There may be similar problems in other scripts.

Tristan Miller <psychonaut>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by owenrees (Posted a comment)
  • -email is unavailable- added by rayner (Posted a comment)
  • -email is unavailable- added by psychonaut (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-12-08 owenrees StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code