diff options
author | salo <salo@pkgsrc.org> | 2006-02-13 14:47:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-02-13 14:47:10 +0000 |
commit | 9fccbda8168aadb2851b687a559d057555ecd9ff (patch) | |
tree | de7afc06a5e7a97f9dff77d4764141678b8c1844 /chat/gaim-otr | |
parent | 8201d5e4be0c0ce62cce5f8e8fe0d25ee3fc1cd4 (diff) | |
download | pkgsrc-9fccbda8168aadb2851b687a559d057555ecd9ff.tar.gz |
Update to version 3.0.0
From Jason White, via PR pkg/32452
Changes:
- Support for OTR protocol version 2; will still interoperate with
version 1 clients (though with a warning to the user), fixes
identity-binding flaw:
http://www.cypherpunks.ca/otr/Protocol-v2-3.0.0.html
- The OTR button now has a right-click context menu with some useful
options.
- The OTR button now has icons in addition to text to indicate what
state a conversation is in.
- Most popups have been changed to inline messages in the conversation
window.
Diffstat (limited to 'chat/gaim-otr')
-rw-r--r-- | chat/gaim-otr/Makefile | 9 | ||||
-rw-r--r-- | chat/gaim-otr/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/chat/gaim-otr/Makefile b/chat/gaim-otr/Makefile index 0003bd93a7f..e0f4b0e80a0 100644 --- a/chat/gaim-otr/Makefile +++ b/chat/gaim-otr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:24 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/02/13 14:47:10 salo Exp $ -DISTNAME= gaim-otr-2.0.2 -PKGREVISION= 3 +DISTNAME= gaim-otr-3.0.0 CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ @@ -11,10 +10,10 @@ COMMENT= Plugin for gaim to add OTR (Off-The-Record) encryption GNU_CONFIGURE= yes -.include "../../chat/libotr/buildlink3.mk" -.include "../../security/libgcrypt/buildlink3.mk" .include "../../chat/gaim/buildlink3.mk" +.include "../../chat/libotr/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" +.include "../../security/libgcrypt/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/gaim-otr/distinfo b/chat/gaim-otr/distinfo index 2b70a185909..6701a796cae 100644 --- a/chat/gaim-otr/distinfo +++ b/chat/gaim-otr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/07/27 19:18:14 gdt Exp $ +$NetBSD: distinfo,v 1.4 2006/02/13 14:47:10 salo Exp $ -SHA1 (gaim-otr-2.0.2.tar.gz) = 62beb8f57de91aac97c1f3883e2ec5ab40f712e3 -RMD160 (gaim-otr-2.0.2.tar.gz) = 6bbb88c96f8d31d407b1a4c67c330c4ebcd10824 -Size (gaim-otr-2.0.2.tar.gz) = 314346 bytes +SHA1 (gaim-otr-3.0.0.tar.gz) = 99eb9e056f5163d29d33a7d66517f53d7a7433e5 +RMD160 (gaim-otr-3.0.0.tar.gz) = 7b550b2be1bd150a48ae697fdea3efb1f1677747 +Size (gaim-otr-3.0.0.tar.gz) = 326217 bytes |