summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/xchat/files')
-rw-r--r--net-irc/xchat/files/digest-xchat-2.0.11
-rw-r--r--net-irc/xchat/files/digest-xchat-2.0.1-r11
-rw-r--r--net-irc/xchat/files/digest-xchat-2.0.101
-rw-r--r--net-irc/xchat/files/digest-xchat-2.0.6-r11
-rw-r--r--net-irc/xchat/files/digest-xchat-2.0.6-r21
-rw-r--r--net-irc/xchat/files/digest-xchat-2.0.71
-rw-r--r--net-irc/xchat/files/digest-xchat-2.0.81
-rw-r--r--net-irc/xchat/files/xchat-2.0.6-fix_dccsend.patch14
8 files changed, 1 insertions, 20 deletions
diff --git a/net-irc/xchat/files/digest-xchat-2.0.1 b/net-irc/xchat/files/digest-xchat-2.0.1
deleted file mode 100644
index d14b83cc0a32..000000000000
--- a/net-irc/xchat/files/digest-xchat-2.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d0fcc1137e704c2fe9417799e3e6e49c xchat-2.0.1.tar.bz2 718064
diff --git a/net-irc/xchat/files/digest-xchat-2.0.1-r1 b/net-irc/xchat/files/digest-xchat-2.0.1-r1
deleted file mode 100644
index d14b83cc0a32..000000000000
--- a/net-irc/xchat/files/digest-xchat-2.0.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d0fcc1137e704c2fe9417799e3e6e49c xchat-2.0.1.tar.bz2 718064
diff --git a/net-irc/xchat/files/digest-xchat-2.0.10 b/net-irc/xchat/files/digest-xchat-2.0.10
new file mode 100644
index 000000000000..71b7e42a086e
--- /dev/null
+++ b/net-irc/xchat/files/digest-xchat-2.0.10
@@ -0,0 +1 @@
+MD5 968bc5f074fd7c202a8d63758bd5b62d xchat-2.0.10.tar.bz2 1113265
diff --git a/net-irc/xchat/files/digest-xchat-2.0.6-r1 b/net-irc/xchat/files/digest-xchat-2.0.6-r1
deleted file mode 100644
index 89a4b9ec84bc..000000000000
--- a/net-irc/xchat/files/digest-xchat-2.0.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5cc5e603083242fb598bc940b1a4fccc xchat-2.0.6.tar.bz2 942837
diff --git a/net-irc/xchat/files/digest-xchat-2.0.6-r2 b/net-irc/xchat/files/digest-xchat-2.0.6-r2
deleted file mode 100644
index 89a4b9ec84bc..000000000000
--- a/net-irc/xchat/files/digest-xchat-2.0.6-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5cc5e603083242fb598bc940b1a4fccc xchat-2.0.6.tar.bz2 942837
diff --git a/net-irc/xchat/files/digest-xchat-2.0.7 b/net-irc/xchat/files/digest-xchat-2.0.7
deleted file mode 100644
index 38512effdb89..000000000000
--- a/net-irc/xchat/files/digest-xchat-2.0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f53bae43f4e89c6a8d873877d86df1b5 xchat-2.0.7.tar.bz2 943633
diff --git a/net-irc/xchat/files/digest-xchat-2.0.8 b/net-irc/xchat/files/digest-xchat-2.0.8
deleted file mode 100644
index 5873ee762edd..000000000000
--- a/net-irc/xchat/files/digest-xchat-2.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 64cd419e7bb14e36e658b09726d3411f xchat-2.0.8.tar.bz2 997439
diff --git a/net-irc/xchat/files/xchat-2.0.6-fix_dccsend.patch b/net-irc/xchat/files/xchat-2.0.6-fix_dccsend.patch
deleted file mode 100644
index 37f54b981fff..000000000000
--- a/net-irc/xchat/files/xchat-2.0.6-fix_dccsend.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/common/dcc.c.orig 2003-12-12 16:49:28.523536903 -0800
-+++ src/common/dcc.c 2003-12-12 16:50:50.339644657 -0800
-@@ -1659,6 +1659,11 @@
- * sending file.
- */
- dcc = find_dcc_from_id (pasvid, TYPE_SEND);
-+ /* defensive check for malformed requests */
-+ if( dcc == NULL ) {
-+ dcc_malformed( sess, nick, word_eol[4] + 2 );
-+ return;
-+ }
- dcc->addr = addr;
- dcc->port = port;
- dcc_connect(dcc);