pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd After releasing rc5 yesterday, I took a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8ec3972ed7f
branches:  trunk
changeset: 398394:c8ec3972ed7f
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Aug 29 22:47:47 2009 +0000

description:
After releasing rc5 yesterday, I took a look over the changelog for 1.1 and decided that we were long overdue a fix-only release to our stable branch, so here it is, containing a few memory 
leak/possible crash fixes.

All users of 1.1 are recommended to upgrade.

http://www.inspircd.org/forum/showthread.php?t=6321

diffstat:

 chat/inspircd/Makefile         |   4 ++--
 chat/inspircd/distinfo         |  10 +++++-----
 chat/inspircd/patches/patch-ab |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r 8598a4f6e444 -r c8ec3972ed7f chat/inspircd/Makefile
--- a/chat/inspircd/Makefile    Sat Aug 29 22:43:01 2009 +0000
+++ b/chat/inspircd/Makefile    Sat Aug 29 22:47:47 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2009/07/22 09:23:47 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2009/08/29 22:47:47 adrianp Exp $
 #
 
-DISTNAME=      InspIRCd-1.1.22
+DISTNAME=      InspIRCd-1.1.23
 PKGNAME=       ${DISTNAME:S/InspIRCd/inspircd/}
 CATEGORIES=    chat
 MASTER_SITES=  http://www.inspircd.org/downloads/
diff -r 8598a4f6e444 -r c8ec3972ed7f chat/inspircd/distinfo
--- a/chat/inspircd/distinfo    Sat Aug 29 22:43:01 2009 +0000
+++ b/chat/inspircd/distinfo    Sat Aug 29 22:47:47 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2008/12/05 14:04:52 adrianp Exp $
+$NetBSD: distinfo,v 1.16 2009/08/29 22:47:47 adrianp Exp $
 
-SHA1 (InspIRCd-1.1.22.tar.bz2) = 50202f0d8f8274a42a24e4e01607af3c21ee48d7
-RMD160 (InspIRCd-1.1.22.tar.bz2) = 5dcbcffac4b6149e50925846b3b385ad8789126c
-Size (InspIRCd-1.1.22.tar.bz2) = 504550 bytes
+SHA1 (InspIRCd-1.1.23.tar.bz2) = 0def2426fa60cb32a2514e64196c04f37fa67e5e
+RMD160 (InspIRCd-1.1.23.tar.bz2) = 122ae3c269af0af3f8362f17eae29767d6c314d4
+Size (InspIRCd-1.1.23.tar.bz2) = 505853 bytes
 SHA1 (patch-aa) = d62675b6ace79ba5c0c0c4db2b4f9454346170c3
-SHA1 (patch-ab) = 683344dc906be076aaed688924bfad4e4aabe508
+SHA1 (patch-ab) = c0921dda70348839c286315a3fa0244828d5116a
 SHA1 (patch-ac) = 266c8d6015923d890748d4157f7e5aff87da5df1
 SHA1 (patch-ad) = d35df392a574728f6c61c4107bb3d2ce1e11568a
diff -r 8598a4f6e444 -r c8ec3972ed7f chat/inspircd/patches/patch-ab
--- a/chat/inspircd/patches/patch-ab    Sat Aug 29 22:43:01 2009 +0000
+++ b/chat/inspircd/patches/patch-ab    Sat Aug 29 22:47:47 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/07/24 20:13:20 adrianp Exp $
+$NetBSD: patch-ab,v 1.2 2009/08/29 22:47:47 adrianp Exp $
 
---- .Makefile.inc.orig 2007-07-16 19:18:03.000000000 +0100
+--- .Makefile.inc.orig 2008-12-04 21:20:15.000000000 +0000
 +++ .Makefile.inc
 @@ -70,7 +70,6 @@ ircd:
  install: all@EXTRA_DIR@
@@ -9,8 +9,8 @@
 -      @-install -d -m $(INSTMODE) $(BINPATH)
        @-install -d -m $(INSTMODE) $(CONPATH)
        @-install -d -m $(INSTMODE) ${MODPATH}
-       -install -m $(INSTMODE) src/libIRCDasyncdns.$(LIB_EXT) $(LIBPATH)
-@@ -153,16 +152,6 @@ install: all@EXTRA_DIR@
+       -install -m $(INSTMODE) src/inspircd $(BINPATH)
+@@ -131,16 +130,6 @@ install: all@EXTRA_DIR@
        -install -m $(INSTMODE) src/cmd_zline.so $(LIBPATH)
        -install -m $(INSTMODE) src/cmd_mode.so $(LIBPATH)
        @-cp .gdbargs $(BASE)



Home | Main Index | Thread Index | Old Index