diff options
author | mnag <mnag@FreeBSD.org> | 2006-01-26 20:09:39 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-01-26 20:09:39 +0800 |
commit | 3d1fb6c1aa5f85f8ac234f6b39fc8f1ef15fd261 (patch) | |
tree | e9d9bc2cf07d7521de01faa9d287c3997a8492fb /security | |
parent | ef643d09c76161e2d8e631e52d9023eccb5e2f1e (diff) | |
download | freebsd-ports-gnome-3d1fb6c1aa5f85f8ac234f6b39fc8f1ef15fd261.tar.gz freebsd-ports-gnome-3d1fb6c1aa5f85f8ac234f6b39fc8f1ef15fd261.tar.zst freebsd-ports-gnome-3d1fb6c1aa5f85f8ac234f6b39fc8f1ef15fd261.zip |
Update to 3.0.0
PR: 92357
Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/libotr/Makefile | 3 | ||||
-rw-r--r-- | security/libotr/distinfo | 6 | ||||
-rw-r--r-- | security/libotr/pkg-plist | 5 |
3 files changed, 8 insertions, 6 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index 666cf7155d4c..d3a637de76d1 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -7,8 +7,7 @@ # PORTNAME= libotr -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ca/otr/ diff --git a/security/libotr/distinfo b/security/libotr/distinfo index 9c3c1ac4a2eb..cd4aedde3bf7 100644 --- a/security/libotr/distinfo +++ b/security/libotr/distinfo @@ -1,3 +1,3 @@ -MD5 (libotr-2.0.1.tar.gz) = 9b24fa1fef1ea5d2a245099a2ef0c5a5 -SHA256 (libotr-2.0.1.tar.gz) = e7769bef65903e97b7ea29adca57c5e3063ea9e8fdc825e823403a7c48df1c1c -SIZE (libotr-2.0.1.tar.gz) = 370863 +MD5 (libotr-3.0.0.tar.gz) = 117aea2c7de6b208ebed662045f46f3e +SHA256 (libotr-3.0.0.tar.gz) = 085b3bdb3ef04ee2a59cd853ff0f2c31a47587bced157ad3f0395d24bed6c3b0 +SIZE (libotr-3.0.0.tar.gz) = 392431 diff --git a/security/libotr/pkg-plist b/security/libotr/pkg-plist index 5ccc573aa4c5..d56a9b769fa0 100644 --- a/security/libotr/pkg-plist +++ b/security/libotr/pkg-plist @@ -4,18 +4,21 @@ bin/otr_parse bin/otr_readforge bin/otr_remac bin/otr_sesskeys +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.h +include/libotr/privkey-t.h include/libotr/proto.h +include/libotr/serial.h include/libotr/tlv.h include/libotr/userstate.h include/libotr/version.h lib/libotr.a lib/libotr.so -lib/libotr.so.1 +lib/libotr.so.2 share/aclocal/libotr.m4 @dirrm include/libotr |