pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/bitlbee update bitlbee to 0.92



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61d46c23a68e
branches:  trunk
changeset: 497702:61d46c23a68e
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Aug 02 15:22:30 2005 +0000

description:
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@

diffstat:

 chat/bitlbee/Makefile         |   5 ++---
 chat/bitlbee/distinfo         |  10 +++++-----
 chat/bitlbee/patches/patch-aa |  10 ++++------
 3 files changed, 11 insertions(+), 14 deletions(-)

diffs (60 lines):

diff -r b0a978c18d7f -r 61d46c23a68e chat/bitlbee/Makefile
--- a/chat/bitlbee/Makefile     Tue Aug 02 14:53:25 2005 +0000
+++ b/chat/bitlbee/Makefile     Tue Aug 02 15:22:30 2005 +0000
@@ -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 -r b0a978c18d7f -r 61d46c23a68e chat/bitlbee/distinfo
--- a/chat/bitlbee/distinfo     Tue Aug 02 14:53:25 2005 +0000
+++ b/chat/bitlbee/distinfo     Tue Aug 02 15:22:30 2005 +0000
@@ -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 -r b0a978c18d7f -r 61d46c23a68e chat/bitlbee/patches/patch-aa
--- a/chat/bitlbee/patches/patch-aa     Tue Aug 02 14:53:25 2005 +0000
+++ b/chat/bitlbee/patches/patch-aa     Tue Aug 02 15:22:30 2005 +0000
@@ -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 @@
  --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 @@
  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



Home | Main Index | Thread Index | Old Index