summaryrefslogtreecommitdiff
path: root/chat/unrealircd/patches
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-07-14 22:19:48 +0000
committeradrianp <adrianp@pkgsrc.org>2007-07-14 22:19:48 +0000
commitc7625af496c1786a23681bdcf9175e5a4f08d195 (patch)
tree35f259c1524fd742f7c85d7a2854fe6c31428d66 /chat/unrealircd/patches
parentf1c9b8d2ab653527c0e1c1c277e7ad1d5fa142cb (diff)
downloadpkgsrc-c7625af496c1786a23681bdcf9175e5a4f08d195.tar.gz
Update to 3.2.7
- Updated c-ares to 1.4.0, TRE to 0.7.5 - chmode +L does no longer require chmode +l - Oper blocks now can have CIDR, as in "userhost *@127.0.0.1/32"; - Services coders: SVSNOLAG/SVS2NOLAG (described in Changes) will allow a user to avoid fake lag (ie, flood as much as he/she wants). - More intelligent accept() handling - that is, take in multiple times at a time instead of one per I/O loop - A lot of bug fixes, basically.
Diffstat (limited to 'chat/unrealircd/patches')
-rw-r--r--chat/unrealircd/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/unrealircd/patches/patch-aa b/chat/unrealircd/patches/patch-aa
index fb038b36a1c..418a28a61b6 100644
--- a/chat/unrealircd/patches/patch-aa
+++ b/chat/unrealircd/patches/patch-aa
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.5 2007/01/03 12:46:01 adrianp Exp $
+$NetBSD: patch-aa,v 1.6 2007/07/14 22:19:49 adrianp Exp $
---- configure.orig 2006-12-22 21:10:28.000000000 +0000
+--- configure.orig 2007-07-14 23:09:51.000000000 +0100
+++ configure
@@ -12666,75 +12666,7 @@ IRCDLIBS="$IRCDLIBS -lresolv "
;;
esac
--tre_version="0.7.2"
+-tre_version="0.7.5"
-echo "$as_me:$LINENO: result: extracting TRE regex library" >&5
-echo "${ECHO_T}extracting TRE regex library" >&6
-cur_dir=`pwd`
@@ -41,7 +41,7 @@ $NetBSD: patch-aa,v 1.5 2007/01/03 12:46:01 adrianp Exp $
-cd $cur_dir
-
-
--cares_version="1.3.2"
+-cares_version="1.4.0"
-echo "$as_me:$LINENO: result: extracting c-ares resolver library" >&5
-echo "${ECHO_T}extracting c-ares resolver library" >&6
-cur_dir=`pwd`