diff options
author | gdt <gdt> | 2005-09-12 00:35:01 +0000 |
---|---|---|
committer | gdt <gdt> | 2005-09-12 00:35:01 +0000 |
commit | 1938454230fb1d8ac4dfde0cb0afbdd9b9c17279 (patch) | |
tree | cd3de59d21706440c20a7d39dd6d637b108d766d /chat/gaim-encryption | |
parent | 504aaffe78a6e5af113c9e53d14cfaabb307afe7 (diff) | |
download | pkgsrc-1938454230fb1d8ac4dfde0cb0afbdd9b9c17279.tar.gz |
Update to 2.38 (mainly bugfixes).
Closes PR pkg/31291 from Jason White. Jason reports that 2.34 does
not work with jabber, and 2.36 did.
Change since 2.34:
2.38 Added #defines for older gtk to bypass gstdio
Fixed flags on outgoing key messages to avoid un-idling
Changed default auto-accept of unknown keys to false.
Fixed debug output for version warning (Daniel Atallah)
2.37 Bugfix for possible double-free of buffer
Bugfix for preference directories with unicode chars
Relaxed checks on Gaim version to allow minor version bumps
Same relaxed checks on the Win32 installer (Daniel Atallah)
Change to intl code to compile on Solaris (Jonathan Wang)
2.36 Bugfix for users who use a non-default prefs directory
Bugfix for Windows 2000
2.35 Workaround for Jabber bug in Gaim
Diffstat (limited to 'chat/gaim-encryption')
-rw-r--r-- | chat/gaim-encryption/Makefile | 4 | ||||
-rw-r--r-- | chat/gaim-encryption/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/gaim-encryption/Makefile b/chat/gaim-encryption/Makefile index 4f179f57052..78a4a877905 100644 --- a/chat/gaim-encryption/Makefile +++ b/chat/gaim-encryption/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2005/06/01 18:02:41 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/12 00:35:01 gdt Exp $ -DISTNAME= gaim-encryption-2.34 +DISTNAME= gaim-encryption-2.38 CATEGORIES= chat security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-encryption/} diff --git a/chat/gaim-encryption/distinfo b/chat/gaim-encryption/distinfo index 69d2c37fb0e..ab2e8f8a1bf 100644 --- a/chat/gaim-encryption/distinfo +++ b/chat/gaim-encryption/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 15:59:11 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/09/12 00:35:01 gdt Exp $ -SHA1 (gaim-encryption-2.34.tar.gz) = 713e0d317ac272c80f1ec69d6cd1e1fedb92bef2 -RMD160 (gaim-encryption-2.34.tar.gz) = 6d5e3c9b7acdc75ed2f553ca2b3d00251e3d813c -Size (gaim-encryption-2.34.tar.gz) = 544913 bytes +SHA1 (gaim-encryption-2.38.tar.gz) = 44b710bf446f2c6f4e0a862858145ec0f898bae3 +RMD160 (gaim-encryption-2.38.tar.gz) = 4009be5f3061449354b65752d5dda2fb5f6942d2 +Size (gaim-encryption-2.38.tar.gz) = 543958 bytes |