pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/libotr Update to 3.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ad94861c4c0
branches:  trunk
changeset: 531565:1ad94861c4c0
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Aug 02 11:26:28 2007 +0000

description:
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.

diffstat:

 chat/libotr/Makefile |  8 ++++++--
 chat/libotr/PLIST    |  3 ++-
 chat/libotr/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r ef39b3d82962 -r 1ad94861c4c0 chat/libotr/Makefile
--- a/chat/libotr/Makefile      Thu Aug 02 11:20:16 2007 +0000
+++ b/chat/libotr/Makefile      Thu Aug 02 11:26:28 2007 +0000
@@ -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@localhost
+# also gdt%NetBSD.org@localhost
 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 -r ef39b3d82962 -r 1ad94861c4c0 chat/libotr/PLIST
--- a/chat/libotr/PLIST Thu Aug 02 11:20:16 2007 +0000
+++ b/chat/libotr/PLIST Thu Aug 02 11:26:28 2007 +0000
@@ -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.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 -r ef39b3d82962 -r 1ad94861c4c0 chat/libotr/distinfo
--- a/chat/libotr/distinfo      Thu Aug 02 11:20:16 2007 +0000
+++ b/chat/libotr/distinfo      Thu Aug 02 11:26:28 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index