On Mon, 18 Jun 2007 20:07:43 -0400
Brad <[EMAIL PROTECTED]> wrote:

> Here is an update to silc-client 1.1
> 
> http://www.silcnet.org/general/news/?item=client_20070604_1

Here is an update to silc-client 1.1.2


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/silc-client/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile    4 Jun 2007 11:40:56 -0000       1.40
+++ Makefile    4 Jul 2007 15:57:07 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       "Secure Internet Live Conferencing (SILC) client"
 
-DISTNAME=      silc-client-1.0.4.1
+DISTNAME=      silc-client-1.1.2
 CATEGORIES=    net
 
 HOMEPAGE=      http://www.silcnet.org/
@@ -24,9 +24,8 @@ MASTER_SITES= http://ftp.silcnet.org/cli
                
http://the.wiretapped.net/security/network-security/silc/client/sources/ \
                
ftp://ftp.wiretapped.net/pub/security/network-security/silc/client/sources/
 
-LIB_DEPENDS+=  glib.>=1.2,gmodule.>=1.2::devel/glib
-
-MODULES=       converters/libiconv
+MODULES=       devel/gettext
+LIB_DEPENDS+=  glib-2.0.>=1000.0,gmodule-2.0.>=1000.0::devel/glib2
 
 CONFDIR=       ${SYSCONFDIR}/silc
 SUBST_VARS=    CONFDIR
@@ -34,11 +33,11 @@ SUBST_VARS= CONFDIR
 USE_LIBTOOL=   Yes
 LIBTOOL_FLAGS= --tag=disable-shared
 CONFIGURE_STYLE= autoconf
-AUTOCONF_VERSION= 2.59
+AUTOCONF_VERSION= 2.61
 CONFIGURE_ARGS+= --enable-ipv6 \
+                --docdir=${PREFIX}/share/doc/silc \
+                --sysconfdir=${CONFDIR} \
                 --with-helpdir=${PREFIX}/share/silc/help \
-                --with-docdir=${PREFIX}/share/doc/silc \
-                --with-etcdir=${CONFDIR} \
                 --with-iconv=${LOCALBASE} \
                 --without-libtoolfix \
                 --with-perl=no
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/silc-client/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo    5 Apr 2007 16:20:15 -0000       1.23
+++ distinfo    4 Jul 2007 15:57:50 -0000
@@ -1,5 +1,5 @@
-MD5 (silc-client-1.0.4.1.tar.gz) = MVSStAPtOxvQALgWXlrg0g==
-RMD160 (silc-client-1.0.4.1.tar.gz) = uU8P46b7QpB7eszC/4FhqJ8ILYo=
-SHA1 (silc-client-1.0.4.1.tar.gz) = LyzteYgvXxLkpOPqH42qIeVgndY=
-SHA256 (silc-client-1.0.4.1.tar.gz) = 
JWn3VgCOxI33s4MArBvwPLKJHvKwsRtnt2KyGQlXv2k=
-SIZE (silc-client-1.0.4.1.tar.gz) = 1973143
+MD5 (silc-client-1.1.2.tar.gz) = orFkXzG6ZW7Qk+steHquqg==
+RMD160 (silc-client-1.1.2.tar.gz) = 0mg29KR6UVHfiZfX16dngXb+gTc=
+SHA1 (silc-client-1.1.2.tar.gz) = Ywy7Hgs72XgqoYVPIaN3B7a6uEE=
+SHA256 (silc-client-1.1.2.tar.gz) = 
eeXCgCyYxCT3rqEiH3i+Bk7oWl16cX2E6csHFjh2lb4=
+SIZE (silc-client-1.1.2.tar.gz) = 2208026
Index: patches/patch-apps_irssi_docs_Makefile_in
===================================================================
RCS file: patches/patch-apps_irssi_docs_Makefile_in
diff -N patches/patch-apps_irssi_docs_Makefile_in
--- patches/patch-apps_irssi_docs_Makefile_in   3 Oct 2006 18:34:50 -0000       
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-apps_irssi_docs_Makefile_in,v 1.1 2006/10/03 18:34:50 brad Exp 
$
---- apps/irssi/docs/Makefile.in.orig   Fri Jan  6 08:46:28 2006
-+++ apps/irssi/docs/Makefile.in        Tue Oct  3 14:20:37 2006
-@@ -313,12 +313,12 @@ distclean-libtool:
- uninstall-info-am:
- install-docDATA: $(doc_DATA)
-       @$(NORMAL_INSTALL)
--      test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
-+      test -z "$(docdir)" || $(mkdir_p) "$(docdir)"
-       @list='$(doc_DATA)'; for p in $$list; do \
-         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-         f=$(am__strip_dir) \
--        echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
--        $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
-+        echo " $(docDATA_INSTALL) '$$d$$p' '$(docdir)/$$f'"; \
-+        $(docDATA_INSTALL) "$$d$$p" "$(docdir)/$$f"; \
-       done
- 
- uninstall-docDATA:
Index: patches/patch-apps_irssi_docs_help_Makefile_in
===================================================================
RCS file: patches/patch-apps_irssi_docs_help_Makefile_in
diff -N patches/patch-apps_irssi_docs_help_Makefile_in
--- patches/patch-apps_irssi_docs_help_Makefile_in      3 Oct 2006 18:34:50 
-0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,19 +0,0 @@
-$OpenBSD: patch-apps_irssi_docs_help_Makefile_in,v 1.1 2006/10/03 18:34:50 
brad Exp $
---- apps/irssi/docs/help/Makefile.in.orig      Fri Jan  6 08:46:28 2006
-+++ apps/irssi/docs/help/Makefile.in   Tue Oct  3 14:20:37 2006
-@@ -403,12 +403,12 @@ distclean-libtool:
- uninstall-info-am:
- install-helpDATA: $(help_DATA)
-       @$(NORMAL_INSTALL)
--      test -z "$(helpdir)" || $(mkdir_p) "$(DESTDIR)$(helpdir)"
-+      test -z "$(helpdir)" || $(mkdir_p) "$(helpdir)"
-       @list='$(help_DATA)'; for p in $$list; do \
-         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-         f=$(am__strip_dir) \
--        echo " $(helpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(helpdir)/$$f'"; \
--        $(helpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(helpdir)/$$f"; \
-+        echo " $(helpDATA_INSTALL) '$$d$$p' '$(helpdir)/$$f'"; \
-+        $(helpDATA_INSTALL) "$$d$$p" "$(helpdir)/$$f"; \
-       done
- 
- uninstall-helpDATA:
Index: patches/patch-configure_ac
===================================================================
RCS file: /cvs/ports/net/silc-client/patches/patch-configure_ac,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configure_ac
--- patches/patch-configure_ac  1 Apr 2007 20:43:59 -0000       1.2
+++ patches/patch-configure_ac  30 Jun 2007 19:15:59 -0000
@@ -1,15 +1,14 @@
 $OpenBSD: patch-configure_ac,v 1.2 2007/04/01 20:43:59 steven Exp $
---- configure.ac.orig  Wed Mar  7 20:02:19 2007
-+++ configure.ac       Sun Apr  1 22:30:31 2007
-@@ -455,8 +455,9 @@ if test -n "$with_silc_includes" || test -n "$with_sil
+--- configure.ac.orig  Thu Jun 28 12:54:19 2007
++++ configure.ac       Sat Jun 30 15:15:40 2007
+@@ -605,8 +605,8 @@ if test -n "$with_silc_includes" || test -n "$with_sil
  
  else
    # pkg-config check
--  PKG_CHECK_MODULES(SILC, silc, compile_libs=false, compile_libs=true)
--  PKG_CHECK_MODULES(SILCCLIENT, silcclient, compile_libs=false, 
compile_libs=true)
-+  #PKG_CHECK_MODULES(SILC, silc, compile_libs=false, compile_libs=true)
-+  #PKG_CHECK_MODULES(SILCCLIENT, silcclient, compile_libs=false, 
compile_libs=true)
-+  compile_libs=true
+-  PKG_CHECK_MODULES(SILC, [silc >= 1.1], compile_libs=false, 
compile_libs=true)
+-  PKG_CHECK_MODULES(SILCCLIENT, [silcclient >= 1.1.1], compile_libs=false, 
compile_libs=true)
++  #PKG_CHECK_MODULES(SILC, [silc >= 1.1], compile_libs=false, 
compile_libs=true)
++  #PKG_CHECK_MODULES(SILCCLIENT, [silcclient >= 1.1.1], compile_libs=false, 
compile_libs=true)
  
    if test x$compile_libs = xfalse; then
      LIBSUBDIR=
Index: patches/patch-doc_Makefile_in
===================================================================
RCS file: /cvs/ports/net/silc-client/patches/patch-doc_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-doc_Makefile_in
--- patches/patch-doc_Makefile_in       21 Mar 2007 11:24:02 -0000      1.2
+++ patches/patch-doc_Makefile_in       30 Jun 2007 19:16:01 -0000
@@ -1,11 +1,12 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.2 2007/03/21 11:24:02 martynas Exp $
---- doc/Makefile.in.orig       Wed Mar  7 21:02:19 2007
-+++ doc/Makefile.in    Sat Mar 17 18:29:19 2007
-@@ -272,6 +272,7 @@ target_os = @target_os@
- target_vendor = @target_vendor@
- with_irssi_FALSE = @with_irssi_FALSE@
- with_irssi_TRUE = @with_irssi_TRUE@
+--- doc/Makefile.in.orig       Thu Jun 28 12:54:19 2007
++++ doc/Makefile.in    Sat Jun 30 15:13:22 2007
+@@ -225,7 +225,7 @@ build_vendor = @build_vendor@
+ builddir = @builddir@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+-docdir = @docdir@
 +docdir = $(DESTDIR)$(DOCDIR)
- AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
- EXTRA_DIST = silc.1   FAQ     silcalgs.conf   draft-riikonen*.txt
- 
+ dvidir = @dvidir@
+ exec_prefix = @exec_prefix@
+ host = @host@
Index: patches/patch-lib_Makefile_in
===================================================================
RCS file: /cvs/ports/net/silc-client/patches/patch-lib_Makefile_in,v
retrieving revision 1.9
diff -u -p -r1.9 patch-lib_Makefile_in
--- patches/patch-lib_Makefile_in       3 Oct 2006 18:34:50 -0000       1.9
+++ patches/patch-lib_Makefile_in       30 Jun 2007 19:15:59 -0000
@@ -1,11 +1,11 @@
 $OpenBSD: patch-lib_Makefile_in,v 1.9 2006/10/03 18:34:50 brad Exp $
---- lib/Makefile.in.orig       Fri Jan  6 08:46:28 2006
-+++ lib/Makefile.in    Tue Oct  3 14:20:37 2006
-@@ -577,7 +577,6 @@ install-data-am:
+--- lib/Makefile.in.orig       Thu Jun 28 12:54:19 2007
++++ lib/Makefile.in    Sat Jun 30 15:13:22 2007
+@@ -573,7 +573,6 @@ install-dvi: install-dvi-recursive
  
  install-exec-am:
        @$(NORMAL_INSTALL)
 -      $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
  
- install-info: install-info-recursive
+ install-html: install-html-recursive
  
Index: patches/patch-lib_silcmath_tma_c
===================================================================
RCS file: /cvs/ports/net/silc-client/patches/patch-lib_silcmath_tma_c,v
retrieving revision 1.1
diff -u -p -r1.1 patch-lib_silcmath_tma_c
--- patches/patch-lib_silcmath_tma_c    3 Oct 2006 18:34:50 -0000       1.1
+++ patches/patch-lib_silcmath_tma_c    14 Jun 2007 03:25:20 -0000
@@ -1,8 +1,8 @@
 $OpenBSD: patch-lib_silcmath_tma_c,v 1.1 2006/10/03 18:34:50 brad Exp $
---- lib/silcmath/tma.c.orig    Sun Apr 24 11:24:12 2005
-+++ lib/silcmath/tma.c Tue Oct  3 14:20:26 2006
-@@ -1488,6 +1488,7 @@ mp_count_bits (mp_int * a)
-  * Tom St Denis, [EMAIL PROTECTED], http://math.libtomcrypt.org
+--- lib/silcmath/tma.c.orig    Thu May  3 11:13:16 2007
++++ lib/silcmath/tma.c Wed Jun 13 22:55:31 2007
+@@ -1570,6 +1570,7 @@ tma_mp_count_bits (tma_mp_int * a)
+  * Tom St Denis, [EMAIL PROTECTED], http://libtom.org
   */
  
 +#define BN_MP_DIV_SMALL
Index: patches/patch-lib_silcutil_silcutf8_c
===================================================================
RCS file: patches/patch-lib_silcutil_silcutf8_c
diff -N patches/patch-lib_silcutil_silcutf8_c
--- patches/patch-lib_silcutil_silcutf8_c       1 Apr 2007 20:43:59 -0000       
1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-$OpenBSD: patch-lib_silcutil_silcutf8_c,v 1.2 2007/04/01 20:43:59 steven Exp $
---- lib/silcutil/silcutf8.c.orig       Sun Apr  3 14:27:55 2005
-+++ lib/silcutil/silcutf8.c    Sun Apr  1 22:30:27 2007
-@@ -565,15 +565,19 @@ bool silc_utf8_strncasecmp(const char *s1, const char 
-   if (s1 == s2)
-     return TRUE;
- 
-+  s1u = memchr(s1, '\0', n);
-+  s1u_len = (s1u == NULL) ? n : (s1u - (unsigned char *)s1);
-   /* Casefold and normalize */
--  status = silc_stringprep(s1, strlen(s1), SILC_STRING_UTF8,
-+  status = silc_stringprep(s1, s1u_len, SILC_STRING_UTF8,
-                          SILC_IDENTIFIERC_PREP, 0, &s1u,
-                          &s1u_len, SILC_STRING_UTF8);
-   if (status != SILC_STRINGPREP_OK)
-     return FALSE;
- 
-+  s2u = memchr(s2, '\0', n);
-+  s2u_len = (s2u == NULL) ? n : (s2u - (unsigned char *)s2);
-   /* Casefold and normalize */
--  status = silc_stringprep(s2, strlen(s2), SILC_STRING_UTF8,
-+  status = silc_stringprep(s2, s2u_len, SILC_STRING_UTF8,
-                          SILC_IDENTIFIERC_PREP, 0, &s2u,
-                          &s2u_len, SILC_STRING_UTF8);
-   if (status != SILC_STRINGPREP_OK)
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/silc-client/pkg/PLIST,v
retrieving revision 1.19
diff -u -p -r1.19 PLIST
--- pkg/PLIST   21 Mar 2007 11:24:02 -0000      1.19
+++ pkg/PLIST   30 Jun 2007 19:26:56 -0000
@@ -1,7 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.19 2007/03/21 11:24:02 martynas Exp $
 bin/silc
 @man man/man1/silc.1
[EMAIL PROTECTED] modules/
 share/doc/silc/
 @comment share/doc/silc/CHANGES
 @comment share/doc/silc/COPYING
@@ -9,13 +8,8 @@ share/doc/silc/
 share/doc/silc/FAQ
 @comment share/doc/silc/INSTALL
 share/doc/silc/README
+share/doc/silc/README.PLUGIN
 @comment share/doc/silc/TODO
[EMAIL PROTECTED] share/doc/silc/draft-riikonen-presence-attrs-03.txt
[EMAIL PROTECTED] share/doc/silc/draft-riikonen-silc-commands-06.txt
[EMAIL PROTECTED] share/doc/silc/draft-riikonen-silc-flags-payloads-04.txt
[EMAIL PROTECTED] share/doc/silc/draft-riikonen-silc-ke-auth-08.txt
[EMAIL PROTECTED] share/doc/silc/draft-riikonen-silc-pp-09.txt
[EMAIL PROTECTED] share/doc/silc/draft-riikonen-silc-spec-08.txt
 share/doc/silc/formats.txt
 share/doc/silc/manual.txt
 share/doc/silc/signals.txt
@@ -86,6 +80,7 @@ share/silc/help/perlflush
 share/silc/help/ping
 share/silc/help/query
 share/silc/help/quit
+share/silc/help/recode
 share/silc/help/reconnect
 share/silc/help/reload
 share/silc/help/rmreconns
@@ -117,13 +112,20 @@ share/silc/help/whowas
 share/silc/help/window
 share/silc/scripts/
 share/silc/scripts/autoop.pl
-share/silc/scripts/beep.pl
-share/silc/scripts/clones.pl
+share/silc/scripts/autorejoin.pl
+share/silc/scripts/buf.pl
+share/silc/scripts/command.pl
 share/silc/scripts/dns.pl
-share/silc/scripts/hello.pl
-share/silc/scripts/mail-maildir.pl
+share/silc/scripts/kills.pl
 share/silc/scripts/mail.pl
-share/silc/scripts/silc-mime.pl
+share/silc/scripts/mlock.pl
+share/silc/scripts/msg-event.pl
+share/silc/scripts/quitmsg.pl
+share/silc/scripts/redirect.pl
+share/silc/scripts/scriptassist.pl
 share/silc/scripts/silc.pl
+share/silc/scripts/splitlong.pl
+share/silc/scripts/usercount.pl
 share/silc/themes/
 share/silc/themes/default.theme
+share/silc/themes/plugin.theme

Reply via email to