[Pkg-silc-commits] r279 - in /silc-server/branches/upstream/current: ./ apps/ apps/silcd/ doc/ includes/ lib/ lib/contrib/ lib/silcapputil/ lib/silcasn1/ lib/silccore/ lib/silccrypt/ lib/silchttp/ lib/silcmath/ lib/silcske/ lib/silcskr/ lib/silcutil/

lunar at users.alioth.debian.org lunar at users.alioth.debian.org
Thu Apr 24 17:18:29 UTC 2008


Author: lunar
Date: Thu Apr 24 17:18:28 2008
New Revision: 279

URL: http://svn.debian.org/wsvn/pkg-silc/?sc=1&rev=279
Log:
[svn-upgrade] Integrating new upstream version, silc-server (1.1.6)

Modified:
    silc-server/branches/upstream/current/ChangeLog
    silc-server/branches/upstream/current/Makefile.am
    silc-server/branches/upstream/current/Makefile.in
    silc-server/branches/upstream/current/apps/Makefile.am
    silc-server/branches/upstream/current/apps/Makefile.in
    silc-server/branches/upstream/current/apps/silcd/server.c
    silc-server/branches/upstream/current/apps/silcd/silc-server.spec
    silc-server/branches/upstream/current/configure
    silc-server/branches/upstream/current/configure.ac
    silc-server/branches/upstream/current/doc/Makefile.am
    silc-server/branches/upstream/current/doc/Makefile.in
    silc-server/branches/upstream/current/includes/Makefile.am
    silc-server/branches/upstream/current/includes/Makefile.in
    silc-server/branches/upstream/current/includes/silcdistdefs.h
    silc-server/branches/upstream/current/lib/Makefile.am
    silc-server/branches/upstream/current/lib/Makefile.in
    silc-server/branches/upstream/current/lib/contrib/Makefile.am
    silc-server/branches/upstream/current/lib/contrib/Makefile.in
    silc-server/branches/upstream/current/lib/silcapputil/Makefile.am
    silc-server/branches/upstream/current/lib/silcapputil/Makefile.in
    silc-server/branches/upstream/current/lib/silcasn1/Makefile.am
    silc-server/branches/upstream/current/lib/silcasn1/Makefile.in
    silc-server/branches/upstream/current/lib/silccore/Makefile.am
    silc-server/branches/upstream/current/lib/silccore/Makefile.in
    silc-server/branches/upstream/current/lib/silccrypt/Makefile.am
    silc-server/branches/upstream/current/lib/silccrypt/Makefile.in
    silc-server/branches/upstream/current/lib/silchttp/Makefile.am
    silc-server/branches/upstream/current/lib/silchttp/Makefile.in
    silc-server/branches/upstream/current/lib/silcmath/Makefile.am
    silc-server/branches/upstream/current/lib/silcmath/Makefile.in
    silc-server/branches/upstream/current/lib/silcske/Makefile.am
    silc-server/branches/upstream/current/lib/silcske/Makefile.in
    silc-server/branches/upstream/current/lib/silcskr/Makefile.am
    silc-server/branches/upstream/current/lib/silcskr/Makefile.in
    silc-server/branches/upstream/current/lib/silcutil/Makefile.am
    silc-server/branches/upstream/current/lib/silcutil/Makefile.in

Modified: silc-server/branches/upstream/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/ChangeLog?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/ChangeLog (original)
+++ silc-server/branches/upstream/current/ChangeLog Thu Apr 24 17:18:28 2008
@@ -1,19 +1,8 @@
-commit da798b47cf2734868609f6563b73386335fa1f76
+commit e10fb3ff712f60100846064c196d5f69921d1b43
 Author: Pekka Riikonen <priikone at silcnet.org>
-Date:   Sun Apr 20 18:54:53 2008 +0300
+Date:   Sun Apr 20 22:53:47 2008 +0300
 
-    Fixed KILL command related crash in silcd
+    Cancel rekey timeout when closing connection.
 
-commit d7eea56ab2b7ad768ae93c172dd233767ccdb432
-Author: Pekka Riikonen <priikone at silcnet.org>
-Date:   Thu Apr 17 19:08:42 2008 +0300
-
-    Free connection data correctly when disconnecting the remote peer.
-    
-    The silc_server_free_sock_user_data must be called if the
-    silc_server_disconnect_remote is called.
-
- apps/silcd/command.c     |    5 ++---
- apps/silcd/server.c      |   27 +++++++++++++++++++++++++--
- apps/silcd/server_util.c |    7 ++++++-
- 3 files changed, 33 insertions(+), 6 deletions(-)
+ apps/silcd/server.c |    3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)

Modified: silc-server/branches/upstream/current/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/Makefile.am (original)
+++ silc-server/branches/upstream/current/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./Makefile.ad file in the source tree.
 
 # Source: ./Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:36 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/Makefile.in (original)
+++ silc-server/branches/upstream/current/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./Makefile.ad file in the source tree.
 
 # Source: ./Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:36 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/apps/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/apps/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/apps/Makefile.am (original)
+++ silc-server/branches/upstream/current/apps/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./apps/Makefile.ad file in the source tree.
 
 # Source: ./apps/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:38 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/apps/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/apps/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/apps/Makefile.in (original)
+++ silc-server/branches/upstream/current/apps/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./apps/Makefile.ad file in the source tree.
 
 # Source: ./apps/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:38 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/apps/silcd/server.c
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/apps/silcd/server.c?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/apps/silcd/server.c (original)
+++ silc-server/branches/upstream/current/apps/silcd/server.c Thu Apr 24 17:18:28 2008
@@ -3036,7 +3036,8 @@
   if (!idata)
     return;
 
-  //  silc_schedule_task_del_by_context(server->schedule, sock);
+  silc_schedule_task_del_by_all(server->schedule, 0, silc_server_do_rekey,
+				sock);
 
   /* Cancel active protocols */
   if (idata) {

Modified: silc-server/branches/upstream/current/apps/silcd/silc-server.spec
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/apps/silcd/silc-server.spec?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/apps/silcd/silc-server.spec (original)
+++ silc-server/branches/upstream/current/apps/silcd/silc-server.spec Thu Apr 24 17:18:28 2008
@@ -1,6 +1,6 @@
 Summary: SILC Server
 Name: silc-server
-Version: 1.1.5
+Version: 1.1.6
 Release: 0.fc8
 License: GPL
 Group: Applications/Communications

Modified: silc-server/branches/upstream/current/configure
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/configure?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/configure (original)
+++ silc-server/branches/upstream/current/configure Thu Apr 24 17:18:28 2008
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for Server 1.1.5.
+# Generated by GNU Autoconf 2.61 for Server 1.1.6.
 #
 # Report bugs to <silc-devel at lists.silcnet.org>.
 #
@@ -728,8 +728,8 @@
 # Identity of this package.
 PACKAGE_NAME='Server'
 PACKAGE_TARNAME='silc-server'
-PACKAGE_VERSION='1.1.5'
-PACKAGE_STRING='Server 1.1.5'
+PACKAGE_VERSION='1.1.6'
+PACKAGE_STRING='Server 1.1.6'
 PACKAGE_BUGREPORT='silc-devel at lists.silcnet.org'
 
 # Factoring default headers for most tests.
@@ -1474,7 +1474,7 @@
   # 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 Server 1.1.5 to adapt to many kinds of systems.
+\`configure' configures Server 1.1.6 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1545,7 +1545,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Server 1.1.5:";;
+     short | recursive ) echo "Configuration of Server 1.1.6:";;
    esac
   cat <<\_ACEOF
 
@@ -1668,7 +1668,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Server configure 1.1.5
+Server configure 1.1.6
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1682,7 +1682,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Server $as_me 1.1.5, which was
+It was created by Server $as_me 1.1.6, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2498,7 +2498,7 @@
 
 # Define the identity of the package.
  PACKAGE='silc-server'
- VERSION='1.1.5'
+ VERSION='1.1.6'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -31728,7 +31728,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Server $as_me 1.1.5, which was
+This file was extended by Server $as_me 1.1.6, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -31781,7 +31781,7 @@
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-Server config.status 1.1.5
+Server config.status 1.1.6
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 

Modified: silc-server/branches/upstream/current/configure.ac
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/configure.ac?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/configure.ac (original)
+++ silc-server/branches/upstream/current/configure.ac Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the configure.ad file in the source tree.
 
 # Source: configure.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:38 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 
@@ -23,7 +23,7 @@
 #  GNU General Public License for more details.
 #
 
-AC_INIT([Server], [1.1.5], [silc-devel at lists.silcnet.org], [silc-server])
+AC_INIT([Server], [1.1.6], [silc-devel at lists.silcnet.org], [silc-server])
 AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE
 AC_PREREQ(2.52)

Modified: silc-server/branches/upstream/current/doc/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/doc/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/doc/Makefile.am (original)
+++ silc-server/branches/upstream/current/doc/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./doc/Makefile.ad file in the source tree.
 
 # Source: ./doc/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:38 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/doc/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/doc/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/doc/Makefile.in (original)
+++ silc-server/branches/upstream/current/doc/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./doc/Makefile.ad file in the source tree.
 
 # Source: ./doc/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:38 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/includes/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/includes/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/includes/Makefile.am (original)
+++ silc-server/branches/upstream/current/includes/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./includes/Makefile.ad file in the source tree.
 
 # Source: ./includes/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:36 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/includes/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/includes/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/includes/Makefile.in (original)
+++ silc-server/branches/upstream/current/includes/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./includes/Makefile.ad file in the source tree.
 
 # Source: ./includes/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:36 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/includes/silcdistdefs.h
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/includes/silcdistdefs.h?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/includes/silcdistdefs.h (original)
+++ silc-server/branches/upstream/current/includes/silcdistdefs.h Thu Apr 24 17:18:28 2008
@@ -1,7 +1,7 @@
 /*
   Automatically generated by Autodist 1.4.  Do not edit.
 
-  Generated: Sun Apr 20 18:59:35 EEST 2008 by priikone
+  Generated: Tue Apr 22 15:25:35 EEST 2008 by priikone
   Distribution: Server
   License: 
 */

Modified: silc-server/branches/upstream/current/lib/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/Makefile.ad file in the source tree.
 
 # Source: ./lib/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/Makefile.ad file in the source tree.
 
 # Source: ./lib/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/contrib/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/contrib/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/contrib/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/contrib/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/contrib/Makefile.ad file in the source tree.
 
 # Source: ./lib/contrib/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/contrib/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/contrib/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/contrib/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/contrib/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/contrib/Makefile.ad file in the source tree.
 
 # Source: ./lib/contrib/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcapputil/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcapputil/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcapputil/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/silcapputil/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/silcapputil/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcapputil/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcapputil/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcapputil/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcapputil/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/silcapputil/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/silcapputil/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcapputil/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcasn1/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcasn1/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcasn1/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/silcasn1/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/silcasn1/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcasn1/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcasn1/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcasn1/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcasn1/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/silcasn1/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/silcasn1/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcasn1/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silccore/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silccore/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silccore/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/silccore/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/silccore/Makefile.ad file in the source tree.
 
 # Source: ./lib/silccore/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silccore/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silccore/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silccore/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/silccore/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/silccore/Makefile.ad file in the source tree.
 
 # Source: ./lib/silccore/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silccrypt/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silccrypt/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silccrypt/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/silccrypt/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/silccrypt/Makefile.ad file in the source tree.
 
 # Source: ./lib/silccrypt/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silccrypt/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silccrypt/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silccrypt/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/silccrypt/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/silccrypt/Makefile.ad file in the source tree.
 
 # Source: ./lib/silccrypt/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silchttp/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silchttp/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silchttp/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/silchttp/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/silchttp/Makefile.ad file in the source tree.
 
 # Source: ./lib/silchttp/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:38 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silchttp/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silchttp/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silchttp/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/silchttp/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/silchttp/Makefile.ad file in the source tree.
 
 # Source: ./lib/silchttp/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:38 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcmath/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcmath/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcmath/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/silcmath/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/silcmath/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcmath/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcmath/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcmath/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcmath/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/silcmath/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/silcmath/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcmath/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcske/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcske/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcske/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/silcske/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/silcske/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcske/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcske/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcske/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcske/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/silcske/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/silcske/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcske/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcskr/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcskr/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcskr/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/silcskr/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/silcskr/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcskr/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcskr/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcskr/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcskr/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/silcskr/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/silcskr/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcskr/Makefile.ad
-# Generated: Sun Apr 20 18:59:36 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:37 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcutil/Makefile.am
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcutil/Makefile.am?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcutil/Makefile.am (original)
+++ silc-server/branches/upstream/current/lib/silcutil/Makefile.am Thu Apr 24 17:18:28 2008
@@ -2,7 +2,7 @@
 # To make changes edit the ./lib/silcutil/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcutil/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:38 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 

Modified: silc-server/branches/upstream/current/lib/silcutil/Makefile.in
URL: http://svn.debian.org/wsvn/pkg-silc/silc-server/branches/upstream/current/lib/silcutil/Makefile.in?rev=279&op=diff
==============================================================================
--- silc-server/branches/upstream/current/lib/silcutil/Makefile.in (original)
+++ silc-server/branches/upstream/current/lib/silcutil/Makefile.in Thu Apr 24 17:18:28 2008
@@ -18,7 +18,7 @@
 # To make changes edit the ./lib/silcutil/Makefile.ad file in the source tree.
 
 # Source: ./lib/silcutil/Makefile.ad
-# Generated: Sun Apr 20 18:59:37 EEST 2008 by priikone
+# Generated: Tue Apr 22 15:25:38 EEST 2008 by priikone
 # Distribution: Server
 # License: 
 




More information about the Pkg-silc-commits mailing list