Your message dated Mon, 08 Aug 2005 03:32:30 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321376: fixed in proxychains 2.1-5
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Aug 2005 05:41:58 +0000
>From [EMAIL PROTECTED] Thu Aug 04 22:41:58 2005
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E0uxy-00007r-00; Thu, 04 Aug 2005 22:41:58 -0700
Received: from dsl-kk-228.60.246.61.touchtelindia.net ([127.0.0.1])
[61.246.60.228]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1E0uxx-0008E6-00; Fri, 05 Aug 2005 00:41:57 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Rakesh 'arky' Ambati <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: proxychains: Minor corrections (spellings)
X-Mailer: reportbug 3.15
Date: Fri, 05 Aug 2005 11:11:36 +0530
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-5.3 required=4.0 tests=BAYES_00,FORGED_YAHOO_RCVD,
HAS_PACKAGE,OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Package: proxychains
Version: 2.1-4
Severity: minor
Tags: patch
Some minor spelling corrected, see the patch below.
### Start Cut Here ###
*** proxychains-2.1_spelled.patch
diff -pruN proxychains-2.1/INSTALL proxychains-2.1-spell-checked/INSTALL
--- proxychains-2.1/INSTALL 2004-03-22 05:09:19.000000000 +0530
+++ proxychains-2.1-spell-checked/INSTALL 2005-08-05 10:59:27.000000000
+0530
@@ -1,7 +1,7 @@
ProxyChains ver 2.0 Installation
=======================
-If you have installed other ver of proxychains "make uninstall" before
installing this distribution
+If you have installed other version of proxychains "make uninstall" before
installing this distribution
unpack the .tar.gz , 'cd' to distribution directory and
run following commands (as root)
diff -pruN proxychains-2.1/README proxychains-2.1-spell-checked/README
--- proxychains-2.1/README 2004-03-22 05:59:19.000000000 +0530
+++ proxychains-2.1-spell-checked/README 2005-08-05 10:58:53.000000000
+0530
@@ -15,14 +15,14 @@ Auth-types: socks - "user/pass" , http -
When to use it ?
1) When the only way to get "outside" from your LAN is through proxy server.
-2) When you are behind restrictive fireawall wich filters outgoing connections
to some ports
+2) When you are behind restrictive firewall which filters outgoing connections
to some ports
3) When you want to use two (or more) proxies in chain:
like: your_host <--> proxy1 <--> proxy2 <--> target_host
-4) When you want to "proxify" some programm with no proxy support built-in
(like telnet)
+4) When you want to "proxify" some programs with no proxy support built-in
(like telnet)
5) When you dont want to pay for eBorder / permeo socks driver :)
Some cool features:
-*This programm can mix different proxy types in the same chain
+*This program can mix different proxy types in the same chain
like: your_host <-->socks5 <--> http <--> socks4 <--> http <-->
target_host
*Different chaining options supported
like: take a random proxy from the list ( user defined length of chain
).
@@ -30,7 +30,7 @@ Some cool features:
or : chain proxies in dynamic order (smart exclude dead proxies from
chain)
*You can use it with any TCP client application, even network scanners
yes, yes - you can make portscan via proxy (or chained proxies)
- for example with Nmap scanner by fyodor (www.insecire.org/nmap).
+ for example with Nmap scanner by fyodor (www.insecure.org/nmap).
proxychains nmap -sT -PO -p 80 -iR (find some webservers through proxy)
*You can use it with servers, like squid, sendmail, or whatever.
diff -pruN proxychains-2.1/debian/control
proxychains-2.1-spell-checked/debian/control
--- proxychains-2.1/debian/control 2005-08-05 11:01:15.000000000 +0530
+++ proxychains-2.1-spell-checked/debian/control 2005-08-05
10:53:24.000000000 +0530
@@ -18,7 +18,7 @@ Description: proxy chains - redirect con
Different proxy types can be mixed in the same chain.
.
Features
- * Access Internet from behind resrivtive firewall.
+ * Access Internet from behind restrictive firewall.
* Source IP masquerade.
* SSH tunneling and forwarding.
* Dynamic LAN-to-LAN VPN channel.
diff -pruN proxychains-2.1/debian/proxychains.1
proxychains-2.1-spell-checked/debian/proxychains.1
--- proxychains-2.1/debian/proxychains.1 2005-08-05 11:01:15.000000000
+0530
+++ proxychains-2.1-spell-checked/debian/proxychains.1 2005-08-05
10:56:42.000000000 +0530
@@ -19,20 +19,20 @@ When to use it ?
1) When the only way to get "outside" from your LAN is through proxy server.
-2) When you are behind restrictive fireawall wich filters outgoing connections
to some ports.
+2) When you are behind restrictive firewall which filters outgoing connections
to some ports.
3) When you want to use two (or more) proxies in chain:
.br
like: your_host <\-\-> proxy1 <\-\-> proxy2 <\-\-> target_host
.br
-4) When you want to "proxify" some programm with no proxy support built\-in
(like telnet).
+4) When you want to "proxify" some programs with no proxy support built\-in
(like telnet).
5) When you dont want to pay for eBorder / premeo socks driver :)
.LP
Some cool features:
.br
-* This programm can mix different proxy types in the same chain
+* This program can mix different proxy types in the same chain
like: your_host <\-\->socks5 <\-\-> http <\-\-> socks4 <\-\-> http <\-\->
target_host
@@ -41,7 +41,7 @@ like: your_host <\-\->socks5 <\-\-> http
or : chain proxies in exact order
or : chain proxies in dynamic order (smart exclude dead proxies from
chain)
-*You can use it with any TCP client application, even network scanners. yes,
yes \- you can make portscan via proxy (or chained proxies) for example with
Nmap scanner by fyodor (www.insecire.org/nmap).
+*You can use it with any TCP client application, even network scanners. yes,
yes \- you can make portscan via proxy (or chained proxies) for example with
Nmap scanner by fyodor (www.insecure.org/nmap).
proxychains nmap \-sT \-PO \-p 80 \-iR (find some webservers through proxy)
### End Cut Here ###
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i586)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.18-1-k6
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
---------------------------------------
Received: (at 321376-close) by bugs.debian.org; 8 Aug 2005 10:41:04 +0000
>From [EMAIL PROTECTED] Mon Aug 08 03:41:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1E24vm-0006Hr-00; Mon, 08 Aug 2005 03:32:30 -0700
From: Rex Tsai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#321376: fixed in proxychains 2.1-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 08 Aug 2005 03:32:30 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2
Source: proxychains
Source-Version: 2.1-5
We believe that the bug you reported is fixed in the latest version of
proxychains, which is due to be installed in the Debian FTP archive:
proxychains_2.1-5.diff.gz
to pool/main/p/proxychains/proxychains_2.1-5.diff.gz
proxychains_2.1-5.dsc
to pool/main/p/proxychains/proxychains_2.1-5.dsc
proxychains_2.1-5_i386.deb
to pool/main/p/proxychains/proxychains_2.1-5_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Rex Tsai <[EMAIL PROTECTED]> (supplier of updated proxychains package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 6 Aug 2005 23:43:44 +0800
Source: proxychains
Binary: proxychains
Architecture: source i386
Version: 2.1-5
Distribution: unstable
Urgency: low
Maintainer: Rex Tsai <[EMAIL PROTECTED]>
Changed-By: Rex Tsai <[EMAIL PROTECTED]>
Description:
proxychains - proxy chains - redirect connections through proxy servers
Closes: 317801 321376
Changes:
proxychains (2.1-5) unstable; urgency=low
.
* applied patch from Klaus Ethgen <[EMAIL PROTECTED]>
* Fix a small error in which proxy forbite a connection.
* Removing white spaces from sources.
* Change the behavior on initial connection errors.
* Add "."'s to this changelog.
* Release proxys marked as down when list gets to small.
* Add handling of broken Proxies.
* Improve the random number generator.
* Improve the handling of down proxies.
* Fix problem in socks5 connection.
* Allow to save good proxies.
* Adding statistic capability replacing saving of good proxies.
* Halt process and reread config if too less proxies are available.
* Also allow the target to have a value.
* fixed undefined symbol: __libc_connect. (Closes: #317801)
* spelling corrected, thanks to Rakesh 'arky' Ambati <[EMAIL PROTECTED]>
(Closes: #321376)
Files:
61e928ec61bd231fd527116cd309fdc2 637 net optional proxychains_2.1-5.dsc
209a0d2ab12b0f4449c1536b9af321b7 388543 net optional proxychains_2.1-5.diff.gz
1d271df25b5f79f71a6fbab883330709 17136 net optional proxychains_2.1-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iEYEARECAAYFAkL3JzoACgkQIgvIgzMMSnWuMgCgwiKF67DstRWdSqYRJR+pEOKh
iJsAoNXEokPX06TNLZXHBVTTgQTKi9r6
=nT7L
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]