From 49f55163d629a95551eafc36a036cdafb8452b3c Mon Sep 17 00:00:00 2001 From: marcm Date: Fri, 18 Nov 2005 04:10:35 +0000 Subject: [PATCH] Update to 3.0.0. This supports v2 of the OTR spec. ok todd@ --- security/libotr/Makefile | 6 +++--- security/libotr/distinfo | 8 ++++---- security/libotr/pkg/PFRAG.shared | 4 ++-- security/libotr/pkg/PLIST | 5 ++++- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/security/libotr/Makefile b/security/libotr/Makefile index 395ecd422ff..70a3e1b8e37 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2005/11/17 02:49:54 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2005/11/18 04:10:35 marcm Exp $ # $FreeBSD: Makefile,v 1.2 2005/04/21 14:22:54 pav Exp $ COMMENT= "The portable OTR Messaging Library and toolkit" -DISTNAME= libotr-2.0.2 -PKGNAME= ${DISTNAME}p0 +DISTNAME= libotr-3.0.0 +#PKGNAME= ${DISTNAME}p0 CATEGORIES= security HOMEPAGE= http://www.cypherpunks.ca/otr/ diff --git a/security/libotr/distinfo b/security/libotr/distinfo index 6db56f6cfcc..5a2b8fd7829 100644 --- a/security/libotr/distinfo +++ b/security/libotr/distinfo @@ -1,4 +1,4 @@ -MD5 (libotr-2.0.2.tar.gz) = 895598219517297fc7633456cd08e937 -RMD160 (libotr-2.0.2.tar.gz) = 8f35c5ac0ce5743bca075eb517119a85fce5351d -SHA1 (libotr-2.0.2.tar.gz) = da8c0ce6bf23e65c094f003b8654f96be9c81b1b -SIZE (libotr-2.0.2.tar.gz) = 368896 +MD5 (libotr-3.0.0.tar.gz) = 117aea2c7de6b208ebed662045f46f3e +RMD160 (libotr-3.0.0.tar.gz) = 04574a468d096b23ad63ee026498ebe6b2a23ca1 +SHA1 (libotr-3.0.0.tar.gz) = 5835acdf80549d1895a842245f99c559b5b9d6cd +SIZE (libotr-3.0.0.tar.gz) = 392431 diff --git a/security/libotr/pkg/PFRAG.shared b/security/libotr/pkg/PFRAG.shared index c658a5abdf3..df3b20e7fa3 100644 --- a/security/libotr/pkg/PFRAG.shared +++ b/security/libotr/pkg/PFRAG.shared @@ -1,2 +1,2 @@ -@comment $OpenBSD: PFRAG.shared,v 1.2 2005/06/13 21:01:29 fgsch Exp $ -@lib lib/libotr.so.1.2 +@comment $OpenBSD: PFRAG.shared,v 1.3 2005/11/18 04:10:35 marcm Exp $ +@lib lib/libotr.so.2.0 diff --git a/security/libotr/pkg/PLIST b/security/libotr/pkg/PLIST index 532fe89f0ce..fb298a7013f 100644 --- a/security/libotr/pkg/PLIST +++ b/security/libotr/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2005/05/26 18:13:02 marius Exp $ +@comment $OpenBSD: PLIST,v 1.2 2005/11/18 04:10:35 marcm Exp $ %%SHARED%% bin/otr_mackey bin/otr_modify @@ -7,13 +7,16 @@ bin/otr_readforge bin/otr_remac bin/otr_sesskeys include/libotr/ +include/libotr/auth.h include/libotr/b64.h include/libotr/context.h include/libotr/dh.h include/libotr/mem.h include/libotr/message.h +include/libotr/privkey-t.h include/libotr/privkey.h include/libotr/proto.h +include/libotr/serial.h include/libotr/tlv.h include/libotr/userstate.h include/libotr/version.h