pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/unrealircd Update to 3.2.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0331b216e71e
branches:  trunk
changeset: 523185:0331b216e71e
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Jan 03 12:46:01 2007 +0000

description:
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:

 chat/unrealircd/Makefile         |  18 +++++++++---------
 chat/unrealircd/PLIST            |   8 +++++---
 chat/unrealircd/distinfo         |  10 +++++-----
 chat/unrealircd/patches/patch-aa |   6 +++---
 4 files changed, 22 insertions(+), 20 deletions(-)

diffs (127 lines):

diff -r f79d706babeb -r 0331b216e71e chat/unrealircd/Makefile
--- a/chat/unrealircd/Makefile  Wed Jan 03 12:38:38 2007 +0000
+++ b/chat/unrealircd/Makefile  Wed Jan 03 12:46:01 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2006/10/23 18:24:12 adrianp Exp $
+# $NetBSD: Makefile,v 1.17 2007/01/03 12:46:01 adrianp Exp $
 
-DISTNAME=      Unreal3.2.5
-PKGNAME=       unrealircd-3.2.5
+DISTNAME=      Unreal3.2.6
+PKGNAME=       unrealircd-3.2.6
 CATEGORIES=    chat
-MASTER_SITES=  http://www1.dnwt.net/unreal/ \
-               http://unrealircd.icedslash.com/ \
-               http://www.blurryfox.com/unreal/
+MASTER_SITES=  http://unrealircd.icedslash.com/ \
+               http://www.blurryfox.com/unreal/ \
+               http://unrealircd.pimpmylinux.org/
 
 MAINTAINER=    adrianp%NetBSD.org@localhost
 HOMEPAGE=      http://www.unrealircd.com/
@@ -17,12 +17,12 @@
 USE_TOOLS+=    pkg-config gmake
 WRKSRC=                ${WRKDIR}/Unreal3.2
 TRE_NEEDED=    0.7.2
-CARES_NEEDED=  1.3.0
+CARES_NEEDED=  1.3.2
 
 CHECK_PORTABILITY_SKIP=        update
 
 BUILDLINK_API_DEPENDS.tre+=            tre-${TRE_NEEDED}
-BUILDLINK_API_DEPENDS.libcares+=       libcares-${CARES_NEEDED}nb1
+BUILDLINK_API_DEPENDS.libcares+=       libcares-${CARES_NEEDED}
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -53,7 +53,7 @@
 IRCD_EG=       ${PREFIX:Q}/share/examples/unrealircd
 
 BUILD_DEFS+=   UIRCD_SENDQ UIRCD_LISTEN UIRCD_BUFFER UIRCD_USER UIRCD_HOST
-BUILD_DEFS+=   UIRCD_HOME UIRCD_NICKHIST UIRCD_FDSIZE UIRCD_GROUP
+BUILD_DEFS+=   UIRCD_HOME UIRCD_NICKHIST UIRCD_FDSIZE UIRCD_GROUP VARBASE
 
 PTHREAD_OPTS+= require
 
diff -r f79d706babeb -r 0331b216e71e chat/unrealircd/PLIST
--- a/chat/unrealircd/PLIST     Wed Jan 03 12:38:38 2007 +0000
+++ b/chat/unrealircd/PLIST     Wed Jan 03 12:46:01 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/07/18 22:43:36 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/01/03 12:46:01 adrianp Exp $
 sbin/ircd
 share/doc/unrealircd/Authors
 share/doc/unrealircd/LICENSE
@@ -12,15 +12,15 @@
 share/doc/unrealircd/unreal32docs.hu.html
 share/doc/unrealircd/unreal32docs.nl.html
 share/doc/unrealircd/unreal32docs.ru.html
-share/doc/unrealircd/unreal32docs.tk.html
+share/doc/unrealircd/unreal32docs.tr.html
 share/examples/rc.d/unrealircd
-share/examples/unrealircd/example.bg.conf
 share/examples/unrealircd/example.conf
 share/examples/unrealircd/example.de.conf
 share/examples/unrealircd/example.fr.conf
 share/examples/unrealircd/example.hu.conf
 share/examples/unrealircd/example.nl.conf
 share/examples/unrealircd/example.ru.conf
+share/examples/unrealircd/example.tr.conf
 share/unrealircd/aliases/aliases.conf
 share/unrealircd/aliases/anope.conf
 share/unrealircd/aliases/auspice.conf
@@ -37,6 +37,7 @@
 share/unrealircd/help.de.conf
 share/unrealircd/help.fr.conf
 share/unrealircd/help.ru.conf
+share/unrealircd/help.tr.conf
 share/unrealircd/modules/cloak.so
 share/unrealircd/modules/commands.so
 share/unrealircd/modules/m_addline.so
@@ -77,6 +78,7 @@
 share/unrealircd/modules/m_mode.so
 share/unrealircd/modules/m_motd.so
 share/unrealircd/modules/m_nachat.so
+share/unrealircd/modules/m_names.so
 share/unrealircd/modules/m_netinfo.so
 share/unrealircd/modules/m_nick.so
 share/unrealircd/modules/m_oper.so
diff -r f79d706babeb -r 0331b216e71e chat/unrealircd/distinfo
--- a/chat/unrealircd/distinfo  Wed Jan 03 12:38:38 2007 +0000
+++ b/chat/unrealircd/distinfo  Wed Jan 03 12:46:01 2007 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2006/07/18 22:43:36 adrianp Exp $
+$NetBSD: distinfo,v 1.8 2007/01/03 12:46:01 adrianp Exp $
 
-SHA1 (Unreal3.2.5.tar.gz) = 4f7d37c134b3148796313e38ef1ee1eb11c3cb8d
-RMD160 (Unreal3.2.5.tar.gz) = ecf8e98267214151f26ea5fb5aec61e8c14d34de
-Size (Unreal3.2.5.tar.gz) = 2546977 bytes
-SHA1 (patch-aa) = a8c7a1899b264ddc19a0a709acdcd8fca9bb234c
+SHA1 (Unreal3.2.6.tar.gz) = 60481664d448030e5369d20885d5807323e29e81
+RMD160 (Unreal3.2.6.tar.gz) = 6b71ffa061f33af64567eae7423a87ce9d6f9dd4
+Size (Unreal3.2.6.tar.gz) = 2629046 bytes
+SHA1 (patch-aa) = 400b91c79142aba5b0b2e8f1b6d6bbe07eede581
 SHA1 (patch-ab) = b66ae1990e25479abe9087a9308a2185692fcba2
 SHA1 (patch-ac) = 4c3e7219d03e93c2a3e8f735c350d919efdf8fbb
 SHA1 (patch-ad) = 3bef7c197efb59def9e77114ad9356ef2f23fa26
diff -r f79d706babeb -r 0331b216e71e chat/unrealircd/patches/patch-aa
--- a/chat/unrealircd/patches/patch-aa  Wed Jan 03 12:38:38 2007 +0000
+++ b/chat/unrealircd/patches/patch-aa  Wed Jan 03 12:46:01 2007 +0000
@@ -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 @@
 -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`



Home | Main Index | Thread Index | Old Index