pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd12 1.2.0 Final



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33002cd63518
branches:  trunk
changeset: 398392:33002cd63518
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Aug 29 22:42:46 2009 +0000

description:
1.2.0 Final
- This contains a number of (hopefully fairly small) changes which should round up, most of the fixes are config reading regressions introduced in rc4 as a result of race condition bugs found in rc3.
- A few years in the making, months in the testing, thousands of lines of code in the writing, we're finally done. 1.2.0 is ready for every day usage. A grand total of 0 issues have been reported 
since rc5, so we are confident that things should have settled down now, though we will remain ready to rectify any problems that arise.
- 1.2.0 is now recommended for usage.

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

diffstat:

 chat/inspircd12/Makefile         |   4 ++--
 chat/inspircd12/PLIST            |   4 +---
 chat/inspircd12/distinfo         |  12 ++++++------
 chat/inspircd12/patches/patch-ac |  10 +++++-----
 chat/inspircd12/patches/patch-ad |   6 +++---
 5 files changed, 17 insertions(+), 19 deletions(-)

diffs (102 lines):

diff -r 78266e3f3b1d -r 33002cd63518 chat/inspircd12/Makefile
--- a/chat/inspircd12/Makefile  Sat Aug 29 22:35:41 2009 +0000
+++ b/chat/inspircd12/Makefile  Sat Aug 29 22:42:46 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/08/04 22:17:36 adrianp Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/29 22:42:46 adrianp Exp $
 #
 
-DISTNAME=      InspIRCd-1.2.0rc4
+DISTNAME=      InspIRCd-1.2.0
 PKGNAME=       ${DISTNAME:S/InspIRCd/inspircd/}
 CATEGORIES=    chat
 MASTER_SITES=  http://www.inspircd.org/downloads/
diff -r 78266e3f3b1d -r 33002cd63518 chat/inspircd12/PLIST
--- a/chat/inspircd12/PLIST     Sat Aug 29 22:35:41 2009 +0000
+++ b/chat/inspircd12/PLIST     Sat Aug 29 22:42:46 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/08/04 22:17:36 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/08/29 22:42:46 adrianp Exp $
 bin/inspircd
 lib/inspircd/cmd_admin.so
 lib/inspircd/cmd_away.so
@@ -114,7 +114,6 @@
 share/inspircd/modules/m_devoice.so
 share/inspircd/modules/m_dnsbl.so
 share/inspircd/modules/m_filter.so
-share/inspircd/modules/m_foobar.so
 share/inspircd/modules/m_globalload.so
 share/inspircd/modules/m_globops.so
 share/inspircd/modules/m_helpop.so
@@ -178,7 +177,6 @@
 share/inspircd/modules/m_svshold.so
 share/inspircd/modules/m_swhois.so
 share/inspircd/modules/m_taxonomy.so
-share/inspircd/modules/m_testcommand.so
 share/inspircd/modules/m_timedbans.so
 share/inspircd/modules/m_tline.so
 share/inspircd/modules/m_uhnames.so
diff -r 78266e3f3b1d -r 33002cd63518 chat/inspircd12/distinfo
--- a/chat/inspircd12/distinfo  Sat Aug 29 22:35:41 2009 +0000
+++ b/chat/inspircd12/distinfo  Sat Aug 29 22:42:46 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2009/08/04 22:17:36 adrianp Exp $
+$NetBSD: distinfo,v 1.5 2009/08/29 22:42:46 adrianp Exp $
 
-SHA1 (InspIRCd-1.2.0rc4.tar.bz2) = 1871074a83bc8d85f521dd00550b401dd0de2c99
-RMD160 (InspIRCd-1.2.0rc4.tar.bz2) = f3f251a156ac03113db1a2ad11d8a5e9e411ffd8
-Size (InspIRCd-1.2.0rc4.tar.bz2) = 628667 bytes
+SHA1 (InspIRCd-1.2.0.tar.bz2) = 2973dc7e83dc2334c18e7fcd6d95a22da44b256e
+RMD160 (InspIRCd-1.2.0.tar.bz2) = 1f74336bf5e30b89e0baa306c22f0b37fbf339bd
+Size (InspIRCd-1.2.0.tar.bz2) = 635384 bytes
 SHA1 (patch-aa) = 16c092692872173dede40925be51c4a391491a03
 SHA1 (patch-ab) = 4c69874702dc6bacbb4eb86fd2ea3a15dacd74ae
-SHA1 (patch-ac) = 2d099d624205d88ac2200f3fdcef4e89ba40f069
-SHA1 (patch-ad) = e17969eb0b06f6e77742927f3fde6e2de1f0c34e
+SHA1 (patch-ac) = af385c0640ca7101afb8aefbeea3860b3f3bb970
+SHA1 (patch-ad) = 8dd2a589ab639d9d4ecfc4477aa5fb3f613761e7
diff -r 78266e3f3b1d -r 33002cd63518 chat/inspircd12/patches/patch-ac
--- a/chat/inspircd12/patches/patch-ac  Sat Aug 29 22:35:41 2009 +0000
+++ b/chat/inspircd12/patches/patch-ac  Sat Aug 29 22:42:46 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.2 2009/08/04 22:17:36 adrianp Exp $
+$NetBSD: patch-ac,v 1.3 2009/08/29 22:42:46 adrianp Exp $
 
---- configure.orig     2009-07-03 20:28:07.000000000 +0100
+--- configure.orig     2009-08-21 17:33:04.000000000 +0100
 +++ configure
 @@ -320,8 +320,8 @@ $config{EXTRA_DIR}   = "";                                         # Is emp
  if ($config{OSNAME} =~ /darwin/i)
@@ -13,12 +13,12 @@
        $config{EXTRA_DIR}          = " launchd_dir";                           # Is OSX specific path.
  }
  $config{CC}               = "g++";                                            # C++ compiler
-@@ -871,7 +871,7 @@ if (($config{USE_OPENSSL} eq "y") && ($c
+@@ -874,7 +874,7 @@ if (($config{USE_OPENSSL} eq "y") && ($c
  our $failed = 0;
  
  $config{CERTGEN} ||= 'y';
--yesno('CERTGEN',"Would you like generate SSL certificates now?") if $config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y";
-+#yesno('CERTGEN',"Would you like generate SSL certificates now?") if $config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y";
+-yesno('CERTGEN',"Would you like generate SSL certificates now?") if ($interactive && ($config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y"));
++#yesno('CERTGEN',"Would you like generate SSL certificates now?") if ($interactive && ($config{USE_GNUTLS} eq "y" || $config{USE_OPENSSL} eq "y"));
  
  if ($config{USE_GNUTLS} eq "y") {
        unless (-r "src/modules/m_ssl_gnutls.cpp") {
diff -r 78266e3f3b1d -r 33002cd63518 chat/inspircd12/patches/patch-ad
--- a/chat/inspircd12/patches/patch-ad  Sat Aug 29 22:35:41 2009 +0000
+++ b/chat/inspircd12/patches/patch-ad  Sat Aug 29 22:42:46 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-ad,v 1.1.1.1 2009/01/04 00:52:27 adrianp Exp $
+$NetBSD: patch-ad,v 1.2 2009/08/29 22:42:47 adrianp Exp $
 
---- make/configure.pm.orig     2008-09-08 00:40:00.000000000 +0100
+--- make/configure.pm.orig     2009-08-28 21:16:38.000000000 +0100
 +++ make/configure.pm
 @@ -22,7 +22,7 @@ use POSIX;
  use make::utilities;
- our @EXPORT = qw(promptnumeric dumphash is_dir getmodules getrevision getcompilerflags getlinkerflags getdependencies getmodversion nopedantic resolve_directory yesno showhelp promptstring_s);
+ our @EXPORT = qw(promptnumeric dumphash is_dir getmodules getrevision getcompilerflags getlinkerflags getdependencies nopedantic resolve_directory yesno showhelp promptstring_s);
  
 -my $no_svn = 0;
 +my $no_svn = 1;



Home | Main Index | Thread Index | Old Index