pkgsrc-Bugs archive

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

pkg/29964: bsflite version 0.80 has been released



>Number:         29964
>Category:       pkg
>Synopsis:       bsflite version 0.80 has been released
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 13 20:29:00 +0000 2005
>Originator:     Evan Hall
>Release:        2.0
>Organization:
>Environment:
NetBSD sp-227 2.0 NetBSD 2.0 (CSERIES_CUSTOM) #1: Wed Mar 30 20:06:53 EST 2005  
root@sp-227:/usr/src/sys/arch/i386/compile/CSERIES_CUSTOM i386
>Description:
chat/bsflite can be updated.  A patch is attached.

>From the ChangeLog:

0.80 - 04/13/2005

 * Changed keepalive messages to FLAP channel 0x05 messages, as recommended.

 * Re-implemented idle time reporting. Any keystroke in bsflite now resets
   your idle time, rather than only on sending a message.

 * New option "respond_idle_only" to send away message auto-response only
   when away and idle.

 * Fixed the terminal line erasing problem previously detailed in the README
   both in UNIX (using vt100 sequences), Windows (using console functions)
   and DOS (using conio functions). Plan 9 is unaffected since the rio
   terminal properly supports reverse line wrap.

 * Screen names longer than 16 characters are trimmed to the first
   13 characters plus "..." in the buddy list display. Use 'wf' to
   see the entire name. This is necessary now with @mac.com and
   @thematrixonline.com accounts.

 * New command 'G' : write away messages in ~/.bsflite/awaymessages,
   one per line, and use 'G' to set them.

 * Finally added server-side buddy lists. Buddy add/delete now stores the
   information on the server. If you have a buddies file, run this
   new version with it once, then delete it.

 * Optional "netspeak cleaner" - see cleaner.c and config file

 * Cleaned up and sped up login sequence.

 * Fixed a mysterious bug where mobile users would disappear from the
   buddy list even though they were online.

 * imcomm now supports sending more than one packet at a time, which
   seems to be how other clients do some things. The fetch awaymsg/profile
   command now takes advantage of this, which seems to improve the rate
   limit situation a bit. Also, the 'b' command works most of the time
   without triggering a rate limit warning.

 * Buddy list display now adjusts with screen size.

 * Added a configuration file. See config-example for details.

 * Changed default paths to ~/.bsflite/[config,log,profile,buddies,icon]
 
 * Fixed the endlessly repeating error messages on certain platforms.

 * l command now shows the last 20 lines instead of 10.

 * Implemented MD5-based login in IMComm instead of the old, "roasted"
   password algorithm. This improves things on three fronts:
    - your password is no longer sent in plaintext
    - you can login with a @mac.com account
    - you can login with an ICQ UIN
   This is the way the official client has done things for a while. I used
   MD5 routines developed by L. Peter Deutsch (md5.c, md5.h in imcomm/)
   for this, at least until I become inspired enough to write my own.


>How-To-Repeat:

>Fix:
Index: chat/bsflite/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/chat/bsflite/Makefile,v
retrieving revision 1.2
diff -r1.2 Makefile
3c3
< DISTNAME=     bsflite-0.73
---
> DISTNAME=     bsflite-0.80
17a18
>       ${INSTALL_DATA} ${WRKSRC}/config-example ${PREFIX}/share/doc/bsflite
Index: chat/bsflite/PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/chat/bsflite/PLIST,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 PLIST
5a6
> share/doc/bsflite/config-example
Index: chat/bsflite/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/chat/bsflite/distinfo,v
retrieving revision 1.2
diff -r1.2 distinfo
3,5c3,5
< SHA1 (bsflite-0.73.tar.gz) = e2db104004cac501377b6cac6665847358bddb0f
< RMD160 (bsflite-0.73.tar.gz) = fc3d2812a4ed95d7936a4526d513363613ce305c
< Size (bsflite-0.73.tar.gz) = 39897 bytes
---
> SHA1 (bsflite-0.80.tar.gz) = 228b02851dedc44a4ee6dbc2fd5dca6ff059c4e3
> RMD160 (bsflite-0.80.tar.gz) = cec3b13fcf4afc37f4ee0a382d63f024b1f31861
> Size (bsflite-0.80.tar.gz) = 50529 bytes




Home | Main Index | Thread Index | Old Index