diff options
author | gdt <gdt@pkgsrc.org> | 2007-08-02 11:26:28 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-08-02 11:26:28 +0000 |
commit | 05f14b42a4c3098bacf853c6ad8acd124d8ab13d (patch) | |
tree | 0c0e2e8354916742e7db519f3b3e47100c22cdce | |
parent | f238ee0be771739c2ce909eec1db952345959ef8 (diff) | |
download | pkgsrc-05f14b42a4c3098bacf853c6ad8acd124d8ab13d.tar.gz |
Update to 3.1.0.
Override libtool; otherwise the distfile libtool inexplicably gets the
wrong shlib version.
Changes since 3.0.0:
- Added fragmentation support for large messages
- Added new method for buddy authentication which does not require the
(explicit) use of fingerprints.
-rw-r--r-- | chat/libotr/Makefile | 8 | ||||
-rw-r--r-- | chat/libotr/PLIST | 3 | ||||
-rw-r--r-- | chat/libotr/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile index 8ff23131a53..031214ecd83 100644 --- a/chat/libotr/Makefile +++ b/chat/libotr/Makefile @@ -1,15 +1,19 @@ -# $NetBSD: Makefile,v 1.5 2006/02/13 14:44:31 salo Exp $ +# $NetBSD: Makefile,v 1.6 2007/08/02 11:26:28 gdt Exp $ -DISTNAME= libotr-3.0.0 +VERSION= 3.1.0 +DISTNAME= libotr-${VERSION} CATEGORIES= chat security MASTER_SITES= http://www.cypherpunks.ca/otr/ MAINTAINER= nathanw@NetBSD.org +# also gdt@NetBSD.org HOMEPAGE= http://www.cypherpunks.ca/otr/ COMMENT= Library for Off-The-Record encrypted messaging GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pic +USE_LIBTOOL= yes + .include "../../security/libgcrypt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/libotr/PLIST b/chat/libotr/PLIST index 174d42bf47a..5fced4e23cf 100644 --- a/chat/libotr/PLIST +++ b/chat/libotr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2006/02/13 14:44:31 salo Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/08/02 11:26:28 gdt Exp $ bin/otr_mackey bin/otr_modify bin/otr_parse @@ -15,6 +15,7 @@ include/libotr/privkey-t.h include/libotr/privkey.h include/libotr/proto.h include/libotr/serial.h +include/libotr/sm.h include/libotr/tlv.h include/libotr/userstate.h include/libotr/version.h diff --git a/chat/libotr/distinfo b/chat/libotr/distinfo index c08f78c425b..1d4f3afad97 100644 --- a/chat/libotr/distinfo +++ b/chat/libotr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2006/02/13 14:44:31 salo Exp $ +$NetBSD: distinfo,v 1.5 2007/08/02 11:26:29 gdt Exp $ -SHA1 (libotr-3.0.0.tar.gz) = 5835acdf80549d1895a842245f99c559b5b9d6cd -RMD160 (libotr-3.0.0.tar.gz) = 04574a468d096b23ad63ee026498ebe6b2a23ca1 -Size (libotr-3.0.0.tar.gz) = 392431 bytes +SHA1 (libotr-3.1.0.tar.gz) = bf8b8e9ab6f76daf08380eb732ac02c8da4050d8 +RMD160 (libotr-3.1.0.tar.gz) = 8a0e1a4f84aa2b50773eddaf6b7461536842682a +Size (libotr-3.1.0.tar.gz) = 428444 bytes |