View | Details | Raw Unified | Return to bug 92357
Collapse All | Expand All

(-)libotr/Makefile (-2 / +1 lines)
Lines 7-14 Link Here
7
#
7
#
8
8
9
PORTNAME=	libotr
9
PORTNAME=	libotr
10
PORTVERSION=	2.0.1
10
PORTVERSION=	3.0.0
11
PORTREVISION=	1
12
CATEGORIES=	security
11
CATEGORIES=	security
13
MASTER_SITES=	http://www.cypherpunks.ca/otr/
12
MASTER_SITES=	http://www.cypherpunks.ca/otr/
14
13
(-)libotr/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libotr-2.0.1.tar.gz) = 9b24fa1fef1ea5d2a245099a2ef0c5a5
1
MD5 (libotr-3.0.0.tar.gz) = 117aea2c7de6b208ebed662045f46f3e
2
SHA256 (libotr-2.0.1.tar.gz) = e7769bef65903e97b7ea29adca57c5e3063ea9e8fdc825e823403a7c48df1c1c
2
SHA256 (libotr-3.0.0.tar.gz) = 085b3bdb3ef04ee2a59cd853ff0f2c31a47587bced157ad3f0395d24bed6c3b0
3
SIZE (libotr-2.0.1.tar.gz) = 370863
3
SIZE (libotr-3.0.0.tar.gz) = 392431
(-)libotr/pkg-plist (-1 / +4 lines)
Lines 4-21 Link Here
4
bin/otr_readforge
4
bin/otr_readforge
5
bin/otr_remac
5
bin/otr_remac
6
bin/otr_sesskeys
6
bin/otr_sesskeys
7
include/libotr/auth.h
7
include/libotr/b64.h
8
include/libotr/b64.h
8
include/libotr/context.h
9
include/libotr/context.h
9
include/libotr/dh.h
10
include/libotr/dh.h
10
include/libotr/mem.h
11
include/libotr/mem.h
11
include/libotr/message.h
12
include/libotr/message.h
12
include/libotr/privkey.h
13
include/libotr/privkey.h
14
include/libotr/privkey-t.h
13
include/libotr/proto.h
15
include/libotr/proto.h
16
include/libotr/serial.h
14
include/libotr/tlv.h
17
include/libotr/tlv.h
15
include/libotr/userstate.h
18
include/libotr/userstate.h
16
include/libotr/version.h
19
include/libotr/version.h
17
lib/libotr.a
20
lib/libotr.a
18
lib/libotr.so
21
lib/libotr.so
19
lib/libotr.so.1
22
lib/libotr.so.2
20
share/aclocal/libotr.m4
23
share/aclocal/libotr.m4
21
@dirrm include/libotr
24
@dirrm include/libotr

Return to bug 92357