summaryrefslogtreecommitdiff
path: root/chat/silc-server
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-12-21 09:07:09 +0000
committerhubertf <hubertf@pkgsrc.org>2001-12-21 09:07:09 +0000
commit54204fcb931b138af576e0d3be20f60581396632 (patch)
tree535f61dda3381d97f07a93e99cde2a967d253918 /chat/silc-server
parent9bbac6d451422c15e319eb6cc6e45711f41213bd (diff)
downloadpkgsrc-54204fcb931b138af576e0d3be20f60581396632.tar.gz
Update silc-server to 0.7.2.
Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15013. 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
Diffstat (limited to 'chat/silc-server')
-rw-r--r--chat/silc-server/DEINSTALL4
-rw-r--r--chat/silc-server/Makefile10
-rw-r--r--chat/silc-server/distinfo6
3 files changed, 10 insertions, 10 deletions
diff --git a/chat/silc-server/DEINSTALL b/chat/silc-server/DEINSTALL
index 2294a28340e..cfbd3fd3c4f 100644
--- a/chat/silc-server/DEINSTALL
+++ b/chat/silc-server/DEINSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.2 2001/12/17 00:43:10 hubertf Exp $
+# $NetBSD: DEINSTALL,v 1.3 2001/12/21 09:07:09 hubertf Exp $
PKGNAME=$1
STAGE=$2
@@ -23,7 +23,7 @@ NONCONFFILES="silcd.pub silcd.prv"
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.
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile
index 59b89a6eddd..e6f14491474 100644
--- a/chat/silc-server/Makefile
+++ b/chat/silc-server/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2001/12/17 00:43:10 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/12/21 09:07:09 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 @@ COMMENT= Server for the Secure Internet Live Conferencing (SILC)
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_NCURSES= yes
USE_LIBTOOL= yes
USE_BUILDLINK_ONLY= yes
@@ -30,7 +29,8 @@ CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/silcd \
--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
diff --git a/chat/silc-server/distinfo b/chat/silc-server/distinfo
index 406f61d56cd..3b4d34a8e54 100644
--- a/chat/silc-server/distinfo
+++ b/chat/silc-server/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2001/12/17 00:43:11 hubertf Exp $
+$NetBSD: distinfo,v 1.3 2001/12/21 09:07:09 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