view mcabber/debian/control @ 409:82064124324d

Fix a SIGPIPE issue when connecting to the server This change fixes a SIGPIPE when cw_nb_connect() is called too fast after make_nb_netsocket(). In this case getsockopt() reports a wrong value (no error) and the first jab_send_raw() in jconn.c gets a SIGPIPE. The delay in jabglue.c can then be removed.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 Aug 2005 22:20:03 +0200
parents 8a4530913d6a
children
line wrap: on
line source

Source: mcabber
Section: net
Priority: optional
Maintainer: Mikael BERTHE <mikael.berthe@lilotux.net>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libglib2.0-dev, libncurses5-dev, libssl-dev
Standards-Version: 3.6.1

Package: mcabber
Section: net
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Description: Small Jabber console client
 MCabber is a Jabber text-mode client, which includes features such as
 SSL support, history logging, commands completion, and external actions
 triggers.