upgrade to silc-server 0.9.19.1

This commit is contained in:
brad 2005-04-07 00:49:18 +00:00
parent 6e32a545aa
commit 1b7342b539
9 changed files with 45 additions and 42 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2004/12/16 00:31:25 alek Exp $
# $OpenBSD: Makefile,v 1.18 2005/04/07 00:49:18 brad Exp $
.if ${MACHINE_ARCH} == "powerpc"
BROKEN= "config file parser bug on ${MACHINE_ARCH}"
@ -6,7 +6,8 @@ BROKEN= "config file parser bug on ${MACHINE_ARCH}"
COMMENT= "Secure Internet Live Conferencing (SILC) server"
DISTNAME= silc-server-0.9.18
DISTNAME= silc-server-0.9.19p1
PKGNAME= silc-server-0.9.19.1
CATEGORIES= net
HOMEPAGE= http://www.silcnet.org/
@ -42,7 +43,7 @@ CONFDIR= ${SYSCONFDIR}/silcd
SUBST_VARS= CONFDIR
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.58
AUTOCONF_VERSION= 2.59
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/lib/silcmath/mpi
CONFIGURE_ARGS+= --enable-ipv6 \
--without-irssi \
@ -57,6 +58,8 @@ CONFIGURE_ARGS+= --enable-ipv6 \
CONFIGURE_ARGS+= --disable-asm
.endif
WRKDIST= ${WRKDIR}/${DISTNAME:S/p1//}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/silcd
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/silcd

View File

@ -1,4 +1,4 @@
MD5 (silc-server-0.9.18.tar.gz) = 00e4327b2a427ea8e80eacc03e082f64
RMD160 (silc-server-0.9.18.tar.gz) = eb7e4353250926f79ac3cc46d4d14862849f5cd8
SHA1 (silc-server-0.9.18.tar.gz) = 8ddc3f6ea36d3e226323722aa2af5d4fc4764b07
SIZE (silc-server-0.9.18.tar.gz) = 1735699
MD5 (silc-server-0.9.19p1.tar.gz) = f7b59a302b9586768d41464263d15457
RMD160 (silc-server-0.9.19p1.tar.gz) = 3fc41bd6a1d2680263d1ca8d8636325b4687906d
SHA1 (silc-server-0.9.19p1.tar.gz) = 9fb0ae2ef8db671fc6d9c77d734b89479f8b8b91
SIZE (silc-server-0.9.19p1.tar.gz) = 1598090

View File

@ -1,7 +1,7 @@
$OpenBSD: operops-patch-silcd_command_c,v 1.4 2004/02/29 07:12:42 brad Exp $
--- silcd/command.c.orig 2004-02-24 09:39:10.000000000 -0500
+++ silcd/command.c 2004-02-29 01:05:33.000000000 -0500
@@ -3354,6 +3354,8 @@ SILC_SERVER_CMD_FUNC(cumode)
$OpenBSD: operops-patch-silcd_command_c,v 1.5 2005/04/07 00:49:18 brad Exp $
--- silcd/command.c.orig Mon Apr 4 08:47:25 2005
+++ silcd/command.c Wed Apr 6 12:46:06 2005
@@ -3422,6 +3422,8 @@ SILC_SERVER_CMD_FUNC(cumode)
client_id, TRUE, NULL);
if (target_client != client &&
@ -10,7 +10,7 @@ $OpenBSD: operops-patch-silcd_command_c,v 1.4 2004/02/29 07:12:42 brad Exp $
!(sender_mask & SILC_CHANNEL_UMODE_CHANFO) &&
!(sender_mask & SILC_CHANNEL_UMODE_CHANOP)) {
silc_server_command_send_status_data(cmd, SILC_COMMAND_CUMODE,
@@ -3473,8 +3475,10 @@ SILC_SERVER_CMD_FUNC(cumode)
@@ -3541,8 +3543,10 @@ SILC_SERVER_CMD_FUNC(cumode)
/* Promote to operator */
if (!(chl->mode & SILC_CHANNEL_UMODE_CHANOP)) {
if (!(sender_mask & SILC_CHANNEL_UMODE_CHANOP) &&
@ -23,7 +23,7 @@ $OpenBSD: operops-patch-silcd_command_c,v 1.4 2004/02/29 07:12:42 brad Exp $
SILC_STATUS_ERR_NO_CHANNEL_PRIV,
0, 2, tmp_ch_id, tmp_ch_len);
goto out;
@@ -3486,7 +3490,9 @@ SILC_SERVER_CMD_FUNC(cumode)
@@ -3554,7 +3558,9 @@ SILC_SERVER_CMD_FUNC(cumode)
} else {
if (chl->mode & SILC_CHANNEL_UMODE_CHANOP) {
if (!(sender_mask & SILC_CHANNEL_UMODE_CHANOP) &&

View File

@ -1,6 +1,6 @@
$OpenBSD: operops-patch-silcd_silcd_c,v 1.3 2004/02/29 07:12:42 brad Exp $
--- silcd/silcd.c.orig 2004-02-24 09:39:10.000000000 -0500
+++ silcd/silcd.c 2004-02-29 00:59:46.000000000 -0500
$OpenBSD: operops-patch-silcd_silcd_c,v 1.4 2005/04/07 00:49:18 brad Exp $
--- silcd/silcd.c.orig Sun Mar 27 11:53:06 2005
+++ silcd/silcd.c Wed Apr 6 12:46:06 2005
@@ -255,6 +255,14 @@ SILC_TASK_CALLBACK(stop_server)
silc_schedule_stop(silcd->schedule);
}
@ -16,7 +16,7 @@ $OpenBSD: operops-patch-silcd_silcd_c,v 1.3 2004/02/29 07:12:42 brad Exp $
/* Dump server statistics into a file into /tmp directory */
SILC_TASK_CALLBACK(dump_stats)
@@ -741,10 +749,12 @@ int main(int argc, char **argv)
@@ -749,10 +757,12 @@ int main(int argc, char **argv)
sigaction(SIGTERM, &sa, NULL);
sigaction(SIGINT, &sa, NULL);
sigaction(SIGUSR1, &sa, NULL);

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.6 2004/02/29 07:12:42 brad Exp $
--- Makefile.in.orig 2004-02-28 18:24:57.000000000 +0100
+++ Makefile.in 2004-02-28 18:27:41.000000000 +0100
@@ -847,7 +847,7 @@ generate-server-key:
$OpenBSD: patch-Makefile_in,v 1.7 2005/04/07 00:49:18 brad Exp $
--- Makefile.in.orig Wed Apr 6 06:03:14 2005
+++ Makefile.in Wed Apr 6 11:24:05 2005
@@ -864,7 +864,7 @@ generate-server-key:
@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client
@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.6 2004/02/29 07:12:42 brad Exp $
--- configure.in.orig 2004-02-27 00:41:16.000000000 +0100
+++ configure.in 2004-02-27 00:44:22.000000000 +0100
@@ -40,7 +40,7 @@ AM_INIT_AUTOMAKE(silc-server, 0.9.17)
$OpenBSD: patch-configure_in,v 1.7 2005/04/07 00:49:18 brad Exp $
--- configure.in.orig Wed Apr 6 06:02:05 2005
+++ configure.in Wed Apr 6 11:24:04 2005
@@ -39,7 +39,7 @@ AM_INIT_AUTOMAKE(silc-server, 0.9.19)
AC_PREREQ(2.52)
AC_CONFIG_HEADERS(includes/silcdefs.h)
@ -10,7 +10,7 @@ $OpenBSD: patch-configure_in,v 1.6 2004/02/29 07:12:42 brad Exp $
AC_PROG_CC
AC_C_INLINE
AC_C_CONST
@@ -340,31 +340,7 @@ AC_DEFUN(SILC_ADD_CFLAGS,
@@ -295,31 +295,7 @@ AC_DEFUN([SILC_ADD_CFLAGS],
unset tmp_CFLAGS
])

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-doc_example_silcd_conf_in,v 1.4 2004/02/29 07:12:42 brad Exp $
--- doc/example_silcd.conf.in.orig 2004-02-28 17:15:18.000000000 +0100
+++ doc/example_silcd.conf.in 2004-02-28 17:20:52.000000000 +0100
$OpenBSD: patch-doc_example_silcd_conf_in,v 1.5 2005/04/07 00:49:18 brad Exp $
--- doc/example_silcd.conf.in.orig Fri Mar 11 07:15:36 2005
+++ doc/example_silcd.conf.in Wed Apr 6 11:22:33 2005
@@ -35,7 +35,7 @@ General {
# This is the default path where to search modules. If omitted
# built-in modules will be used. Built-in modules will also be
@ -10,7 +10,7 @@ $OpenBSD: patch-doc_example_silcd_conf_in,v 1.4 2004/02/29 07:12:42 brad Exp $
# If both passphrase and public key authentication is set for a
# connection the public key authentication is the preferred one
@@ -170,14 +170,14 @@ ServerInfo {
@@ -171,14 +171,14 @@ ServerInfo {
#
# Server name (FQDN)
#
@ -27,7 +27,7 @@ $OpenBSD: patch-doc_example_silcd_conf_in,v 1.4 2004/02/29 07:12:42 brad Exp $
port = 706;
};
@@ -197,24 +197,24 @@ ServerInfo {
@@ -198,24 +198,24 @@ ServerInfo {
#
# Geographic location
#
@ -57,7 +57,7 @@ $OpenBSD: patch-doc_example_silcd_conf_in,v 1.4 2004/02/29 07:12:42 brad Exp $
#
# Public and private keys
@@ -440,10 +440,10 @@ Client {
@@ -441,10 +441,10 @@ Client {
# required.
#
Admin {
@ -72,7 +72,7 @@ $OpenBSD: patch-doc_example_silcd_conf_in,v 1.4 2004/02/29 07:12:42 brad Exp $
# PublicKey = "/path/to/the/public.pub";
};
@@ -466,13 +466,13 @@ Admin {
@@ -467,13 +467,13 @@ Admin {
# to true. For normal connections set it false. If it is set to true then
# your server will be backup router.
#
@ -93,7 +93,7 @@ $OpenBSD: patch-doc_example_silcd_conf_in,v 1.4 2004/02/29 07:12:42 brad Exp $
#
# Configured router connections
@@ -502,17 +502,17 @@ ServerConnection {
@@ -503,17 +503,17 @@ ServerConnection {
# backup router is in our cell then set the "BackupLocal" option to true.
# If the backup router is in other cell then set it to false.
#

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_Makefile_in,v 1.5 2004/02/29 07:12:42 brad Exp $
--- lib/Makefile.in.orig 2004-02-28 17:10:29.000000000 +0100
+++ lib/Makefile.in 2004-02-28 17:11:54.000000000 +0100
@@ -520,7 +520,6 @@ install-data-am:
$OpenBSD: patch-lib_Makefile_in,v 1.6 2005/04/07 00:49:18 brad Exp $
--- lib/Makefile.in.orig Wed Apr 6 06:02:57 2005
+++ lib/Makefile.in Wed Apr 6 11:24:05 2005
@@ -591,7 +591,6 @@ install-data-am: install-pkgconfigDATA
install-exec-am:
@$(NORMAL_INSTALL)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-silcd_Makefile_in,v 1.1 2004/08/21 22:41:48 naddy Exp $
--- silcd/Makefile.in.orig Sat Aug 21 21:56:11 2004
+++ silcd/Makefile.in Sat Aug 21 21:57:07 2004
@@ -179,7 +179,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
$OpenBSD: patch-silcd_Makefile_in,v 1.2 2005/04/07 00:49:18 brad Exp $
--- silcd/Makefile.in.orig Wed Apr 6 06:03:12 2005
+++ silcd/Makefile.in Wed Apr 6 11:24:06 2005
@@ -180,7 +180,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@