diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-01-03 12:46:01 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-01-03 12:46:01 +0000 |
commit | ae3a6bd4f7f5c9cc4bb29b4c1001c667ceda5e7b (patch) | |
tree | 6bc71a59ee132263c86e6bc62bcf21af9c3e0cf4 /chat/unrealircd/patches | |
parent | 6619dcd8176c1030c008fdd6400796286547856a (diff) | |
download | pkgsrc-ae3a6bd4f7f5c9cc4bb29b4c1001c667ceda5e7b.tar.gz |
Update to 3.2.6
In brief:
Unreal3.2.6 Release Notes
==========================
==[ GENERAL INFORMATION ]==
- The purpose of the sections below (NEW, CHANGED, MINOR, etc) is to be a
SUMMARY of the changes in this release. There have been 80+ changes, and
trying to mention them all would be useless, see the Changelog for the full
list of changes.
==[ CHANGED ]==
- SSL: The server certificate and keys can now be reloaded via '/REHASH -ssl',
no restart needed anymore.
- loadmodule errors are improved
- Snomask 'N' will no longer show nick changes of U-lined servers
- Various doc updates ('/HELPOP ?EXTBANS', and some unreal32docs improvements)
==[ MAJOR BUGS FIXED ]==
- Crash if link::options::quarantine was used
- Another crash which could happen in some rare cases
- Throttling was not always being applied correctly
- Windows 2003: Fixed crash on-boot if no nameserver was set
- Windows: Fixed /RESTART not always working properly (leaving the ircd dead)
Diffstat (limited to 'chat/unrealircd/patches')
-rw-r--r-- | chat/unrealircd/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/unrealircd/patches/patch-aa b/chat/unrealircd/patches/patch-aa index d46b754dccb..fb038b36a1c 100644 --- a/chat/unrealircd/patches/patch-aa +++ b/chat/unrealircd/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.4 2006/07/18 22:43:36 adrianp Exp $ +$NetBSD: patch-aa,v 1.5 2007/01/03 12:46:01 adrianp Exp $ ---- configure.orig 2006-06-16 19:29:12.000000000 +0100 +--- configure.orig 2006-12-22 21:10:28.000000000 +0000 +++ configure @@ -12666,75 +12666,7 @@ IRCDLIBS="$IRCDLIBS -lresolv " ;; @@ -41,7 +41,7 @@ $NetBSD: patch-aa,v 1.4 2006/07/18 22:43:36 adrianp Exp $ -cd $cur_dir - - --cares_version="1.3.0" +-cares_version="1.3.2" -echo "$as_me:$LINENO: result: extracting c-ares resolver library" >&5 -echo "${ECHO_T}extracting c-ares resolver library" >&6 -cur_dir=`pwd` |