pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd12 On to what's actually in 1.2RC1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49a0dbc7ae3a
branches:  trunk
changeset: 554424:49a0dbc7ae3a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Feb 14 15:07:25 2009 +0000

description:
On to what's actually in 1.2RC1:
This is primarily a fix-based release from 1.2b4.

    * Minor memory leak
    * Expire XLines when accessed, not just when matched, to prevent a large buildup of stale XLines
    * Allow +l 0 (for use with things like +PlL #newchan)
    * Fix poll socket engine to work correctly
    * Fix undefined memory read on /stats :
    * kqueue fixes
    * Don't allow bad censor configurations to result in an infinite loop
    * STARTTLS fixes
    * Change numeric for +L to be easier to parse (and more standardised: freenode and others use this)
    * Fix autoconnects triggering at the wrong time
    * Numerous docs typos and updates
    * Small security hole where /oper allowed /oper login <hash> to oper up
    * Allow binding to all IPv4 IPs easily on an IPv6 compile
    * Disallow silly messageflood parameters
    * And more!

diffstat:

 chat/inspircd12/Makefile |  4 ++--
 chat/inspircd12/PLIST    |  6 ++++--
 chat/inspircd12/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r c4128baeb0ee -r 49a0dbc7ae3a chat/inspircd12/Makefile
--- a/chat/inspircd12/Makefile  Sat Feb 14 12:05:17 2009 +0000
+++ b/chat/inspircd12/Makefile  Sat Feb 14 15:07:25 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 00:52:27 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/14 15:07:25 adrianp Exp $
 #
 
-DISTNAME=      InspIRCd-1.2.0b4
+DISTNAME=      InspIRCd-1.2.0rc1
 PKGNAME=       ${DISTNAME:S/InspIRCd/inspircd/}
 CATEGORIES=    chat
 MASTER_SITES=  http://www.inspircd.org/downloads/
diff -r c4128baeb0ee -r 49a0dbc7ae3a chat/inspircd12/PLIST
--- a/chat/inspircd12/PLIST     Sat Feb 14 12:05:17 2009 +0000
+++ b/chat/inspircd12/PLIST     Sat Feb 14 15:07:25 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 00:52:27 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/02/14 15:07:25 adrianp Exp $
 bin/inspircd
 lib/inspircd/cmd_admin.so
 lib/inspircd/cmd_away.so
@@ -75,6 +75,7 @@
 share/examples/inspircd/sql/m_sqloper.postgresql.sql
 share/examples/inspircd/sql/m_sqloper.sqlite3.sql
 share/examples/rc.d/inspircd
+share/inspircd/.gdbargs
 share/inspircd/inspircd
 share/inspircd/modules/m_alias.so
 share/inspircd/modules/m_alltime.so
@@ -197,9 +198,10 @@
 share/inspircd/modules/m_httpd_config.so
 share/inspircd/modules/m_maphide.so
 share/inspircd/modules/m_muteban.so
+share/inspircd/modules/m_nationalchars.so
 share/inspircd/modules/m_nopartmsg.so
-share/inspircd/modules/m_operflood.so
 share/inspircd/modules/m_operinvex.so
+share/inspircd/modules/m_operprefix.so
 share/inspircd/modules/m_password_hash.so
 share/inspircd/modules/m_permchannels.so
 share/inspircd/modules/m_regex_glob.so
diff -r c4128baeb0ee -r 49a0dbc7ae3a chat/inspircd12/distinfo
--- a/chat/inspircd12/distinfo  Sat Feb 14 12:05:17 2009 +0000
+++ b/chat/inspircd12/distinfo  Sat Feb 14 15:07:25 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/01/04 00:52:27 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2009/02/14 15:07:25 adrianp Exp $
 
-SHA1 (InspIRCd-1.2.0b4.tar.bz2) = 98dbfb4a7111041f1eb0a8b29c3cd0de0fa365b8
-RMD160 (InspIRCd-1.2.0b4.tar.bz2) = 314abf17a3963e47f79fa45361a1ed338d7b66c4
-Size (InspIRCd-1.2.0b4.tar.bz2) = 611465 bytes
+SHA1 (InspIRCd-1.2.0rc1.tar.bz2) = 0796ea9b3f4b1e10f3cfbec2aa163e489d99a071
+RMD160 (InspIRCd-1.2.0rc1.tar.bz2) = a178817c1845d1752a91f8a70bca98fa9a3a1a95
+Size (InspIRCd-1.2.0rc1.tar.bz2) = 625909 bytes
 SHA1 (patch-aa) = 47a3df3c35104103bf0a3add100441d9ca8d4c54
 SHA1 (patch-ab) = ddd675b13e89ca514b594c61cee00a3b9f1510e8
 SHA1 (patch-ac) = b9282332189ad19e6c48a5e2e6efa7bffbd7ccb0



Home | Main Index | Thread Index | Old Index