Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2011 10:09:40 -0800 (PST)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        avilla@FreeBSD.org, decept0@gmail.com
Subject:   ports/162505: 
Message-ID:  <4ebeb664.1371640a.6165.147b@mx.google.com>
Resent-Message-ID: <201111121810.pACIA5w9022414@freefall.freebsd.org>

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

>Number:         162505
>Category:       ports
>Synopsis:       
>Confidential:   yes
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 12 18:10:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 8.2-STABLE amd64 Environment:
>Organization:
>Environment:
>Description:
Update to version 4.2, which fixes a problem some clients (such as Kopete) have
had to connect to MSN since a few days ago.

Removed file(s):
- files/patch-msntest__msntest.cpp

Port maintainer (decept0@gmail.com) is cc'd.

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

--- libmsn-4.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/libmsn/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile	13 May 2010 12:35:05 -0000	1.20
+++ Makefile	12 Nov 2011 18:06:46 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	libmsn
-DISTVERSION=	4.1
+DISTVERSION=	4.2
 CATEGORIES=	net-im
 MASTER_SITES=	SF
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-im/libmsn/distinfo,v
retrieving revision 1.10
diff -u -u -r1.10 distinfo
--- distinfo	20 Mar 2011 12:53:29 -0000	1.10
+++ distinfo	12 Nov 2011 18:06:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (libmsn-4.1.tar.bz2) = ddf1575e26af5760ede1072f6d4e2057a9532118e9bd7692898a60dbe21b6c5c
-SIZE (libmsn-4.1.tar.bz2) = 289614
+SHA256 (libmsn-4.2.tar.bz2) = 35ff28105fb13283da695d9d697727de7d6b23f5180b555795a69ea289b4fc23
+SIZE (libmsn-4.2.tar.bz2) = 316610
Index: files/patch-msntest__msntest.cpp
===================================================================
RCS file: files/patch-msntest__msntest.cpp
diff -N files/patch-msntest__msntest.cpp
--- files/patch-msntest__msntest.cpp	13 May 2010 12:35:05 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
---- msntest/msntest.cpp	2010/01/22 12:45:14	119
-+++ msntest/msntest.cpp	2010/05/03 19:33:50	120
-@@ -259,7 +259,13 @@
-                     if(mySocketsSsl[i].isSSL && !mySocketsSsl[i].isConnected)
-                     {
-                         BIO *bio_socket_new;
--                        SSL_METHOD *meth=NULL;
-+
-+#if OPENSSL_VERSION_NUMBER >= 0x10000000L
-+			const SSL_METHOD *meth=NULL;
-+#else
-+			SSL_METHOD *meth=NULL;
-+#endif
-+
-                         meth=SSLv23_client_method();
-                         SSLeay_add_ssl_algorithms();
-                         mySocketsSsl[i].ctx = SSL_CTX_new(meth);
--- libmsn-4.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:
 >FreeBSD Project Confidential:	no Synopsis:	[PATCH] net-im/libmsn: Update
 >to 4.2 Severity:	non-critical
 advocacy  alpha     bin       conf      docs      gnu       SEND-PR: i386
 ia64      java      kern      misc      ports     SEND-PR: powerpc   sparc64
 standards www       
 System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #35: Sat Oct 22 16:49:14
 BRST 2011



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ebeb664.1371640a.6165.147b>