pkgsrc/chat
hubertf ed75026f1f Update silc-server pkg to 0.8.4. Changes:
changes in silc-server package:
===============================

- upgraded to version 0.8.4
- added generic startup script for Solaris and Linux (i can't test it on
  Darwin/Mac OS X because i don't have any.. please let me know if it works
  for you. thanks)

  You will need to copy ${PREFIX}/etc/rc.d/silcd to appropriate location in
  your system and do neccessary actions to enable it.

  e.g. Solaris: copy ${PREFIX}/etc/rc.d/silcd to /etc/init.d/ and make links
                in /etc/rc2.d/, /etc/rc1.d/, /etc/rc0.d/.

changes in silc-server since 0.8.1:
===================================

* Fixed a bug in library where sending a bogus authentication
  payload would lead to a crash.

* Fixed a bug in the fetch_logging() config callback.

* Drop root privileges when started in foreground.  Don't drop them
  if debugging also.

* Added better error logging in rekey protocol.

* Do not check public key types in SKE during rekey.

* Fixed the rekey protocol with PFS, which was totally broken.

* Fixed a negative refcount situtuation for the config context.

* Fixed memory leaks from config object.

* Added support for adding new connections to the server in rehash.

  After rehash they take effect.

* Added support for changing the maximum allowed connections in
  rehash.  The number can grow but going smaller is not supported.

* Added preliminary checking during config parsing for a valid
  public/private key and removed further checks in the code.

* Fixed silc_net_gethostbyaddr to correctly resolve by
  address.

* Fixed the notify relaying to client.  The HMAC to be used
  with relayed packets ws wrong and caused decryption failure
  at the client end.

* Fixed the silc_log_quick handling in the logging routines.
  It didn't log quickly when it was TRUE. Also the flush delay
  was set even if it was 0 in config file.

* Added support for changing key pair of the server in rehash.

* Fixed the TOPIC_SET notify to not crash.  It changed the topic
  too early, before getting the channel entry.

* Added rehash support. Added function silc_server_rehash() that
  will perform all the basic tasks of the rehashing procedure.

* Added command line option `-x, --hexdump'. This will enable the
  SILC_LOG_HEXDUMP calls that are no longer enabled with `--debug'.
  The option `--hexdump' implies `--debug'.

* Fixed a bad bug in the logging APIs (silcutil library) where
  the application would crash after calling silc_log_reset_all().


Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 16612
2002-05-03 22:02:49 +00:00
..
aim Use "suse_linux/Makefile.application" to pick correct SuSE packages. 2002-04-04 12:29:46 +00:00
bitchx mkdir -> ${MKDIR} 2002-02-15 10:12:28 +00:00
blackened Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
bnc Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
centericq avoid -0* on alpha which causes as(1) to never finish 2002-04-06 16:18:52 +00:00
dircproxy Adjust format a bit: 2001-11-11 06:17:26 +00:00
ekg Updated to release from 20020402, many new features and nicer for users. 2002-04-03 22:46:59 +00:00
epic4 Additional documentation (from different tarball) has been moved 2002-05-03 15:52:11 +00:00
epic4-doc Initial import of epic4-doc-1.0 as pkgsrc/chat/epic4-doc 2002-05-03 15:50:00 +00:00
everybuddy Import new "everybuddy" and "everybuddy-gnome" packages: 2001-12-19 14:10:04 +00:00
everybuddy-gnome Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
fugu convert to new Python framework 2002-01-29 11:33:54 +00:00
gaim Update Gaim to version 0.55. Lots of cosmetic changes that make it just 2002-03-30 23:43:03 +00:00
gale bsd.pkg.install.mk calls the INSTALL script at the right times 2001-12-02 06:56:38 +00:00
gnomeicu Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
gtkyahoo fix nasty LP64 bugs the prevented the pkg from even being compiled (much 2002-03-31 14:13:45 +00:00
icb Move pkg/ files into package's toplevel directory 2001-10-31 19:02:25 +00:00
icqlib Update maintainer address. 2001-12-19 11:06:21 +00:00
ircd-hybrid Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
irchat Move pkg/ files into package's toplevel directory 2001-10-31 19:47:08 +00:00
ircII add ${VERS} to the PLIST_SUBST, and use this for the bin/irc-${VERS} line 2002-04-03 14:00:49 +00:00
ircu Move pkg/ files into package's toplevel directory 2001-10-31 19:47:08 +00:00
irssi Update distinfo -- distfile has been altered; 'diff' makes me believe 2002-04-19 13:45:52 +00:00
kicq Provide a Makefile.in patch as well as a Makefile.am one. Remove build 2002-03-15 16:48:15 +00:00
kxicq Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
kyahoo Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
libirc Move pkg/ files into package's toplevel directory 2001-10-31 19:20:21 +00:00
libyahoo Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
micq Update to 0.4.7, provided by Shell Hung in pkg/14663. 2001-11-28 17:30:38 +00:00
naim Add location where snapshots maybe found, as this package tracks the 2002-02-07 22:52:58 +00:00
p5-Net-AIM Imported p5-Net-AIM-1.21 (provided by Amitai Schlair in pkg/15287) 2002-01-31 07:33:40 +00:00
p5-Net-AOLIM Imported p5-Net-AOLIM-1.2 (provided by Amitai Schlair in pkg/15210) 2002-01-31 07:34:51 +00:00
p5-Net-ICQ2000 Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung) 2001-11-28 12:28:23 +00:00
silc-client Update silc-client to 0.8.6. Changes: 2002-05-03 21:51:56 +00:00
silc-server Update silc-server pkg to 0.8.4. Changes: 2002-05-03 22:02:49 +00:00
sirc Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
tik update MAINTAINER 2002-04-22 03:19:53 +00:00
tirc Add the ncurses buildlink glue. 2001-11-10 22:51:08 +00:00
tkicb Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
tkirc Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
tkirc2 Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
vicq use .packlist for perl library. based on PR 15485 2002-03-19 16:28:32 +00:00
xchat Update "xchat" package to version 1.8.8. Changes since version 1.8.7: 2002-04-09 09:14:58 +00:00
ymessenger Use "suse_linux/Makefile.application" to pick correct SuSE packages. 2002-04-04 12:29:46 +00:00
ysm LP64 fix. 2002-03-31 14:25:51 +00:00
zenicb Use "xemacs/Makefile.pkg" to use same prefix as the "xemacs" package. 2002-04-26 09:36:57 +00:00
zenirc Introduce new framework for handling info files generation and installation. 2002-02-18 15:14:00 +00:00
zircon mkdir -> ${MKDIR} 2002-02-15 10:12:28 +00:00
Makefile Add & enable epic4-doc 2002-05-03 15:50:31 +00:00