summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2012-11-16Fix inline.joerg6-1/+71
2012-11-16Fix inline usage.joerg2-1/+16
2012-11-16restrict is a C99 keyword, so don't use it as field name.joerg2-1/+33
2012-11-16Match PLIST with reality.joerg2-3/+4
2012-11-08 -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic thanschnoebe1-2/+7
in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build failures when including gnutls on older versions of gcc. Should clear up the build issues on NetBSD 5.x
2012-11-01Add missing return value.joerg2-1/+15
2012-10-24Don't define a function inline without providing the implementation.joerg3-1/+29
2012-10-21Add CONFLICTS between chat/jabberd2 and net/sendfilecheusov1-3/+3
2012-10-09chat/libmsn: Fix build on gcc 4.7.2marino2-7/+9
Add <unistd.h> to solve "unlink not declared in scope" error in gcc47.
2012-10-08Revbump after updating graphics/pangoadam28-56/+56
2012-10-06Recursive bump from net/gssdp.ryoon18-36/+36
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz38-69/+76
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau131-372/+131
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron28-56/+56
requested by Thomas Klausner.
2012-09-30Update "ejabberd" package to version 2.1.11. Changes since 2.1.10:tron3-8/+15
- HTTP service - Fix ejabberd_http:get_line - Don't use binary:match to extract lines from binaries - Parse and encode https header names like native http parser does - Parse correctly https request split into multiple packets - Properly handle HEAD request in mod_http_bind (EJAB-1538) - New option default_host for handling requests with ambiguous Host (EJAB-1261) - ODBC - New ODBC support for mod_announce - New ODBC support for mod_blocking - New ODBC support for mod_irc - New ODBC support for mod_muc - New ODBC support for mod_shared_roster - New ODBC support for mod_vcard_xupdate - Add ODBC exporting function for privacy table - Work also with some unicode strings in PgSQL (EJAB-1490) - Replace a single quote with double quotes in an ODBC escape - SSL - Make sure that res is initialized in all cases - Parse correctly https request split into multiple packets (EJAB-1537) - Added missed tls:recv_data/2 - Don't ignore Length parameter in tls:recv - Avoid quadratic behavior in reading SSL data - Dix http_bind webserver TLS fail on Chrome (EJAB-1530) - Miscelanea - Assume we have only one CPU when an auto-detection fails (EJAB-1516) - Auth: Relax digest-uri handling (EJAB-1529) - Caps: Cache caps timestamp before the IQ-request is done - IRC: Use of MUC password - Private: misc errors cases fixes - Pubsub: return user affiliation for a specified node (EJAB-1294) - Shared Roster: Foreign items were not pushed (EJAB-1509) - Shared Roster LDAP: user substitution in ldap_rfilter (EJAB-1555) - Windows: Fix makefile rules for building DLLs
2012-09-29Use "PKGREVISION_NOREV" in master site URL. The download now works eventron1-2/+2
after the package revision has been bumped.
2012-09-26Configure the correct path for configuration files instead of usingtron1-1/+3
"${PREFIX}/etc". Bump package revision because of this fix.
2012-09-23missing parts of recursive revbump for gnutls update.obache2-3/+4
2012-09-15recursive bump from libffi shlib major bumpobache52-98/+104
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam23-45/+46
2012-09-06Update to 4.0.0.gdt2-8/+6
24 Aug 2012: - Release 4.0.0 21 Jun 2012: - Fixed an issue that happened when enabling the OTR plugin while a conversation is open. - Release 4.0.0-beta2 7 Jun 2012: - The plugin now supports multiple OTR conversations with the same buddy who is logged in at multiple locations. In this case, a new OTR menu will appear, which allows you to select which session an outgoing message is indended for. Note that concurrent SMP authentications with the same buddy who is logged in multiple times is not yet supported (starting a second authentication will end the first). - During a private conversation with a buddy, an incoming unencrypted message will now trigger the regular incoming message notifications. In Pidgin this includes showing the message in the top-right notification area, if it is normally configured to do so. - New Italian, Swedish, Polish and Vietnamese translations. Updates to the French translation. - When a private conversation begins, the plugin will indicate whether Pidgin is configured to log the conversation. - By default, OTR conversations will not be logged by Pidgin. - Fingerprints in the manual authentication dialog are now selectable - The plugin will no longer delete the OTR menus if a non-foreground conversation window is closed. - Except on WIN32, the plugin will now set the umask to 0077 before creating the otr.* files in the purple directory so that they end up mode 0600. - The menu item now says "Reauthenticate buddy" when the buddy is already authenticated. - Release 4.0.0-beta1
2012-09-06Update to 4.0.0.gdt4-10/+31
Note that while the protocol is compatible, the API is not, and hence there will be a pidgin-otr update within minutes. There is an apparent gcc 4.1.3 -O2/SSP bug, which is avoided by disabling SSP in libotr (which libotr finds and turns on). This is temporary pending more fine-grained control and/or a fix. Update to libotr 4.0.0. Note that libotr 4.x is API-incompatible with libotr 3.x; upstream thinks this is ok, so pkgsrc won't try to work around it. 24 Aug 2012: - Release 4.0.0 - Support v3 of the OTR protocol - The main new feature: sensibly handle the case where a user is logged in multiple times to the same IM account - API changes: - instance tags, to support multiple simultaneous logins - support for asynchronous private key generation - the ability to provide an "extra" symmetric key to applications (with forward secrecy) - applications can supply a formation conversion callback if they do not natively use XHTML-style UTF8 markup - error messages formerly provided by libotr are now handled using callbacks to the application, for better i18n support - otrl_message_sending now handles message fragmentation internally
2012-08-29Recursive bump from boost-libs update.obache1-2/+2
2012-08-27Remove the set_debug_log_from_config patch; it was merged incorrectly anddholland2-17/+1
now breaks the build.
2012-08-26Changes 2.2.17:adam7-22/+22
* Fixed possibility of Unsolicited Dialback Attacks * Use XML_SetHashSalt with expat 2.1.x only * Fix s2s crash with witelist enabled
2012-08-26+ irssi-xmpp.wiz1-1/+2
2012-08-26Mention that irssi-xmpp also uses this file.wiz1-1/+2
2012-08-26Import irssi-xmpp-0.52 as chat/irssi-xmpp.wiz4-0/+73
Packaged for wip by Leonardo Taccari. irssi-xmpp is an irssi plugin to connect to the Jabber network. Its aim is to provide a good integration in this text-based irc client and a good support of XMPP (the Jabber protocol). Its main features are: * Sending and receiving messages in irssi's query windows * A roster with contact & resource tracking (contact list) * Contact management (add, remove, manage subscriptions) * Tab completion of commands, JIDs and resources * Many extensions supported (XEP) including Multi-User Chat (MUC) * Support for multiple accounts * Unicode support (UTF-8) * SSL and STARTTLS support To deal with the XMPP protocol, it uses of the Loudmouth library.
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino6-10/+12
2012-08-21chat/zircon: Add tcl/tk 8.5 supportmarino4-5/+33
Create 8.5 support files based on version 8.4 and add them to manifest.
2012-08-21chat/quirc: Add tcl/tk 8.5 supportmarino1-2/+8
In-line replace changes 8.3 support to 8.5 support.
2012-08-18Recursive revbump from graphics/libwebp update.ryoon1-2/+2
Thank you, obache@.
2012-08-14Update to 3.2.1.gdt6-165/+7
(This is a security release, but pkgsrc already had patches from upstream.) This version corrects two heap overflows reported by our users: - A small write overflow, reported by Justin Ferguson - A large read overflow, reported by Ben Hawkes
2012-08-09att patches from upstream to fix buffer overflow in the base64drochner6-3/+161
decoder which can lead to crashes or potentially code injection (CVE-2012-3461) bump PKGREV
2012-08-01cleanup/update configure argumentsdrochner1-2/+4
2012-08-01reset PKGREV for base pkg updatedrochner4-8/+4
2012-08-01update to 2.10.6drochner4-11/+10
change: fix for buffer overflow in MXit protocol (CVE-2012-3374)
2012-07-21Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc thewiz1-2/+0
URL should be as HOMEPAGE in the Makefile.
2012-07-18chat/bitlbee: Fix regression due to upgrade to gnutils 3.0marino3-3/+21
GnuTLS deprecated gnutils_transport_set_lowat function in version 2.12.0 and finally removed it with version 3.0, breaking any packages that still reference it. The lowat feature is now disabled permanently I think. The patch uses the GNUTLS_VERSION_NUMBER macro to appropriately conceal the function reference. The same patch is widely seen on the 'net with other packages that use GnuTLS.
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz2-4/+4
by Obache.
2012-07-15removed centericq, ArX, gcc3-java, jitterbug, obconf, and sopedholland1-2/+1
2012-07-14Remove chat/centericq as promised. This has not been buildable fordholland35-1478/+0
years due to C++ standards drift and has been superseded by centerim.
2012-07-09Fix backtrace(3) usage on NetBSD.joerg1-1/+6
2012-07-05more PKGREV bumps for gnutls updatedrochner1-2/+2
2012-07-03Pass down correct flag for exporting symbols. Fix backtrace(3) linkagejoerg3-2/+25
on NetBSD current.
2012-07-02Revbump after updating boostadam1-2/+2
2012-07-01Add desktopdb.mk and bump PKGREVISION for 118 packages as reported bydholland6-12/+18
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-06-25Fix build on GCC 4.7.x.fhajny2-1/+15
2012-06-23Explicitly disable xlib for these plugins, or they will in some situationsdholland2-2/+4
detect it without it being buildlinked, and then fail.
2012-06-22* Not depend on GTK2+, depend on zlib.obache3-13/+16
* Honor CFLAGS and LDFLAGS (and rpath issue will be resolved). Bump PKGREVISION.