diff options
author | gdt <gdt> | 2005-07-27 19:17:35 +0000 |
---|---|---|
committer | gdt <gdt> | 2005-07-27 19:17:35 +0000 |
commit | 865c270417b52c695e259bd076ad3fa76f96e825 (patch) | |
tree | 710494480b90b1ffee526968013b2ae3a99b1dce /chat/libotr/Makefile | |
parent | f6ac15750f0a8cb05ee440fb920491bdcbd92b7b (diff) | |
download | pkgsrc-865c270417b52c695e259bd076ad3fa76f96e825.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/ |