Subject: pkg/15013: maintainer update of the chat/silc-server package to version 0.7.2
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@silcnet.org>
List: netbsd-bugs
Date: 12/21/2001 02:35:35
>Number:         15013
>Category:       pkg
>Synopsis:       maintainer update of the chat/silc-server package to version 0.7.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 20 18:36:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Lubomir Sedlacik
>Release:        -current
>Organization:
>Environment:
>Description:

changes in the silc-server package:

 - upgrade to silc-server package, version 0.7.2
 - minor changes in the MASTER_SITES variable
 - minor change in the DEINSTALL script not to print output from rc script
 - removed the USE_NCURSES definition and added --without-ncurses configure
   option not to link against -lncurses, this was really unwanted behavior

changes in the silc-server-0.7.2:

 - fixed the server to router reconnection
 - various fixes in password authentications in the server, authentication
   payload and channels
 - fixed silc_server_command_pending, this should fix various IDENTIFY and
   WHOIS related crashes

>How-To-Repeat:
>Fix:

PLEASE REMOVE patches/patch-ad, it is no longer needed since silc-server-0.7.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

patch 0.7.1 -> 0.7.2 follows:

Index: DEINSTALL
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-server/DEINSTALL,v
retrieving revision 1.2
diff -u -r1.2 DEINSTALL
--- DEINSTALL	2001/12/17 00:43:10	1.2
+++ DEINSTALL	2001/12/21 01:53:23
@@ -23,7 +23,7 @@
 case ${STAGE} in
 DEINSTALL)
 	# Stop silcd if running
-	${RCSCRIPT} stop
+	${RCSCRIPT} stop >/dev/null 2>&1 || ${TRUE}
 
 	# Remove configuration files if they don't differ from the default
 	# config file.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-server/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2001/12/17 00:43:10	1.2
+++ Makefile	2001/12/21 01:53:23
@@ -1,8 +1,8 @@
 # $NetBSD: Makefile,v 1.2 2001/12/17 00:43:10 hubertf Exp $
 
-DISTNAME=		silc-server-0.7.1
+DISTNAME=		silc-server-0.7.2
 CATEGORIES=		chat
-MASTER_SITES=		http://ftp.silcnet.org/server/sources/ \
+MASTER_SITES=		http://silcnet.org/download/server/sources/ \
 			ftp://ftp.silcnet.org/silc/server/sources/ \
 			http://www.planetmirror.com/pub/silcnet/server/sources/ \
 			ftp://ftp.au.silcnet.org/pub/silcnet/server/sources/ \
@@ -18,7 +18,6 @@
 
 GNU_CONFIGURE=		yes
 USE_GMAKE=		yes
-USE_NCURSES=		yes
 USE_LIBTOOL=		yes
 USE_BUILDLINK_ONLY=	yes
 
@@ -30,7 +29,8 @@
 			--with-etcdir=${PKG_SYSCONFBASE}/${PKG_SYSCONFSUBDIR} \
 			--with-silcd-config-file=${PKG_SYSCONFBASE}/${PKG_SYSCONFSUBDIR}/silcd.conf \
 			--with-silcd-pid-file=/var/run/silcd.pid \
-			--with-logsdir=/var/log/silcd
+			--with-logsdir=/var/log/silcd \
+			--without-ncurses
 
 INSTALL_FILE=		${WRKDIR}/INSTALL
 DEINSTALL_FILE=		${WRKDIR}/DEINSTALL
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-server/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2001/12/17 00:43:11	1.2
+++ distinfo	2001/12/21 01:53:23
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.2 2001/12/17 00:43:11 hubertf Exp $
 
-SHA1 (silc-server-0.7.1.tar.bz2) = e6b71679c5f10d2982bfbd0a6188fffa310fcce5
-Size (silc-server-0.7.1.tar.bz2) = 1092236 bytes
+SHA1 (silc-server-0.7.2.tar.bz2) = 29a8b429809166f9201278e5d587a96287e0f2cf
+Size (silc-server-0.7.2.tar.bz2) = 1093756 bytes
 SHA1 (patch-aa) = b0d1100685af0e429a4405abf601d53bd8550fff
 SHA1 (patch-ab) = cd7902383fa1ede7677955bfa402c1fb7dc03c8e
 SHA1 (patch-ac) = 84e7e136d32b76a05654ddb07f65ab9c3a70efe2
>Release-Note:
>Audit-Trail:
>Unformatted: