diff options
author | salo <salo@pkgsrc.org> | 2006-02-13 14:44:31 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-02-13 14:44:31 +0000 |
commit | e95906d5bbc027d0f274446fbf0389664be12dc1 (patch) | |
tree | 88e010fd38d56d9b7ba60f391408e79fb093a45d /chat/libotr/Makefile | |
parent | 5e752f1dbc2e407d5c4e0e2c104bb690a48324c0 (diff) | |
download | pkgsrc-e95906d5bbc027d0f274446fbf0389664be12dc1.tar.gz |
Update to version 3.0.0
From Jason White, via PR pkg/32451
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
Diffstat (limited to 'chat/libotr/Makefile')
-rw-r--r-- | chat/libotr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile index 3cc056b36a4..8ff23131a53 100644 --- a/chat/libotr/Makefile +++ b/chat/libotr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:08:25 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/02/13 14:44:31 salo Exp $ -DISTNAME= libotr-2.0.2 -PKGREVISION= 1 +DISTNAME= libotr-3.0.0 CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ |