diff options
author | salo <salo> | 2003-10-16 12:34:50 +0000 |
---|---|---|
committer | salo <salo> | 2003-10-16 12:34:50 +0000 |
commit | 01d7447949e1a1cbb7909f3f53808b06491b2c3b (patch) | |
tree | 0d25efed816b876ff64fece107f590bcd229c2fd /chat/silc-client/patches | |
parent | 107a321d42f721e039bd1189d4fb218d44d9e6a8 (diff) | |
download | pkgsrc-01d7447949e1a1cbb7909f3f53808b06491b2c3b.tar.gz |
Upated to version 0.9.13,
Changes:
- remove patch-ab, merged into distribution
- cleanups in Makefile
0.9.13:
=======
- Lots of bugs was fixed. Also several security bugs has been fixed.
- Inviting and banning now works with a public key. Fixed also banning
with nickname (example, /ban +nickname).
- Support for channel public key authentication added. The CMODE command
has a new option 'C', which can be used to add and remove channel
public keys on the channel. The channel public keys work the same way
as the channel passphrase. Only the person posessing the corresponding
private key of the public key added on the channel is able to join the
channel. It is possible to add multiple channel public keys to the
public key list.
Give /HELP CMODE to see how to use the command. If the /CMODE +C is
given without arguments you will get list of current channel public
keys. This feature works only with new SILC Server 0.9.14 an newer.
You will also need to be channel founder.
- Automatic lag detector, to detect lag between your client and your
server. The lag (if any) is displayed on the status bar.
- /ME, /ACTION and /NOTICE now fully supports UTF-8 text messages.
- Using '@' and '!' characters in invite and ban strings is prohibited.
Those characters cannot be anymore used as part of invite and ban
strings.
- Better caching of old channel keys (for period of 10 seconds) to avoid
loosing any channel messages.
Diffstat (limited to 'chat/silc-client/patches')
-rw-r--r-- | chat/silc-client/patches/patch-aa | 25 | ||||
-rw-r--r-- | chat/silc-client/patches/patch-ab | 19 |
2 files changed, 8 insertions, 36 deletions
diff --git a/chat/silc-client/patches/patch-aa b/chat/silc-client/patches/patch-aa index ec9a3924615..7c903c6da24 100644 --- a/chat/silc-client/patches/patch-aa +++ b/chat/silc-client/patches/patch-aa @@ -1,17 +1,8 @@ -$NetBSD: patch-aa,v 1.10 2003/03/17 20:12:19 salo Exp $ +$NetBSD: patch-aa,v 1.11 2003/10/16 12:34:50 salo Exp $ ---- Makefile.in.orig 2003-03-17 19:56:53.000000000 +0100 -+++ Makefile.in 2003-03-17 19:33:20.000000000 +0100 -@@ -216,7 +216,7 @@ - libdir = @libdir@ - libexecdir = @libexecdir@ - localstatedir = @localstatedir@ --mandir = $(DESTDIR)$(mandir) -+mandir = $(DESTDIR)@mandir@ - oldincludedir = @oldincludedir@ - prefix = @prefix@ - program_transform_name = @program_transform_name@ -@@ -705,6 +705,7 @@ +--- Makefile.in.orig 2003-10-15 19:31:17.000000000 +0200 ++++ Makefile.in 2003-10-16 10:14:25.000000000 +0200 +@@ -706,6 +706,7 @@ -mkdir -p $(docdir) install-dirs-client: install-dirs @@ -19,7 +10,7 @@ $NetBSD: patch-aa,v 1.10 2003/03/17 20:12:19 salo Exp $ -mkdir -p $(helpdir) -mkdir -p $(mandir)/man1 -@@ -716,7 +717,6 @@ +@@ -717,7 +718,6 @@ doc-install: -$(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/ -$(INSTALL_DATA) $(srcdir)/doc/FAQ $(docdir)/ @@ -27,7 +18,7 @@ $NetBSD: patch-aa,v 1.10 2003/03/17 20:12:19 salo Exp $ -$(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/ -$(INSTALL_DATA) $(srcdir)/CHANGES $(docdir)/ -$(INSTALL_DATA) $(srcdir)/CREDITS $(docdir)/ -@@ -725,7 +725,7 @@ +@@ -726,7 +726,7 @@ -$(INSTALL_DATA) $(srcdir)/TODO $(docdir)/ doc-install-client: doc-install @@ -36,12 +27,12 @@ $NetBSD: patch-aa,v 1.10 2003/03/17 20:12:19 salo Exp $ -@if test -f $(srcdir)/doc/silc.1 ; then \ $(INSTALL_DATA) $(srcdir)/doc/silc.1 $(mandir)/man1; \ fi -@@ -775,7 +775,7 @@ +@@ -776,7 +776,7 @@ $(sbindir)/silcd -C $(etcdir); \ fi -@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client +@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client sim-install doc-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 generate-server-key + @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 @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs-server sim-install doc-install-server examples-install etc-install-server generate-server-key # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/chat/silc-client/patches/patch-ab b/chat/silc-client/patches/patch-ab deleted file mode 100644 index e47aa6517bd..00000000000 --- a/chat/silc-client/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ab,v 1.9 2003/01/26 14:35:08 salo Exp $ - ---- lib/silccrypt/Makefile.in.orig Wed Jan 8 17:19:42 2003 -+++ lib/silccrypt/Makefile.in Wed Jan 8 23:00:18 2003 -@@ -366,6 +366,14 @@ - .c.obj: - $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` - -+# Workaround a bug in GCC which causes memory exhaustion -+# when compiling sha1 with optimizations on UltraSPARC. -+# -+ifeq (sparc64, $(host_cpu)) -+sha1.lo: -+ $(LTCOMPILE) -O0 -c -o $@ `test -f 'sha1.c' || echo '$(srcdir)/'`sha1.c -+ endif -+ - .c.lo: - $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< - |