From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 6 11:30:25 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60CFD16A4B3 for ; Mon, 6 Oct 2003 11:30:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F3443FE5 for ; Mon, 6 Oct 2003 11:30:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h96IULFY069812 for ; Mon, 6 Oct 2003 11:30:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h96IULN8069811; Mon, 6 Oct 2003 11:30:21 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 6 Oct 2003 11:30:21 -0700 (PDT) Resent-Message-Id: <200310061830.h96IULN8069811@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, Martijn Lina Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E00316A4B3 for ; Mon, 6 Oct 2003 11:25:19 -0700 (PDT) Received: from post-20.mail.nl.demon.net (post-20.mail.nl.demon.net [194.159.73.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36FA543F85 for ; Mon, 6 Oct 2003 11:25:18 -0700 (PDT) (envelope-from martijn@sewers-2.demon.nl) Received: from [212.238.189.211] (helo=drain.sewers-2.demon.nl) by post-20.mail.nl.demon.net with esmtp (Exim 3.36 #2) id 1A6a2n-0005KC-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 06 Oct 2003 18:25:17 +0000 Received: from localhost (localhost [127.0.0.1]) by drain.sewers-2.demon.nl (Postfix) with ESMTP id A358B433C for ; Mon, 6 Oct 2003 20:25:16 +0200 (CEST) Received: by drain.sewers-2.demon.nl (Postfix, from userid 1001) id 35B2F422C; Mon, 6 Oct 2003 20:25:06 +0200 (CEST) Message-Id: <20031006182506.35B2F422C@drain.sewers-2.demon.nl> Date: Mon, 6 Oct 2003 20:25:06 +0200 (CEST) From: Martijn Lina To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57670: net/jabber-msn: Upgrade to version 1.2.8pre10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martijn Lina List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 18:30:25 -0000 >Number: 57670 >Category: ports >Synopsis: net/jabber-msn: Upgrade to version 1.2.8pre10 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 06 11:30:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Martijn Lina >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD drain.zonshofje.nl 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #1: Tue Apr 1 00:04:18 CEST 2003 root@drain.zonshofje.nl:/usr/obj/usr/src/sys/DRAIN i386 >Description: Upgrade to version 1.2.8pre10 of the Jabber MSN Transport. This is an upgrade to the pre-release of version 1.2.8, which is definitely needed due to major protocol changes. MSN Servers will require all clients after october 15 (2003) using a protocol version 8 or higher and guess what, this upgrade provides just that. >How-To-Repeat: Not much to repeat here, cause the old protocol still works just fine, except that it causes MSN servers to send out a message that your client needs immediate upgrading. Try it twice after october 15. >Fix: Apply this patch: diff -udN jabber-msn.orig/Makefile jabber-msn/Makefile --- jabber-msn.orig/Makefile Wed Jul 23 16:25:06 2003 +++ jabber-msn/Makefile Mon Oct 6 20:15:55 2003 @@ -4,11 +4,12 @@ # # $FreeBSD: ports/net/jabber-msn/Makefile,v 1.4 2003/07/23 14:25:06 arved Exp $ -PORTNAME= msn-transport -PORTVERSION= 1.2.1 +PORTNAME= msn +PORTVERSION= 1.2.8.p10 CATEGORIES= net MASTER_SITES= http://msn-transport.jabberstudio.org/ PKGNAMEPREFIX= jabber- +DISTNAME= ${PORTNAME}-transport-${PORTVERSION:S/.p10/pre10/} MAINTAINER= martijn@pacno.net COMMENT= Jabber MSN-Transport module @@ -17,7 +18,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber +CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber \ + --with-pth=${PREFIX}/include/jabber +CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib do-install: ${INSTALL_DATA} ${WRKSRC}/src/msntrans.so ${PREFIX}/lib/jabber/ diff -udN jabber-msn.orig/distinfo jabber-msn/distinfo --- jabber-msn.orig/distinfo Sat Apr 5 15:11:56 2003 +++ jabber-msn/distinfo Mon Oct 6 19:56:52 2003 @@ -1 +1 @@ -MD5 (msn-transport-1.2.1.tar.gz) = 7c760fc18bc47139730022db54aef1c8 +MD5 (msn-transport-1.2.8pre10.tar.gz) = 815e06ea2cc39ad1099be9408070067d diff -udN jabber-msn.orig/pkg-descr jabber-msn/pkg-descr --- jabber-msn.orig/pkg-descr Sat Apr 5 15:11:56 2003 +++ jabber-msn/pkg-descr Mon Oct 6 19:41:50 2003 @@ -1,6 +1,8 @@ The Jabber server (jabberd) is a daemon for Jabber clients to connect and communicate with. The MSN-Transport allows clients to chat with MSN -users. +users. This package contain a pre-release version supporting MSN protocol 8. +After 15 october 2003 all MSN clients are required to support this version of +the protocol or higher by the MSN servers. You can learn more about Jabber at: WWW: http://server.jabber.org/ >Release-Note: >Audit-Trail: >Unformatted: