diff options
author | gdt <gdt@pkgsrc.org> | 2005-07-27 19:17:35 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-07-27 19:17:35 +0000 |
commit | 3b5869a4e17ce3b586ddab4334fcc034a85ca100 (patch) | |
tree | 710494480b90b1ffee526968013b2ae3a99b1dce /chat/libotr/Makefile | |
parent | fe1535ff297c14520fba9bdbb83eb810a461792d (diff) | |
download | pkgsrc-3b5869a4e17ce3b586ddab4334fcc034a85ca100.tar.gz |
update to 2.0.2:
* src/privkey.c (otrl_privkey_hash_to_human): Avoid writing a
NUL one byte past the end of the buffer
Diffstat (limited to 'chat/libotr/Makefile')
-rw-r--r-- | chat/libotr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile index 0680b7a5d80..04e2748d720 100644 --- a/chat/libotr/Makefile +++ b/chat/libotr/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:04 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/07/27 19:17:35 gdt Exp $ -DISTNAME= libotr-2.0.1 +DISTNAME= libotr-2.0.2 CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ |