summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-09 14:00:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-09 14:00:15 (GMT)
commitc509f61617b25dc0e12c07ca27b5b44bce13cb5f (patch)
treea6adbaeda6a7ce0e617e82eb7ce71cbd5e158b54 /library/http/pkgIndex.tcl
parent77532b29d0c6c85dab5e98de6141a4f876114210 (diff)
downloadtcl-c509f61617b25dc0e12c07ca27b5b44bce13cb5f.zip
tcl-c509f61617b25dc0e12c07ca27b5b44bce13cb5f.tar.gz
tcl-c509f61617b25dc0e12c07ca27b5b44bce13cb5f.tar.bz2
[Bug 3599395]: http assumes status line is a proper tcl list.
Bump http package to 2.7.11.
Diffstat (limited to 'library/http/pkgIndex.tcl')
-rw-r--r--library/http/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl
index 0b5cdeb..73b2f36 100644
--- a/library/http/pkgIndex.tcl
+++ b/library/http/pkgIndex.tcl
@@ -1,4 +1,4 @@
# Tcl package index file, version 1.1
if {![package vsatisfies [package provide Tcl] 8.4]} {return}
-package ifneeded http 2.7.10 [list tclPkgSetup $dir http 2.7.10 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.7.11 [list tclPkgSetup $dir http 2.7.11 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]