summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2014-10-21 11:46:31 +0000
committergdt <gdt@pkgsrc.org>2014-10-21 11:46:31 +0000
commitee16f44f5844c83aecb58595c7e25782227c7ece (patch)
tree27cc114f013486bfea087157db23497a7b1501ad /chat
parentcff53c926ece118c60988e2e2d49203f1c43709c (diff)
downloadpkgsrc-ee16f44f5844c83aecb58595c7e25782227c7ece.tar.gz
Update to 4.1.0.
21 Oct 2014: - Release 4.1.0 - Modernized autoconf build system - Use constant-time comparisons where needed - Use gcrypt secure memory allocation - Correctly reject attempts to fragment a message into too many pieces - Fix a missing opdata when sending message fragments - Don't lose the first user message when REQUIRE_ENCRYPTION is set - Fix some memory leaks - Correctly check for children contexts' state when forgetting a context - API Changes: - Added API functions otrl_context_find_recent_instance and otrl_context_find_recent_secure_instance.
Diffstat (limited to 'chat')
-rw-r--r--chat/libotr/Makefile9
-rw-r--r--chat/libotr/distinfo8
2 files changed, 10 insertions, 7 deletions
diff --git a/chat/libotr/Makefile b/chat/libotr/Makefile
index 5e771c3e77f..47d0b821610 100644
--- a/chat/libotr/Makefile
+++ b/chat/libotr/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2014/01/01 11:52:02 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2014/10/21 11:46:31 gdt Exp $
-VERSION= 4.0.0
+VERSION= 4.1.0
DISTNAME= libotr-${VERSION}
-PKGREVISION= 1
+PKGNAME= libotr-${VERSION}
CATEGORIES= chat security
MASTER_SITES= http://www.cypherpunks.ca/otr/
@@ -12,6 +12,9 @@ HOMEPAGE= http://www.cypherpunks.ca/otr/
COMMENT= Library for Off-The-Record encrypted messaging
LICENSE= gnu-gpl-v2
+# Work around rc tarballs that unpack to bare version.
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pic
diff --git a/chat/libotr/distinfo b/chat/libotr/distinfo
index 185271ea140..4d1257de9b8 100644
--- a/chat/libotr/distinfo
+++ b/chat/libotr/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2012/09/06 00:23:18 gdt Exp $
+$NetBSD: distinfo,v 1.10 2014/10/21 11:46:31 gdt Exp $
-SHA1 (libotr-4.0.0.tar.gz) = 8865e9011b8674290837afcf7caf90c492ae09cc
-RMD160 (libotr-4.0.0.tar.gz) = 802147fa58437b7c971f0c62ea7781e783672e97
-Size (libotr-4.0.0.tar.gz) = 441441 bytes
+SHA1 (libotr-4.1.0.tar.gz) = df30bc87a7a8f37678dd679d17fa1f9638ea247e
+RMD160 (libotr-4.1.0.tar.gz) = addbde1d9b4f423025ee14481961c580fbe6b9e6
+Size (libotr-4.1.0.tar.gz) = 576771 bytes