FreeBSD Bugzilla – Attachment 124107 Details for
Bug 167577
[PATCH] irc/inspircd: update to 1.2.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
inspircd-1.2.9.patch
inspircd-1.2.9.patch (text/plain), 2.23 KB, created by
Mark Felder
on 2012-05-04 14:40:14 UTC
(
hide
)
Description:
inspircd-1.2.9.patch
Filename:
MIME Type:
Creator:
Mark Felder
Created:
2012-05-04 14:40:14 UTC
Size:
2.23 KB
patch
obsolete
>diff -ruN --exclude=CVS ../inspircd12.orig/Makefile ./Makefile >--- ../inspircd12.orig/Makefile 2011-07-27 10:15:25.000000000 -0500 >+++ ./Makefile 2012-05-04 08:38:06.459364820 -0500 >@@ -6,16 +6,15 @@ > # > > PORTNAME= inspircd >-PORTVERSION= 1.2.8 >+PORTVERSION= 1.2.9 > CATEGORIES= irc >-MASTER_SITES= http://www.inspircd.org/downloads/ \ >- http://www.chatspike.net/downloads/ >-DISTNAME= InspIRCd-${PORTVERSION} >+MASTER_SITES= http://cloud.github.com/downloads/inspircd/inspircd/ >+DISTNAME= InspIRCd-v${PORTVERSION} > > MAINTAINER= gelraen.ua@gmail.com > COMMENT= A modular C++ IRC daemon > >-CONFLICTS= inspircd-1.1* inspircd-2.* >+CONFLICTS= inspircd-2.* > > LATEST_LINK= inspircd12 > >diff -ruN --exclude=CVS ../inspircd12.orig/distinfo ./distinfo >--- ../inspircd12.orig/distinfo 2011-07-27 10:15:25.000000000 -0500 >+++ ./distinfo 2012-05-04 08:22:20.000000000 -0500 >@@ -1,2 +1,2 @@ >-SHA256 (InspIRCd-1.2.8.tar.bz2) = fa856ddb6d7ab2b4dc6aa6b0f58bbb2360823ce296d4e9dd0f18d630d8c7cee5 >-SIZE (InspIRCd-1.2.8.tar.bz2) = 637194 >+SHA256 (InspIRCd-v1.2.9.tar.bz2) = befed8d4dbbf477a5181e62d8c08d04dbf11731381634a7e02ee0821e0be516b >+SIZE (InspIRCd-v1.2.9.tar.bz2) = 646971 >diff -ruN --exclude=CVS ../inspircd12.orig/files/patch-src__modules__m_nationalchars.cpp ./files/patch-src__modules__m_nationalchars.cpp >--- ../inspircd12.orig/files/patch-src__modules__m_nationalchars.cpp 2011-07-27 10:15:25.000000000 -0500 >+++ ./files/patch-src__modules__m_nationalchars.cpp 1969-12-31 18:00:00.000000000 -0600 >@@ -1,14 +0,0 @@ >---- ./src/modules/m_nationalchars.cpp.orig 2010-07-05 11:21:26.000000000 +0300 >-+++ ./src/modules/m_nationalchars.cpp 2010-07-05 11:23:29.000000000 +0300 >-@@ -255,7 +255,10 @@ >- ConfigReader* conf = new ConfigReader(ServerInstance); >- charset = conf->ReadValue("nationalchars", "file", 0); >- casemapping = conf->ReadValue("nationalchars", "casemapping", charset, 0, false); >-- charset.insert(0, "../locales/"); >-+ if (charset[0] != '/') >-+ { >-+ charset.insert(0, "../share/inspircd/locales/"); >-+ } >- unsigned char * tables[8] = { m_additional, m_additionalMB, m_additionalUp, m_lower, m_upper, m_additionalUtf8, m_additionalUtf8range, m_additionalUtf8interval }; >- loadtables(charset, tables, 8, 5); >- forcequit = conf->ReadFlag("nationalchars", "forcequit", 0);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 167577
: 124107