aboutsummaryrefslogtreecommitdiff
path: root/irc/irc/files
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-08-22 05:11:32 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-08-22 05:11:32 +0000
commit20bb477f4741a76f464ba804627ab4001ac09eb4 (patch)
treeac206141169bbf2cc8d8f31da4451b6b78f47d66 /irc/irc/files
parentf594cd6879f94abd3a3b5ad9dc9de1b0714c7abe (diff)
downloadports-20bb477f4741a76f464ba804627ab4001ac09eb4.tar.gz
ports-20bb477f4741a76f464ba804627ab4001ac09eb4.zip
update irc/irc: 2.10.3 -> 2.10.3p3
PR: 55824 Submitted by: Paolo Gatti <onel0ve@libero.it>
Notes
Notes: svn path=/head/; revision=87477
Diffstat (limited to 'irc/irc/files')
-rw-r--r--irc/irc/files/patch-ab38
-rw-r--r--irc/irc/files/patch-ac63
-rw-r--r--irc/irc/files/patch-ad20
-rw-r--r--irc/irc/files/patch-ae11
-rw-r--r--irc/irc/files/patch-af12
5 files changed, 26 insertions, 118 deletions
diff --git a/irc/irc/files/patch-ab b/irc/irc/files/patch-ab
index 97e51531a63d..a19638adb39f 100644
--- a/irc/irc/files/patch-ab
+++ b/irc/irc/files/patch-ab
@@ -1,24 +1,18 @@
---- support/config.h.dist.old Wed Dec 9 15:05:45 1998
-+++ support/config.h.dist Wed Dec 9 15:09:34 1998
-@@ -168,13 +168,13 @@
- * if 'OPER_x' is undefined so you can't give local operators more rights
- * than global ones.
- */
--#undef OPER_KILL
-+#define OPER_KILL
- #define OPER_REHASH
- #undef OPER_RESTART
--#define OPER_DIE
+--- support/config.h.dist.old Mon Aug 18 15:17:52 2003
++++ support/config.h.dist Mon Aug 18 15:17:52 2003
+@@ -121,1 +121,1 @@
+-#undef OPER_KILL
++#define OPER_KILL
+@@ -124,4 +124,4 @@
+-#define OPER_DIE
+#undef OPER_DIE
- #undef OPER_REMOTE
--#undef LOCOP_REHASH
--#undef LOCOP_RESTART
-+#define LOCOP_REHASH
-+#define LOCOP_RESTART
- #undef LOCOP_DIE
-
- /*
-@@ -299,32 +299,32 @@
+-#undef OPER_REMOTE
++#define OPER_REMOTE
+-#undef LOCOP_REHASH
++#define LOCOP_REHASH
+-#undef LOCOP_RESTART
++#define LOCOP_RESTART
+@@ -249,32 +249,32 @@
* this option is used unless you tell the system administrator beforehand
* and obtain their permission to send messages to the system log files.
*/
@@ -60,7 +54,7 @@
/*
* If you want to store encrypted passwords in N-lines for server links,
-@@ -376,7 +376,7 @@
+@@ -323,7 +323,7 @@
* send to the server without processing before disconnecting the client for
* flooding it. Values greater than 8000 make no difference to the server.
*/
@@ -69,7 +63,7 @@
/* Remote query flood protection. */
#define CHREPLLEN 8192
-@@ -414,7 +414,7 @@
+@@ -461,7 +461,7 @@
* The library and the include files must have been found by configure,
* if you have installed the zlib after running configure, run it again.
*/
diff --git a/irc/irc/files/patch-ac b/irc/irc/files/patch-ac
index 9391f3b50596..5405b38eff0e 100644
--- a/irc/irc/files/patch-ac
+++ b/irc/irc/files/patch-ac
@@ -1,54 +1,11 @@
---- ircd/res.c- Fri Jan 21 20:57:31 2000
-+++ ircd/res.c Fri Jan 21 21:04:03 2000
-@@ -588,8 +588,7 @@
- hp = (struct hent *)&(rptr->he);
- adr = &hp->h_addr;
- #ifdef INET6
-- while (adr->s6_laddr[0] | adr->s6_laddr[1] | adr->s6_laddr[2] |
-- adr->s6_laddr[3])
-+ while (!IN6_IS_ADDR_UNSPECIFIED(adr))
- #else
- while (adr->s_addr)
- #endif
-@@ -667,9 +666,9 @@
- if (type == T_AAAA)
- bcopy(cp, (char *)&dr, dlen);
- else {
-- dr.s6_laddr[0]=dr.s6_laddr[1]=0;
-- dr.s6_laddr[2]=htonl(0xffff);
-- bcopy(cp, &dr.s6_laddr[3], INADDRSZ);
-+ memset(&dr, 0, sizeof(dr));
-+ dr.s6_addr[10] = dr.s6_addr[11] = 0xff;
-+ bcopy(cp, &dr.s6_addr[12], INADDRSZ);
- }
- bcopy(dr.s6_addr, adr->s6_addr, IN6ADDRSZ);
- #else
-@@ -1052,12 +1051,10 @@
+--- support/configure.orig Mon Aug 18 15:17:52 2003
++++ support/configure Mon Aug 18 15:17:52 2003
+@@ -1296,7 +1296,7 @@
+ fi
- #ifdef DEBUG
- #ifdef INET6
-- Debug((DEBUG_INFO,"add_to_cache:added %s[%08x%08x%08x%08x] cache %#x.",
-- ocp->he.h_name,
-- ((struct in6_addr *)ocp->he.h_addr_list)->s6_laddr[0],
-- ((struct in6_addr *)ocp->he.h_addr_list)->s6_laddr[1],
-- ((struct in6_addr *)ocp->he.h_addr_list)->s6_laddr[2],
-- ((struct in6_addr *)ocp->he.h_addr_list)->s6_laddr[3], ocp));
-+ inet_ntop(AF_INET6, ((struct in6_addr *)ocp->he.h_addr_list),
-+ mydummy, sizeof(mydummy));
-+ Debug((DEBUG_INFO,"add_to_cache:added %s[%s] cache %#x.",
-+ ocp->he.h_name, mydummy, ocp);
- #else
- Debug((DEBUG_INFO, "add_to_cache:added %s[%08x] cache %#x.",
- ocp->he.h_name, ocp->he.h_addr_list[0], ocp));
-@@ -1275,9 +1272,8 @@
- #ifdef DEBUG
- #ifdef INET6
- Debug((DEBUG_DNS,
-- "find_cache_number:find %s[%08x%08x%08x%08x]: hashv = %d",
-- inet_ntop(AF_INET6, numb,mydummy,MYDUMMY_SIZE), ip->s6_laddr[0],
-- ip->s6_laddr[1], ip->s6_laddr[2], ip->s6_laddr[3], hashv));
-+ "find_cache_number:find %s: hashv = %d",
-+ inet_ntop(AF_INET6, numb, mydummy,MYDUMMY_SIZE), hashv));
- #else
- Debug((DEBUG_DNS,"find_cache_number:find %s[%08x]: hashv = %d",
- inetntoa(numb), ntohl(ip->s_addr), hashv));
+ irc_cv_solaris_2=no
+-if test "$irc_sun" = no; then
++if test "$irc_cv_sun" = no; then
+ echo "$ac_t""no" 1>&6
+ else
+ if uname -r 2>/dev/null | grep "^5" >/dev/null; then
diff --git a/irc/irc/files/patch-ad b/irc/irc/files/patch-ad
deleted file mode 100644
index 49e2f041fe40..000000000000
--- a/irc/irc/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- support/configure.orig Thu Oct 19 22:17:48 2000
-+++ support/configure Thu Oct 19 22:18:16 2000
-@@ -1296,7 +1296,7 @@
- fi
-
- irc_cv_solaris_2=no
--if test "$irc_sun" = no; then
-+if test "$irc_cv_sun" = no; then
- echo "$ac_t""no" 1>&6
- else
- if uname -r 2>/dev/null | grep "^5" >/dev/null; then
-@@ -4108,8 +4108,6 @@
-
- case $irc_cv_v6type in
- kame)
-- LIBS="-L/usr/local/v6/lib -linet6 $LIBS"
-- CFLAGS="$CFLAGS -I/usr/local/v6/include"
- ;;
- linux)
- LIBS="-L/usr/inet6/lib -linet6 $LIBS"
diff --git a/irc/irc/files/patch-ae b/irc/irc/files/patch-ae
deleted file mode 100644
index 5b39db320985..000000000000
--- a/irc/irc/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- ircd/s_user.c~ Sat Jul 17 20:47:49 1999
-+++ ircd/s_user.c Thu Jan 13 03:01:14 2000
-@@ -2379,7 +2379,7 @@
- parv[0], sptr->user->username, sptr->user->host,
- sptr->auth, IsUnixSocket(sptr) ? sptr->sockhost :
- #ifdef INET6
-- inet_ntop(AF_INET6, (char *)&sptr->ip), mydummy, MYDUMMY_SIZE);
-+ inet_ntop(AF_INET6, (char *)&sptr->ip, mydummy, MYDUMMY_SIZE));
- #else
- inetntoa((char *)&sptr->ip));
- #endif
diff --git a/irc/irc/files/patch-af b/irc/irc/files/patch-af
deleted file mode 100644
index 8c5ad82fc66e..000000000000
--- a/irc/irc/files/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
---- ircd/s_bsd.c Sat Jul 24 02:15:14 1999
-+++ ircd/s_bsd.c Fri Jan 21 21:03:36 2000
-@@ -760,8 +760,7 @@
-
- #ifdef INET6
- if (IN6_IS_ADDR_LOOPBACK(&cptr->ip) || IsUnixSocket(cptr) ||
-- (cptr->ip.s6_laddr[0]==mysk.sin6_addr.s6_laddr[0] &&
-- cptr->ip.s6_laddr[1]==mysk.sin6_addr.s6_laddr[1])
-+ memcmp(&cptr->ip, &mysk.sin6_addr, 8) == 0
- /* ||
- IN6_ARE_ADDR_SAMEPREFIX(&cptr->ip, &mysk.SIN_ADDR))
- about the same, I think NOT */