diff options
author | salo <salo@pkgsrc.org> | 2002-12-04 17:26:48 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-04 17:26:48 +0000 |
commit | 8cf1d1da2c2e2b958021aba4c0f7ac5620e9f602 (patch) | |
tree | e92e79686da4c6f0f353af33c1ce2c2a8e6ab882 /chat/silc-client/patches | |
parent | ef3d336727cf258ba7e2e843bbdc5a3dd776e9fb (diff) | |
download | pkgsrc-8cf1d1da2c2e2b958021aba4c0f7ac5620e9f602.tar.gz |
Update to version 0.9.9.1.
Changes between 0.9.8 and 0.9.9.1
=================================
* Updated protocol version to 1.2.
Clients and servers with support for 1.1 are not compatible with the new
protocol!
* Added -no-listener option to FILE SEND command, Renamed FILE RECEIVE
to FILE ACCEPT.
* Added idle and signon fields to the ATTRIBUTE_SERVICE attribute to
indicate the user's current idle and signon time of a service.
* Added MAC field to the Private Message Payload to protect against
chosen ciphertext attacks.
* Added support for normal client to kill its own entries from the network.
* Added ERR_UNSUPPORTED_PUBLIC_KEY and ERR_OPERATION_ALLOWED status types.
* Defined the SILC_MESSAGE_FLAG_SIGNED.
* Defined that all public keys sent in commands and notify payloads are
actually Public Key Payloads not raw public key data.
* Compute maximum padding for authentication packets to make passphrase
approximation attacks impossible (padding must be at least 8 bytes now).
* Added support for rekey before 2^32 sequence number wraps.
* Added Encrypt-Then-MAC order to Channel Message Payload MAC generation.
* Added Encrypt-Then-MAC order to SILC packet MAC generation. Deprecated
the old Encrypt-And-MAC order.
* Added expando $j which expands to current SILC Client version
* SILC_UMODE_GONE changes are now propagated correctly to the client.
* Print "nick now appears as newnick" and update nicklist when you
change your nick to "nick".
* Added support for setting FOUNDER mode on channel with specific public
key which can be set with CMODE command.
* Unified the Channel Message Payload and Private Message into one
Message Payload.
* UTF-8 decode topics also in JOIN command reply and TOPIC_SET notifys
in client.
* Added support to client sending new BAN and INVITE commands. Display
INVITE and BAN lists as specified by SILC 1.2
* Merged with Irssi 0.8.6.
* Added library versioning for shared libraries.
* Do reverse lookups for server when /CONNECT-ing.
* MARS support is now gone.
* Fixed PING command sending in client library and handling in server.
The server ID must be ID Payload, not raw ID data.
* Fixed example in /HELP KEY
* Fixed the client to correctly shutdown the client library to avoid
memory leaks.
* Fixed few double frees from client library.
Diffstat (limited to 'chat/silc-client/patches')
-rw-r--r-- | chat/silc-client/patches/patch-aa | 58 | ||||
-rw-r--r-- | chat/silc-client/patches/patch-ab | 20 |
2 files changed, 47 insertions, 31 deletions
diff --git a/chat/silc-client/patches/patch-aa b/chat/silc-client/patches/patch-aa index b3fc5272db3..d687b529ac5 100644 --- a/chat/silc-client/patches/patch-aa +++ b/chat/silc-client/patches/patch-aa @@ -1,42 +1,38 @@ -$NetBSD: patch-aa,v 1.8 2002/11/21 15:40:15 salo Exp $ +$NetBSD: patch-aa,v 1.9 2002/12/04 17:26:49 salo Exp $ ---- Makefile.in.orig Wed Nov 6 16:40:28 2002 -+++ Makefile.in Wed Nov 13 01:14:19 2002 -@@ -697,10 +697,7 @@ - -mkdir -p $(modulesdir) - -mkdir -p $(helpdir) +--- Makefile.in.orig Fri Nov 29 08:50:33 2002 ++++ Makefile.in Wed Dec 4 16:01:39 2002 +@@ -706,6 +706,7 @@ -mkdir -p $(docdir) -- -mkdir -p $(logsdir) - -mkdir -p $(manualdir)/man1 -- -mkdir -p $(manualdir)/man5 -- -mkdir -p $(manualdir)/man8 - generate-server-key: - -@if test '!' -f $(etcdir)/silcd.pub ; then \ -@@ -713,11 +710,8 @@ + install-dirs-client: install-dirs ++ -mkdir -p $(examplesdir) + -mkdir -p $(helpdir) + -mkdir -p $(mandir)/man1 + +@@ -717,7 +718,6 @@ doc-install: -$(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/ -$(INSTALL_DATA) $(srcdir)/doc/FAQ $(docdir)/ -- -$(INSTALL_DATA) $(srcdir)/doc/example_* $(docdir)/ - -$(INSTALL_DATA) $(srcdir)/doc/*.txt $(docdir)/ -+ -$(INSTALL_DATA) $(srcdir)/irssi/silc.conf $(docdir)/silc.conf.default - -$(INSTALL_DATA) $(srcdir)/doc/silc.1 $(manualdir)/man1 -- -$(INSTALL_DATA) $(srcdir)/doc/silcd.8 $(manualdir)/man8; -- -$(INSTALL_DATA) $(srcdir)/doc/silcd.conf.5 $(manualdir)/man5; -$(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/ -$(INSTALL_DATA) $(srcdir)/CHANGES $(docdir)/ -$(INSTALL_DATA) $(srcdir)/CREDITS $(docdir)/ -@@ -737,13 +731,6 @@ - -$(INSTALL_DATA) $(srcdir)/doc/examples/silc* $(docdir)/examples/ +@@ -726,7 +726,7 @@ + -$(INSTALL_DATA) $(srcdir)/TODO $(docdir)/ + + doc-install-client: doc-install +- $(INSTALL_DATA) $(srcdir)/irssi/silc.conf $(docdir)/example_silc.conf ++ $(INSTALL_DATA) $(srcdir)/irssi/silc.conf $(examplesdir)/silc.conf.default + -@if test -f $(srcdir)/doc/silc.1 ; then \ + $(INSTALL_DATA) $(srcdir)/doc/silc.1 $(mandir)/man1; \ + fi +@@ -776,7 +776,7 @@ + $(sbindir)/silcd -C $(etcdir); \ + fi - etc-install: -- -@if test '!' -f $(etcdir)/silcd.conf ; then \ -- $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \ -- $(etcdir)/silcd.conf; \ -- $(INSTALL_DATA) $(srcdir)/doc/silcalgs.conf \ -- $(etcdir)/silcalgs.conf; \ -- chmod go= $(etcdir)/silcd.conf; \ -- fi - -@if test '!' -d $(srcdir)/irssi ; then \ - if test '!' -f $(etcdir)/silc.conf ; then \ - $(INSTALL_DATA) $(srcdir)/irssi/silc.conf \ +-@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_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 new file mode 100644 index 00000000000..4b3386adbdf --- /dev/null +++ b/chat/silc-client/patches/patch-ab @@ -0,0 +1,20 @@ +$NetBSD: patch-ab,v 1.6 2002/12/04 17:26:49 salo Exp $ + +--- irssi/Makefile.in.orig Fri Nov 29 08:50:58 2002 ++++ irssi/Makefile.in Wed Dec 4 16:20:05 2002 +@@ -332,15 +332,6 @@ + -rm -f libtool + uninstall-info-am: + confDATA_INSTALL = $(INSTALL_DATA) +-install-confDATA: $(conf_DATA) +- @$(NORMAL_INSTALL) +- $(mkinstalldirs) $(DESTDIR)$(confdir) +- @list='$(conf_DATA)'; for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- f="`echo $$p | sed -e 's|^.*/||'`"; \ +- echo " $(confDATA_INSTALL) $$d$$p $(DESTDIR)$(confdir)/$$f"; \ +- $(confDATA_INSTALL) $$d$$p $(DESTDIR)$(confdir)/$$f; \ +- done + + uninstall-confDATA: + @$(NORMAL_UNINSTALL) |