diff options
author | gdt <gdt@pkgsrc.org> | 2012-09-06 00:23:18 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-09-06 00:23:18 +0000 |
commit | ca3cca522e8849c8f280d01c24b9788e02c2220f (patch) | |
tree | de0ef8faad957caec399a4bd6cc85c0406d4eef3 /chat/libotr/PLIST | |
parent | 276b886564e5d6da67544efe903e84462f0667e4 (diff) | |
download | pkgsrc-ca3cca522e8849c8f280d01c24b9788e02c2220f.tar.gz |
Update to 4.0.0.
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
Diffstat (limited to 'chat/libotr/PLIST')
-rw-r--r-- | chat/libotr/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/libotr/PLIST b/chat/libotr/PLIST index f1c1b8fc388..de485e174d4 100644 --- a/chat/libotr/PLIST +++ b/chat/libotr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:37:47 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/09/06 00:23:18 gdt Exp $ bin/otr_mackey bin/otr_modify bin/otr_parse @@ -8,7 +8,9 @@ bin/otr_sesskeys include/libotr/auth.h include/libotr/b64.h include/libotr/context.h +include/libotr/context_priv.h include/libotr/dh.h +include/libotr/instag.h include/libotr/mem.h include/libotr/message.h include/libotr/privkey-t.h |