summaryrefslogtreecommitdiff
path: root/chat/licq-core
AgeCommit message (Collapse)AuthorFilesLines
2008-05-12pullup ticket #2372 - requested by tonnerrertr6-5/+126
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.
2008-01-05ERROR: patches/patch-qa:29: This code must not be included in patches.rillig2-12/+3
2007-12-22add patch for licq-gui-console to fix include path for pkgsrc devel/cdkjdolecek2-1/+15
2007-12-22Update licq-{core,gui-console,gui-qt} to 1.3.5.jdolecek8-80/+47
New in 1.3.4 o Fix a few bugs where users would falsely go offline o Make sending typing notifications optional o Fixes for newly registered users o Fix the handling of pidfiles so that Licq always starts unless there actually is an other instance of Licq running. o 64-bit compatibility changes o Compilation fixes o Fixes for Licq on Mac OS X (with Fink) o Iconv fixes o ICQ: Fix a bug where contacts would receive empty messages o ICQ: Update the protocol to properly set info o ICQ: Show more version information of remote clients o ICQ: Fix SSL issue o MSN: Fix a race error in MSN packet parsing o MSN: Fix socket handling o KDE: Addressbook fix o KDE: Add spell checking to the kde-gui (Using KSpell) o Qt/KDE: Show user's pictures as a tooltip or status icon o Qt/KDE: Optional "Send with Enter" o Qt/KDE: Improve hyperlink detection o Qt/KDE: Improve emoticon detection and processing o Qt/KDE: Add a custom message box handler o Qt/KDE: New KDE iconset to better integrate with the KDE desktop Many various minor bugs and crashes fixed... See http://tinyurl.com/ygdrfo for d etails. Build and basic startup done on NetBSD 4.0 and Mac OS X 10.5
2007-10-10Since all the licq packages use the same distfile and need the samerillig4-1/+70
patches, it is better to provide them once for all packages. Fixed building the gui plugins.
2007-09-29Fixed build errors on NetBSD 4.99.rillig5-6/+49
2006-11-02fix couple missing initializations of pthread_mutex_t/pthread_cond_tjdolecek4-2/+33
now the package is actually usable on NetBSD
2006-10-11Fixed "test ==".rillig2-5/+14
2006-03-11Make this build on Darwin.yyamano2-5/+5
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-19Avoid lvalue cast for GCC 3.4. Add DragonFly support.joerg4-1/+59
2005-10-31Include <sys/time.h> to get fd_set per POSIX. (SourceForge bug #1344209)tv2-1/+14
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-04-30- Use C++ compiler.minskim1-1/+3
- Override libtool.
2004-04-17Convert to buildlink3.snj1-3/+3
2004-01-31s/seperate/separate/snj1-1/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-03This package wants threads, so include pthread.buildlink2.mk.wiz1-1/+2
2003-04-24Add licq-core-1.2.6, licq-gui-qt-1.2.6 licq-gui-console-1.2.6hubertf4-0/+140
Licq-core 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 seperate packages, licq-gui-console and licq-gui-qt.