Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  6 Oct 2003 20:25:06 +0200 (CEST)
From:      Martijn Lina <martijn@sewers-2.demon.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57670: net/jabber-msn: Upgrade to version 1.2.8pre10
Message-ID:  <20031006182506.35B2F422C@drain.sewers-2.demon.nl>
Resent-Message-ID: <200310061830.h96IULN8069811@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031006182506.35B2F422C>