diff mbox

proxychains: bump to version 4.4

Message ID 1358254286-5057-1-git-send-email-stefan.froberg@petroprogram.com
State Changes Requested
Headers show

Commit Message

Stefan Fröberg Jan. 15, 2013, 12:51 p.m. UTC
Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com>
---
 package/proxychains/proxychains.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Jan. 15, 2013, 8:48 p.m. UTC | #1
>>>>> "Stefan" == Stefan Fröberg <stefan.froberg@petroprogram.com> writes:

 Stefan> Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com>

Looks, good, just one question..

 Stefan> -PROXYCHAINS_SITE = http://downloads.sourceforge.net/project/proxychains/proxychains/version%20$(PROXYCHAINS_VERSION)
 Stefan> +PROXYCHAINS_VERSION = 4.4
 Stefan> +PROXYCHAINS_SOURCE = proxychains-$(PROXYCHAINS_VERSION).tar.bz2
 Stefan> +PROXYCHAINS_SITE = http://codu.org/~rofl/tarballs

I see the sourceforge.net site is still up. Is that still the official
upstream location or do we need to change the url in Config.in?

I see there's also a proxychains on github, but it doesn't have a 4.4
tag. Where did you get this codu.org URL from?
Stefan Fröberg Jan. 15, 2013, 9:10 p.m. UTC | #2
Hi Peter

15.1.2013 22:48, Peter Korsgaard kirjoitti:
>>>>>> "Stefan" == Stefan Fröberg <stefan.froberg@petroprogram.com> writes:
>  Stefan> Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com>
>
> Looks, good, just one question..
>
>  Stefan> -PROXYCHAINS_SITE = http://downloads.sourceforge.net/project/proxychains/proxychains/version%20$(PROXYCHAINS_VERSION)
>  Stefan> +PROXYCHAINS_VERSION = 4.4
>  Stefan> +PROXYCHAINS_SOURCE = proxychains-$(PROXYCHAINS_VERSION).tar.bz2
>  Stefan> +PROXYCHAINS_SITE = http://codu.org/~rofl/tarballs
>
> I see the sourceforge.net site is still up. Is that still the official
> upstream location or do we need to change the url in Config.in?
>
> I see there's also a proxychains on github, but it doesn't have a 4.4
> tag. Where did you get this codu.org URL from?
>

AFAIK, this proxychains-ng 4.4  is suppose to replace that old 3.1 version.

I also followed to github from the link Thomas gave me in
http://lists.busybox.net/pipermail/buildroot/2013-January/065078.html
And that tarball location I grapped by googling proxychains and rofl0r
(the maintainer of this new proxychains version).

But now I see that I was blind and could have just easily clicked
http://sourceforge.net/projects/proxychains-ng/files from that
same github page and find the same files there...

I'll rename proxychain -> proxychain-ng,  fix that URL to point
http://downloads.sourceforge.net/project/proxychains-ng/proxychains-4.4.tar.bz2
and resubmit.

Regards
Stefan
Peter Korsgaard Jan. 15, 2013, 9:19 p.m. UTC | #3
>>>>> "Stefan" == Stefan Fröberg <stefan.froberg@petroprogram.com> writes:

Hi,

 Stefan> AFAIK, this proxychains-ng 4.4 is suppose to replace that old
 Stefan> 3.1 version.

 Stefan> I also followed to github from the link Thomas gave me in
 Stefan> http://lists.busybox.net/pipermail/buildroot/2013-January/065078.html
 Stefan> And that tarball location I grapped by googling proxychains and rofl0r
 Stefan> (the maintainer of this new proxychains version).

 Stefan> But now I see that I was blind and could have just easily clicked
 Stefan> http://sourceforge.net/projects/proxychains-ng/files from that
 Stefan> same github page and find the same files there...

 Stefan> I'll rename proxychain -> proxychain-ng,  fix that URL to point
 Stefan> http://downloads.sourceforge.net/project/proxychains-ng/proxychains-4.4.tar.bz2
 Stefan> and resubmit.

Ok, great. The tarballs are also available on github:

https://github.com/rofl0r/proxychains/tags
Stefan Fröberg Jan. 15, 2013, 9:52 p.m. UTC | #4
15.1.2013 23:19, Peter Korsgaard kirjoitti:
>>>>>> "Stefan" == Stefan Fröberg <stefan.froberg@petroprogram.com> writes:
> Hi,
>
>  Stefan> AFAIK, this proxychains-ng 4.4 is suppose to replace that old
>  Stefan> 3.1 version.
>
>  Stefan> I also followed to github from the link Thomas gave me in
>  Stefan> http://lists.busybox.net/pipermail/buildroot/2013-January/065078.html
>  Stefan> And that tarball location I grapped by googling proxychains and rofl0r
>  Stefan> (the maintainer of this new proxychains version).
>
>  Stefan> But now I see that I was blind and could have just easily clicked
>  Stefan> http://sourceforge.net/projects/proxychains-ng/files from that
>  Stefan> same github page and find the same files there...
>
>  Stefan> I'll rename proxychain -> proxychain-ng,  fix that URL to point
>  Stefan> http://downloads.sourceforge.net/project/proxychains-ng/proxychains-4.4.tar.bz2
>  Stefan> and resubmit.
>
> Ok, great. The tarballs are also available on github:
>
> https://github.com/rofl0r/proxychains/tags
>
>

Ok, but I will use sourceforge because it has that nice auto mirror
selection feature.
diff mbox

Patch

diff --git a/package/proxychains/proxychains.mk b/package/proxychains/proxychains.mk
index 7c4500d..5e68ce4 100644
--- a/package/proxychains/proxychains.mk
+++ b/package/proxychains/proxychains.mk
@@ -3,8 +3,8 @@ 
 # ProxyChains
 #
 #############################################################
-PROXYCHAINS_VERSION = 3.1
-PROXYCHAINS_SOURCE = proxychains-$(PROXYCHAINS_VERSION).tar.gz
-PROXYCHAINS_SITE = http://downloads.sourceforge.net/project/proxychains/proxychains/version%20$(PROXYCHAINS_VERSION)
+PROXYCHAINS_VERSION = 4.4
+PROXYCHAINS_SOURCE = proxychains-$(PROXYCHAINS_VERSION).tar.bz2
+PROXYCHAINS_SITE = http://codu.org/~rofl/tarballs
 
 $(eval $(autotools-package))