diff options
author | dgp <dgp@users.sourceforge.net> | 2004-08-13 21:45:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-08-13 21:45:03 (GMT) |
commit | fcdb3fb3304b33b2a76e2e47d92cdd5c2ca4c145 (patch) | |
tree | 011db527152f67bf2b14302005e96f9c961038c1 /library/msgcat/pkgIndex.tcl | |
parent | 8b645aed8f5bf864e5e9244d9784a7536a932c02 (diff) | |
download | tcl-fcdb3fb3304b33b2a76e2e47d92cdd5c2ca4c145.zip tcl-fcdb3fb3304b33b2a76e2e47d92cdd5c2ca4c145.tar.gz tcl-fcdb3fb3304b33b2a76e2e47d92cdd5c2ca4c145.tar.bz2 |
* library/msgcat/msgcat.tcl: Added checks to prevent [mclocale]
* tests/msgcat.test: from registering filesystem paths to possibly
malicious code to be evaluated by a later [mcload].
* library/msgcat/pkgIndex.tcl: Bump to msgcat 1.3.3
Diffstat (limited to 'library/msgcat/pkgIndex.tcl')
-rw-r--r-- | library/msgcat/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl index a048de1..91a93ad 100644 --- a/library/msgcat/pkgIndex.tcl +++ b/library/msgcat/pkgIndex.tcl @@ -1,2 +1,2 @@ if {![package vsatisfies [package provide Tcl] 8.2]} {return} -package ifneeded msgcat 1.3.2 [list source [file join $dir msgcat.tcl]] +package ifneeded msgcat 1.3.3 [list source [file join $dir msgcat.tcl]] |