From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 20 22:10:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 762ED16A420 for ; Mon, 20 Aug 2007 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 581B313C458 for ; Mon, 20 Aug 2007 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7KMA06I035016 for ; Mon, 20 Aug 2007 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7KMA0hi035015; Mon, 20 Aug 2007 22:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 20 Aug 2007 22:10:00 GMT Resent-Message-Id: <200708202210.l7KMA0hi035015@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61BD316A474 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@mcdermottroe.com Subject: ports/115665: [PATCH] security/libotr: update to 3.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 22:10:01 -0000 >Number: 115665 >Category: ports >Synopsis: [PATCH] security/libotr: update to 3.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 22:10:00 GMT 2007 >Closed-Date: >Last-Modified: >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: >Unformatted: