From matthias.andree@gmx.de  Mon Aug 20 22:00:04 2007
Return-Path: <matthias.andree@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 61BD316A474
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Aug 2007 22:00:04 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: from m2a2.dyndns.org (f049010242.adsl.alicedsl.de [78.49.10.242])
	by mx1.freebsd.org (Postfix) with ESMTP id 0364A13C4A3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Aug 2007 22:00:04 +0000 (UTC)
	(envelope-from matthias.andree@gmx.de)
Received: by merlin.emma.line.org (Postfix, from userid 500)
	id 6297DC61A; Mon, 20 Aug 2007 23:47:16 +0200 (CEST)
Message-Id: <20070820214716.6297DC61A@merlin.emma.line.org>
Date: Mon, 20 Aug 2007 23:47:16 +0200 (CEST)
From: Matthias Andree <matthias.andree@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ports@mcdermottroe.com
Subject: [PATCH] security/libotr: update to 3.1.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ports@mcdermottroe.com

>Number:         115665
>Category:       ports
>Synopsis:       [PATCH] security/libotr: update to 3.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 22:10:00 GMT 2007
>Closed-Date:    Thu Aug 23 21:26:00 GMT 2007
>Last-Modified:  Thu Aug 23 21:26:00 GMT 2007
>Originator:     Matthias Andree
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 6.2-STABLE FreeBSD 6.2-STABLE #1: Thu Aug 16 01:42:37 CEST 2007
>Description:
- Update to 3.1.0

Note that I haven't checked if there are other dependent ports than
pidgin-otr - IF there are, they may need updating particularly if they code 
otr.2 dependencies - the library version was bumped to 3.

Port maintainer (ports@mcdermottroe.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libotr-3.1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/libotr/Makefile /usr/home/emma/ports/security/libotr/Makefile
--- /usr/ports/security/libotr/Makefile	2007-03-08 15:12:07.000000000 +0100
+++ /usr/home/emma/ports/security/libotr/Makefile	2007-08-20 23:17:04.000000000 +0200
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	libotr
-PORTVERSION=	3.0.0
-PORTREVISION=	3
+PORTVERSION=	3.1.0
 CATEGORIES=	security
 MASTER_SITES=	http://www.cypherpunks.ca/otr/
 
diff -ruN --exclude=CVS /usr/ports/security/libotr/distinfo /usr/home/emma/ports/security/libotr/distinfo
--- /usr/ports/security/libotr/distinfo	2006-01-26 13:09:39.000000000 +0100
+++ /usr/home/emma/ports/security/libotr/distinfo	2007-08-20 23:10:06.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (libotr-3.0.0.tar.gz) = 117aea2c7de6b208ebed662045f46f3e
-SHA256 (libotr-3.0.0.tar.gz) = 085b3bdb3ef04ee2a59cd853ff0f2c31a47587bced157ad3f0395d24bed6c3b0
-SIZE (libotr-3.0.0.tar.gz) = 392431
+MD5 (libotr-3.1.0.tar.gz) = 6266a2966cc9e00822add3175b0b77cf
+SHA256 (libotr-3.1.0.tar.gz) = 721560bba21ec7e54c75925de26fe7b59ecdaf9c9b81613a052a3d86b72d7ef4
+SIZE (libotr-3.1.0.tar.gz) = 428444
diff -ruN --exclude=CVS /usr/ports/security/libotr/pkg-plist /usr/home/emma/ports/security/libotr/pkg-plist
--- /usr/ports/security/libotr/pkg-plist	2006-02-23 11:38:59.000000000 +0100
+++ /usr/home/emma/ports/security/libotr/pkg-plist	2007-08-20 23:16:33.000000000 +0200
@@ -14,12 +14,13 @@
 include/libotr/privkey-t.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
 lib/libotr.a
 lib/libotr.la
 lib/libotr.so
-lib/libotr.so.2
+lib/libotr.so.3
 share/aclocal/libotr.m4
 @dirrm include/libotr
--- libotr-3.1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Aug 20 22:10:10 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115665 
Responsible-Changed-From-To: freebsd-ports-bugs->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Thu Aug 23 04:27:22 UTC 2007 
Responsible-Changed-Why:  

I was already working on this independently, so I'll try to 
fold this stuff in, thanks. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=115665 
State-Changed-From-To: feedback->closed 
State-Changed-By: dougb 
State-Changed-When: Thu Aug 23 21:25:12 UTC 2007 
State-Changed-Why:  

Thanks for the plist fix on this one too. Everything else is 
the same as what I had, and it's been committed now. 

Doug 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115665 
>Unformatted:
