diff options
author | salo <salo@pkgsrc.org> | 2005-06-10 12:57:56 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-06-10 12:57:56 +0000 |
commit | 673c5e6bf7b6c02861361d2247e7992af270d883 (patch) | |
tree | 9e58a31a8e1bbe0b42f9d288ba635bfcfe547732 /chat/gaim/Makefile | |
parent | b12bb13dffb6c9a75a3fe0decfed4a6e0a38a198 (diff) | |
download | pkgsrc-673c5e6bf7b6c02861361d2247e7992af270d883.tar.gz |
Update to version 1.3.1
Changes:
- security fixes for DoS issues:
http://gaim.sourceforge.net/security/index.php?id=18
http://gaim.sourceforge.net/security/index.php?id=19
- Fix Yahoo! privacy bug
- Fix Jabber Get Info crash on busted servers
- The file transfer details section now also displays the full
path to the local file sent/received.
- Yahoo! has the following new "/" commands: /join, /buzz
- Updated our gaim.desktop file, thanks to all our terrific
- translators for sending in translations of the changes
- Improvements to how Gaim handles new message notification
Diffstat (limited to 'chat/gaim/Makefile')
-rw-r--r-- | chat/gaim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 491eb36ecdb..d91c60c575a 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2005/06/01 18:02:41 jlam Exp $ +# $NetBSD: Makefile,v 1.88 2005/06/10 12:57:56 salo Exp $ -DISTNAME= gaim-1.3.0 +DISTNAME= gaim-1.3.1 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} EXTRACT_SUFX= .tar.bz2 |