Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 255728 | Differences between
and this patch

Collapse All | Expand All

(-)trunk/amsn/autoupdate.tcl (-1 / +1 lines)
Lines 540-546 Link Here
540
	}
540
	}
541
541
542
	#///////////////////////////////////////////////////////////////////////
542
	#///////////////////////////////////////////////////////////////////////
543
	package require http
543
	package require -exact http 2.4.4
544
544
545
	proc check_web_version { token } {
545
	proc check_web_version { token } {
546
		global version rcversion weburl
546
		global version rcversion weburl
(-)trunk/amsn/proxy.tcl (-1 / +1 lines)
Lines 9-15 Link Here
9
::Version::setSubversionId {$Id$}
9
::Version::setSubversionId {$Id$}
10
10
11
package provide Proxy 0.1
11
package provide Proxy 0.1
12
package require http
12
package require -exact http 2.4.4
13
13
14
# This should be converted to a proper package, to use with package require
14
# This should be converted to a proper package, to use with package require
15
source socks.tcl	;# SOCKS5 proxy support
15
source socks.tcl	;# SOCKS5 proxy support

Return to bug 255728