Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: 454356ddfb818967a33911e95afb8503596840315b3ddd6b06cfbf26c21bb082
Ticket: 819e42b05c7c30ab6225249be3f96d814997c0ac
md4 requires wrong package version
User & Date: bovine 2017-10-03 15:43:12
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    In the file modules/md4/md4.tcl, version 1.0 is required:
    https://core.tcl.tk/tcllib/artifact/a26bcde2a4fdea3b
    
        catch {package require md4c 1.0};       # tcllib critcl alternative
    
    
    But in modules/md4/md4c.tcl, version 1.1.0 is provided:
    https://core.tcl.tk/tcllib/artifact/f272eb0a02c81259
    
        package provide md4c 1.1.0
    
    This causes a spurious error to occur, which can be noticed if you have a global error handler in your parent program.
    
  5. is_private changed to: "0"
  6. login: "bovine"
  7. priority changed to: "5 Medium"
  8. private_contact changed to: "f0e2312a244c99b69b66ff52a743015292c5af63"
  9. resolution changed to: "None"
  10. severity changed to: "Minor"
  11. status changed to: "Open"
  12. submitter changed to: "bovine"
  13. subsystem changed to: "md5"
  14. title changed to: "md5 requires wrong package version"
  15. type changed to: "Bug"