Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hamsik <adam.hamsik@chilisys.com>2012-08-10 04:19:54 +0400
committerAdam Hamsik <adam.hamsik@chilisys.com>2012-08-10 04:19:54 +0400
commitf9a2ac04564ad71fec93fdbe8ee8415fb4fa2e0b (patch)
tree3952cb2c8240e516ee5286385e8333c06e60fc03
parent1c020ced1e97c697d6c927da0c0076835cb932b6 (diff)
Add more documentation updates about BSD support and using pkgsrc to install proxychains.
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog6
-rw-r--r--README13
3 files changed, 19 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 8c844c7..db491fc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,7 +7,7 @@ main.c, remote-dns, thread safety, bugfixes, build system, cleanups
rofl0r.
https://github.com/rofl0r/proxychains
-localnet, bugfixes, macos x support
+localnet, bugfixes, macos x support, bsd support, packaging
adam hamsik.
https://github.com/haad/proxychains
diff --git a/ChangeLog b/ChangeLog
index 40ae4ca..bbc1235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
ProxyChains version history (public releases)
====================
+ver 4.2
+ * Introduce BSD support make proxychains available on (NetBSD, FreeBSD ,OpenBSD and DragonFlyBSD)
+ * Update pkgsrc-wip proxychains package to 4.2.0 release and make easy to install and use
+ proxychains
+-------------------------------------------------------------------------
+
ver 4.1
* Mac OS X support, create install script.
* thread-safe fixes by @rofl0r
diff --git a/README b/README
index 6ee1b8e..9223add 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ProxyChains ver 4.0 README
+ProxyChains ver 4.2.0 README
==========================
ProxyChains is a UNIX program, that hooks network-related libc functions
@@ -34,6 +34,17 @@ ProxyChains ver 4.0 README
*** Installation ***
+ **** Using release version ****
+ Proxychains-4.2.0 are available with pkgsrc to everyone using it on Linux,
+ NetBSD, FreeBSD, OpenBSD, DragonFlyBSD or Mac OS X. You just need to install
+ pkgsrc-wip repository and run
+ make install
+ in a wip/proxychains directory.
+
+ You can find out more about pkgsrc on [www.pkgsrc.org] and about pkgsrc-wip on
+ [http://pkgsrc-wip.sourceforge.net].
+
+ **** Running Current Source code version ****
# needs a working C compiler, preferably gcc
./configure
make