[Pkg-privacy-commits] [onioncat] 57/241: onioncat 0.1.8 released

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 26 16:16:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch upstream-master
in repository onioncat.

commit 93f5ef583af733d8c72154dd3e97ef467b9a7077
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date:   Sun Jun 22 08:49:01 2008 +0000

    onioncat 0.1.8 released
    
    git-svn-id: https://www.cypherpunk.at/svn/onioncat/trunk@224 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
 ChangeLog    | 11 +++++++++--
 TODO         |  5 +++--
 configure    | 20 ++++++++++----------
 configure.ac |  2 +-
 src/ocat.h   |  6 +++---
 5 files changed, 26 insertions(+), 18 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 60996b7..c5069ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
-* 
+* version 0.1.8
+ - port numbers changed to 8060 for local and virtual hidden service port
+ - port number of controller interface changed to 8066
+ - wrapped thread locking to internal functions
+ - added HTTP check code if some one accidently connects using HTTP
  - replace clock_gettime() by gettimeofday() for portability reasons
  - compiles on FreeBSD again
  - replaced write() by send(). data should always be sent in total
    and never partially. tcp sendbuffer read-out code thereby removed.
  - added command fds to controller interface
 
+* version 0.1.5 - 0.1.7
+ - development versions only
+
 * version 0.1.4 
  - acceptor and controller now use generic acceptor function
    which accepts locally on IPv4 and IPv6 localhost.  
@@ -14,7 +21,7 @@
 
 * verion 0.1.1 
  - improved interoperability 
- - compiles also und FreeBSD 6.1 i
+ - compiles also under FreeBSD 6.1
  - TUN code slightly changed and more generic 
  - TUN header rewriting (BSD has different header from linux)
 
diff --git a/TODO b/TODO
index 4ac8eeb..3270f9c 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,8 @@
-* replace all socket write()s by send()
+* create some kind of connection log
 * frame checking may be improved
 * improve getopt() -- currently many things are hardcoded
 * improve tun header test (check for src and dst ip)
 * generally improve tun opening routine
-* licence
 * header compression
 * fragment handler
 * log levels and log output are currently somehow random
@@ -16,3 +15,5 @@
 //* socks_connector queue
 //* packet_forwarder depends on socks_connector, currently possible unclean startup (not dangerous) -- socks connector now is multi-threaded and not blocking on a pipe, hence, this error _should_ (i'm currently not sure) not occur anymore.
 //* replace clock_gettime() by time(), no accuracy needed
+//* replace all socket write()s by send()
+//* licence
diff --git a/configure b/configure
index baa650d..1f69316 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for onioncat 0.1.7.
+# Generated by GNU Autoconf 2.61 for onioncat 0.1.8.
 #
 # Report bugs to <rahra at cypherpunk.at>.
 #
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='onioncat'
 PACKAGE_TARNAME='onioncat'
-PACKAGE_VERSION='0.1.7'
-PACKAGE_STRING='onioncat 0.1.7'
+PACKAGE_VERSION='0.1.8'
+PACKAGE_STRING='onioncat 0.1.8'
 PACKAGE_BUGREPORT='rahra at cypherpunk.at'
 
 ac_subst_vars='SHELL
@@ -1166,7 +1166,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures onioncat 0.1.7 to adapt to many kinds of systems.
+\`configure' configures onioncat 0.1.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1232,7 +1232,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of onioncat 0.1.7:";;
+     short | recursive ) echo "Configuration of onioncat 0.1.8:";;
    esac
   cat <<\_ACEOF
 
@@ -1315,7 +1315,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-onioncat configure 0.1.7
+onioncat configure 0.1.8
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1329,7 +1329,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by onioncat $as_me 0.1.7, which was
+It was created by onioncat $as_me 0.1.8, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2019,7 +2019,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='onioncat'
- VERSION='0.1.7'
+ VERSION='0.1.8'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4244,7 +4244,7 @@ exec 6>&1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by onioncat $as_me 0.1.7, which was
+This file was extended by onioncat $as_me 0.1.8, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4297,7 +4297,7 @@ Report bugs to <bug-autoconf at gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-onioncat config.status 0.1.7
+onioncat config.status 0.1.8
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/configure.ac b/configure.ac
index 1b6c0a9..6df0500 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([onioncat], [0.1.8], [rahra at cypherpunk.at])
+AC_INIT([onioncat], [0.1.9], [rahra at cypherpunk.at])
 AM_INIT_AUTOMAKE([-Wall -Werror])
 #AC_CONFIG_SRCDIR([ocatroute.c])
 AC_CONFIG_HEADERS([config.h])
diff --git a/src/ocat.h b/src/ocat.h
index f15efb0..cde1f84 100644
--- a/src/ocat.h
+++ b/src/ocat.h
@@ -36,11 +36,11 @@
 #define TOR_PREFIX_LEN 48
 #define MAXPEERS 1024
 //! Local listening port for incoming connections from TOR.
-#define OCAT_LISTEN_PORT 8000
+#define OCAT_LISTEN_PORT 8060
 //! Local control port for querying status information.
-#define OCAT_CTRL_PORT 8001
+#define OCAT_CTRL_PORT 8066
 //! Virtual destination port for hidden services
-#define OCAT_DEST_PORT 80
+#define OCAT_DEST_PORT 8060
 //! SOCKS port of TOR proxy
 #define TOR_SOCKS_PORT 9050
 #define OCAT_UNAME "tor"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git



More information about the Pkg-privacy-commits mailing list