[Pkg-privacy-commits] [onioncat] 116/340: oc_listen_port removed from setup struct

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:30 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository onioncat.

commit 3d5cf5dee58fe941b89a1a9050b5f09aca3fae3f
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date:   Sat Jan 10 11:39:10 2009 +0000

    oc_listen_port removed from setup struct
    
    git-svn-id: http://www.cypherpunk.at/svn/onioncat/trunk@428 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
 configure       | 22 +++++++++++-----------
 src/ocat.h      |  2 +-
 src/ocatsetup.c |  6 +++---
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/configure b/configure
index 64d4ff1..4f85bab 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.10-422:423M.
+# Generated by GNU Autoconf 2.61 for onioncat 0.1.10-424:427M.
 #
 # 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.10-422:423M'
-PACKAGE_STRING='onioncat 0.1.10-422:423M'
+PACKAGE_VERSION='0.1.10-424:427M'
+PACKAGE_STRING='onioncat 0.1.10-424:427M'
 PACKAGE_BUGREPORT='rahra at cypherpunk.at'
 
 # Factoring default headers for most tests.
@@ -1206,7 +1206,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.10-422:423M to adapt to many kinds of systems.
+\`configure' configures onioncat 0.1.10-424:427M to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1272,7 +1272,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of onioncat 0.1.10-422:423M:";;
+     short | recursive ) echo "Configuration of onioncat 0.1.10-424:427M:";;
    esac
   cat <<\_ACEOF
 
@@ -1362,7 +1362,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-onioncat configure 0.1.10-422:423M
+onioncat configure 0.1.10-424:427M
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1376,7 +1376,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.10-422:423M, which was
+It was created by onioncat $as_me 0.1.10-424:427M, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2066,7 +2066,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='onioncat'
- VERSION='0.1.10-422:423M'
+ VERSION='0.1.10-424:427M'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2217,7 +2217,7 @@ ac_config_headers="$ac_config_headers config.h"
 
 
 cat >>confdefs.h <<\_ACEOF
-#define SVN_REVISION "422:423M"
+#define SVN_REVISION "424:427M"
 _ACEOF
 
 
@@ -5300,7 +5300,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.10-422:423M, which was
+This file was extended by onioncat $as_me 0.1.10-424:427M, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5353,7 +5353,7 @@ Report bugs to <bug-autoconf at gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-onioncat config.status 0.1.10-422:423M
+onioncat config.status 0.1.10-424:427M
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
diff --git a/src/ocat.h b/src/ocat.h
index be265a8..a3c44db 100644
--- a/src/ocat.h
+++ b/src/ocat.h
@@ -216,7 +216,7 @@ struct OcatSetup
    //! TCP port of SOCKS port of local Tor proxy
    //uint16_t tor_socks_port;
    //! reload port of OnionCat listening for connections
-   uint16_t ocat_listen_port;
+   //uint16_t ocat_listen_port;
    //! virtual port of OnionCat hidden service
    uint16_t ocat_dest_port;
    //! local port of controller interface
diff --git a/src/ocatsetup.c b/src/ocatsetup.c
index 3f7c215..445e260 100644
--- a/src/ocatsetup.c
+++ b/src/ocatsetup.c
@@ -35,7 +35,7 @@ struct OcatSetup setup_ =
    // fhd_key_len
    sizeof(uint32_t),
    //TOR_SOCKS_PORT, 
-   OCAT_LISTEN_PORT, 
+   //OCAT_LISTEN_PORT, 
    OCAT_DEST_PORT, OCAT_CTRL_PORT, 
    //! default tunfd is stdin/stdout
    {0, 1},
@@ -128,7 +128,7 @@ void print_setup_struct(FILE *f)
          "fhd_key[IPV6(%d)]       = 0x%04x\n"
          "fhd_key_len            = %d\n"
          //"tor_socks_port    = %d\n"
-         "ocat_listen_port       = %d\n"
+         //"ocat_listen_port       = %d\n"
          "ocat_dest_port         = %d\n"
          "ocat_ctrl_port         = %d\n"
          "tunfd[0]               = %d\n"
@@ -161,7 +161,7 @@ void print_setup_struct(FILE *f)
          IPV4_KEY, ntohl(setup_.fhd_key[IPV4_KEY]), IPV6_KEY, ntohl(setup_.fhd_key[IPV6_KEY]),
          setup_.fhd_key_len,
          //setup_.tor_socks_port,
-         setup_.ocat_listen_port,
+         //setup_.ocat_listen_port,
          setup_.ocat_dest_port,
          setup_.ocat_ctrl_port,
          setup_.tunfd[0], setup_.tunfd[1],

-- 
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