summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-10-13 21:11:38 +0000
committeradrianp <adrianp>2007-10-13 21:11:38 +0000
commit10fd47cc9d3dd8ad525886273170f0ed492e7b0a (patch)
treeb96650c897bce32d6eeaee1e5f06016ff495cb65 /chat
parentf56484e0ccb71d8b5c19c1a1bc69ae56b50d8b03 (diff)
downloadpkgsrc-10fd47cc9d3dd8ad525886273170f0ed492e7b0a.tar.gz
Update to 1.1.13
The latest in the 1.1.x stable line (1.1.13) has been released, featuring a number of stability fixes. This also includes SVSPART, at the request of the Anope team, SSL fixes, as well as various other bits and pieces. This is a HIGHLY RECOMMENDED upgrade to anyone running anything prior to 1.1.13
Diffstat (limited to 'chat')
-rw-r--r--chat/inspircd/Makefile4
-rw-r--r--chat/inspircd/PLIST3
-rw-r--r--chat/inspircd/distinfo10
-rw-r--r--chat/inspircd/patches/patch-ac8
4 files changed, 10 insertions, 15 deletions
diff --git a/chat/inspircd/Makefile b/chat/inspircd/Makefile
index 8ec1b9cce34..031d67acbd4 100644
--- a/chat/inspircd/Makefile
+++ b/chat/inspircd/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2007/09/29 12:40:25 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2007/10/13 21:11:38 adrianp Exp $
#
-DISTNAME= InspIRCd-1.1.12
+DISTNAME= InspIRCd-1.1.13
PKGNAME= ${DISTNAME:S/InspIRCd/inspircd/}
CATEGORIES= chat
MASTER_SITES= http://www.inspircd.org/downloads/
diff --git a/chat/inspircd/PLIST b/chat/inspircd/PLIST
index e95553052e0..00004a2e0de 100644
--- a/chat/inspircd/PLIST
+++ b/chat/inspircd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2007/08/25 09:21:15 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/10/13 21:11:39 adrianp Exp $
bin/inspircd
lib/inspircd/cmd_admin.so
lib/inspircd/cmd_away.so
@@ -121,6 +121,7 @@ share/inspircd/modules/m_chgname.so
share/inspircd/modules/m_cloaking.so
share/inspircd/modules/m_clones.so
share/inspircd/modules/m_close.so
+share/inspircd/modules/m_commonchans.so
share/inspircd/modules/m_conn_join.so
share/inspircd/modules/m_conn_umodes.so
share/inspircd/modules/m_conn_waitpong.so
diff --git a/chat/inspircd/distinfo b/chat/inspircd/distinfo
index 66b890f2cef..d62b8fc87dd 100644
--- a/chat/inspircd/distinfo
+++ b/chat/inspircd/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2007/08/25 10:15:40 adrianp Exp $
+$NetBSD: distinfo,v 1.5 2007/10/13 21:11:39 adrianp Exp $
-SHA1 (InspIRCd-1.1.12.tar.bz2) = d9128ea358fd385d92c37e039ac9d2ae80da99d1
-RMD160 (InspIRCd-1.1.12.tar.bz2) = eabaa1dc351c71978e6b5a0548fad3b17f888ede
-Size (InspIRCd-1.1.12.tar.bz2) = 501185 bytes
+SHA1 (InspIRCd-1.1.13.tar.bz2) = ae3fc3ee13671a068d6085f7ff852e368bbbe568
+RMD160 (InspIRCd-1.1.13.tar.bz2) = a7fd87f2e5a9a7942c9f425180430b6bd9273a51
+Size (InspIRCd-1.1.13.tar.bz2) = 502275 bytes
SHA1 (patch-aa) = d62675b6ace79ba5c0c0c4db2b4f9454346170c3
SHA1 (patch-ab) = 683344dc906be076aaed688924bfad4e4aabe508
-SHA1 (patch-ac) = eea1d7f76704b1e382025f71d97fcdb4ed971581
+SHA1 (patch-ac) = 36974411a7aeb96c08be8b38c1a0c3e208416590
diff --git a/chat/inspircd/patches/patch-ac b/chat/inspircd/patches/patch-ac
index e3b7b1380ae..6fd03a66c9a 100644
--- a/chat/inspircd/patches/patch-ac
+++ b/chat/inspircd/patches/patch-ac
@@ -1,13 +1,7 @@
-$NetBSD: patch-ac,v 1.3 2007/08/25 10:15:41 adrianp Exp $
+$NetBSD: patch-ac,v 1.4 2007/10/13 21:11:39 adrianp Exp $
--- configure.orig 2007-08-20 22:06:16.000000000 +0100
+++ configure
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl
-+#!/usr/pkg/bin/perl
- ###################################################
- # InspIRCd Configuration Script
- #
@@ -230,8 +230,8 @@ $config{EXTRA_DIR} = ""; #
if ($config{OSNAME} =~ /darwin/i)
{