* [Buildroot] [PATCH] proxychains: bump to version 4.4 @ 2013-01-15 12:51 Stefan Fröberg 2013-01-15 20:48 ` Peter Korsgaard 0 siblings, 1 reply; 6+ messages in thread From: Stefan Fröberg @ 2013-01-15 12:51 UTC (permalink / raw) To: buildroot Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com> --- package/proxychains/proxychains.mk | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) 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)) -- 1.7.7.6 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] proxychains: bump to version 4.4 2013-01-15 12:51 [Buildroot] [PATCH] proxychains: bump to version 4.4 Stefan Fröberg @ 2013-01-15 20:48 ` Peter Korsgaard 2013-01-15 21:10 ` Stefan Fröberg 0 siblings, 1 reply; 6+ messages in thread From: Peter Korsgaard @ 2013-01-15 20:48 UTC (permalink / raw) To: buildroot >>>>> "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? -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] proxychains: bump to version 4.4 2013-01-15 20:48 ` Peter Korsgaard @ 2013-01-15 21:10 ` Stefan Fröberg 2013-01-15 21:19 ` Peter Korsgaard 0 siblings, 1 reply; 6+ messages in thread From: Stefan Fröberg @ 2013-01-15 21:10 UTC (permalink / raw) To: buildroot 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] proxychains: bump to version 4.4 2013-01-15 21:10 ` Stefan Fröberg @ 2013-01-15 21:19 ` Peter Korsgaard 2013-01-15 21:52 ` Stefan Fröberg 0 siblings, 1 reply; 6+ messages in thread From: Peter Korsgaard @ 2013-01-15 21:19 UTC (permalink / raw) To: buildroot >>>>> "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 -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] proxychains: bump to version 4.4 2013-01-15 21:19 ` Peter Korsgaard @ 2013-01-15 21:52 ` Stefan Fröberg 0 siblings, 0 replies; 6+ messages in thread From: Stefan Fröberg @ 2013-01-15 21:52 UTC (permalink / raw) To: buildroot 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. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] proxychains: bump to version 4.4 @ 2013-01-08 20:23 Stefan Fröberg 0 siblings, 0 replies; 6+ messages in thread From: Stefan Fröberg @ 2013-01-08 20:23 UTC (permalink / raw) To: buildroot Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com> --- package/proxychains/proxychains.mk | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) 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)) -- 1.7.7.6 ^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-01-15 21:52 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-01-15 12:51 [Buildroot] [PATCH] proxychains: bump to version 4.4 Stefan Fröberg 2013-01-15 20:48 ` Peter Korsgaard 2013-01-15 21:10 ` Stefan Fröberg 2013-01-15 21:19 ` Peter Korsgaard 2013-01-15 21:52 ` Stefan Fröberg -- strict thread matches above, loose matches on Subject: below -- 2013-01-08 20:23 Stefan Fröberg
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox