summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortonio <tonio>2005-08-02 15:22:30 +0000
committertonio <tonio>2005-08-02 15:22:30 +0000
commit15eb8cd39c25b04c71d17bd155f4376477a965ff (patch)
tree467747c937e82ec29b4d3ebea8774fc929548152
parentc2b2bb755ab0e81275792c9335c05e26dca68c4d (diff)
downloadpkgsrc-15eb8cd39c25b04c71d17bd155f4376477a965ff.tar.gz
update bitlbee to 0.92
Main changelog entries are: Security: - Fixed a bug in http_encode that might have caused buffer overflows (although not likely to be exploitable) when trying to encode strings with non-ASCII characters. - Newline stripping added to prevent newline-in-friendlyname attacks. (Which allowed remote people to make BitlBee send raw custom IRC lines.) Bugs: - Many crashes - Yahoo! cleanup code to avoid 100% CPU time usage - fixes for ICQ and MSN approved by wiz@
-rw-r--r--chat/bitlbee/Makefile5
-rw-r--r--chat/bitlbee/distinfo10
-rw-r--r--chat/bitlbee/patches/patch-aa10
3 files changed, 11 insertions, 14 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index 10c4d8426fa..12aa8997e0d 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2005/07/21 16:29:45 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2005/08/02 15:22:30 tonio Exp $
#
-DISTNAME= bitlbee-0.91
-PKGREVISION= 1
+DISTNAME= bitlbee-0.92
CATEGORIES= chat
MASTER_SITES= http://get.bitlbee.org/src/
diff --git a/chat/bitlbee/distinfo b/chat/bitlbee/distinfo
index a1f02e619d4..56920ea5f24 100644
--- a/chat/bitlbee/distinfo
+++ b/chat/bitlbee/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2005/02/23 15:59:10 agc Exp $
+$NetBSD: distinfo,v 1.10 2005/08/02 15:22:30 tonio Exp $
-SHA1 (bitlbee-0.91.tar.gz) = f2f202ff86380e193044625ee3a258943d3b3aed
-RMD160 (bitlbee-0.91.tar.gz) = e86c0d404c942d90813bd959e92c5ce7158f5e3d
-Size (bitlbee-0.91.tar.gz) = 462675 bytes
-SHA1 (patch-aa) = 7df85fd53227dcddb57f7b71d374fbe2068ebd95
+SHA1 (bitlbee-0.92.tar.gz) = 08c6244c1c4d222180c6f28bd666e5c8dc056a66
+RMD160 (bitlbee-0.92.tar.gz) = a0b9d6bb92915f6cb1674ccc3b5c78f7ce627a01
+Size (bitlbee-0.92.tar.gz) = 464110 bytes
+SHA1 (patch-aa) = 5f089e20db5df6bfbcdb346413155db52e9c64cc
diff --git a/chat/bitlbee/patches/patch-aa b/chat/bitlbee/patches/patch-aa
index 87d3e4b88e4..10c9f81ee99 100644
--- a/chat/bitlbee/patches/patch-aa
+++ b/chat/bitlbee/patches/patch-aa
@@ -1,7 +1,5 @@
-$NetBSD: patch-aa,v 1.3 2004/12/27 23:35:41 xtraeme Exp $
-
---- configure.orig 2004-12-28 00:04:47.000000000 +0100
-+++ configure 2004-12-28 00:08:13.000000000 +0100
+--- configure.orig 2005-04-29 21:47:15.000000000 +0200
++++ configure 2005-04-29 21:49:41.000000000 +0200
@@ -14,6 +14,8 @@
datadir='$prefix/share/bitlbee/'
config='/var/lib/bitlbee/'
@@ -20,7 +18,7 @@ $NetBSD: patch-aa,v 1.3 2004/12/27 23:35:41 xtraeme Exp $
--jabber=0/1 Disable/enable Jabber part $jabber
--oscar=0/1 Disable/enable Oscar part (ICQ, AIM) $oscar
@@ -100,9 +103,13 @@
- #define DATADIR "$datadir"
+ #define VARDIR "$datadir"
#define ARCH "$arch"
#define CPU "$cpu"
-#define IPV6
@@ -34,7 +32,7 @@ $NetBSD: patch-aa,v 1.3 2004/12/27 23:35:41 xtraeme Exp $
if [ "$debug" = "1" ]; then
echo 'CFLAGS=-g' >> Makefile.settings
echo 'DEBUG=1' >> Makefile.settings
-@@ -383,3 +390,9 @@
+@@ -389,3 +396,9 @@
else
echo ' Building without IM-protocol support. We wish you a lot of fun...';
fi