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 | |
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')
-rw-r--r-- | chat/libotr/Makefile | 4 | ||||
-rw-r--r-- | chat/libotr/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/chat/libotr/distinfo b/chat/libotr/distinfo index 77a4291dfb6..b9c320adb73 100644 --- a/chat/libotr/distinfo +++ b/chat/libotr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/03/24 21:24:12 nathanw Exp $ +$NetBSD: distinfo,v 1.2 2005/07/27 19:17:35 gdt Exp $ -SHA1 (libotr-2.0.1.tar.gz) = 92c7c3452ea5d5acf31807b734e93fafcbb0d6eb -RMD160 (libotr-2.0.1.tar.gz) = e32a75db355fef01705865d298a82a5f93b1634e -Size (libotr-2.0.1.tar.gz) = 370863 bytes +SHA1 (libotr-2.0.2.tar.gz) = da8c0ce6bf23e65c094f003b8654f96be9c81b1b +RMD160 (libotr-2.0.2.tar.gz) = 8f35c5ac0ce5743bca075eb517119a85fce5351d +Size (libotr-2.0.2.tar.gz) = 368896 bytes |