Update to 3.0.0. This supports v2 of the OTR spec.
ok todd@
This commit is contained in:
parent
d73fb8d6f9
commit
49f55163d6
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user