Subject: pkg/15380: maintainer update of the chat/silc-client package to version 0.7.3
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: netbsd-bugs
Date: 01/26/2002 17:45:42
>Number:         15380
>Category:       pkg
>Synopsis:       maintainer update of the chat/silc-client package to version 0.7.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 26 08:46:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lubomir Sedlacik
>Release:        NetBSD 1.5ZA
>Organization:
>Environment:
>Description:

first i want to apologize for this, but the previous version was waiting there
for few days untouched and accidentaly got commited today..

changes in the package:

 - patch-ab is no longer needed, integrated into distribution.  patch-ac has
   been moved in it's place
 - minor change in Makefile, long transscription of ${PKG_SYSCONFDIR} was
   changed into one variable
 - patch-aa was modified to follow change in Makefile.in

changes in the silc-client:

 0.7.3: This version fixes the NICK command to always give the unformatted
        nickname, instead of possibility of formatted nickname, fixes the
        GETKEY command to save the public key to correct filename, and to
        first resolve the client information and server information only if
        client was not found.  The public keys are now (when connecting to
        server for first time) saved with using the IP address of the server,
        instead of the hostname of the server.  The old hostname format is
        used as a fall back method if the IP address based filename could
        not be found.

>How-To-Repeat:
>Fix:


PLEASE REMOVE patches/patch-ac, it is no longer needed
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-client/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	2002/01/14 21:15:59	1.5
+++ Makefile	2002/01/26 16:25:31
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.5 2002/01/14 21:15:59 hubertf Exp $
 
-DISTNAME=		silc-client-0.7.2
+DISTNAME=		silc-client-0.7.3
 CATEGORIES=		chat
 MASTER_SITES=		http://silcnet.org/download/client/sources/ \
 			ftp://ftp.silcnet.org/silc/client/sources/ \
@@ -28,7 +28,7 @@
 
 CONFIGURE_ARGS+=	--with-helpdir=${PREFIX}/share/silc/help
 CONFIGURE_ARGS+=	--with-docdir=${PREFIX}/share/doc/silc
-CONFIGURE_ARGS+=	--with-etcdir=${PKG_SYSCONFBASE}/${PKG_SYSCONFSUBDIR}
+CONFIGURE_ARGS+=	--with-etcdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=	--with-ncurses=${BUILDLINK_DIR}
 
 .if (${MACHINE_ARCH} != "i386")
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-client/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	2002/01/14 21:16:00	1.4
+++ distinfo	2002/01/26 16:25:31
@@ -1,7 +1,6 @@
 $NetBSD: distinfo,v 1.4 2002/01/14 21:16:00 hubertf Exp $
 
-SHA1 (silc-client-0.7.2.tar.bz2) = eef34b55a76a7db243a6cda3c00b895b9b5616c4
-Size (silc-client-0.7.2.tar.bz2) = 1197988 bytes
-SHA1 (patch-aa) = df7c8c0a4faffa65586191909dcfb5643ed865df
-SHA1 (patch-ab) = 27a0fb7c760c3fff2327af4b3d43060d60542749
-SHA1 (patch-ac) = f54df58f1afb5deb4abc325632e0b9d081cea519
+SHA1 (silc-client-0.7.3.tar.bz2) = ec23912d5f057d4a103412a7d002ede6e2caa76e
+Size (silc-client-0.7.3.tar.bz2) = 1207594 bytes
+SHA1 (patch-aa) = 733ddfe7af2f027c32632253fbaee33457a979e9
+SHA1 (patch-ab) = f54df58f1afb5deb4abc325632e0b9d081cea519
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-client/patches/patch-aa,v
retrieving revision 1.3
diff -u -u -r1.3 patch-aa
--- patch-aa	2002/01/14 21:16:01	1.3
+++ patch-aa	2002/01/26 16:25:31
@@ -1,7 +1,7 @@
 $NetBSD: patch-aa,v 1.3 2002/01/14 21:16:01 hubertf Exp $
 
---- Makefile.in.orig	Sat Jan  5 13:47:56 2002
-+++ Makefile.in	Sat Jan  5 14:16:11 2002
+--- Makefile.in.orig	Tue Jan 22 20:30:22 2002
++++ Makefile.in	Wed Jan 23 16:29:41 2002
 @@ -529,24 +529,13 @@
  
  install-dirs:
@@ -17,7 +17,7 @@
 -	fi
 -
 -sim-install:
--	-cp -fRL $(srcdir)/lib/silcsim/*.so $(modulesdir)/
+-	$(INSTALL_DATA) $(srcdir)/lib/silcsim/*.so $(modulesdir)/
  
  doc-install:
  	$(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/
Index: patches/patch-ab
===================================================================
RCS file: /cvsroot/pkgsrc/chat/silc-client/patches/patch-ab,v
retrieving revision 1.2
diff -u -u -r1.2 patch-ab
--- patch-ab	2001/12/21 20:48:30	1.2
+++ patch-ab	2002/01/26 16:25:32
@@ -1,12 +1,13 @@
 $NetBSD: patch-ab,v 1.2 2001/12/21 20:48:30 hubertf Exp $
 
---- irssi/config.orig	Fri Nov 30 02:18:01 2001
-+++ irssi/config	Fri Nov 30 02:18:19 2001
-@@ -57,7 +57,6 @@
-     use_msgs_window = "no";
-     autocreate_windows = "no";
-     autocreate_query_level = "none";
--    use_auto_addr = "no";
-   };
-   "fe-text" = { topicbar = "no"; mail_counter = "yes"; indent = "8"; };
- };
+--- irssi/src/fe-text/Makefile.in.orig	Sat Jan  5 13:48:19 2002
++++ irssi/src/fe-text/Makefile.in	Sat Jan  5 14:07:17 2002
+@@ -170,8 +170,6 @@
+ 	-DLOCALEDIR=\""$(datadir)/locale"\"
+ 
+ 
+-silc_DEPENDENCIES = @COMMON_LIBS@
+-
+ LIBS = $(SILC_COMMON_LIBS)
+ silc_LDADD = \
+ 	@COMMON_LIBS@ \

>Release-Note:
>Audit-Trail:
>Unformatted: