./chat/licq-core, ICQ client with plugin support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q1, Version: 1.3.5nb1, Package name: licq-core-1.3.5nb1, Maintainer: pkgsrc-users

Licq is a multi-threaded ICQ clone written mostly in C++. It uses
an extensive plugin system to manage many different functions. The
main gui is written using the Qt widget set. Licq is distributed
under GPL with some special QPL exceptions for Qt.

Several GUI plugins for console, Qt etc. are available as separate
packages.


Master sites: (Expand)

SHA1: a1059173f36694e6e5ec9ba62ced6e9738807916
RMD160: 4442f6cb3630d8300e5f128617a522bd2cb863dc
Filesize: 3184.054 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-12 12:47:37 by Tyler R. Retzlaff | Files touched by this commit (6)
Log message:
pullup ticket #2372 - requested by tonnerre
licq-core: fix for DoS vulnerability

revisions pulled up:
- pkgsrc/chat/licq-core/Makefile		1.11
- pkgsrc/chat/licq-core/distinfo		1.13
- pkgsrc/chat/licq-core/patches/patch-aa	1.2
- pkgsrc/chat/licq-core/patches/patch-ab	1.3
- pkgsrc/chat/licq-core/patches/patch-ac	1.3
- pkgsrc/chat/licq-core/patches/patch-ag	1.5

   Module Name:	pkgsrc
   Committed By:	tonnerre
   Date:		Sun May 11 04:12:34 UTC 2008

   Modified Files:
   	pkgsrc/chat/licq-core: Makefile distinfo
   	pkgsrc/chat/licq-core/patches: patch-aa
   Added Files:
   	pkgsrc/chat/licq-core/patches: patch-ab patch-ac patch-ag

   Log message:
   Fix multiple connection handling Denial of Service vulnerability in licq
   (CVE-2008-1996). Before this, the application would crash if too many
   TCP connections are opened.