aboutsummaryrefslogtreecommitdiff
path: root/net-im/gaim
Commit message (Collapse)AuthorAgeFilesLines
* Fix gaim's name resolution on 64-bit platforms.Joe Marcus Clarke2004-03-252-20/+24
| | | | | | | Submitted by: Kenneth Culver <culverk@sweetdreamsracing.biz> Notes: svn path=/head/; revision=105246
* SIZEifyJoe Marcus Clarke2004-03-191-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104591
* The Perl module was broken in gaim since perl.h defined STATIC whichJoe Marcus Clarke2004-02-272-1/+21
| | | | | | | | | | | broke the plug-in initialization. To fix this, check for a namespace friendly GAIM_STATIC_PRPL macro definition to decide if we need to build modules statically. Obtained from: GAIM CVS Notes: svn path=/head/; revision=102307
* The last commit lost previously applied security fixes. Back it out,Jacques Vidrine2004-02-092-140/+256
| | | | | | | | | and then re-fix the Yahoo! issue. Approved by: marcus Notes: svn path=/head/; revision=100506
* Fix the recent connectivity problems with Yahoo!.Joe Marcus Clarke2004-02-082-250/+140
| | | | | | | | Submitted by: Roman Shterenzon <roman@xpert.com> Adapted from: Gaim CVS Notes: svn path=/head/; revision=100344
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Correct a regression introduced in the previous security fix thatJacques Vidrine2004-01-292-8/+9
| | | | | | | | | | could cause Gaim to go into a tight loop and ultimately crash on receipt of a malformed Yahoo! Messenger packet. Reported by: Joseph Martin via Stefan Esser ("the other one, not ours") Notes: svn path=/head/; revision=99402
* Patch almost a dozen vulnerabilities, seeJacques Vidrine2004-01-264-4/+426
| | | | | | | | | | <URL:http://security.e-matters.de/advisories/012004.txt>. Some fixes were Obtained from: Gaim CVS, originally submitted by Stefan Esser Notes: svn path=/head/; revision=99179
* Fix a regression in the upgrade to gaim 0.75: sscanf() was called withJacques Vidrine2004-01-132-0/+29
| | | | | | | | | | | | | an unterminated buffer, resulting in a segfault depending upon the environment e.g. locale settings. If you are getting crashes when attempting to sign onto Yahoo! messenger, this may be the issue. This is being tracked at gaim.sf.net as request ID 876365. Approved by: marcus (maintainer) Notes: svn path=/head/; revision=98113
* Revert last night's distinfo commit. They rerolled the distfile again, andJoe Marcus Clarke2004-01-111-1/+1
| | | | | | | restored the previous distfile. Notes: svn path=/head/; revision=97940
* Looks like 0.75 was respun. The differences are superficial. The NEWS fileJoe Marcus Clarke2004-01-112-3/+2
| | | | | | | | | | | | | | | changed (a lot of text was removed including a thank you to me :-( ). Also, the VERSION file was changed from 0.75 to 0.75cvs, the RPM spec file was slightly altered to remove the COPYRIGHT file, and a lot of the translation files had their dates changed. Also, remove text talking about OpenSSL. We no longer support OpenSSL in gaim. [1] Reported by: bland [1] Notes: svn path=/head/; revision=97900
* Update to 0.75.Joe Marcus Clarke2004-01-105-54/+13
| | | | Notes: svn path=/head/; revision=97883
* Re-enable NSS as the default SSL implementation.Joe Marcus Clarke2003-12-181-8/+3
| | | | Notes: svn path=/head/; revision=96126
* Remove the OpenSSL plug-in. The gaim authors do not feel OpenSSL isJoe Marcus Clarke2003-12-173-23/+3
| | | | | | | a system library, and thus not part of the GPL exemption. Notes: svn path=/head/; revision=96082
* Update to 0.74.Joe Marcus Clarke2003-12-044-3/+56
| | | | | | | | | | | | --- Add a patch to fix a memory leak (PORTREVISION=1 for people that got the 0.74 update during the freeze). [1] Submitted by: Matthew Luckie <mjl@luckie.org.nz> Obtained from: http://web.ics.purdue.edu/~eblanton/gaim/gaim-0.75cvs-gaim_log_free.diff [1] Notes: svn path=/head/; revision=94885
* Update to 0.73. The new OpenSSL patch was provided byJoe Marcus Clarke2003-11-223-3/+4
| | | | | | | Matthew Luckie <mjl@luckie.org.nz>. Notes: svn path=/head/; revision=94700
* Update to 0.72.Joe Marcus Clarke2003-11-013-5/+5
| | | | | | | OpenSSL patch by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=92796
* Don't be such a cruel master to my slaves.Joe Marcus Clarke2003-11-011-3/+5
| | | | | | | | PR: 58593 Submitted by: Takahiro Morishita <morishita@skywing.org> Notes: svn path=/head/; revision=92762
* * Document two more options available in the MakefileJoe Marcus Clarke2003-10-232-21/+4
| | | | | | | | | | * Remove the Oscar IP address patch. It does not appear to be needed anymore, and may actually cause breakage Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=91998
* Add optional (default to ON) SSL support built on OpenSSL. All the other SSLJoe Marcus Clarke2003-10-213-7/+28
| | | | | | | | | backends are still supported. Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=91784
* Fix Perl installation.Joe Marcus Clarke2003-10-132-7/+8
| | | | | | | Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=91106
* *Sigh* let's try this again. Link all of gaim to ${PTHREAD_LIBS} to ensureJoe Marcus Clarke2003-10-131-3/+3
| | | | | | | | that the loaded plug-in modules can resolve all threading symbols. This should fix the problem with the MSN plug-in not loading on 4.x. Notes: svn path=/head/; revision=90983
* Fix a linking bug with NSS support.Joe Marcus Clarke2003-10-121-2/+3
| | | | Notes: svn path=/head/; revision=90954
* Enable NSS encryption support by default so that packages can be built withJoe Marcus Clarke2003-10-111-4/+4
| | | | | | | | | MSN enabled. NSS can still be disabled if so desired. Suggested by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=90868
* Warn the user that MSN will not work unless they specify either WITH_GNUTLSJoe Marcus Clarke2003-10-101-0/+4
| | | | | | | | | or WITH_NSS (or both). Suggested by: Tuc <tuc@ttsg.com> Notes: svn path=/head/; revision=90820
* Add a missing dependency on startup-notification.Joe Marcus Clarke2003-10-101-0/+3
| | | | Notes: svn path=/head/; revision=90818
* * Update to 0.71 [1]Joe Marcus Clarke2003-10-105-38/+60
| | | | | | | | | * Add optional Mozilla NSS support Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1] Notes: svn path=/head/; revision=90807
* Do not make the Japanese character support the default since it crashesJoe Marcus Clarke2003-10-081-1/+4
| | | | | | | | | Yahoo! chats that contain a '~' character. Reported by: Adam McLaurin <adam.mclaurin@gmx.net> Notes: svn path=/head/; revision=90582
* Fix crash in IP address formatting code for buddy tooltip.Alexander Nedotsukov2003-10-022-0/+20
| | | | | | | Reported by: Aleksey Sosnin <sam@macomnet.ru> Notes: svn path=/head/; revision=90023
* Update to 0.70 which fixes the Yahoo! login problem.Joe Marcus Clarke2003-09-293-9/+8
| | | | | | | | Submitted by: Andrew J Caines <A.J.Caines@halplant.com> Takahiro Morishita <morishita@skywing.org> Notes: svn path=/head/; revision=89826
* * Add optional GnuTLS supportJoe Marcus Clarke2003-09-262-6/+36
| | | | | | | | | | * Add optional Tcl support PR: 57262 Submitted by: mi (based on) Notes: svn path=/head/; revision=89478
* Add Japanese character support.Joe Marcus Clarke2003-09-262-0/+6
| | | | | | | | PR: 57242 Submitted by: Takahiro Morishita <morishita@skywing.org> Notes: svn path=/head/; revision=89463
* Update to 0.69 which fixes, among other things, the recent Yahoo! problems.Joe Marcus Clarke2003-09-254-22/+56
| | | | | | | Submitted by: Eric Anderson <anderson@centtech.com> (based on) Notes: svn path=/head/; revision=89365
* Add a missing @dirrm.Joe Marcus Clarke2003-09-031-1/+2
| | | | Notes: svn path=/head/; revision=88394
* * Update to 0.68 [1]Joe Marcus Clarke2003-09-034-6/+34
| | | | | | | | | | * Nasty hack to allow Perl to work where its supported, and install in the default Perl prefix Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1] (based on) Notes: svn path=/head/; revision=88393
* Fix sending pre-edit characters after hitting Enter. This mainly affectsJoe Marcus Clarke2003-08-262-0/+31
| | | | | | | | | | CJK users. Submitted by: perky Obtained from: Gentoo Linux Notes: svn path=/head/; revision=87706
* Update to 0.67.Joe Marcus Clarke2003-08-155-40/+6
| | | | Notes: svn path=/head/; revision=86987
* Fix a bug where certain IRC users will not be removed from the buddy listJoe Marcus Clarke2003-08-132-0/+25
| | | | | | | | | | when they part/are kicked off a channel. PR: 55489 Submitted by: Alexander Nedotsukov <sasha@ortech.co.jp> Notes: svn path=/head/; revision=86868
* Update to 0.66. This fixes many of the connection problems people wereJoe Marcus Clarke2003-07-194-16/+5
| | | | | | | | | reporting. Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=85155
* Fix build with Perl 5.005_03.Joe Marcus Clarke2003-07-171-0/+13
| | | | | | | Reported by: many Notes: svn path=/head/; revision=85059
* Update to 0.65.Joe Marcus Clarke2003-07-176-20/+84
| | | | | | | Submitted by: Matthew Luckie <mjl@luckie.org.nz> (based on) Notes: svn path=/head/; revision=85022
* Update the MSN crash patch to add some more sanity checks.Joe Marcus Clarke2003-07-072-5/+5
| | | | | | | | Submitted by: Matthew Luckie <mjl@luckie.org.nz> Obtained from: http://www.chipx86.com/ Notes: svn path=/head/; revision=84346
* Patch file disappeared from ${PATCH_SITES}, so make it available fromAnders Nordby2003-07-051-1/+1
| | | | | | | somewhere else. Notes: svn path=/head/; revision=84243
* Add a patch to fix MSN crashes.Joe Marcus Clarke2003-06-192-0/+6
| | | | | | | | Submitted by: Matthew Luckie <mjl@luckie.org.nz> Obtained from: Gaim developers Notes: svn path=/head/; revision=83334
* Update to 0.64.Joe Marcus Clarke2003-06-013-2/+3
| | | | Notes: svn path=/head/; revision=81812
* Update to 0.63.Joe Marcus Clarke2003-05-184-40/+5
| | | | | | | Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=81277
* Add two missing files to the plist.Joe Marcus Clarke2003-04-262-0/+3
| | | | | | | Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=79655
* Update to 0.62.Joe Marcus Clarke2003-04-254-25/+4
| | | | | | | Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=79633
* s/diable/disable/Joe Marcus Clarke2003-04-111-1/+1
| | | | | | | Submitted by: petef Notes: svn path=/head/; revision=78720
* Update to 0.61.Joe Marcus Clarke2003-04-103-3/+7
| | | | Notes: svn path=/head/; revision=78712